/* DEFAULT ELEMENTS */

* {margin:0;padding:0;}
a img {border:none;}
.clear {clear:both}
body {
	color: #333;
	background-color: #fff;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg_image.jpg);
	margin: 0;
	background-position: left 224px;
	}
	#homeindexpage {
	background-position: left 403px !important;
	}
.left {
	text-align:left;
	float:left;
	}
.right {
	text-align:right;
	float:right;
	}


/** HEADER **/

#container, .container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
.header {
	position:relative;
	}
#header {
	background:#FFFFFF url(images/headingbg.png) top center repeat-x;
	height:403px;
	}
	#insideheader {
	background:#FFFFFF url(images/insideheadingbg.png) top center repeat-x;
	height:225px;
	}
	#header h1, #insideheader h1 {
	display:none;
	}
#logo {
	padding:0 0 0 20px;
	float:left;
	}
#submenu {
	position:absolute;
	top:20px;
	right:0;
	text-align:left;
	color:#e5e5e5;
	font-size:11px;
	}
	#submenu a:link, #submenu a:visited {
	color:#e5e5e5;
	padding:0 6px;
	}
	#submenu a:hover {
	color:#FFFFFF;
	padding:0 6px;
	}
#menu {
	position:absolute;
	top:123px;
	right:0;
	text-align:left;
	}
	#menu a {
	color:#FFFFFF;
	font-size:13px;
	display:block;
	line-height:27px;
	padding:0 22px;
	text-decoration:none;
	font-weight:400;
	float:left;
	border-left:1px solid #72A0D1;
	font-family:arial, helvetica, verdana, sans-serif;
	}
	#menu a:link, #menu a:visited {
	color:#E5E5E5;
	}
	#menu a:hover,
	#architecture #menu a.architecture, 
	#planning #menu a.planning, 
	#specialty #menu a.specialty, 
	#company #menu a.company, 
	#people #menu a.people {
	background:transparent url(images/menubg-hover.png) bottom center repeat-x;
	color:#FFFFFF;
	}
	.lastnav {
	border-right:1px solid #72A0D1;
	}
	
#midbanner .tagline{
	float:left;
	width:50%;
	}
	#midbanner .tagline p {
	color:#FFFFFF;
	font-size:16px;
	line-height:24px;
	padding:40px 50px 30px 5px;
	text-align:justify;
	}
	#midbanner .innertagline p {
	color:#FFFFFF;
	font-size:16px;
	line-height:24px;
	padding:27px 20px 20px 5px;
	}
	#midbanner .photo{
	float:right;
	width:380px;
	}
	#midbanner .photo a{
	padding:0;margin:0;
	}


/** BODY **/

#bodycontent {
	background:#E5E5E5;
	font-family:arial, verdana, helvetica, sans-serif;
	}
	#bodycontent h2 {
	margin:0 0 15px 0;
	font-family:arial;
	font-size:20px;
	color:#555555;
	font-weight:600;
	line-height:25px;
	}
	#bodycontent h4 {
	margin: 20px 0;
	font-family:arial;
	font-size:15px;
	color:#333333;
	font-weight:600;
	line-height:20px;
	}
	#bodycontent .indent {
	line-height:19px;
	padding:20px 18px 20px 25px;
	color:#555555;
	}
	#bodycontent .indent p {
	margin: 0 0 20px 0;
	}
	#bodycontent .indent p.clean {
	margin: 0;
	}
	#bodycontent .indent p.top {
	margin:20px 0 20px 0;
	}
	#bodycontent .indent ul, #bodycontent .indent ol {
		margin: 5px 0 15px 30px;
	}
	#bodycontent a:link, #bodycontent a:visited {
	color:#4F88C5;
	font-weight:bold;
	text-decoration:none;
	}
	#bodycontent a:hover {
	color:#34679E;
	font-weight:bold;
	text-decoration:underline;
	}
	
	#people #bodycontent .indent ul {margin:0 0 20px 30px;}
	#people #bodycontent .indent h3 {margin:15px 0 5px 0;font-size:13px;}
	#people #bodycontent .indent h4 {margin:20px 0 0 0;}

