/* CSS DOCUMENT */

body {
	background-color:#e4e2da;
	}

img {
	border:0px;
	}
	
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	line-height:25px;
	}
.text a{
	color:#2D92CA;
	text-decoration:underline;
	}

.text a:visited{
	text-decoration:underline;
	}
.text a:hover{
	text-decoration:none;
	}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:91px;
	width:974px;
	margin:auto;
	margin-top:20px;
	}
#navigation {
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:942px;
	height:61px;
	margin:auto;
	padding-left:16px;
	padding-right:16px;
	}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:974px;
	padding-bottom:20px;
	height:7px;
	margin:auto;
	}

/* INDEX PAGE SPECIFIC RIGHT HERE. THE FLASH INTRO IS ONLY ON THE INDEX PAGE */
#flash_section {
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:942px;
	height:250px;
	margin:auto;
	padding-left:16px;
	padding-right:16px;
	}

#flash_intro {
	width:702px;
	height:250px;
	background-image:url(images/flash_background.jpg);
	background-repeat:repeat-x;
	}
#welcome_message {
	width:210px;
	height:250px;
	float:right;
	background-image:url(images/flash_background.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	}

.welcome_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	 }
#index_content {
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:942px;
	height:195px;
	margin:auto;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:15px;
	}
#bottom_right_index {
	background-image:url(images/bottom_right_index_case.jpg);
	background-position:top;
	margin-top:3px;
	background-repeat:no-repeat;
	width:211px;
	height:204px;
	float:right;
	}

#bottom_center_index {
	width:453px;
	float:left;
	}
#bottom_left_index {
	width:200px;
	float:left;
	}
.bottom_left_index {
	padding-top:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	line-height:20px;
	}
.bottom_center_index {
	padding-top:35px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	}
.bottom_right_index {
	padding-top:45px;
	padding-left:63px;
	padding-right:15px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	}

.bottom_right_index a{
	color:#2D92CA;
	text-decoration:underline;
	}

.bottom_right_index a:visited{
	text-decoration:underline;
	}
.bottom_right_index a:hover{
	text-decoration:none;
	}	
	
/* THIS IS THE CSS FOR THE REST OF THE SITE... EXCLUDING THE INDEX PAGE */
#container {
	background-image:url(images/background2.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:974px;
	margin:auto;
	}
#content_background {
	background-image:url(images/background.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:960px;
	margin:auto;
	}
#content_service {
	background-image:url(images/service_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:1025px;
	margin:auto;
	}
#left_content_ser {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_ser {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:750px;
	}
.text_services {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	line-height:18px;
	}
.text_services a{
	color:#2D92CA;
	text-decoration:underline;
	}

.text_services a:visited{
	text-decoration:underline;
	}
.text_services a:hover{
	text-decoration:none;
	}






/*PORTFOLIO PAGE*/
#content_portfolio {
	background-image:url(images/portfolio_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:2450px;
	margin:auto;
	}
	
#left_content_port {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_port {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:2160px;
	}

.text_portfolio {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	line-height:18px;
	}
.text_portfolio a{
	color:#2D92CA;
	text-decoration:underline;
	}

.text_portfolio a:visited{
	text-decoration:underline;
	}
.text_portfolio a:hover{
	text-decoration:none;
	}
p.top_pages {
	line-height:15px;
	text-align:right;
	}
p.bottom_pages {
	line-height:15px;
	text-align:right;
	margin-top:20px;
	}

/*PORTFOLIO CONTINUEDPAGE*/
#content_portfolio_con {
	background-image:url(images/portfolio_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:2430px;
	margin:auto;
	}
	
#left_content_port_con {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_port_con {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:2150px;
	}

/*FREE QUOTE PAGE*/
#content_freequote {
	background-image:url(images/freequote_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:500px;
	margin:auto;
	}
	
#left_content_quote {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_quote {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:230px;
	}

/*FREQUENTLY ASKED QUESTIONS PAGE*/
#content_faqs {
	background-image:url(images/faqs_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:1050px;
	margin:auto;
	}
	
#left_content_faqs {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_faqs {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:780px;
	}
.text_faqs {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	line-height:18px;
	}
.text_faqs a{
	color:#2D92CA;
	text-decoration:underline;
	}
.text_faqs a:visited{
	text-decoration:underline;
	}
.text_faqs a:hover{
	text-decoration:none;
	}
/*CONTACT US PAGE*/
#content_contact {
	background-image:url(images/contactus_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:470px;
	margin:auto;
	}
	
#left_content_contact {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_contact {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:200px;
	}

/* SPECIFIC CLASSES FOR IMAGES */

/* THE NEWS IMAGE ON THE INDEX PAGE, ON THE LOWER RIGHT */
.img_news {
	padding-left:65px; 
	padding-top:1px;
	}
.img_el_semential {
	padding-bottom:10px;
	padding-top:10px;
	}
.img_el_semential {
	padding-bottom:10px;
	padding-top:10px;
	}

.img_infoemail {
	padding-top:13px;
	padding-right:13px;
	}
.img_titles {
	padding-bottom:15px;
	}
.img_portfolio {
	padding-top:5px;
	padding-bottom:5px;
	border:none;
	}
/*CASE STUDIES PAGE*/
#content_case {
	background-image:url(images/casestudies_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:974px;
	height:1655px;
	margin:auto;
	}
	
#left_content_case {
	width:600px;
	margin-left:55px;
	margin-top:100px;
	float:left;
	}
#right_content_case {
	float:right;
	width:251px;
	background-image:url(images/right_col_background.jpg);
	background-repeat:no_repeat;
	background-position:bottom;
	margin-top:257px;
	margin-right:16px;
	height:1375px;
	}

.text_case {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#656565;
	line-height:18px;
	}
.text_case a{
	color:#2D92CA;
	text-decoration:underline;
	}

.text_case a:visited{
	text-decoration:underline;
	}
.text_case a:hover{
	text-decoration:none;
	}