/* 1 =UNIVERSAL
-----------------------------------------------------------------------------*/


/* Remove padding and margin, list style none and borders */
*	{
	font-size:100%;
	margin:0;
	padding:0;
	list-style:none;
 	border:0;
	}

/* Remove border around linked images */
img { border: 0; }

body {
	text-align:center; /* this centers the wrappers in older IEwin versions */
	padding: 0 850px 0 0; /* these side paddings together determine the natural min-width */
	font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background-color: #005e33;
	color: #333;
	}
	
#sizer {
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	margin: 0 auto 0 0; /* standard centering method */
	}	
	
div#wrapper {
	margin: 0 -850px 0 0; /* these side margins should be the same or slightly less than body paddings */
	position: relative;
	min-width: 850px; /* This prevents Safari from losing the negative margins in narrow windows */
	background-color: #fff;
	background-image: url(../images/architecture/shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom: 3px solid #00481e
	}
	
/* Holly hack for IE Must be zero, not the usual 1% value, due to IE bug  \*/
* html body,
* html #sizer,
* html #wrapper { height: 0; }
/* */

/* helps IE get the child percentages right. */
div#inner {	width: 100%;}
	
/* Classes for clearing floats */
.clear { clear:both; }	

.clearboth{
	display:block;
 	clear:both;
 	margin:0;
 	padding:0;
	}

.clearleft{
	display:block;
	clear:left;
	margin: 0;
	padding:0;
	}

.clearright{
	display:block;
	clear:right;
	margin:0;
	padding:0;
	}
	
/* Classes for left and right floats */	
	
.floatleft {float:left; margin: 0 10px 10px 0; }
.floatright {float:right; margin: 0 0 10px 10px;  }

/* skipnav */
#skipnav
	{ position:absolute;
	margin-left: -1000px;
	}

#skipnav a:focus, #skipnav a:active 
	{
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}
	

/* =Branding
-----------------------------------------------------------------------------*/

h1#branding   { 
	position:relative;
	width: 236px;
	height: 102px;
	margin: 35px auto 0 auto;
	}

h1#branding span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/architecture/logo.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	}	
	

/* =Main Nav
-----------------------------------------------------------------------------*/
/* mainnav list */
ul#mainNav {
	width:299px; 
	height: 50px;
	margin: 10px auto 0 auto; 
	padding: 0;
	list-style-type:none; 
	}
	
ul#mainNav li {display:inline;}
ul#mainNav li a {
	float:left; 
	display:block; 
	height: 47px; 
	position: relative;
	border: none;
	}
	
ul#mainNav li a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	}	
	
ul#mainNav li a#services { width: 76px; }	
ul#mainNav li a#portfolio { width: 90px; }
ul#mainNav li a#about { width: 65px; }
ul#mainNav li a#contact {width: 68px; }
	
a#services span {background: url(../images/architecture/nav_services.gif); }
a#portfolio span { background: url(../images/architecture/nav_portfolio.gif); }
a#about span { background: url(../images/architecture/nav_about.gif); }
a#contact span {background: url(../images/architecture/nav_contact.gif); }	


/* =Main Content
-----------------------------------------------------------------------------*/	
div#mainContent {
	float: right;
	width: 60%;
	margin-bottom: 30px;
	margin-right: 30px;
	display: inline;
	}
	
div#mainContent p {padding-left: 35px; padding-right: 35px}	
	
/* =Sub Content
-----------------------------------------------------------------------------*/

div#subContent {
	float: left;
	width: 255px;
	margin: 160px 0 2em 45px;
	display: inline;
	text-align: right;
	border-right: 1px solid #e8e8e8;
	}	
	
div#subContent p, div#subContent ul, div#subContent h3 {padding-right: 10px}	
	
/* =Footer
-----------------------------------------------------------------------------*/

div#footer {
	position: relative;
	width: 94%;
	height: 100px;
	background-image: url(../images/architecture/footer.gif);
	background-repeat: no-repeat;
	background-position: 45px 0px;
	}
	
