@charset "UTF-8";
/* CSS Document */

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}




:focus {
	outline: 0;
}
 
ol, ul, li {
	list-style : none;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}

/*--- =html ---*/
html {
	height:100%;
	margin:0;
	padding:0;
}

/*--- =body ---*/
body {
	/*text-align:center;*/
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#acacac;
	font-size:12px;
}

/*--- =blocktext ---*/
h1, h2, h3, h4, h5, p, blockquote, address, dl, ul, ol {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

/*--- =clear floats ---*/
.clear {
	clear:both;
}




/*--- =container ---*/
div#container {
	margin:0 auto 0 auto;
}

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

div.home_body {
	position:absolute;
	left:50%;
	margin:-300px 0 0 -117px;
	top:50%;
	width:234px;
	height:500px;
	z-index:5;
}

.home_logo {
	position:relative;
	display:block;
	text-indent:-999999px;
	width:202px;
	height:321px;
	background:url(../images/logo_home.png) 100% 0% no-repeat;
	margin:0 auto 59px auto;
}

.home_nav {
	position:relative;
	z-index:10;
}

.home_nav li {
	position:relative;
	margin:0 auto 26px auto;
	width:234px;
	height:22px;
}

.home_nav li a {
	position:relative;
	display:block;
	text-indent:-999999px;
	width:234px;
	height:22px;
}

.home_nav li.nav_home_about a {
	background:url(../images/nav_home_about.png) 100% 0% no-repeat;
}

.home_nav li.nav_home_about a:hover {
	background:url(../images/nav_home_about_hover.png) 100% 0% no-repeat;
}

.home_nav li.nav_home_services a {
	background:url(../images/nav_home_services.png) 100% 0% no-repeat;
}

.home_nav li.nav_home_services a:hover {
	background:url(../images/nav_home_services_hover.png) 100% 0% no-repeat;
}

.home_nav li.nav_home_contact a {
	background:url(../images/nav_home_contact.png) 100% 0% no-repeat;
}

.home_nav li.nav_home_contact a:hover {
	background:url(../images/nav_home_contact_hover.png) 100% 0% no-repeat;
}


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

#header {
	position:relative;
	width:996px;
	margin:35px auto 0 auto;
	height:150px;
}

/*--- =Navigation ---*/

.nav {
	position:absolute;
	width:50%;
	height:12px;
	padding:16px 0 16px 0;
	background:#ef4136;
	display:block;
	right:0;
}

.nav_inside {
	position:relative;
}

.nav_inside li {
	position:relative;
	float:left;
	margin:0 50px 0 0;
}

.nav_inside li a {
	position:relative;
	display:block;
	text-indent:-999999px;
	height:12px;
	width:139px;
}

.nav_inside li.nav_about_current a {
	width:96px;
	margin:0 50px 0 -146px;
	background:url(../images/nav_about.png) 100% 0% no-repeat;
}

.nav_inside li.nav_about a {
	width:96px;
	background:url(../images/nav_about_white.png) 100% 0% no-repeat;
}

.nav_inside li.nav_services_current a {
	margin:0 50px 0 -189px;
	background:url(../images/nav_services.png) 100% 0% no-repeat;
}

.nav_inside li.nav_services a {
	background:url(../images/nav_services_white.png) 100% 0% no-repeat;
}

.nav_inside li.nav_contact_current a {
	margin:0 50px 0 -189px;
	background:url(../images/nav_contact.png) 100% 0% no-repeat;
}

.nav_inside li.nav_contact a {
	background:url(../images/nav_contact_white.png) 100% 0% no-repeat;
}


/*--- =content ---*/

.content {
	position:relative;
	margin:88px auto 0 auto;
	width:996px;
	z-index:5;
}

.content_left {
	position:relative;
	float:left;
	width:449px;
}

.content_left h2 {
	position:relative;
	font-size:14px;
	line-height:1.5em;
	text-align:justify;
	margin:0 0 57px 0;
}

.content_left h2.bottom_text {
	margin:60px 0 0 0;

}

.content_left h3 {
	position:relative;
	text-align:left;
	font-size:14px;
	color:#168da2;
}

.content_left p {
	position:relative;
	text-align:justify;
	line-height:1.5em;
}

.content_right {
	position:relative;
	float:right;
	width:449px;
	margin:120px 0 0 0;
}

.content_right h3 {
	position:relative;
	text-align:left;
	font-size:14px;
	color:#168da2;
}

.content_right p {
	position:relative;
	text-align:justify;
	line-height:1.5em;
}

.about_list {
	position:relative;
	text-align:left;
}

.about_list li {
	list-style:outside;
	margin:0 0 10px 15px;
	font-weight:bold;
	font-size:12px;
}

.about_list li ul {
	position:relative;
	margin:5px 0 0 0;
}

.about_list li ul li {
	list-style:circle;
	font-weight:normal;
	margin:0 0 5px 15px;
}

.content_right .about_list {
	position:relative;
	text-align:left;
}

.services_head {
	position:relative;
	margin:120px 0 15px 0;
}



/*--- =content ---*/

#footer {
	position:absolute;
	bottom:0;
	background:url(../images/footer_bg.png) 100% 100% no-repeat;
	height:285px;
	width:100%;
	right:0;
}

.footer_inside {
	position:relative;
	margin:0 auto 0 auto;
	width:996px;
	height:84px;
}

.footer_contact {
	position:relative;
	width:258px;
	margin:275px auto 0 auto;
}

.footer_contact p.phone, .footer_inside .footer_contact p.name {
	position:relative;
	display:block;
	text-indent:-999999px;
	width:258px;
	height:13px;
	margin:0 0 15px 0;
}

.footer_contact p.phone {
	background:url(../images/phone.png) 100% 0% no-repeat;
}

.footer_contact p.name {
	background:url(../images/shaw.png) 100% 0% no-repeat;
}

.footer_contact p.email {
	position:relative;
	width:258px;
}

.footer_contact p.email a {
	position:relative;
	display:block;
	text-indent:-999999px;
	background:url(../images/email_hover.png) 100% 0% no-repeat;
	width:258px;
	height:13px;
}

.footer_contact p.email a:hover {
	background:url(../images/email.png) 100% 0% no-repeat;
}

#footer_home {
	position:absolute;
	bottom:0;
	background:url(../images/city_scape.jpg) 0% 100% repeat-x;
	height:370px;
	left:0;
	z-index:1;
	width:100%;
	overflow:hidden;
}




