/*
1.0 Main Structure
2.0 Header
3.0 Footer
4.0 Home Page Only
-4.1 Home Page Footer
5.0 Internal Pages Only
*/

/* Main Structure Pieces @ 1.0 */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000;
	padding: 0px;
	margin: 0px auto;
	width: 941px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	position: relative;
}

#container {
	width: 941px;
	background-image: url(/images/_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	float: left;
}

#roundcont {
	width: 871px;
	margin: 20px 20px 0px 20px;
	background-color: #FFFFFF;
	min-height: 350px;
	clear: both;
	padding: 15px;
	border: 1px solid #CCCCCC;
}

#roundcont a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

#roundcont a:hover {
	text-decoration: underline;
}

#roundcont p {
	padding: 5px 0px;
}

#roundcont ul {
	margin: 0px 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-size: 22px;
}

/* Header Pieces @ 2.0 */
#header {
	float: left;
	width: 941px;
	height: 206px;
	background-image: url(../images/splash_03.jpg);
	background-repeat: no-repeat;
	background-position: 11px 15px;
}

#logo {
	width: 225px;
	height: 175px;
	float: left;
}

#logo:hover {
	cursor: pointer;
}

#banner {
	margin: 28px 17px 0px 0px;
	float: right;
	text-align: right;
}

#top_nav {
	float: right;
	margin: 20px 17px 0px 0px;
	
}

/* Footer Pieces @ 3.0 */
#footer {
	width: 941px;
	background-image: url(/images/sbwlogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
}

#footer_links_box {
	width: 915px;
	height: 19px;
	background-color: #FAE375;
	text-align: center;
	padding: 12px 0px;
	margin: 0px auto;
}

#footer_links_box a:link, #footer_links_box a:visited {
	color: #336699;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0px 7px;
}

#footer_links_box a:hover {
	text-decoration: underline;
}

#footer_mission {
	font-size: 10px;
	width: 870px;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: justify;
}

#footer_copyright {
	color: #CCCCCC;
	font-size: 10px;
	width: 870px;
	margin: 0px auto;
	padding: 5px 0px;
}

/* 4.0 Home Page */

#featured_listing {
	float: left;
	border-bottom: 1px dotted #000000;
	width: 380px;
	height: 220px;
	padding-bottom: 15px;
}

#featured_listing h1 {
	font-size: 24px;
}

#featured_listing h2 {
	font-size: 20px;
}

#home_contact {
	float: left;
	clear: left;
	padding-top: 10px;
	width: 380px;
}

#home_contact_header {
	width: 360px;
	padding: 5px 10px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	background-image: url(/images/gradients_41.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #3B4E87;
	font-weight: bold;
}

#home_contact p {
	padding-left: 20px;
}

#home_contact input {
	width: 150px;
}

#home_news_box {
	background-color: #E8E8E8;
	width: 470px;
	float: right;
}

#home_news_box h1 {
	font-size: 20px;
}

#news_box_header {
	background-image: url(/images/gradients_23.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D0D0D0;
	height: 20px;
	padding: 10px;
}

#news_box_header a {
	color: #6EA2FA;
	font-weight: bold;
}

#news_box_header a:hover {
	text-decoration: none;
}

#news_box_calendar {
	padding: 5px;
	background-color: #FFFFFF;
	width: 200px;
	height: 160px;
	float: right;
	border-right: 1px solid #E8E8E8;
}

#promotions {
	background-color: #3B4E87;
	color: #FFFFFF;
	width: 450px;
	float: right;
	padding: 10px;
}

#promotions h1 {
	font-size: 20px;
}

#promotions ul {
	margin-left: 20px;
}

/* 4.1 Home Footer */
#home_footer {
	width: 910px;
	padding: 20px;
	float: left;
}

#home_footer h1 {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

#home_footer ul {
	list-style: none;
}

#home_footer a {
	color: #6EA2FA;
	text-decoration: underline;
}

#home_footer a:hover {
	text-decoration: none;
}

#home_footer #your_credit {
	width: 245px;
	float: left;
	padding: 10px;
	background-color: #F0F5F9;
	border: 1px solid #2C6BAE;
	height: 137px;
}

#home_footer #financing {
	width: 324px;
	float: left;
	padding: 10px 20px;
	background-color: #F0F5F9;
	border: 1px solid #2C6BAE;
	height: 137px;
	margin: 0px 8px;
}

#current_apr {
	float: right;
}

#home_footer #more_tools {
	width: 231px;
	float: left;
	padding: 10px;
	background-color: #F0F5F9;
	border: 1px solid #2C6BAE;
	height: 137px;
}

#detailPhotos {
	width: 430px;
}