/** PORTFOLIO BODY **/

.sidebar {
	float:left;
	width:150px;
	}
	.sidebar ul, #pdfwrap ul {margin:0 !important;}
	ul.sub li {
	list-style:none;
	}
	ul.sub li a {
	font-size:13px;
	background:none;
	display:block;
	height:30px;
	width:150px;
	line-height:30px;
	padding: 0 0 0 5px;
	border-bottom:1px #cccccc solid;
	}
	ul.sub li a:link, ul.sub li a:visited {
	color:#666666 !important;
	}
	ul.sub li a:hover,
	.religiousdiv .religious,
	.historicdiv .historic,
	.highereducationdiv .highereducation,
	.commercialdiv .commercial,
	.sportsdiv .sports,
	.overviewdiv .overview,
	.elementarydiv .elementary,
	.governmentaldiv .governmental {
	background:transparent url(images/sidebarbg-hover.png) left center repeat-y;
	text-decoration:none !important;
	color:#444444 !important;
	}
	ul.subinfo li {
	list-style:none;
	background:transparent url(images/sidebarbg-hover.png) left center repeat-y;
	padding:8px 5px;
	color:#666666;
	font-size:11px;
	border-bottom:1px #cccccc solid;
	line-height:15px;
	}
	ul.subinfo li b {
	color:#444444;
	}
	.featuredthumb a img {
	padding:1px;
	border:1px solid #cccccc;
	background:#FFFFFF;
	margin:0 0 5px 0;
	}
	.featuredthumb a:hover {
	text-decoration:none !important;
	} 
.portfoliobody {
	width:550px;
	text-align:left;
	float:right;
	}
	.portfoliolargeimg {
	margin: 0 0 10px 0;
	padding:1px;
	border:1px solid #cccccc;
	background:#FFFFFF;
	}
	.thumbnails {margin:0 0 10px 0;}
	.thumbnails img {
	margin-right:2px;
	padding:1px;
	border:1px solid #cccccc;
	background:#FFFFFF;
	}
#pdfwrap {
	background:#EEEEEE;
	margin:20px 0;
	padding:0 15px 5px 15px;
	border:1px solid #cccccc;
	height:1%;
	}
	.showpdffirst {
	width:245px;
	float:left;
	margin-right:25px;
	}
	.showpdfsecond {
	width:245px;
	float:left;
	}
	.showpdffirst ul li, .showpdfsecond ul li {
	list-style:square;
	margin: 0px 0 8px 15px;
	color:#999999;
	}
	p.pdfdisclaimer {
	font-size:10px;
	color:#999999;
	padding:10px 0 0 0;
	margin:0;
	}


/** INDEX BOTTOM TABLE **/
.indextable {text-align:center;}
.indextable table {border:#eeeeee 5px solid;}
a.trans img{opacity:0.85;filter: alpha(opacity=85);}
a.trans:hover img{opacity:1.0;filter: alpha(opacity=100);}
.trfill {
	background:#4F88C5 url(images/indexfooterbg.png) top center repeat-x;
	}
.bottomfill {
	text-align:center;
	line-height:14px;
	padding:5px 0;
	border-left:1px solid #72A0D1;
	}
	.bottomfill a {
	font-weight:100 !important;
	font-size:11px;
	font-family:arial, helvetica, verdana, sans-serif !important;
	}
	.bottomfill a:link, .bottomfill a:visited {
	color:#E5E5E5 !important;
	}
	.bottomfill a:hover {
	color:#FFFFFF !important;
	text-decoration:none !important; 
	}

/** FOOTER **/	

#footer {
	color:#777777;
	padding:30px 0 40px 0;
	font-size:11px;
	}




															/** END **/