/* start global styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
	background: #000;
}

h1 {
	font-size: 14px;
	line-height: 14px;
	color: #921c15;
	margin-bottom: 9px;
}

h2 {
	color: #000;
}


p {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 12px;
}

a {
	color: #921c15;
	text-decoration: none;
}


#header {
	width: 100%;
	height: 45px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: #999696 solid 1px;
}

#title {
	float: left;
	width: 465px;
	height: 45px;
}

#section {
	float: left;
	width: 305px;
	height: 45px;
	background: #871c1f;
}

#container {
	background: #000 url(/site_images/site_bg.gif) top left repeat-x;
	margin: 0px;
}

#masthead {
	width: 770px;
	height: 113px;
	border-bottom: #000 solid 1px;
}

#imagery {
	float: left;
	width: 465px;
	height: 113px;
	background: #ccc;
	overflow:hidden;
}

#imagery img.image1 {
	float: left;
}

#imagery img.image2 {
	float: left;
	border-left:1px solid #fff;
}

#imagery2 {
	float: left;
	width: 305px;
	overflow:hidden;
}

#imagery2 img.image3 {
	float: left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#imagery2 img.image4 {
	float: left;
	border-right:1px solid #fff;
}

#subnav {
	float: left;
	width: 305px;
	height: 113px;
	background: #fff url(/site_images/subnav_bg.gif) top left repeat-y;
}


#subnav ol {
	list-style: none;
	margin-top: 2px;
}

#subnav li {
	font-family: 'arial narrow', arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:152px;
}

#subnav a {
	color: #8a8d8d;
}

#subnav ol li a {
	display: block;
	height: 13px;
	padding: 3px 8px 2px 20px;
}

#subnav ol li a:hover {
	color: #666;
	background: url(/site_images/subnav_bullet.gif) 2px 3px no-repeat;
}


#main {
	width: 770px;
	overflow: hidden;
	background: url(/site_images/main_bg.gif) top left no-repeat;
	border-top: #fff solid 2px;
}

#mainnav {
	float: left;
	width: 140px;
	height: 240px;
	background: url(/site_images/nav_bg.jpg) 48px left no-repeat;
}

#mainnav ul {
	list-style: none;
	text-align: right;
	margin-top: 5px;
}

#mainnav li {
	font-family: 'arial narrow', arial, sans-serif;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: lowercase;
}

#mainnav a {
	color: #fff;
	text-decoration: none;
}

#mainnav ul li a {
	display: block;
	height: 13px;
	padding: 3px 18px 2px 8px;
}

#mainnav ul li a:hover {
	background: url(/site_images/nav_bullet.png) top left no-repeat;
}

#content {
	float: left;
	width: 525px;
	background: #d7d7d7 url(/site_images/content_bg.jpg) top left no-repeat;
	padding: 25px 59px 15px 46px;
}

#content ul {
	margin: 0px 0px 15px 20px;
}

#content li {
	font-size: 11px;
}

#quote_box {
	background: #efefef;
	padding:10px 10px 5px 10px;
}

#footer {
	height: 50px;
	color: #acacac;
	font-size: 11px;
	background: url(/site_images/footer_bg.gif) top left no-repeat;
	margin-left: 128px;
}

#footer ul {
	list-style: none;
	margin: 7px 0px 0px 59px;
}

#footer li {
	display: inline;
	padding: 0px 1px;
}

#footer a {
	color: #acacac;
	font-weight: bold;
	text-decoration: none;
}

#offices {
	height: 29px;
	font-family: 'arial narrow', arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 10px 0px 0px 59px;
}

.location {
	color: #fff;
	text-transform: uppercase;
}

/* end global styles */


/* start homepage styles */

#main_home {
	width: 770px;
	overflow: hidden;
	background: #fff url(/site_images/home/home_bg.jpg) top left no-repeat;
}


#nav_home {
	position: absolute;
	top: 60px;
	left: 358px;
	overflow: hidden;
	width: 158px;
	height: 150px;
}

#nav_home ul {
	list-style: none;
	text-align: right;
	margin-top: 5px;
}

#nav_home li {
	font-family: 'arial narrow', arial, sans-serif;
	background: url(/site_images/home/nav_home_bullet.gif) top right no-repeat;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: lowercase;
}

#nav_home a {
	color: #fff;
	text-decoration: none;
}

