/***********************************************/
/* Secret Of The Med CSS                       */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background:url(images/bg.jpg);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
 padding-top: 10px;
}

h2{
	font-size: 114%;
	color: #334d55;
	padding-top: 10px;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}
ul li {margin:0px;padding:0px;}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#rightCol{
	padding: 0px;
	background-color: #FFFFFF;
	width: 130px;
	float: right;
	margin-right: 5px;
}

#content{
	float:left;
	width: 630px;
	margin: 0;
	padding: 5px;
}

.wrap{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteBanner{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#salesindex {
padding-left:20px;
}

#salesindex table tr td {
	padding:5px;
	border:5px solid #fff;
	}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: left;
}

.feature h3{
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px;
	font-size: 80%;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #82C6E9;
	text-align: center;
	margin: 0px;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #666;
	padding: 10px 10px 10px 10px;
	margin: 0;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#rightCol ul a:link, #navBar ul a:visited {display: block;}
#rightCol ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightCol li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #rightCol li {border-bottom: none;}


/*********** #newsTicker styles ***********/

#newsTicker{
	/*position: relative; */
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-top: 4px solid #006699;
	border-bottom: 4px solid #006699;
	font-size: 12px;
}

#newsTicker h3{
	padding: 5px 0px 5px 10px;
	text-decoration:underline;
}
#newsTicker li {
	padding: 5px 0px 5px 0px;
	list-style:none;
}


/*********** .newsletter styles ***********/

.newsletter{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.newsletter h3{
	padding: 10px 0px 2px 0px;
}


/************** #inspection styles **************/

#inspection{
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	margin: 0;
}

#inspection img{
	text-decoration: none;
}

#inspection a:link, a:visited, a:hover {
	text-decoration: none;
}


/************** #infoPack styles **************/

#infoPack{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	text-align: center;
}

#infoPack p{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/************** #sideAd styles **************/

#sideAd{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
}

#sideAd img{
	text-decoration: none;
}

#sideAd a:link, a:visited, a:hover {
	text-decoration: none;
}


/*************** NAVIGATION*****************/

.chromestyle{
width: 100%;
font:bold 12px Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 

display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg2.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

/* Added by Vince - styling to allow validxHTML1 Strict */
.centertext {
	text-align: center;
}
.lefttext {
	text-align: left;
}
.righttext {
	text-align: right;
}
.propertystatus {
	padding-right:0px;
	margin-right:0px;
	text-align: right;
}
.property_search_res_loc {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.property_search_res_content {
	color: #000;
	background: #fff;
}
.property_search_res_content_shortdesc {
	width: 100%;
	text-align: left;
}
.lvp_top_nav_menu_bg {
	width: 100%;
	margin-left, margin-right: auto ;
	padding-top, padding-bottom :12px;
	color: #000;
	background: #deedf8;
	font-weight: bold;
}
.lrp_bg {
	width: 100%;
	text-align: center;;
}
.maillisterror {
	color: Red;
	background: #fff;
	font-weight: bold;
}
.width100percent {
	width: 100%;
}
.quicktime {
	border: 1px solid #000;
	background: #D3D3D3;
	color: #000;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* Property Listing */
#layoutviewcustom {
background:#fff;
color:#000;
border:3px double #999;
width:100%;
}
#layoutviewcustom_titlebar {
background:#deedf8;
color:#000;
width:100%;
height:50px;
margin:0px;
}
#bar_left {
float:left;
text-align:left;
padding-left:10px;
}
#bar_left p {
font-size:1.4em;
}
#bar_right {
float:right;
text-align:right;
}
#bar_right a img {
border:0px;
padding:15px 0px 0px 0px;
}
#layoutviewcustom_intro {
clear:both;
background: #eee;
color:#000;
margin:0px;
padding:0px;
}
layoutviewcustom_intro img {
padding:5px;
margin:0px;
}
#layoutviewcustom_intro li p {
padding:2px;
margin:0px;
}

/*#layoutviewcustom_longdesc p {
	padding:5px;
	margin:0px;
	font-size:1.1em;
}*/
#layoutviewcustom_longdesc {
padding:10px;
font-size:1.1em;
}
#layoutviewcustom_longdesc h2 {
margin:0px;
padding:5px;
font-size:2.5em;
}
/*#layoutviewcustom_longdesc li {
padding:0px;
margin:-3px;
font-size:1.1em;
}*/

#callcenter {
margin-top:9px;
}