@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

#container {
	width: 900px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wrap { background-color: #fff; margin: 0 auto; width: 900px; height:100%; }

/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 900px; 
	height: 200px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: right; 
}

#home {position: absolute; top: 0; left: 0; text-align: left;}	

#allnav {
	float: right;
	width: 426px;
	margin: 0;
	padding: 90px 0px;
}

#nav {
    width: 490px; height: 45px;
    margin: 0; 
	padding: 0;
    position: relative;
}
#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 38px; overflow: hidden; }

#nav1w { left: 0; width: 87px; }
#nav2w { left: 87px; width: 100px; }
#nav3w { left: 187px; width: 91px; }
#nav4w { left: 278px; width: 65px; }
#nav5w { left: 343px; width: 83px; }

#nav1w a { background: transparent url(images/nav_white_all.gif) 0 0 no-repeat; }
#nav2w a { background: transparent url(images/nav_white_all.gif) -87px 0 no-repeat; }
#nav3w a { background: transparent url(images/nav_white_all.gif) -187px 0 no-repeat; }
#nav4w a { background: transparent url(images/nav_white_all.gif) -278px 0 no-repeat; }
#nav5w a { background: transparent url(images/nav_white_all.gif) -407px 0 no-repeat; }

#nav1w a:hover { background: transparent url(images/nav_white_all.gif) 0 -45px no-repeat; }
#nav2w a:hover { background: transparent url(images/nav_white_all.gif) -87px -90px no-repeat; }
#nav3w a:hover { background: transparent url(images/nav_white_all.gif) -187px -135px no-repeat; }
#nav4w a:hover { background: transparent url(images/nav_white_all.gif) -278px -180px no-repeat; }
#nav5w a:hover { background: transparent url(images/nav_white_all.gif) -407px -315px no-repeat; }

#nav1w a.selected { background: transparent url(images/nav_white_all.gif) 0 -360px no-repeat; }
#nav2w a.selected { background: transparent url(images/nav_white_all.gif) -87px -405px no-repeat; }
#nav3w a.selected { background: transparent url(images/nav_white_all.gif) -187px -450px no-repeat; }
#nav4w a.selected { background: transparent url(images/nav_white_all.gif) -278px -495px no-repeat; }
#nav5w a.selected { background: transparent url(images/nav_white_all.gif) -407px -630px no-repeat; }


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 900px;
	padding: 0px;
	background: #fff;
	text-align: left;
}

.promo {
  line-height: 1.7em;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#h_left {
  width: 360px;
  background-color: #fff;
}

#h_right {
  width: 540px;
  background-color: #fff;
}

#h_right p {
  line-height: 1.7em;
  padding-bottom: 15px;
}

#s_left {
  width: 438px;
  padding: 0px;
  background-color: #fff;
}

#s_right {
  width: 438px;
  padding: 0px;
  margin: 0 0 0 24px;
  background-color: #fff;
}

#s_left p {
  line-height: 1.7em;
}

#s_right p {
  line-height: 1.7em;
}

#cl_left {
  width: 207px;
  padding: 0px;
  background-color: #fff;
  line-height: 1.7em;
}

#cl_midleft {
  width: 207px;
  padding: 0px;
  margin: 0 0 0 24px;
  background-color: #fff;
  line-height: 1.7em;
}

#cl_midright {
  width: 207px;
  padding: 0px;
  margin: 0 0 0 24px;
  background-color: #fff;
  line-height: 1.7em;
}

#cl_right {
  width: 207px;
  padding: 0px;
  margin: 0 0 0 24px;
  background-color: #fff;
  line-height: 1.7em;
}

#con_left {
  width: 438px;
  padding: 0px;
  background-color: #fff;
}

#con_right {
  width: 540px;
  padding: 0px;
  margin: 0 0 0 320px;
  background-color: #fff;
}

.address a { 
display: block;
padding-top: 100px; 
overflow: hidden; 
width: 533px; 
height: 0; 
background: transparent url(images/contact_address.gif) no-repeat; 
}

.address a:hover { 
background-position: 0 -100px ; 
}

h2 { font-size: 12px; font-weight: bold; }

.projects {
  padding-bottom: 25px;
}


/*-------------------------------------------
	home page
-------------------------------------------*/

/* featured project */

#banner {
	position: relative;
	z-index: 0;
}
#banner img {
	display: block;
}
#credit {
	position: absolute;
	top: 305px;
	width: 526px;
	height: 90px;
	padding: 20px 0 0 0;
	font-family: Verdana, sans-serif;
	background: #fff;
}
#credit dl {
	max-height: 110px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#credit dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 1px;
}
#credit dd {
	margin: 0;
	padding: 0;
}

/* recent projects */

#mainContent div.port {
	float: left;
	width: 170px;
	margin: 0 5px 0 0;
	line-height: 1.5em;
	display: inline;
	}
#mainContent div.port p {
	margin: 5px 0 0 0;
	padding: 0;
}
#mainContent div.port a,
#mainContent div.port em {
	display: block;
}

/* contact form */

.textinput { width: 300px; }
.textfield { width: 350px; }


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	padding: 40px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: left;
	font-size: 10px;
	color: #999999;
} 

a:link, a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
