/*---------------------------------------------------------------------------------
  Basic
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

* {
	margin:0;
	padding:0;
}

body {
	background:#EAEFF4;
	background-image:url(images/bg.png);
	color:#333;
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

h5 {
	color:#ebb750;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	margin:0 0 10px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	width:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*---------------------------------------------------------------------------------
  Header
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#header {
	margin:0;
	padding:0 0 0;
	width:900px;
	height: 120px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	border:none;
	display:block;
	float:left;
	height:80px;
	margin:30px 0 0  30px;
	overflow:hidden;
	padding:0;
	width:400px;
}

/*---------------------------------------------------------------------------------
  Layout
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#bg_container {
	background-image:url(images/bg_top.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:600px;
	width:100%;
}

#container {
	margin:0 auto;
	width:900px;
}

#content {
	background-color:#fff;
	display:inline;
	float:left;
	padding:5px 0 10px;
	width:900px;
}

#content_2 {
	background-color:#fff;
	display:inline;
	float:left;
	padding:5px 0 10px;
	width:900px;
	min-height:376px;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_3 {
	background-color:#fff;
	display:inline;
	float:left;
	padding:5px 0 10px;
	width:900px;
	height:auto;
	min-height:360px;
}

#content_sub {
	background-color:#fff;
	display:inline;
	float:left;
	padding:25px 30px 35px;
	width:890px;
}

#content_left {
	display:inline;
	float:left;
	margin:0 30px 0 0;
	width:430px;
}

#content_right {
	display:inline;
	float:left;
	width:430px;
}

#content_left p,#content_right p {
	height:30px;
	margin-top:15px;
}

span.edit {
	border-top:1px solid #CCC;
	display:inline;
	float:left;
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	margin-top:30px;
	padding-top:5px;
	width:660px;
}

span.edit a {
	color:#666;
}

span.edit a:hover,p.edit a:active {
	color:#067e8c;
}

#tophr {
	border:none;
	clear:both;
	height:11px;
	margin:0;
	padding:0;
	position:relative;
	width:900px;
}

#midhr {
	border:none;
	display:inline;
	float:left;
	height:10px;
	margin:0;
	padding:0;
	width:900px;
}

#latestwork {
	display:inline;
	float:left;
	margin:10px 0 15px 50px;
	padding:0;
	width:900px;
}

#contact_top {
	display:inline;
	float:left;
	margin:25px 0 0 0;
	padding:0;
	width:900px;
}

#contact_table {
	display:inline;
	float:left;
	margin:0 0 60px 50px;
	padding:0;
	width:800px;
	height:auto;
}

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

#content_bottom {
	background-color:transparent;
	height:30px;
	padding:0;
	width:900px;
	float: left;
}

#hr_bottom {
	height:8px;
	width:900px;
}

#footer {
	color:#605743;
	font-family: Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:16px;
	margin:5px 0 50px;
	padding:5px 0 0;
	text-align:center;
}

#footer a {
	color:#605743;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#f2c362;
	text-decoration:none;
}

.footer_address {
	float:left;
}

.footer_copyright {
	float:right;
	color:#3c321d;
}

/*---------------------------------------------------------------------------------
  Contact
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#contact {
	display:inline;
	float:left;
	height:30px;
	margin:0 0 0 16px;
	padding:2px 0 0 0;
	width:730px;
	color:#081C5B;
}

#contact p {
	margin:10px 0 20px;
}

#contact a{
	color:#081C5B;
	font-weight:normal;
	text-decoration:none;
}

#contact a:hover{
	color:#cccccc;
	text-decoration:none;
}

#copyright {
	display:inline;
	float:right;
	height:30px;
	margin:10px 14px 20px;
	padding:2px 6px;
	width:106px;
	color:#081C5B;
	background-image: url(images/hh_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#copyright p {
	margin:10px 0 20px;
}

#copyright a{
	color:#081C5B;
	font-weight:normal;
	text-decoration:none;
}

#copyright a:hover{
	color:#cccccc;
	text-decoration:none;
}

/*---------------------------------------------------------------------------------
  Home
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#featured {
	background-color:#fff;
	background-image:url(images/main_image_top.jpg);
	border:none;
	display:block;
	float:left;
	height:160px;
	margin:-2px 0 0 0;
	padding:0;
	width:900px;
}

#featured_2 {
	background-color:#fff;
	background-image:url(images/featured_usatopcoat.jpg);
	border:none;
	display:inline;
	float:left;
	height:70px;
	margin:0;
	padding:0;
	width:900px;
}

#featured_text {
	margin:38px 0 0 496px;
}

#button_viewproject {
	display:inline;
	float:left;
	margin:25px 0 0 475px;
}

#introtext {
	display:inline;
	float:left;
	margin:25px 30px;
	padding:0;
	width:200px;
}

#introtext p {
	margin:10px 0 25px;
}

/*---------------------------------------------------------------------------------
  Featured
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

.latest {
	color:#00707C;
	display:inline;
	float:left;
	font-size:11px;
	margin:0 10px 0 48px;
	width:240px;
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
	line-height:14px;
}

.latest_r {
	color:#8e8e8e;
	display:inline;
	float:left;
	font-size:11px;
	margin:0;
	width:200px;
}

#latestwork a,#latestwork a:visited {
	color:#D65501;
	font-weight:normal;
	text-decoration:none;
}

#latestwork a:hover,#latestwork a:active {
	color:#cccccc;
	text-decoration:none;
}

.latest_img,.latest_img:visited {
	border:1px solid #d4d4d4;
	display:block;
	height:100px;
	margin:10px 0 15px;
	width:188px;
}

.latest_img:hover,.latest_img:active {
	border:1px solid #26b4c5;
}

/*---------------------------------------------------------------------------------
  Featured
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

.list_firms {
	color:#00707C;
	display:inline;
	float:left;
	margin:0 0 0 36px;
	width:258px;

}

.list_firms_right {
	color:#00707C;
	display:inline;
	float:left;
	margin:0 0 0 36px;
	width:258px;

}

.list_firms_2 {
	background-color:#eee;
	color:#081C5B;
	display:inline;
	float:left;
	margin:0 88px 30px 0;
	width:340px;
	font-size:12px;
	padding:8px 8px 8px 8px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.list_firms_3 {
	color:#081C5B;
	display:inline;
	float:left;
	margin:0 0 6px 10px;
	width:380px;
	font-size:12px;
	padding:8px 8px 8px 8px;
}

.list_firms_3 a{
	color:#D65501;
	font-weight:normal;
	text-decoration:none;
}

.list_firms_3 a:hover{
	color:#cccccc;
	text-decoration:none;
}

h1
{
	font-size:16px;
	margin-bottom:8px;
	color:#081C5B;
	line-height:16pt;
}

h2
{
	font-size:12px;
	margin-bottom:6px;
	color:#00707C;
}

h3
{
	font-size:28px;
	margin-bottom:8px;
	color:#ffffff;
}

h4
{
	font-size:14px;
	color:#081C5B;
	padding-bottom: 4px;
}

h2 a:hover {
	color:#cccccc;
	text-decoration:none;
}
	
	.one {
	margin-left: 0px;
	padding-right:0px;
	float:left;
	width:340px;
		}
		
	.one_right {
	margin-left: -20px;
	padding-right:0px;
	float:left;
	width:220px;
			}
			
	.one_right_two {
	margin-left: 20px;
	padding-right:0px;
	float:left;
	width:160px;
					}
		
		.two {
	margin-top:30px;
	margin-left: 10px;
	padding-right:46px;
	width:auto;
	float:right;
	text-align:right;
			}
		
		.three {
	margin-left: 32px;
	padding-right:0px;
	float:left;
	width:376px;
			}
			
			.four {
	margin-left: 514px;
	padding-right:10px;
	float:left;
	width:360px;
	height:160px;
	margin-top: 0px;
				}
			
			

