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

body {
	padding: 0;
	margin: 0;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:link {
	color: #002F5F;
	text-decoration: none;
	border-bottom: solid 1px #002F5F;
}

a:visited {
	color: #002F5F;
	text-decoration: none;
	border-bottom: solid 1px #002F5F;
}

a:hover {
	color: #6081ac;
	text-decoration: none;
	border-bottom: none;
}

#wrapper {
	
}

#header_content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

#logo {
	width: 270px;
	float: left;
}

#secondary_nav {
	float: right;
	text-align: right;
	width: 750px;
	padding: 30px 0 0 0;
}

#secondary_nav ul {
	padding: 0;
	margin: 0;
}

#secondary_nav li {
	display: inline;
}

#nav_content {
	background-color: #002F5F;
	border-bottom: 4px solid silver;
	border-top: 3px solid #002F5F;
}

#nav {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	padding: 4px;
	font-size: .8em;
}

#navigation ul {
	padding: 0;
	margin: 0;
	float: left;
}

#navigation li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}

#navigation li a:link {
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0;
	border-bottom: none;
}

#navigation li a:visited {
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0;
	border-bottom: none;
}

#navigation li a:hover, body#home #t-home a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;;
	padding: 5px 10px;
	margin: 0;
	border-bottom: none;
}

#navigation li a:hover, body#news #t-news a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;;
	padding: 5px 10px;
	margin: 0;
	border-bottom: none;
}

#navigation li a:hover, body#whyfour #t-whyfour a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;
	padding: 5px 10px;
	margin: 0;
}

#navigation li a:hover, body#communities #t-communities a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;
	padding: 5px 10px;
	margin: 0;
}

#navigation li a:hover, body#models #t-models a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;
	padding: 5px 10px;
	margin: 0;
}

#navigation li a:hover, body#commercial #t-commercial a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;
	padding: 5px 10px;
	margin: 0;
}

#navigation li a:hover, body#suppliers #t-suppliers a {
	color: #033769;
	text-decoration: none;
	background: silver url(../images/ui/background_nav_hover.jpg) repeat-x left top;
	padding: 5px 10px;
	margin: 0;
}

.fourpointsurl {
	float: right;
	margin: 0 0 0 100px;
	color: white;
}

#body_content {
	width: 100%;
	border-top: 1px solid gray;
	background: url(../images/ui/background_body_content.jpg) repeat-x left top;
}

#welcome_content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0;
}

#welcome_image {
	padding: 0 0 10px 0;
}

#welcome_image img {
	
}

#main_content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 15px 0;
	color: #033769;
}

#main_content h1 {

}

#main_content p {
	
}

#main_content li {
	list-style-image: url(../images/ui/li_arrow.gif);
	padding: 3px 0 3px 0;
}

#main_content .community {
	padding: 0 0 30px 0;
}

#main_content .community p {
	width: 600px;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}

#main_content .community_other {
	float: right;
	width: 350px;
	padding: 25px 0 0 0;
}

#main_content .community_other ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#main_content .community_image {
	float: right;
	padding: 0 0 30px 0;
}

.model_details {
	width: 300px;
	float: left;
	font-size: .8em;
	text-align: center;
	padding: 10px 15px;
}

.model_details a:link {
	color: #002F5F;
	text-decoration: none;
	border-bottom: solid 1px #002F5F;
}

.model_details a:visited {
	color: #002F5F;
	text-decoration: none;
	border-bottom: solid 1px #002F5F;
}

.model_details a:hover {
	color: #6081ac;
	text-decoration: none;
	border-bottom: solid 1px #002F5F;
}


.model_details ul {
	padding: 0;
	margin: 0;
}

.model_details li {
	list-style: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.model_thumbnail {
	border: solid 1px #002F5F;
	padding: 3px;
	margin: 0 0 10px 0;
}

#contact_fourpoints {
	background-color: maroon;
	color: white;
	float: left;
	width: 425px;
	padding: 7px 5px;
	margin: 0 5px 0 0;
	text-align: center;
	font-size: .8em;
}

#contact_fourpoints a:link {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#contact_fourpoints a:visited {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#contact_fourpoints a:hover {
	color: white;
	text-decoration: none;
	border-bottom: solid 1px white;
}

#browse_communities {
	background-color: #998676;
	color: white;
	float: left;
	width: 345px;
	padding: 7px 5px;
	margin: 0 5px 0 0;
	text-align: center;
	font-size: .8em;
}

#browse_communities a:link {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#browse_communities a:visited {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#browse_communities a:hover {
	color: white;
	text-decoration: none;
	border-bottom: solid 1px white;
}

#browse_models {
	background-color: #998676;
	color: white;
	float: right;
	width: 210px;
	padding: 7px 5px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: .8em;
}

#browse_models a:link {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#browse_models a:visited {
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#browse_models a:hover {
	color: white;
	text-decoration: none;
	border-bottom: solid 1px white;
}


#welcome_statement {
	margin: 8px 0;
	width: 435px;
	float: left;
	border-top: solid 5px #002F5F;
}

#welcome_statement p {
	padding: 0 15px 0 0;
}

#supplier_images {
	margin: 8px 0;
	width: 585px;
	float: right;
	border-top: solid 5px silver;
}

#supplier_images h2 {
	font-size: 1.1em;
	color: gray;
}

#footer_content {
	font-size: .7em;
	color: white;
	padding: 30px 0 70px 0 ;
	margin: 50px 0 0 0;
	border-top: 5px solid #92A2BD;
	background: #21578A url(../images/ui/background_footer_content.jpg) repeat-x left top;
}

#footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	float: left;
}

#copyright a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#copyright a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#copyright a:hover {
	color: #7BA4D9;
	text-decoration: none;
	border-bottom: none;
}

#contact {
	float: right;	
	text-align: right;
}

#contact ul {
	
}

#contact li {
	list-style-type: none;
	padding: 3px 0;
}

#contact a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#contact a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#contact a:hover {
	color: #7BA4D9;
	text-decoration: none;
	border-bottom: none;
}

.clear_both {
	clear: both;
}
