/*

COLORS:
Dark Green - #006666
Light Green - #5BA5A5
Beige - #D7CD9B
Dark Brown - #655126
Light Brown - #725f39
Orange (Link Color) - #cc6600
Grey (body text) - #333333

FONTS:
Nav - Verdana, reg, 12px, #333333 (highlighted - #006666)
Main Body text - Verdana, reg, 12px, #333333
Links - Verdana, bold, 10px, ALL CAPS, #cc6600
Featured Property text - Verdana, bold, 10px, #333333
Featured Prop Heading - Verdana, bold, 14px, #006666
Customer Testimonials - Georgia, bold, 14px, #ffffff
Footer - Verdana, bold, 9px, ffffff

*/

html
{
	/* Always make vertical scrollbar (kills annoying page shift in Firefox) 
	min-height: 100%;
	margin-bottom: 1px;														 */
}

body{
margin:0;
padding:0;
}

p, td, li, fieldset { font-size: 12px; font-family:Verdana; color: #333333; text-decoration:none; }

.link { font-size: 12px; font-family:Verdana; color: #333333; text-decoration:underline; }

.nav { font-size: 12px; font-family:Verdana; color: #333333; text-decoration:none; }
.nav:hover { font-size: 12px; font-family:Verdana; color: #006666; text-decoration:none; }
.navsel { font-size: 12px; font-family:Verdana; color: #006666; text-decoration:none; }

.testimonials { font-size:14px; font-family:Georgia; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.blurbt { font-size: 12px; font-family:Verdana; color: #333333; text-decoration:none; }
.persont { font-size: 12px; font-family:Verdana; color: #333333; text-decoration:none; font-style:italic; }

.title { color: #006666; font-weight: bold; font-size: 16px; font-family: Verdana, sans-serif; letter-spacing: -1px;font-family: Georgia,sans-serif;  }

img { border:0px; }

fieldset { padding-left:10px;padding-right:10px;padding-bottom:10px;}
legend { font-size:14px; font-family:Verdana; font-weight:bold; color: #006666; }

.topsection{
background: #006666;
background-image: url('images/header_slice.gif'); background-repeat: repeat-x;
width: 101%;
 /*Height of top section   height: 90px;*/
}

.footerbox{

width: 100%;
background: #006666;
color: #FFF;

text-align: left;
padding: 6px 0px 6px 220px;
}

.footer{

color: #FFF;
font-family: Verdana;
font-weight:bold;
font-size:9px;
}

.even {
background-color:#f1eedc;}

.odd {
background-color:#ffffff;}

.even a, .odd a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#006666;
text-decoration:none;}
	

	
/* Contact form styles	 */

.button { border: 1px solid #333333; background-color: #006666; font-size: 11px; font-family: Verdana; height:18px; color:#FFFFFF; }
.textbox { border: 1px solid #333333; font-size: 11px; font-family: Verdana; width: 190px; }
.textboxreqd { border: 1px solid #333333; font-size: 11px; font-style: italic; font-family: Verdana; width: 190px; background-color: #D7CD9B; }
.dropdown { border: 1px solid #333333; font-size: 11px; font-family: Verdana; }
.large_text { border: 1px solid #333333; font-size: 11px; font-family: Verdana; width: 190px; height: 70px; }
.short_textbox { border: 1px solid #333333; font-size: 11px; font-family: Verdana; width: 100px; }
.form_serial { display: none; }
			