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

a {
	color: #999;	
	}

body {
	background-color: #FFF;	
	}

#wrapper {
	margin: auto;
	width: 1000px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-color: #FFF;
	}
	
#navWrapper {
	margin: auto;
	width: 1000px;
	
	}
	
#footer_wrapper {
	margin: auto;
	width: 1000px;

	}
	
#nav {
	width: 100%;
	height: 50px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	}
	
#banner {
	width: 1000px;
	height: 160px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	h2 {
	margin-left: 200px;
	font-size: 24px;
		}
	
#quotePage {
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 800px;
	background-color: #FFF;
	color: #333;
	}
	
#table_form_1 {
	color: #333;	
	
	}
	
#user_wrapper {
	margin: auto;
	width: 1000px;
	height: 300px;
	background-color: #333;
	}
	
#user1 {
	padding: 15px;
	float: left;
	width: 300px;
	height:253px;
	
	}
	
#user2 {
	padding: 15px;
	float: left;
	width: 300px;
	height:253px;
	
	}
	
#user3 {
	padding: 15px;
	float: left;
	width: 300px;
	height:253px;
	
	}
	
#logos {
	float: left;
	width: 1000px;
	height: 250px;
	background-image: url(images/logos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	background-color: #FFF;
	}
	
#footer {
	float: left;
	width: 100%;
	height: 40px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	}
