@charset "utf-8";
/* CSS Document */

body {
	
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #000;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #900;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
}
	
	
	
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
}
	
	
.getacopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
	
	/* Resources Page */
	
.resources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
	
	
	/* Featured Homes Page */
.featuredhomes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
	
	
	
	
/* Header - Logo */

.headerimage {
	background-image: url(images/website-logo.jpg);
	background-repeat :no-repeat;
	background-position: top;
	height: 130px;
	margin-left: -290px;
	z-index: 1;
		}
	
	/* Header - Banner */
.headerbanner {
	background-image: url(images/header.jpg);
	background-repeat :no-repeat;
	background-position: top;
	height: 130px;
	margin-left: 735px;
	vertical-align: bottom;
		}
		
		
		/* Flash Intro */

.intro {
	height: 430px;
	 margin: inherit;
	 padding-top: 5px;
		}
	
		/* Advertising Page Body */

.advertisingbody {
	height: 460px;
	 margin: inherit;
	 padding-top: 5px;
		}
				
		/* Contact Page Body */

.contactbody {
	height: 430px;
	 margin: inherit;
	 padding-top: 5px;
		}
		
.contactfont {	

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #000;
	text-align: left;
	
}

.articlefont {	

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #000;
	text-align: justify;
	
}


.articlefont {	

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #000;
	text-align: justify;
	
}


.articlefont a:link		{ color: #900; text-decoration: none; }
.articlefont a:active		{ color: #900; text-decoration: none; }
.articlefont a:visited	{ color: #900; text-decoration: none; }
.articlefont a:hover	{ color: #666; text-decoration: underline; }

.contactfont a:link		{ color: #900; text-decoration: none; }
.contactfont a:active		{ color: #900; text-decoration: none; }
.contactfont a:visited	{ color: #900; text-decoration: none; }
.contactfont a:hover	{ color: #666; text-decoration: underline; }
		
	
	
/* Menu Bar */	


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	 list-style: none;
 padding: 0;
 margin: 0;
}

ul.dropdown li {
 float: left;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown a,
ul.dropdown span {
 display: block;
 padding: 2px 3px;
}


ul.dropdown {
 width: 700px;
 margin-left: 13px;
 margin-bottom: 15px;
 padding-left: 13px;
 font: 12px/normal Arial, Helvetica, sans-serif;
 
}



	ul.dropdown ul {
	 width: 130px;
	 border-style: solid;
	 border-width: 1px;
	 border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
	 background-color: #F7F7F7;
	 font-weight: normal;
	 text-align: left;
	 font-size: 11px;
	
	}


ul.dropdown *.dir {
 padding-right: 15px;
 background-position: 100% 100%;
 background-repeat: no-repeat;
 visibility: visible;
}

	ul.dropdown li {
	 padding: 0px;
	 margin: 0px 3px;
	 color: #000000;
	}
	
	ul.dropdown li.divider {
	 border-top: solid 1px #000000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #0080FF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #0080FF; text-decoration: underline; }



/* Footer */


ul.footer {
 width: 900px;
 margin: inherit;
 padding-top: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
 color: #333;
 }


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;

}
/*
	.footer a:link {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #455B3C;
	}
	.footer a:visited	{ color: #000000; text-decoration: underline; }
	.footer a:hover		{ color: #FF0000; text-decoration: underline; }
	.footer a:active	{ color: #000000; text-decoration: none; }

*/
	