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


body {
	background-image:url(gfx/bg_all.jpg);
}

/* MAIN PAGE STYLE SHEET */

#white_header_top {
	width: 981px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-top: 5px;
	margin-left: -490px;
	background-image:url(gfx/headertop.jpg);
}

#white_header {
	width: 981px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -490px;
	background-color: #FFF;	
}

		#logo {
			width: 350px;
			height: 78px;
			margin-left: 0px;
			margin-top: 0px;
		}
		
		#callus {
			width: 243px;
			height: 50px;
			margin-left: 738px;
			margin-top: -38px;
			background-image:url(gfx/callus.jpg);
		}

#header {
	width: 981px;
	height: 153px;
	position: absolute;
	left: 50%;
	top: 105px;
	margin-left: -490px;
	background-color: #FFF;	
}


#content {
	width: 981px;
	height: 271px;
	position: absolute;
	left: 50%;
	top: 258px;
	margin-left: -490px;
	background-image:url(gfx/background_gray.jpg);
}

		#text_content {
			width: 502px;
			height: 210px;
			position: relative;
			margin-left: 278px;
			margin-top: 42px;
		}
		
		#logos {
			width: 100px;
			height: 200px;
			position: absolute;
			top: 50px;
			margin-left: 840px;
		}
		
		#navigation {
			width: 217px;
			height: 271px;
			position: absolute;
			top: 0px;
			margin-left: 30px;
		
		}

#services {
	width: 981px;
	height: 187px;
	position: absolute;
	left: 50%;
	top: 529px;
	margin-left: -490px;
	background-color:#FFF;
}

			#services_title {
				width: 218px;
				height: 18px;
				position: relative;
				margin-left: 30px;
				margin-top: 26px;
				background-image:url(gfx/services/services.jpg);
			}
			
			#services_buttons {
				width: 919px;
				height: 96px;
				position: relative;
				margin-left: 30px;
				margin-top: 0px;
			}

#footer {
	width: 981px;
	height: 63px;
	position: absolute;
	left: 50%;
	top: 706px;
	margin-left: -490px;
	background-image:url(gfx/footer_bg.jpg);
}

			#footer_text {
				width: 900px;
				height: 55px;
				position: relative;
				left: 45px;
				top: 20px;
			}
			
						
						#footer_contact {
						width: 270px;
						height: 55px;
						position: absolute;
						left: 660px;
						top: 0px;
					}

#footer_bottom {
	width: 981px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: 769px;
	margin-left: -490px;
	background:url(gfx/footer_bottom.jpg) 0 0 no-repeat;
}
#bottom {
	width: 981px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 776px;
	margin-left: -490px;

}

/* FONT STYLES */

#content {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 2.5em;
	color: #717171;
	text-align: left;
}

#content_inner {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 2.5em;
	color: #717171;
	text-align: left;
}


#footer {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.5em;
	color: #055272;
}

.footer_bold {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.5em;
	color: #055272;
	font-weight: bold;
}

.footer_gray {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.5em;
	color: #AEAEAE;
	font-weight: bold;
}

.footer_contact {
	text-align: right;
}
a:link {
	color: #004E71;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004E71;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
}

#navigation img{display: block;}
#logos, #navigation {left: 0px;}
