﻿@charset "utf-8";

/*

Containers for laying out page content areas.  


*/

body {
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	height:786px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CC3333;
}

#mapContainer {
	width: 900px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#contentHome  {
	float:right;
	height:670px;
}

#content  {
	float:right;
	width:780px;
	height:670px;
	background-color:#CCCCCC;
}

.textContainer {
	float:left;
	width:375px;
	height:600px;
	margin-left:20px;
	margin-top:30px;
}

.textContainer_Services {
	float:left;
	width:265px;
	height:600px;
	margin-left:30px;
	margin-top:30px;
}

.textContainer_Contact {
	float:left;
	width:350px;
	height:600px;
	margin-left:20px;
	margin-top:30px;
}

.formContainer_Contact {
	float:right;
	width:350px;
	height:600px;
	margin-left:10px;
	margin-top:30px;
}

.textContainer_Survey {
	float:left;
	width:700px;
	height:400px;
	margin-left:20px;
	margin-top:20px;
}

.formContainer_Survey {
	float:none;
	width:500px;
	height:200px;
	margin-left:10px;
	margin-top:20px;
}

#topBannerDiv {
	float:none;
	width:900px;
	height:70px;
	background-color:#000000;
	margin:0;
}

#fromSourceDiv {
	float:left;
	background-color:#000000;
	width:780px;
	height:36px;
	margin-left:120px;
	margin-top:-6px;
	display:inline;		/* need to fix display in IE6; corrects extra padding that throws positioning off! */
	/*padding-left:10px;		Note: To increase padding-left by 10, must decrease width from 780 to 770.    */

}

#navDiv {
	float:left;
	width:104px;
	margin-left:5px;
	margin-top:10px;
}

#footDiv {
	float:right;
	width: 900px;
	height:20px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#copyrightDiv {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:5px;
	width: 900px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF;
}

/** html ul.nav a {height: 40px; }*/

#content .photoBox {
	float:right;
	width:360px;
	margin-top:50px;
	margin-left: 10px;
	/*text-align:left;*/
}


#content .photoBox_Services {
	float:right;
	clear:left;
	width:460px;   /* was 425 until Jan 21, 2010;  resized for new jpg. */
	margin-top:15px;
	margin-left: 5px;
}

#content .photoBox_Smartscan {
	float:right;
	clear:left;
	width:750px;
	margin-top:30px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#content .testimonial {
	float:left;
	width:450px;
	margin-top:30px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#content .testimonialNav {
	float:right;
	width:250px;
	margin-top:30px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#content .loginContent {
	float:left;
	width:400px;
	margin-top:30px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#content .loginNav {
	float:right;
	width:250px;
	margin-top:200px;
	margin-left: 20px;
	margin-bottom: 30px;
}
