body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote {
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #fff;
    background-image:url(../images/backbar.jpg);
    background-repeat: repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
h1, h2, #top, #menu li {
	font-family: Verdana;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	line-height: 18px;
	font-weight:bold;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #475440;
    text-decoration: underline;
}
a:hover, a:active {
    color: #74944e;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.moretext {
   width: 20%; 
   height: 45px; 
   }
  
.post {
	margin: 0 0 40px;
	text-align: justify;
	float:left;
	left:inherit;
	position:relative;
	padding: 5px 28px 5px 28px;
	}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 838px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	/*background-color: transparent;*/

}

/* ----------------------------------- */
/* MY_DIV -- loads div from Flash with content
/* ----------------------------------- */

#my_div {
    background-image:url(../_images/middle.jpg);
    background-repeat:no-repeat;
	min-height:400px;
	/*width: 100%;*/
    margin: 0px;
    padding: 0px;
}




/* ----------------------------------- */
/* TOP
/* ----------------------------------- */



#top {
	margin: 0 0px;
	/*background-color:#000;*/
	background-color: transparent;
    background-image:url(../images/backbar.jpg);
    background-repeat: repeat-x;
}
	
	#top-menu, #menu {
		float: right;
	}
	#top-menu {
		margin-top: 34px;
		font-size: 11px;
		color: #000;
		height: 15px;
	}
		#top-menu span {
			margin-left: 15px;
		}
		#top-menu a { 
			color: #000;
			text-decoration: none;
		}
		#top-menu a:hover, #top-menu a:active { text-decoration: underline; }
		
		#top-menu form {
			display: inline;
			margin-left: 15px;
		}
			#top-menu form input {
				vertical-align: middle;
			}

	#menu {
		margin-top: 24px;
		clear: right;
	}
	
	#menu li {
		/*float the main list items*/
		margin: 0;
		float:left;
		display:block;
		padding-right: 0px;
		font-size:11px;
		}
		
	#menu li.off ul, #menu li.on ul  {
	/* hide the subnavs*/
	display: none;
	position: absolute;
	top: 102px;
	width: 145px;
	left:inherit;
	padding-top: 7px;
	padding-bottom:5px;
	background-color:#F8F8F8;
	*top: 102px; /*reposition for IE*/
	}
	
	#menu li.on a {
	/*change border color for active topic area*/
	border: 1px sollid #fff;
	}
	
	#menu li.on ul a, #menu li.off ul a {
	/* cancel inherit of border
		on subnav of active topic */
	border: 0;
	left: auto;
	}
	
	#menu li.on ul {
	/* display active subnav list*/
	display: block;
	}
	
	#menu li.on ul a, #menu li.off ul a {
	float: left;
	color:#000;
	display:block;
	width: 100%;
	padding: 0.2em .25em 0.2em .6em;
	margin-right: 20px;
	margin-left:5px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;

	}
	
	#menu li.on ul {
	/*display the current topic*/
	display: block;
	}
	
	#menu li. off:hover ul {
	/* display the other topics when
		their parent is hovered */
		
	display: block;
	z-index: 6000;
	}
	
	#menu li.off:hover ul, #menu li.over ul {
		display: block;
		z-index: 6000;
		}
	
	#menu li.off a:hover, #menu li.off:hover a{
	color:#000;

	}
	
	#menu li.off a:hover, #menu li:hover a, #menu li.over a {
		color:#888;
		text-decoration:none;
		}
	
	#menu li a {
	/*for all links in the list*/
	font-weight:bold;
	display:block;
	width: auto;
	/*border: 1px solid #333;*/
	padding: 0px;
	text-decoration:none;
	}
		
	/*stylized buttons*/
	#liProperty {
		width:145px;
		height: 30px;
		background-image:url(../_images/nav/property.gif);
		background-repeat:no-repeat;
	}
	
	#liBrokerage {
		width:98px;
		height: 30px;
		background-image:url(../_images/nav/brokerage.gif);
		background-repeat:no-repeat;
	}
	
	#liCurrent {
		width:119px;
		height: 30px;
		background-image:url(../_images/nav/current.gif);
		background-repeat:no-repeat;
	}
	
	#liAbout {
		width:119px;
		height: 30px;
		background-image:url(../_images/nav/about.gif);
		background-repeat:no-repeat;
	}
	


/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	/*background-color:#FFFFFF;*/
	/*background-image:url(../_images/topbar.gif);*/
	background-repeat:no-repeat;
	padding-bottom: 0px;
	height: 100%;

}

#content {
	margin: 20px;
	background:  #fff;
	height: 100%;
	/*background-color:#333;*/
	/*background-image:url(../_images/topbar.gif);*/
}
	#main h2 {
		color:#006633;
		font-size: 16px;
	}
	
	#content li {
		margin-left: 25px;
	}
	
/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	height: 166px;
	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
	padding: 0 30px;
}
/*----------banner classes change banners for each page-------------*/

.prop_res {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_2.jpg) 0 0 no-repeat;
	}

.prop_com {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_3.jpg) 0 0 no-repeat;
	}
	
.prop_diff {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_4.jpg) 0 0 no-repeat;
	}

.prop_services {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_5.jpg) 0 0 no-repeat;
	}

.brokerage_res {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_6.jpg) 0 0 no-repeat;
	}
	
.brokerage_com {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_7.jpg) 0 0 no-repeat;
	}

.brokerage_current {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_8.jpg) 0 0 no-repeat;
	}
	