div#footer p {margin-right: 10px; text-align: right; float: left;}	
.project {float:right; margin-top: 14px}
.project a:link img, .project a:visited img {border: none}
.project a:hover img {border: 1px solid #999;}		

#business { 
	margin: 2em 0 0 0; 
	clear: left;
	width: 94%;
	padding-bottom: 45px;
	}	

#business p {text-align: left; padding-left: 45px; font-size: 1.1em; float: left;}
#business p a:link, #business p a:visited { color: #333; }
	
ul#bottomNav {float: right}	
ul#bottomNav li {display:inline; font-size: 1.1em; padding-left: 10px;}
ul#bottomNav li a: link, #bottomNav li a:visited { color: #333; }
	


/* =PAGES
-----------------------------------------------------------------------------*/

/*Home*/


body#contact div#subContent { margin-top: 35px;	}		


/*Portfolio*/
.center {width: 43em; margin: 0 auto }

.portfolioitem {
	width: 175px;
	height: 35em;
	padding: 1.6em;
	float: left;
	border: 1px solid #fff;
	}
	
.portfolioitem img a {border-bottom: none}	

.portfolioitem:hover {
	border: 1px solid #ccc;
	background-color: #fffbf0;
}

.portfolioitem dl {
	padding: 10px 0 0 0;
	line-height: 1.3;
	width: 175px;
	text-align: left
	}

.portfolioitem dt {
	font-size: 1.3em;
	color: #000;
	font-weight:bold;
	float: left;	
	clear: left;
	padding-right: 0.5em;
	}

.portfolioitem dd {
	font-size: 1.3em;
	margin-bottom: 0.3em;
	}
	
	
/* =LINKS
-----------------------------------------------------------------------------*/

/* general
-----------------------------------------------------------------------------*/
a { text-decoration: none; }

a:link, a:visited {
	color: #000; 
	border-bottom: 1px dotted #000;
	}
	
a:hover { color: #005e33; border-bottom: 1px dotted #005e33; }

div#subContent li a {border-bottom: none; font-weight:bold }
div#subContent p a {font-weight: bold}
div#subContent li a:link, div#subContent li a:visited,
div#subContent p a:link, div#subContent p a:visited {color: #005e33; border-bottom-color: #005e33}
div#subContent li a:hover, div#subContent p a:hover {color: #333; border-bottom-color: #333}
	

/* 8 =TYPOGRAPHY
-----------------------------------------------------------------------------*/
h1 { font-size: 2.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; color: #99cc33 }
h4 { font-size: 1.4em; }
p, li  { font-size: 1.3em; }

h2 {padding: 1em 0 0 0; }
h4 {
	text-transform:uppercase;
	color: #808080;
	margin-top: 2em;
	}
	
h3 {padding: 1.5em 0 0.5em 0; clear: left} 
p  {padding: 0.5em 0; }

div#mainContent ul, div#subContent ul, div#subContent p {color: #005e33}
div#subContent li {border-bottom: 1px solid #e8e8e8; }
body#generic div#subContent p {
	clear: left; 
	padding-top: 10px; 
	}
	
body#contact h3 {color: #005e33}

/* CLASSES
-----------------------------------------------------------------------------*/
.dark {color: #005e33;}
.light {color: #99cc33;}
.grey {color: #999;}
.top {padding-top: 0}


/* =Forms - please label with class="site"
-----------------------------------------------------------------------------*/
form.site { padding: 1em 0; margin: 0; }

/*form.site fieldset {
	margin: 0;
	padding: 1em;
	border: 1px solid #ccc;
	}*/
		
form.site input { width: 200px; }	
	
form.site textarea {
	width: 200px;
	height: 200px;
	margin-top: 0.5em;
	}	
	
form.site input:focus, form.site textarea:focus {background: #ffc;}	

form.site input[type="text"], form.site textarea {
 	border-top: 2px solid #999;
 	border-left: 2px solid #999;
 	border-bottom: 2px solid #ccc;
 	border-right: 2px solid #ccc;
 	}
  
form.site p {
	position: relative; 
	padding: 0 0 0.5em 0;
	}

form.site input.button {
	width: 130px;
	height: 25px;
	background-color: #ccc;
	border: 1px solid #999;
	outline: none;
	}

form.site input.button:hover { background-color: #999; border-color: #666; color: #fff }

