

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, hr {
  margin: 1em 0;
}

/* Put it back on list elements */
ul, ol {
  margin: 1em 3em;
}

li {
  margin: .25em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: .8em/1.2em Arial, Helvetica, sans-serif;
  	background: #3E2C13;  	
	color: #fff;
	margin: 0; 
	padding: 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #3E2C13;
	font-size: 1.1em;
	vertical-align: top;
	line-height: 1.3em;
}

#contentHeader {
	font: 1.4em/2em "Times New Roman", Times, serif;
	text-transform: uppercase;
	height: 59px;
	margin: 0;
}

#latestProjectsHeader {
	font: 1.4em/2em "Times New Roman", Times, serif;
	text-transform: uppercase;
	height: 40px;
	margin: 0 0 0 15px;
}

#contentHeader p, #latestProjectsHeader p {
	margin-top: 0;
}

#content h2 {
	color: #7e451b;
	font: bold .9em/1.1em arial, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content-photo {
	border: 3px solid #524f4f;
	float: left;
	margin: 4px 15px 15px 0;
}

#content #test-img {
	clear: both;
	width: 100%;	
}

#content #test-img img {
	border: 3px solid #524f4f;
	margin: 0 10px 0 0;
}

.initPlus {
	font-size: 1.4em;
}

.pipe {
	color: #fff;
	padding: 0 .5em;
}

.pipe2 {
	color: #000;
	padding: 0 .5em;
}

.brown {
	color: #B6BE5F;
}

.brown2 {
	color: #3E2C13;
}
.brown3 {
	color: #B6BE5F;
}

.brown4 {
	color: #3E2C13;
}

#topNav p {
	font-size: 1em;		 
	margin: .5em 0;
	font-weight: bold;
	text-transform: uppercase;
}

#nav p {
	display: block;	
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-stretch: narrower;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	font-size: 1.1em;		 
	line-height: 2.5em;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container, #container-home {
	margin: 36px auto 20px;
	width: 930px;
}

#container {
	background: #ffffff;
}

#masthead {
	height: 83px;
}

#mainDiv {
	margin: 30px;
	width: 870px;
	background: url(../images/sub_nav_bg.gif) #ffffff top left repeat-y;
	clear: both;
	vertical-align: top;
}

#mainDiv2 {
	margin: 30px;
	width: 870px;
	clear: both;
	vertical-align: top;
}

#secondaryDiv {
	padding: 5px;
	margin: 0;
	background: #3E2C13;
}

#leftDiv {
	float: left;
	width: 220px;
	vertical-align: top;
	border: 0px black solid;
	padding: 24px 0;
}

#rightDiv {
	float: right;
	width: 610px;
	vertical-align: top;
	border: 0px black solid;
	padding: 0;
}

#sep {
border: 1px #606C78 dotted;
}

/* =Branding
-----------------------------------------------------------------------------*/
#logo {
	margin: 0;
	float: left;
	background: #3E2C13;
	height: 75px;
	width: 250px;
	padding: 0px 32px 10px 5px;
}

/* =Top Nav
-----------------------------------------------------------------------------*/
#topNav {
	float: right;
	background: #3E2C13;  	
	text-align: right;
	width: 586px;
	padding: 10px;
	padding-right: 15px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	float: right;
	text-align: left;
	height: 73px;
	width: 643px;
}

#nav {
	float: right;
	padding: 53px 15px 0 0;
	width: 643px;
	height: 32px;
    margin: 0;
	background: #3E2C13;
}

.arrow {
	margin-left: 20px;
	width: 0px;
	height: 10px;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#subNavHeader {
	background: #ffffff;
	text-align: left;
	height: 30px;
	width: 200px;
	padding: 0 0 0 20px;
	text-transform: uppercase;	
	font-size: 1.5em;
	line-height: 1.8em;			
}

#subNav {
	padding: 0 0 0 24px;
	width: 192px;
	list-style: none;	 
	font-weight: bold;
	margin: 12px 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

#subNav li { 
	padding: 0;
	height: 22px;
	margin: 0;
}

#subNav a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#subNav a:hover, a:active {
	color: #3E2C13;
	text-decoration: none;	
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #3E2C13;  	
	font-size: 0.9em;
}
	
#address {
	float: left;
	padding-left: 30px;
	width: 920px;
	background: #3E2C13;
}

#copyright {
	float: right;
	color: #7e451b;
	width: 580px;
	text-align: center;
	background: #3E2C13;
}

