/* -----------------------------------------------------------

                 Styles for ESTATE MASTER.
	   
----------------------------------------------------------- */
html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	}

body {
	padding: 0px;
	margin: 0px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	background-image: url(/persistent/templateimages/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #acc7e2;
}

#stats {
	display: none;
}

img {
	border: 0;
	}

.clear {
	clear: both; 
	font-size: 0;
	height: 0;
	line-height: 0
	}

b, strong {
	font: bold 12px/17px Arial, Verdana, Helvetica, sans-serif;
	
}

a {
	color: #336280;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration:underline;
}

td {
	font: normal 12px  Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

p {
	font: normal 12px/17px  Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

#heading {
	height: 61px;
}	

h1 {
	width: 700px;
	font: normal 18px/61px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #fff;
	background-image: url(/persistent/templateimages/heading_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 10px;
}

h2 {
	font: bold 16px/20px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #999999;
}

#container{
	width: 950px;
	margin: 0 auto 0 auto;
}

#header_logo {
	width: 950px;
	height: 92px;
	margin: 0 auto 0 auto;
}	

#logo {
	width: 240px;
	height: 92px;
	float: left;
	padding-top: 9px;
	margin: 0;
}

html>body #logo {
	width: 240px;
	height: 92px;
	float: left;
	padding: 0;
	margin: 0;
}

#navigation_wrap{
	width: 710px;
	height: 92px;
	float: right;
}	

#member_login {
	height: 36px;
}

#member_form{
	width: 270px;
	height: 36px;
	float: right;
	background-image: url(/persistent/templateimages/member_login.jpg);
	background-repeat: no-repeat;
}

#spacer_header {
	height: 19px;
}

#member_text {
	width: 220px;
	padding-left: 15px;
	height: 36px;
}

html>body #member_text {
	width: 220px;
	padding-left: 15px;
	height: 36px;
}


input {
	font-size: 10px;
}	

#content_wrapper {
	width: 950px;
	height: 450px;
	min-height: 450px;
	background-image: url(/persistent/templateimages/content_bg.jpg);
	background-repeat: repeat-y;
}

html>body #content_wrapper {
	height: auto;
}

a.crumb {
	font: normal 10px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
}

a.crumb:hover {
	color: #000;
}

#form {
	width: 230px;
	height: 40px;
	float: left;
	padding-top: 5px;
}

html>body #form {
	width: 225px;
	height: 40px;
	float: left;
	padding-top: 5px;
}

#fields {
	float: left;
	margin: 0;
	padding: 0;
}

#button {
	float: right;
}

#shop {
	width: 106px;
	height: 37px;
	float: left;
}

table.moreinfo {
			width: 188px;
			height: 275px;
			background:url(/persistent/templateimages/moreinfoBg.jpg) no-repeat;
		}

/* -----------------------------------------------------------
	   NAVBAR
----------------------------------------------------------- */


#navbar_wrapper {
	 width: 710px;
	 height: 37px;
}

#navbar {
	width: 517px;
	float: left;
	background-image: url(/persistent/templateimages/navbar_sm.jpg);
	background-repeat: no-repeat;
	font: normal 12px/37px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #fff;
}

#nav, #nav ul {
	width: 516px;
	height: 37px;
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav li {
	float: left;
	padding: 0;
	height: auto;
	font: normal 12px/37px Arial, Helvetica, sans-serif, "Trebuchet MS";
	}

#nav li.selected { 
	color: #000;
	height: auto;
	background-image: url(/persistent/templateimages/navTab_s_bgRight.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}


#nav li a {
	color: #FFFFFF;
	font: bold 12px/37px Arial, Verdana, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 0px 12px 0px 6px;
	}
		
#nav li a:hover { 
	color: #000;
	}

#nav li.selected a { 
	color: #000033;
	background-image: url(/persistent/templateimages/navTab_s_bgLeft.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#nav li.selected a:hover { 
	color: #acc7e2;
	}
	
	
/* -------- Drop down menu -------- */	

#nav li ul a, #nav li ul a:visited {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-transform:none;
	text-align: left;
/*	padding: 7px 5px 7px 10px;*/
	color: #FFFFFF;
	width: auto;
	background: none;
	background-color: #80A1C4;
	}
	#nav li ul a:hover { 
		background-color: #4D76A4;
		text-decoration: none;
		}

#nav li.selected ul a, #nav li.selected ul a:visited {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-align: left;
/*	padding: 7px 5px 7px 10px;*/
	color: #FFFFFF;
	width: auto;
	background: none;
	background-color: #80A1C4;
	}
	#nav li.selected ul a:hover { 
		background-color: #4D76A4;
		text-decoration: none;
		color: #FFFFFF;
		}

