body {
	background-image: url(/img/background_red.gif);
	background-repeat: repeat-y;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbkgd {
	background-color: #C00;
}

#header {
	width: 994px;
}

#maincontent {
	background-image: url(/images/watermark_d.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 970px;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 24px;
}

.hp_main {
	float: left;
	}

.hp_content {
	width: 522px;
	border: 1px solid red;
	border-top: 0;
	padding: 8px;
	font-size: 12px;
	}
	
.hp_featured {
	float: left;
	width: 184px;
	margin-left: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.hp_featured a {
	color: #CC0000;
	}
	
.hp_featured strong {
	font-size: 12px;
	}

.hp_featured table {
	border: 1px solid black;
	}
	
.hp_featured th {
	background-color: #C00;
	color: white;
	padding: 3px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 12px;
	}
	
.featured {
	background-color: #CCC;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	
#navcontainer {
	padding: 8px;
	width: 184px;
}

#navcontainer div {
	width: 184px;
	margin: 30px 0px;
	height: 33px;
}

#navcontainer a {
	color: black;
	width: 159px;
	min-height: 33px;
	background-image: url(/images/link_d.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	padding-bottom: 20px;
	font-style: italic;
	text-decoration: none;
}

#navcontainer a:hover {
	background-image: url(/images/link_d_over.gif);
	background-repeat: no-repeat;
}

#navcontainer p {
	font-size: 10px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: none;
	font-style: italic;
}

#navcontainer2 {
	padding: 8px;
	margin: 0px;
}

#navcontainer2 div {
	width: 164px;
	margin: 16px 0px;
	margin-left: 20px;
}

#navcontainer2 a {
	color: black;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}

#navcontainer2 a:hover {
	color: red;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	background-color: #C00;
	color: white;
}

#footer {
	padding-left: 8px;
	margin: 0px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

#footer strong {
	font-size: 14px;
}

#footer a {
	color: red;
}

#rightcontent {
	float: left;
	width: 750px;
	margin-top: 20px;
	margin-left: 20px;
}

#leftcontent {
	float: left;
	width: 200px;
}	

.clearboth {
	clear: both;
	font-size: 6px;
}

.clear {
	clear: both;
}

.imgright {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}

.imgleft {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}

.columnright {
	float: right;
	width: 265px;
	font-size: 12px;
}

.columnleft {
	float: left;
	width: 265px;
	font-size: 12px;
}

/*  RSS FEED CSS  */

.rss {
	border: 1px solid black;
	clear: left;
	padding: 4px;
	margin-top: 20px;
}

.rsssource {
	background-color: #C00;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 18px;
}

.rsssource a {
	color: white;
	text-decoration: none;
	padding: 4px;
}

.rsssource a:hover {
	color: yellow;
}

.rsslink {
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
}

.rsslink a {
	color: red;
	text-decoration: none;
}	

.rsslink img {
	vertical-align: middle;	
	margin-right: 4px;
	background-color: #99CCFF;
	padding: 2px;
}

.rsslink a:hover {
	background-color: #FFFFCC;
}

.rssdesc {
	padding-left: 15px;
	margin-top: 4px;
}

div.img-dec {
	background: url('/img/shadow.gif') no-repeat bottom right;
	clear: left;
	float: left;
	margin: 0 5px 15px 25px;
	padding: 0;
	position: relative;
 }
  
div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-ilus {
	background: url('/img/shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}
  
div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

div.propertyName {
	font-size: 1.2em;
	font-weight: bold;
}

/* Forms */

form ul {

}

form li {
	width: 100%;
	list-style: none;
	display: block;
	clear: both;
}

form li div {
	padding-top: 10px;
	float: left;
	margin-right: 20px;
}

form li div.checkbox {
	margin-top: 5px;
	float: left;
	margin-right: 20px;
}

form {
	margin: 5px 0px;
}

form fieldset {
	border: 0px;
	border-top: 1px solid #999999; 
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

form legend {
	color: #CC3300;
}

form label {
	display: block;
	font-size: .7em;
	margin-top: 3px;
	color: #333333;
	font-style: italic;
	padding-left: 3px;
	line-height: 1.5em;
}

form label.checkbox {
	display: inline;
	font-size: .7em;
	margin-top: 3px;
	color: #333333;
	font-style: italic;
	padding-left: 3px;
}



form input, form textarea, form select{
	font-size: .9em;
	line-height: 1em;
	border-top:2px solid #999999;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	padding: 2px 0px 2px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form input.checkbox {
	border: 0;
}

form input.large {
	font-size: 1.2em;
}

.tenpx {
	font-size: 10px;
}

.rotator {
	margin-left: 214px;
	}
	
.content {
	width: 730px;
	}
	
#insurance {
	color: #006699;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

#insurance table {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	}

#insurance .h {
	background-color: #8CC63F;
	color: white;	
	}

#insurance .t {
	background-color:  #DCEEC5;
	font-weight: bold;
	}
	
#insurance .d {
	background-color: #F3F9EB;
	}
	
#insurance .f {
	font-size: 10px;
	}
	
#insurance td li {
	margin-left: 12px;
	}
	
#insurance .i {
	font-style: italic;
	font-size: 10px;
	}
	
#insurance .b {
	clear: both;
	}
	
#insurance .ten {
	font-size: 24px;
	color: orange;
	font-style: italic;
	text-align: center;
	}
	
#insurance .r {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
	}
/* Added by Enterprise Design */
.header_style {
	font-size: 24px;
	font-style: bold;
}