/* =Home
-----------------------------------------------------------------------------*/
#mainDivHome {
	width: 930px;
	padding-top: 23px;
	padding-bottom: 0px;
	background: #ECEBEB;
	clear: both;
	text-align: center;
}

#secondaryDivHome {
	padding: 30px;
	margin: 0;
	background: #dbd4c1;
}

#leftDivHome {
	float: left;
	width: 222px;
	vertical-align: top;
}

#rightDivHome {
	float: right;
	width: 648px;
	vertical-align: top;
}

.project {
	padding: 0;
	margin: 0;
}

#latestProjects {
	width: 652px;
	margin: 0;
	padding: 0;
}

#latestProjects img {
	margin: 0 0 0 12px;
	padding: 0;
	border: 8px solid #fff;
}

/* =Projects
-----------------------------------------------------------------------------*/
.allProjectsRow {
	width: 608px;
	margin-bottom: 22px;
}

.allProjectsRow .project {
	margin-left: 10px;
	width: 134px;
	vertical-align: top;
	border: 3px solid #fff;
}

.allProjectsRow .firstProject {
	margin: 0;
	width: 134px;
	vertical-align: top;
	border: 3px solid #fff;
}

#allProjectsBottomRow {
	width: 608px;
	margin-bottom: 0;
}

#allProjectsBottomRow .project {
	margin-left: 24px;
	width: 134px;
	vertical-align: top;
}

#allProjectsBottomRow .firstProject {
	margin: 0;
	width: 134px;
	vertical-align: top;
}

#project-photo {
	width: 573px;
	margin: 5px 0 10px 0;
}

#project-photo p {
	font: normal .7em Arial, Helvetica, sans-serif;
	background: #dbd4c1;
	padding: 3px;
}

.gallery-total {
	color: #000;
}

.headshot {
	float: left;
	vertical-align: top;
	margin: 3px 10px 0px 0;
	border: 5px solid #fff;
}

/* =Headings
-----------------------------------------------------------------------------*/

/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #B6BE5F;
	text-decoration: none;	
}

#nav a:link, #nav a:visited, #subNav a:link, #subNav a:visited, #latestProjectsHeader a:link, #latestProjectsHeader a:visited {
	text-decoration: none;
}

#nav a:hover, #nav a:active, #subNav a:hover, #subNav a:active, #latestProjectsHeader a:hover, #latestProjectsHeader a:active {
	text-decoration: none;
}

#topNav a {
	text-decoration: none;
}

#subNav a.selected, #nav a.selected {
	text-decoration: none;
	color: #7e451b;
}

#allProjectsRow .project a, #allProjectsRow .firstProject a, #allProjectsBottomRow .project a, #allProjectsBottomRow .firstProject a {
	line-height: 0;
	font-size: 0;
	text-decoration: none;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

form p {
  position: relative;
	width: auto;
}

input.submit {
  width: auto;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =site map
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin: 3px 15px; padding: 0;
}
#sitemap li {
	list-style: none;
}
#sitemap a.top_level:link, #sitemap a.top_level:visited {
	text-decoration: none;
	font-size: 1.4em;
	line-height: 120%;
	color: #003366;
	font-weight: bold;
	}
#sitemap a.top_level:hover, #sitemap a.top_level:active {
	text-decoration: underline;
	color: #0099cc;
	}
#sitemap a.sub1:link, #sitemap a.sub1:visited {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 120%;
	color: #003366;
	font-weight: bold;
	}
#sitemap a.sub1:hover, #sitemap a.sub1:active {
	text-decoration: underline;
	color: #0099cc;
	}
#sitemap a.sub2:link, #sitemap a.sub2:visited {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	color: #003366;
	font-weight: bold;
	}
#sitemap a.sub2:hover, #sitemap a.sub2:active {
	text-decoration: underline;
	color: #0099cc;
	}
.subhead {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 120%;
	color: #cc0033;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead2 {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	color: #cc0033;
	font-weight: bold;
	margin: .25em 0;
	}

/* =Misc 2
-----------------------------------------------------------------------------*/

.videoPlayer {
	text-align: center;
	background: #fff;
	font: 12px arial, sans-serif;
	padding: 10px;
}

/* =Forms
-----------------------------------------------------------------------------*/

#form {
	float: left;
	text-align: left;
}

.form-name {
	float: left;
	padding: 0;
	width: 120px;
}

.form-field {
	margin: 5px 0 0 0;
}

.red-star {
	color: #606C78;
	font-weight: bold;
}