/********************************************** Keep It Tidy ****/

@import url("reset.css"); /** <---- Resets all browser default settings */
@import url("nav.css"); /** <---- Contains all navigation styling */

/********************************************** Global Styles ****/

html {
	height: 100%;
}

body {
	background: #fff url(../images/bg.png) repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
}

h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	text-indent: -99999px;
	width: 281px;
	height: 71px;
	margin: 19px 0 0 12px;
}

#site_wrapper {
	width: 956px;
	margin: 0 auto 50px auto;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 956px;
	float: left;
	height: 111px;
}

#top_content {
	background: url(../images/topContent.png) repeat-x;
	float: left;
	width: 956px;
	height: 64px;
	margin: 0 0 50px 0; 
}

#main_content {
	float: left;
	width: 650px;
	position: relative;
}

#main_contents {
	width: 800px;
	position: relative;
	background-color:#FFFFFF;
}

#main_body {
	float: right;
	width: 700px;
	background-color:#FFFFFF;
}

#footer {
	margin: 50px auto 0 auto;
	width: 956px;
	border-top: 1px solid #000;
}

a:link { 
	color: #009900;
	}
a:visited { 
	color: #009900;
	}
a:hover { 
	color: #fc5858;
	text-decoration: none;
	}
a:active { 
	color: #009900;
	}

/********************************************** Main Styles ****/

/**** Top Content ****/
#top_content p {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	width: 480px;
}

#top_content .center_container {
	float: left;
	width: 600px;
	margin: 10px 0 0 140px;
}

#top_content p.align_left {
	float: left;
}

#top_content p.align_right {
	float: right;
}

#top_content img.nsf_link {
	float: left;
	margin: 0 0 0 8px;
}

#top_content img.blog_link {
	float: right;
	margin: 0 8px 0 0;
}

/**** Main Content ****/

.pics {
	height:321px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:780px;
	float: right;
}

#slide_nav {
	position: absolute;
	z-index: 9999;
	float: left;
	right: 23px;
	top: 270px;
}

#nav_background {
	position: absolute;
	top: 269px;
	left: 0;
	width: 631px;
	height: 30px;
	background: #c1dff0;
	z-index:1000;
}

#slide_nav a {
	color: #000;
	text-decoration: none;
	float: left;
	background: #fff;
	height: 15px;
	width: 15px;
	padding: 2px;
	margin: 3px;
	text-align: center;
	border: 1px solid #a5c0d0;
}


/**** Right Column ****/

#right_content {
	float: right;
	width: 500px;
	margin: 0 0 0 6px;
}

#right_column {
	float: right;
	width: 300px;
	margin: 0 0 0 6px;
}

ul.options {
	float: right;
	margin: -4px 0 0 0;
}

ul.options a {
	text-decoration: none;
}

ul.options span.large {
	font-size: 26px;
	font-weight: bold;
	float: left;
	color: #fff;
	width: 262px;
	margin: 5px 0 0 0;
}

ul.options span.small {
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	color: #fff;
}

ul.options li.second span.small {
	font-size: 15px;
}

ul.options li.third span {
	color: #000;
}

ul.options li {
	width: 262px;
	height: 68px;
	padding: 10px;
	text-align: center;
	margin: 0 0 23px 0;
}

ul.options li.first {
	background: url(../images/dealers.jpg) no-repeat;
}

ul.options li.second {
	background: url(../images/homeOwners.jpg) no-repeat;
}

ul.options li.third {
	background: url(../images/contact.jpg) no-repeat;
}

/**** Footer ****/

#footer img {
	float: left;
}

