/* @group Basic */

* {
	margin: 0;
	padding: 0;
	}

/* @end */

/* @group Layout */

#container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	min-width: 980px; 
	margin-top: -245px;
	text-align: center;
	background-color: transparent;
	}

#content {
	position: relative;
	height: 490px;
	width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: left;
	background-color: #fff;
	}

#branding {
	float: left;
	width: 372px;
	height: 88px;
	border-bottom: 1px solid #ccc;
	}

#nav_main {
	float: right;
	width: 607px;
	height: 88px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #8064da;
	}

#content_main {
	float: right;
	width: 607px;
	height: 332px;
	border-left: 1px solid #ccc;
	}

#content_sub {
	float: left;
	width: 372px;
	height: 332px;
	}

#content_main p, #content_sub p,
#content_main ul, #content_sub ul,
#content_main h3, #content_sub h3 {
	margin: 1.1em 15px;
	}

#content_main p:first-child, #content_sub p:first-child {
	margin-top: 15px;	
	}

#content_main ul, #content_sub ul {
	padding-left: 15px;
	}

#content_main li {
	padding-bottom: .63em;
	list-style-image: url(../images/bullet.jpg);
	}

#content_sub li {
	padding-bottom: 1em;
	list-style-image: url(../images/bullet.jpg);
	}

#section_title, #page_title {
	height: 42px;
	border-bottom: 1px solid #ccc;
	}

#section_title.focus, #page_title.focus {
	background-color: #f1f2f1;
	}

#content_sub h2, #content_main h2, 
#section_title h2, #page_title h2 {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	}

#content_main #title {
	float: left;
	}

#content_main #issue {
	float: right;
	}

/* @group Gallery */

#nav_project {
	float: left;
	width: 133px;
	height: 332px;
	border-right: 1px solid #d2d3d2;
	}

#nav_project_title {
	float: left;
	width: 133px;
	height: 42px;
	background-color: #d2d3d2;
	border-bottom: 1px solid #ccc;
	}

#nav_project #nav_project_title p {
	margin-top: 15px;
	}

#project_description {
	float: left;
	}

#project_detail {
	float: left;
	width: 473px;
	}

#project_detail h2 {
	margin: 10px;
	padding: 0;	
	}

#project_detail p {
	margin: 0 10px;
	}

#nav_project ul {
	padding: 0;
	margin: 0;
	border-bottom: 33px solid #d2d3d2;
	}

/* @end */

/* @group Biography */

#bio_photo, #nl_photo {
	float: left;
	width: 255px;
	height: 285px;
	}

#bio_detail, #nl_articles {
	float: right;
	width: 352px;
	}

#bio_photo img {
	margin-top: 20px;
	margin-left: 10px;
	border-bottom: 5px solid #d2d3d2;
	}

#bio_photo p {
	margin-top: .5em;
	}

/* @end */

/* @group Newsletter */

#nl_photo img {
	margin-top: 1.66em;
	margin-left: 40px;
	}

#nl_photo p {
	margin-top: 5px;
	margin-left: 22px;
	text-align: center;
	}

/* @end */

#footer {
	position: static;
	clear: both;
	border-top: 25px solid #acacac;
	}

#nav_supp {
	float: left;
	width: 372px;
	height: 40px;
	border-top: 1px solid #ccc;
	}

#site_info {
	float: right;
	width: 607px;
	height: 43px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

/* @end */

/* @group Typography */

body {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}

p {
	font-size: 1em; /* 9px */
	line-height: 1.3333em; /* 12px */
	margin: 0 0 1.3333em 0;
	}

h2 {
 	font-size: 1.5556em; /* 14px */
	font-family: "Times New Roman", Georgia, Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
	color: #262626;
	}

#project_description h2 {
	text-transform: none;
	}

h3 {
 	font-size: 1em; /* 14px */
	font-weight: 500;
	color: #8064da; 
	}

em {
    font-style: normal;
    font-weight: 700;
    }

.footnote { 
	font-size: 8.5px;
	font-style: italic; 
	}

a {
	text-decoration: none;
	}

a:link, a:visited {
	color: #333;
	}

a:hover {
	color: #8064da; 
	}

#nav_main li {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 1.2222em; /* 11px */
	line-height: 1.0909em; /* 12px */
	margin-top: 1.0909em;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

a.active {
	color: #8064da; 	
	}

#nav_project a.active {
	color: #333;
	}

span.amp {
	font-family: Garamond, "Times New Roman", Georgia, Times, serif;
	font-size: 110%;
	}

.nl_feature {
	text-transform: uppercase;
	}

/* @end */

/* @group Navigation */

/* @group Main */

#nav_main ul {
	list-style: none;
	}

#nav_main li {
	display: inline;
	}

#nav_main a:link, #nav_main a:visited {
	display: block;
	margin-top: 36px;
	border: none;
	text-align: center; 
	float: left;
	}

#nav_commercial a {
	width: 119px;
	}

#nav_religious a {
	width: 104px;
	}

#nav_educational a {
	width: 124px;
	}

#nav_governmental a {
	width: 142px;
	}

#nav_residential a {
	width: 118px;
	}

/* @end */

/* @group Sub */

#nav_sub ul {
	padding-left: 0;
	}

#nav_sub li {
	list-style: none;
	list-style-image: none;
	}

/* @end */

/* @group Footer */

#footer ul {
	list-style: none;
	}

#footer li {
	display: inline;
	}

