body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #ABBABA;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a {
	color: #034545;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #034545;
}

h3{
 font-size: 130%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
#header{
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	background-color: #034545;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	height: 100%;
	color: #CCCC99;
}
#header a:link, #header a:visited {
	color: #000000;
	text-decoration:none;
	text-align: center;
	padding: 5px;
/*	border-top: 1px solid #034545;
	border-bottom: 1px solid #034545;  */
}
#header a:hover {
	color: #034545;
	background-color: #E7E7D6;
}

#RightNav {
	margin: 0 0 0 79%;
	padding: 0px;
	}

#content{
    float:left;
	width: 75%;
	margin: 0;
	padding: 3% 0 0 3%;
	background-image: url(../images/side.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#content ul{
 list-style-image: url(../images/arrow.gif);
}

#wrap {
	width: 775px;
	border: 1px solid #032121;
	margin: 10px auto 10px auto;
	background-color: #FFFFF5;
	background-image: url(../images/side_r.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

.name{
	margin: 0px;
	padding: 2px 0px 0px 10px;
	color: #E8E8D6;
	text-align: left;
}
.question {
	padding: 4px 10px 7px 40px;
	color: #333333;
	font-weight: bold;
	background-color: #F3F4E8;
	background-image: url(../images/q.gif);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: left top;
	border-bottom: 1px solid #D6D7AF;
}
.answer {
	padding: 4px 10px 4px 40px;
	color: #000000;
	background-image: url(../images/a.gif);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: left top;
}

.faq {
	float: right;
	margin: 20px 5px 20px 10px;
	padding: 10px;
	background-color: #F3F4E8;
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	width: 100px;
	text-align: center;
}
.faq a {
	color: #034545;
	font-size: 90%;
	font-weight: bold;
}
.faq a:hover {

	color: #990000;
}

#pageName{
	padding: 0px 0px 10px 10px;
}

#nav {
color: #cccccc;
padding: 2px 0px 2px 10px;
white-space: nowrap;
background-color: #ABBABA;
border-top: 1px solid #006666;
border-bottom: 1px solid #006666;
background-image: url(../images/nav.jpg);
background-attachment: scroll;
background-position: top;
background-repeat: repeat-x; 
text-align: left;
margin: 29px 0 0 0;
}

#nav img{
 display: block;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 10px 0px 10px; 
	border-right: 1px solid rgb(139,170,162); /*#A2BBBB;  */
	color: #034545;
	text-align: center;
}  

#nav a:hover {
	color: #FFFFF5;
	background-color: #006666;
	border-top: 2px solid #F40403;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin: 0 20px 0 0;
}

.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: left;
}

.content_img img{
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 5px;
}

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story a {
	text-decoration: none;
	border-bottom: 1px solid #BDCFCF;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story_left {
	border: 1px dotted #A2BBBB;
	width: 47%;
	float: left;
	padding: 5px;
	padding-left: 9px;
	margin-bottom: 8px;
}

.story_right {
	border: 1px dotted #A2BBBB;
	width: 47%;
	float: right;
	padding: 5px;
	padding-left: 9px;
	margin-bottom: 8px;
}
.story_center {
	padding: 5px;
}


/************* #siteInfo styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #E8E8D6;
	padding: 2px 10px 2px 10px;
	background-color: #034545;
	margin-top: 0px;
	text-align: right;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a{
	color: #CCCC99;
}


/*********** #navBar link styles ***********/

#RightNav ul a:link, #RightNav ul a:visited {display: block;}
#RightNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#RightNav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack*/
html>body #RightNav li {border-bottom: 1px solid #a2BBBB;} 


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #034545;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited{
	background-image: url(../images/red3.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat:no-repeat;
	padding: 2px 2px 2px 10px;
	border-top: 1px solid #034545;
 	border-left: 3px solid #034545;
	border-right: 1px solid #006666;
	background-color: #CCCC99;
	text-decoration: none;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #FFFFF5;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #032121;
}

.relatedLinks h3{
	padding: 10px 0px 2px 2px;
	border-bottom: 1px solid #F40403;
		font-size: 14px;
}

.relatedLinks a{
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.relatedLinks a:hover {
	color: #E8E8D6;
	border-bottom: 1px solid #F40403;
	background-color: #034545;
}

.sale {
	border: 1px solid #A2BBBB;
	background-color: #EBF3F3;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 50px 10px 5px;
	height: 165px;
}
.downloads {
	float: center;
	margin: 10px 35px 10px 10px;
	border: 1px solid #ABBABA;
	background-color: #F0FFFF;
	padding: 0;
}
.downloads h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 5px 2px 5px;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

.sold {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	font-style: italic;
	margin: 10px;
}
.property {
	background-color: #006666;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 15px 10px 20px 10px;
	border: 1px solid #333333;
}

.float {
	float: right; 
	margin: 10px;
	padding: 10px;
	background: #F3F4E8;
}