.current_signin {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_9.jpg) 0 0 no-repeat;
	}
	
.about_company {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_10.jpg) 0 0 no-repeat;
	}
	
.about_staff {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_11.jpg) 0 0 no-repeat;
	}
	
.about_location {
	height: 166px;
	padding: 0 30px;
	background: transparent url(../_images/banner_12.jpg) 0 0 no-repeat;
	}
	

/*---------------------------------------------------*/	



#flashbanner {
	height: 200px;
	widows:838px;
	/*background: transparent url(../_images/banner_fla.jpg) 0 0 no-repeat;*/
	background-color: transparent;
	z-index:0;
}

	#banner h1, #banner p {
		color: #FFF;
		margin-bottom: 20px;
		font-family: verdana;
	}
	#banner h1 {
		font-size: 20px;
		padding-top: 45px;
	}
	#banner p {
		font-size: 16px;
	}

.intro-left { float: left; }
.intro-right { float: right; }
.intro {
	width: 375px;
	margin-bottom: 20px;
	display: inline;
}
	.intro-left h2, .intro-left p {
		margin-left: 130px;
	}
	.intro-right h2, .intro-right p {
		margin-left: 85px;
	}
	.intro h2 {
		margin-bottom: 4px;
	}
	.intro img {
		float: left;
	}
	
.c2-left { float: left; }
.c2-right { float: right; }
.c2 {
	width:100%;
	margin-bottom: 20px;
	display: inline;
}
	.c2-left h2, .c2-left p {
		margin-left: 130px;
	}
	.c2-right h2, .c2-right p {
	margin-left: 85px;
	}
	.c2 h2 {
		margin-bottom: 4px;
	}
	.c2 img {
		float: left;
	}
	
	.c2-left h3 {
		margin-left: 130px;
		font:Verdana, Arial, Helvetica, sans-serif;
		color:#006633;
		font-size:medium;
	}
	.c2-right h3 {
	margin-left: 85px;
	}
	.c2 h3 {
		margin-bottom: 4px;
	}
	
	
	

#affiliatesbar {
	width: 823px;
	margin: 0 auto;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #c3c3c3;
	background: transparent url(../_images/discounts.jpg) 0 0 no-repeat;
	line-height: 41px;
	height: 41px;
	clear: both;
}

#affiliatesbar2 {
	width: 823px;
	margin: 0 auto;
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #c3c3c3;
	line-height: 41px;
	height: 60px;
	clear: both;
	padding-top:5px;
}
  .centeredImage
    {
   /* text-align:center;*/
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

#affiliatesbar strong {
		color: #FFF;
	}
	#affiliatesbar a:link, #affiliatesbar a:visited {
		text-transform: uppercase;
		text-decoration: none;
		color: #7e9d58;
		margin-left: 10px;
	}
	#affiliatesbar a:hover, #affiliatesbar a:active {
		color: #abc28f;
	}

#custom-covers {
	width: 375px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	display: inline;
}

#rule-changes {
	width: 375px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	display: inline;
}
	#rule-changes h2 {
		font-size: 13px;
		color: #000;
		font-family: arial;
		margin-bottom: 4px;
	}
	#rule-changes dl {
		margin-bottom: 20px;
	}
	#rule-changes dt {
		float: left;
		margin-right: 5px;
	}
	#rule-changes dd {
		color: #818181;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#header {
	height: 96px;
	background: transparent url(../_images/header.jpg) 0 0 no-repeat;
	padding: 0 30px;
}
	#header h1 {
		font-size: 28px;
		color: #FFF;
		padding-top: 40px;
	}
	
	/* Custom Covers */
	#custom-cover-images {
		width: 100%;
	}
	#custom-cover-images td {
		text-align: center;
		padding: 7px;
	}
	#custom-cover-images a:link img, #custom-cover-images a:visited img {
		border: 2px solid #CCC;
	}
	#custom-cover-images a:hover img, #custom-cover-images a:active img {
		border: 2px solid #666;
	}
	
	/* Product pages */
	.product-photo {
		float: right;
		margin-left: 35px;
		margin-bottom: 20px;
		display: inline;
	}
	
	p.highlight {
		background: #eeefe4;
		padding: 8px;
	}
	
	#product-form {
		height: 35px;
		margin-bottom: 20px;
	}
		#product-form input {
			/*float: left*/
			vertical-align: middle;
		}
		#product-form label {
			font-size: 14px;
			font-weight: bold;
		}
		#product-form #qty {
			padding: 6px;
			font-size: 14px;
			font-weight: normal;
			border: 1px solid #999;
			margin-right: 10px;
			text-align: center;
		}
	
	/* Contact page */
	#contact-info {
		width: 300px;
		float: right;
		margin-left: 30px;
	}
	
	#contact-form td {
		vertical-align: top;
	}
	input, select, textarea {
		color: #000;
	}

	label.error {
		display: block;
		color: #FF0000;
		font-weight: bold;
	}
	input.error {
		border: 2px solid #FF0000;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background-image:url(../_images/footer.jpg);
	background-repeat:no-repeat;
	width: 828px;
	padding:5px;
	text-align: right;
	height: 68px; 
	margin:0 0px 0 0px; 
	clear: both;
	/*background-color:#CCCCCC;*/
	background-color:#CCCCCC;
	}
	#footer p {
		font-size: 11px;
		line-height: 13px;
	}
	#footer p#footer-menu {
		float: left;
		text-align: left;
		line-height: 16px;
	}
	