#nav li ul li { 
	background-color: #80A1C4;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 176px;
	margin: 0;
	padding: 0;
	}

#nav li li {
	width: 176px;
	margin: 0;
	padding: 0;
	}

#nav li ul ul {
	margin: -1.90em 0 0 150px;
	}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul {
	left: -999em;
	}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul {
	left: auto;
	z-index: 500;
	}


/*-- Sub Navigation (default) --*/

#left_content {
	width: 220px;
	padding-left: 7px;
	padding-right: 5px;
	float: left;
}

#subnav {
	padding-top: 5px;
	}

.subNav_td {
	width: 220px;
	}

#subNav a:hover {
	color: #b2bf17;
	}

ul#subNav  {
	margin: 0;
	margin-right: 40px;
	padding: 0;
	width: 202px;
	list-style: none;
	}

ul#subNav li {
	background-image: url(/persistent/templateimages/li_subnav.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	/*display: block;*/
	padding: 0;
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	/*min-height: 18px;*/
	}
	

		ul#subNav li.subnav_first {
		background-image: url(/persistent/templateimages/first_subnav.jpg);
		background-repeat: no-repeat;
		background-position: 5px 3px;
		}
		

		ul#subNav li a {
			padding-left: 20px;
			color: #32587c;
			}
		ul#subNav li.subnav_selected a{
			font-weight: bold;
			color: #b2bf17;
			}
	
			ul#subNav li.subnav_selected {
			background-image: url(/persistent/templateimages/first_subnav.jpg);
			background-repeat: no-repeat;
			background-position: 5px 3px;
			font-weight: bold;
			color: #b2bf17;
			}
	
	
ul#subNav li ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
	width: 140px;
	font: normal 11px Arial, Helvetica, sans-serif, "Trebuchet MS";
	}
	
	ul#subNav li ul li, ul#subNav li.subnav_selected ul li  {
		margin: 0;
		padding: 0;
		background-image: url(/persistent/templateimages/thirdsub_nav.jpg);
		background-position: 0px 4px;
		border-bottom: none;
		list-style: none;
		}
		
		ul#subNav li ul li a, ul#subNav li.subnav_selected ul li a {
			font-weight: normal;
			padding: 0px 0px 0px 10px;
			color: #32587c;
			}
		ul#subNav li.subnav_selected ul li.subnav_selected a {
		color: #32587c;
		font-weight: normal;
			}

		ul#subNav li.subnav_selected ul li.subnav_selected {
		color: #b2bf17;
		font-weight: normal;
			}
			
		ul#subNav li.subnav_selected ul li.subnav_selected ul li.subnav_selected a {
		color: #b2bf17;
		font-weight: normal;
			}
	
#client_login {
	width: 87px;
	height: 37px;
	float: right;
}

#thinbar {
	width: 950px;
	height: 8px;
	margin: 0 auto 0 auto;
	background-image: url(/persistent/templateimages/thin_bar.jpg);
	background-repeat: no-repeat;
	padding: 0;
}


/* -----------------------------------------------------------
	   CONTENT
----------------------------------------------------------- */

#body_content {
	width: 700px;
	padding-right: 10px;
	float: right;
}

#bodytext {
	width: 680px;
}

#content_btm {
	width: 950px;
	height: 12px;
	margin: 0 auto 0 auto;
}

/* -----------------------------------------------------------
	   FOOTER
----------------------------------------------------------- */

#footer {
	width: 948px;
	height: 51px;
	margin: 0 auto 0 auto;
	background-image:url(/persistent/templateimages/footer.jpg);
	background-repeat: no-repeat;
}

#footer_text {
	padding-top: 8px;
	font: normal 12px/20px Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-align: center;
	color: #336280;
	}

.footer_text_lightblue {
	color: #709faf;
}

#spacer {
	height: 15px;
}

#powered_by {
	width: 948px;
	height: 15px;
	font: normal 10px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #709faf;
	text-align: right;
}

#breadcrumbs {
	font: normal 10px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666; 
	padding-left: 10px;
	padding-top: 5px;
}

#side_image {
	width: 226px;
	height: 235px;
}	


.newsContent h2{
	font-size:100%;
	color:#336280;
	padding-bottom:0;
	margin-bottom:0;
	padding-top:5px;
	
}
a.more-link {color:#000066;}
a.more-link:hover {color:blue;}

