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

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#373536;
	background:#FFFFFF url(../images/bg.gif) top center no-repeat;
	margin:0px;
}
a {
	color:#871735;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color:#871735;
	letter-spacing:-1px;
}
h2 {
	font-size:16px;
	color:#871735;
}
h3 {
	font-size:14px;
	color:#871735;
}
h4 {
	font-size:12px;
	color:#871735;
}
.maroon {
	color:#871735;
}
.white {
	color:#FFFFFF;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
}
#nav_container {
	clear:both;
	margin:0px auto;
	height:54px;
	background:url(../images/nav_bg.png) repeat-x;
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
	height:200px;
	background:url(../images/footer_bg.png) repeat-x;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:992px;
	height:279px;
	background:url(../images/flash.jpg) no-repeat;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	width:960px;
	height:54px;
}
#nav_search {
	float:left;
	padding-top:8px;
	padding-right:5px;
	width:230px;
}
#nav_separator {
	float:left;
	width:2px;
	height:44px;
	background:url(../images/nav_separator.png) no-repeat;
}
#nav a {
	display:block;
	float:left;
	padding-left:19px;
	padding-right:19px;
	padding-top:12px;
	height:38px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	padding-top:9px;
	height:38px;
	text-decoration:none;
	background:url(../images/nav_arrow.png) bottom center no-repeat;
	border-top:#b22248 solid 3px;
}
#nav .on {
	display:block;
	float:left;
	padding-left:19px;
	padding-right:19px;
	padding-top:9px;
	height:38px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/nav_arrow.png) bottom center no-repeat;
	border-top:#b22248 solid 3px;
}


/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	width:960px;
}
#wysiwyg {
	padding:10px;
	background:#FFFFFF;
}
#home_left {
	float:left;
	padding-left:15px;
	width:600px;
	line-height:18px;
}
#home_right {
	float:right;
	padding-right:12px;
	width:308px;
}
#content_left ul {
	list-style-image:url(../images/list_line.gif);
	margin-left:5px;
	padding-left:25px;
	padding-bottom:10px;
}
#content_left {
	float:left;
	padding-top:5px;
	width:240px;
}
#content_right {
	float:right;
	padding-top:5px;
	padding-right:25px;
	width:680px;
}
#content_logo, #content_logo:hover {
	display:block;
	width:240px;
	height:162px;
	background:url(../images/content_logo.jpg) no-repeat;
}
#tiles {
	width:960px;
}
#btn_owners {
	display:block;
	float:left;
	padding-right:14px;
	width:309px;
	height:191px;
	background:url(../images/btn_owners.jpg) no-repeat;
}
#btn_owners:hover {
	background:url(../images/btn_owners-over.jpg) no-repeat;
}
#btn_developers {
	display:block;
	float:left;
	padding-right:14px;
	width:309px;
	height:191px;
	background:url(../images/btn_developers.jpg) no-repeat;
}
#btn_developers:hover {
	background:url(../images/btn_developers-over.jpg) no-repeat;
}
#btn_about {
	display:block;
	float:left;
	width:309px;
	height:191px;
	background:url(../images/btn_about.jpg) no-repeat;
}
#btn_about:hover {
	background:url(../images/btn_about-over.jpg) no-repeat;
}
#buttons {
	padding-top:14px;
	width:960px;
	height:113px;
}
#btn_equote {
	display:block;
	float:left;
	width:238px;
	height:113px;
	background:url(../images/btn_equote.png) no-repeat;
}
#btn_equote:hover {
	background:url(../images/btn_equote-over.png) no-repeat;
}
#btn_forms {
	display:block;
	float:left;
	width:238px;
	height:113px;
	background:url(../images/btn_forms.png) no-repeat;
}
#btn_forms:hover {
	background:url(../images/btn_forms-over.png) no-repeat;
}
#btn_contact {
	display:block;
	float:left;
	width:240px;
	height:113px;
	background:url(../images/btn_contact.png) no-repeat;
}
#btn_contact:hover {
	background:url(../images/btn_contact-over.png) no-repeat;
}
#btn_strata {
	display:block;
	float:left;
	width:240px;
	height:113px;
	background:url(../images/btn_strata.png) no-repeat;
}
#btn_strata:hover {
	background:url(../images/btn_strata-over.png) no-repeat;
}
#news_tab {
	float:right;
	padding-right:24px;
	margin-bottom:3px;
	width:280px;
	height:54px;
	color:#4b4b4b;
	font-size:10px;
	text-decoration:none;
	background:url(../images/btn_next.gif) right no-repeat;
}
#news_tab p {
	margin:0px;
	padding:0px;
}
#news_tab img {
	margin-right:10px;
	padding:2px;
	border:#851732 solid 1px;
	text-decoration:none;
}
#news_tab:hover {
	color:#FFFFFF;
	background-color:#851732;
}
#news_tab:hover .maroon {
	color:#FFFFFF;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:960px;
	padding-top:45px;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_left {
	float:left;
	width:360px;
	font-size:12px;
}
#footer_left li {
	margin-left:-10px;
	margin-bottom:5px;
	padding:5px;
	padding-top:3px;
	width:250px;
	list-style-image:url(../images/squigle.png);
	border-bottom:#802943 solid 1px;
}
#footer_left li:hover {
	color:#eba731;
	cursor:pointer;
}
#footer_mid {
	float:left;
	padding-top:11px;
	width:260px;
	height:100px;
	background:url(../images/footer_graphic.png) center no-repeat;
}
.big_white {
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
}
.med_white {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
}
#footer_right {
	float:right;
	width:320px;
	line-height:18px;
	text-align:right;
}
.dark {
	color:#3a0615;
}