/* Style sheet for Bradenton Real Estate Sales template */
body  { background: #FFF; color: #154A84; font: normal normal 11px Verdana, Arial, sans-serif; }
input { color: #000; font: normal normal 9px Arial, sans-serif; }
h1    { color: #A34A15; font:  normal bold 14px Arial, sans-serif; margin-bottom: 4px; font-variant: small-caps; 
	border-bottom: 1px solid #A34A15; width: 75%; }
h2    { color: #3B5679; font:  normal bold 13px Verdana, Arial, sans-serif; margin-bottom: 4px; }
h3    { color: #154A84; font:  normal bold 13px Verdana, Arial, sans-serif; margin-bottom: 4px; }
h4    { color: #3B5679; font:  normal bold 12px Verdana, Arial, sans-serif; margin-bottom: 4px; }
h5    { color: #154A84; font:  normal bold 11px Verdana, Arial, sans-serif; margin-bottom: 4px; }
h6    { color: #3B5679; font:  normal bold 11px Verdana, Arial, sans-serif; margin-bottom: 4px; }
ol, ol ol, ol ol ol { color: #154A84; font: normal normal 11px Verdana, Arial, sans-serif; }
ul       { color: #154A84; font: normal normal 11px/16px Verdana, Arial, sans-serif; }
ul ul    { color: #3B5679; font: normal normal 11px/16px Verdana, Arial, sans-serif; }
ul ul ul { color: #154A84; font: normal normal 10px/13px Verdana, Arial, sans-serif; }

/* Define include_top area */
.banner { background: #FFF;  border-top: 3px solid #FFF; }

/* Define top menu banner */
.topbanner1 { background: #FFFFFF url(graphics/topback.jpg); color: #000; font: normal normal 11px/14px Verdana, Arial, sans-serif; 
	padding-right: 15px; }
.topbanner1 a:link    { color: #800; text-decoration: underline;   }
.topbanner1 a:active  { color: #800; text-decoration: underline;   }
.topbanner1 a:visited { color: #800; text-decoration: underline;   }
.topbanner1 a:hover   { color: #000; text-decoration: none;  }

/* Define main sections */
.leftside { background-image: url(graphics/leftback.jpg); background-position: left top;
	font: normal normal 12px/24px Verdana, Arial, sans-serif; 
	color: #000; padding: 6px; }
.leftside a:link    { color: #000; font-weight: normal; width: 135px; height: 24px; }
.leftside a:active  { color: #000; font-weight: normal; width: 135px; height: 24px; }
.leftside a:visited { color: #000; font-weight: normal; width: 135px; height: 24px; }
.leftside a:hover   { background-image: url('../graphics/transover.gif'); 
	font-weight: normal; color: #FFF; width: 135px; height: 24px; }

.main { background: #FFF; color: #333; font: normal normal 11px/16px Verdana, Arial, sans-serif; 
	padding: 10px; }
.rightside { background: #FFF; font: normal normal 11px Verdana, Arial, sans-serif; 
	color: #FXFXFX; border-left: 1px solid #3B5679; padding: 10px; }
.formpage { background: #FFF; font: normal normal 11px/16px Verdana, Arial, sans-serif; 
	color: #333; padding: 10px; }
.formfield { background: #FFF; font: normal normal 11px/16px Verdana, Arial, sans-serif; 
	color: #333;  }

#button {
	width: 168px;
	height: 26px;
	padding: 0 0 1em 0;
	margin-bottom: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	}


#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		background-image: url(graphics/voff.gif);
		margin: 0;
		}

#button li a {
		background-image: url(graphics/voff.gif);
		color: #000;
		text-decoration: none;
		padding-top: 2px;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-image: url(graphics/vover.gif);
		color: #333;
		}


/* Define listing page sections */
.listdesc      { background: #F0E1D8; color: #333; font: normal normal 10px/13px Verdana, Arial, sans-serif; 
	padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; }
.listimages   { background: #F0E1D8; padding-top: 4px; }
.listdesclong      { background: #F0E1D8; color: #333; font: normal normal 10px/13px Verdana, Arial, sans-serif; 
	padding-left: 15px; padding-right: 15px; padding-top: 12px; padding-bottom: 12px; }


/* Define textbox area */
.textbox      { background-image: url(graphics/formmbk.gif); color: #FFF; font: normal normal 10px/14px Verdana, Arial, sans-serif; 
	padding-left: 10px; padding-right: 10px; padding-top: 8px; padding-bottom: 8px; }
.textboxtop { background-image: url(graphics/formtbk.gif); height: 12px; }
.textboxbot { background-image: url(graphics/formbbk.gif); height: 12px; }
	

/* Define horizontal rule */
HR { height:1px; width: 96%; background:#3B5679; margin: 0% 2% 0% 2%; }

/* Define footer area */
.footer { background: #252C65; color: #FFF; font: normal normal 11px Verdana, Arial, sans-serif; 
	 line-height: 28px; border-top: 1px solid #3B5679; border-bottom: 1px solid #3B5679; }
.footer a:link    { color: #FFF; text-decoration: underline;   }
.footer a:active  { color: #3B5679; text-decoration: underline;   }
.footer a:visited { color: #FFF; text-decoration: none;   }
.footer a:hover   { color: #D1E4F9; text-decoration: underline;  }

	
/* Define standard hyperlinks */	
a:link  { color: #3B5679; font: normal normal Verdana, Arial, sans-serif; text-decoration: underline; }  
a:active { color: #3B5679; font: normal normal Verdana, Arial, sans-serif; text-decoration: underline; }
a:visited { color: #3B5679; font: normal normal Verdana, Arial, sans-serif; text-decoration: underline; }
a:hover { color: #000; font: normal normal Verdana, Arial, sans-serif; text-decoration: none; }