#nav_home ul li a {
	display: block;
	height: 13px;
	padding: 3px 17px 2px 8px;
}

#nav_home ul li a:hover {
	background: url(/site_images/home/nav_home_bullet_on.gif) top right no-repeat;
}


#content_home {
	width: 650px;
	padding-bottom: 25px;
	margin: auto 0px 0px 92px;
}

#content_home h1 {
	font-family: 'arial narrow', arial, sans-serif;
	letter-spacing: 5px;
	color: #4c524f;
	text-transform: uppercase;
	padding-left: 10px;
}

#dateline {
	width: 210px;
	color: #4c524f;
	border-bottom: #4c524f solid 4px;
	margin-bottom: 3px;
}

#dateline p {
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 2px;
}


#blurb {
	width: 410px;
	padding: 3px 0px 0px 0px;
}

#blurb p {
	color: #4c524f;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

#logo_home {
	float: left;
	width: 248px;
	background: #000;
}

#footer_home {
	float: left;
	width: 522px;
	height: 50px;
	color: #acacac;
	font-size: 11px;
	background: #fff url(/site_images/home/footer_home_bg.jpg) bottom left no-repeat;
	padding-top: 13px;
}

#footer_home ul {
	list-style: none;
	margin: 7px 0px 0px 59px;
}

#footer_home li {
	display: inline;
	padding: 0px 1px;
}

#footer_home a {
	color: #acacac;
	font-weight: bold;
	text-decoration: none;
}

#offices_home {
	height: 29px;
	font-family: 'arial narrow', arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 10px 0px 0px 9px;
}

/* end homepage styles */


/* start contact page styles */

.inset {
	background: #efefef;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 5px;
}

.contact_offices {
	float: left;
	width: 150px;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 12px;
}

/* end contact styles */


/* start employment page styles */

form {
	padding: 10px 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-size: 11px;
	line-height: 12px;
}

.darkgrey {
	width: 268px;
	height: 18px;
	padding: 5px;
	background: #c8c8c7;
	border: #4c524f solid 1px;
}

.lightgrey {
	width: 110px;
	height: 18px;
	padding: 5px;
	background: #dddddd;
	border: #4c524f solid 1px;
}

.lightgrey2 {
	width: 107px;
	height: 18px;
	padding: 5px;
	background: #c8c8c7;
	border: #4c524f solid 1px;
}

.blank_cell {
	height: 7px;
	background: #919090;
	border: #4c524f solid 1px;
}

.outline {
	border: #4c524f solid 1px;
}

/* end employment page styles */


/* start portfolio page styles */

#content_portfolio {
	float: left;
	width: 630px;
	background: #d7d7d7 url(/site_images/portfolio_bg.gif) top left repeat-y;
}

#portfolio_left {
	float: left;
	width: 309px;
	color: #fff;
	background: #595856;
	padding: 15px;
}

#portfolio_left h1 {
	color: #fff;
}

#portfolio_image {
	width: 302px;
	text-align: center;
	overflow:hidden;
	padding-bottom: 10px;
}

#portfolio_image img {
	border: #bcbcbc solid 1px;
	margin-bottom: 5px;
}

#portfolio_image a {
	color:#efefef;
	font-size:10px;
}

#thumbnails {
	float: left;
	width: 60px;
	padding: 15px 0px 0px 7px;
}

.thumb {
	width: 55px;
	height: 55px;
	overflow: hidden;
	border: #bcbcbc solid 1px;
	margin-bottom: 12px;
}

#portfolio_right {
	float: right;
	width: 170px;
	padding: 20px;
}

#portfolio_right h1 {
	font-family: 'arial narrow', arial, sans-serif;
	color: #333;
	letter-spacing: 1px;
}

#port_subnav {
}

#port_subnav p {
	font-size: 11px;
	line-height: 12px;
	margin-bottom:10px;
}

#port_subnav a {
	color: #333;
}

#port_subnav a:hover {
	color: #787878;
}

/* end portfolio page styles */


/* start element specific styles */

body#profile li.profile_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }
body#expertise li.expertise_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }
body#portfolio li.portfolio_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }
body#subcontractors li.subcontractors_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }
body#community li.community_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }
body#employment li.employment_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }
body#contact li.contact_on { background: url(/site_images/nav_bullet.png) top left no-repeat; }

/* end element specific styles */