/* @group Supplementary Navigation */

#nav_supp a {
	display: block;
	float: left;
	margin-top: 16px;
	text-align: center;
	}

#nav_about a {
	width: 60px;
	}

#nav_services a {
	width: 66px;
	}

#nav_portfolio a {
	width: 68px;
	}
	
#nav_opportunities a {
	width: 90px;
	}

#nav_newsletters a {
	width: 88px;
	}

/* @end */

/* @group Site Info */

#contact_login {
	float: left;
	width: 267px;
	}

#contact_login a {
	display: block;
	float: left;
	width: 133px;
	border-top: 5px solid #8064da;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 16px;
	overflow: visible;
	}

li#login {
	display: block;
	height: 43px;
	width: 133px;
	border-left: 1px solid #ccc;
	float: right;
	}

#copyright {
	float: right;
	width: 339px;
	border-left: 1px solid #ccc;
	text-align: center;
	}

#copyright p {
	padding: 0;
	margin: 0;
	border-top: 5px solid #8064da;	
	padding-top: 11px;
	padding-bottom: 15px;
	}

/* @end */

/* @end */

/* @group Gallery */

#nav_project li {
	list-style: none;
	list-style-image: none;
	display: inline;
	}

#nav_project a:link, #nav_project a:visited {
	clear: left;
	display: block;
	height: 63px;
	width: 133px;
	border-bottom: 1px solid #ccc;
	}

#nav_project a:hover {
	color: #333;
	background: #f1f2f1;	
	}

#nav_project a span {
	display: block;
	padding: 25px 10px 0 10px;
	}

#nav_project a span.two {
	padding-top: 22px;
	}

#nav_project a span.three {
	padding-top: 14px;
	}

#nav_project a.active {
	background: #f1f2f1;	
	}

/* @end */

#nav_back {
	position: absolute;
	bottom: 70px;
	}

/* @end */

/* @group Forms */

input:focus, textarea:focus {
	background: #f4f4f4;
	}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

label {
	display: block;
	font-weight: 500;
	}

/* @group Newsletter Form */

#newsletterform {
	float: left;
	}

#newsletterform #fields,
#newsletterform #send {
	float: left;
	}

#newsletterform #fields {
	padding-left: 10px;
	}
	
#newsletterform label {
	display: inline;
	}

#newsletterform input {
	width: 132px;
	margin-top: 3px;
	margin-left: 5px;
	min-height: 18px;
	}

#newsletterform #submit {
	width: 35px;
	height: 1.75em;	
	margin-top: 0;
	}

#newsletterform #fields p {
	margin-right: 0;
	padding-right: 0;
	}

#newsletterform #send p {
	margin-left: 0;
	}

/* @end */

/* @group Contact Form */

#contactform {
	position: relative;
	float: left;
	width: 600px;
	}

#contactform #fields {
	float: left;
	width: 435px;
	}

#contactform #send {
	float: right;
	}

#contactform p {
	margin: .6em 30px;
	}

#contactform p:first-child {
	margin-top: 1em;	
	}

#contactform textarea {
	width: 400px;
	height: 60px;
	}

#contactform input {
	width: 400px;
	min-height: 18px;
	}

#contactform #field_city, 
#contactform #field_state, 
#contactform #field_zip, 
#contactform #field_phone, 
#contactform #field_fax {
	float: left;
	margin-right: 0;
	display: inline;
	}

#contactform #field_state,
#contactform #field_zip {
	margin-left: 10px;
	}

#contactform #field_fax {
	margin-left: 37px;
	}

#contactform #state,
#contactform #zip {
	width: 97px;
	}

#contactform #city, #contactform #phone, #contactform #fax {
	width: 180px;
	}

#contactform #field_email, #contactform #field_message {
	clear: left;
	}

#contactform #submit {
	position: absolute;
	width: 66px;
	height: 1.75em;
	bottom: 5px;
	right: 80px;
	}

/* @end */

/* @group Login Form */

#loginform {
    position: relative;
    top: 75px;
    left: 150px;
    width: 300px;
    margin: 0;
    }

#loginform textarea {
    width: 200px;
    height: 60px;
    }

#loginform input {
    width: 200px;
    min-height: 18px;
    }

#loginform #login {
    width: 66px;
    }

/* @end */

/* @end */

/* @group Images */

#branding a, #branding a:hover {
	background: transparent;
	border: none;
	}

a img {
	border: none;
	}

.hidetext {
	text-indent: -99999px;
	}

hr {
	height: 1px;
	border: none;
	color: #ccc;
	background-color: #ccc;
	}

#homepage .photo_main { 
	background: url(../images/ph_home.jpg) no-repeat;
	}
	
#principals .photo_main { 
	background: url(../images/ph_biography.jpg) no-repeat;
	}

#portfolio_overview .photo_sub {
	background: url(../images/portfolio/rotator.php) no-repeat right bottom;
	}

#services_overview .photo_sub {
	background: url(../images/services/rotator.php) no-repeat right bottom;
	}
	
#professional_overview .photo_sub {
	background: url(../images/opportunities/01.jpg) no-repeat right bottom;
	}

#teaming_overview .photo_sub {
	background: url(../images/opportunities/02.jpg) no-repeat right bottom;
	}

#contact .photo_sub {
	background: url(../images/contact/rotator.php) no-repeat right bottom;
	}
	
#login .photo_sub {
	background: url(../images/login/rotator.php) no-repeat right bottom;
	}

/* @end */