/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
date:	   1/15/2008	
author:    Larry Cobb
email:     lcobb@trsg.net
website:   Richard Skinner (http://www.rs-architects.com/)
-----------------------------------------------------------------------------*/

/* =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 "Times New Roman", Times, serif;
  	background: #ccc2ac;  	
	color: #000;
	margin: 0; 
	padding: 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #524f4f;
	font-size: 1.1em;
}

#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;
}

.initPlus {
	font-size: 1.4em;
}

.pipe {
	color: #fff;
	padding: 0 .5em;
}

.brown {
	color: #7e451b;
}

#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: 1.5em;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container {
	margin: 36px auto 20px;
	background: #fff;
	width: 930px;
}

#masthead {
	height: 73px;
}

#mainDiv {
	margin: 30px;
	width: 870px;
	background: url(../images/sub_nav_bg.gif) #FFFFFF top left repeat-y;
	clear: both;
}

#secondaryDiv {
	padding: 1px;
	margin: 0;
	background: #dbd4c1;
}

#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;
}

/* =Branding
-----------------------------------------------------------------------------*/
#logo {
	margin: 0;
	float: left;
	background: #fff;
	height: 51px;
	width: 297px;
	padding: 15px 27px 7px 20px;
}

/* =Top Nav
-----------------------------------------------------------------------------*/
#topNav {
	float: right;
	background: #ccc2ac;  	
	text-align: right;
	width: 570px;
	height: 26px;
	padding-right: 15px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	float: right;
	text-align: left;
	height: 73px;
	width: 586px;	
}

#nav {
	float: right;
	padding: 15px 15px 0 0;
	width: 570px;
	height: 32px;
    margin: 0;
	background: #dbd4c1;
}

.arrow {
	margin-left: 14px;
	width: 8px;
	height: 10px;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#subNavHeader {
	background: #fff;
	text-align: left;
	height: 35px;
	width: 196px;
	padding: 0 0 0 24px;
	text-transform: uppercase;	
	font-size: 1.5em;
	line-height: 1.8em;			
}

#subNav {
	padding: 0 0 0 28px;
	width: 192px;
	list-style: none;	 
	font-weight: bold;
	margin: 12px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

#subNav li { 
	padding: 0;
	height: 22px;
	margin: 0;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #ccc2ac;  	
	font-size: .85em;
}
	
#address {
	float: left;
	padding-left: 10px;
}

#copyright {
	float: right;
	color: #7e451b;
}

/* =Home
-----------------------------------------------------------------------------*/
#mainDivHome {
	width: 930px;
	background: #FFFFFF;
	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;
}

#latestProjects {
	width: 648px;
}

#latestProjects .project {
	float: left;
	margin-left: 12px;
}

/* =Headings
-----------------------------------------------------------------------------*/

/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #524f4f;
	text-decoration: underline;
}

a:hover, a:active {
	color: #7e451b;
	text-decoration: underline;	
}

#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: underline;
}

#topNav a {
	text-decoration: none;
}

#subNav a.selected {
	text-decoration: none;
	color: #7e451b;
}

/* =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
-----------------------------------------------------------------------------*/
