
/* --------------------------------------------------------------------------------------------
-	West Indies Real Estate Styles 
--------------------------------------------------------------------------------------------- */

/* import CSS reset style sheet to get rid of most browser defaults... */

@import url(CSS-Reset.css);

/* define default styling for text 

	NOTE: This rule should NEVER contain properties which affect the box model - since this would 
		   be applied to every element on the page (with really nasty results).
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #474131;
	text-decoration: none;
	/*	background-color: #99B9C4;   set dynamically from db */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body strong {
	font-weight: bold;
	}

/* give paragraphs more spacing */
p, ul {
	margin-top: 6px;
	line-height: 1.5em;
	margin-bottom: .5em;
}	
/* for unordered lists, set a display style */


ol.abc, ol.abc > li {
	list-style:upper-alpha;
	list-style-position: outside;
	margin: 1.5em 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}


ol.num, ol.num li {
	list-style: decimal;
	list-style-position: outside;
	margin: 1.5em 1.5em;
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ol, ol li {
	list-style: decimal;
	list-style-position: outside;
	margin: 1.5em 1.5em;
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ul, ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 1.5em 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}


ul.circle, ul.circle li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 1.5em 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

/* define overides for ALL anchors */
a, a:visited { 
	text-decoration:underline;
	color: #4A89A8;
}
/* hover color overide...for most of website   */
a:hover {
	text-decoration:underline;
	color: #640000;
}

/* override for h1 color/size...  */
h3 {
	color: #4A89A8;  /*#265282;*/
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* override for h2 color/size...  */
h4 {
	color: #4A89A8; /*#6D88A2;*/
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	margin-top: 14px;
	margin-bottom: 12px;
}

/* override for h3 color...  */
h5 {
	color: #4A89A8; /*   #5f7189;   #365BB3   color:#006699;*/
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
	margin-top: 6px;
}

/* override for h1/h2/h3 colors on index page...  */
div#INDEX_CONTENT_LO h1, div#INDEX_SIDEBAR_LO h1 {
	color: #FFFFFF;
	}
	
div#INDEX_CONTENT_LO h2, div#INDEX_SIDEBAR_LO h2 {
	color: #FFFFFF;
	}
	
div#INDEX_CONTENT_LO h3, div#INDEX_SIDEBAR_LO h3 {
	color: #FFFFFF;
	}
	
.medBlue {
	color: #4A89A8; /*#6D88A2;*/
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	margin-top: 14px;
	margin-bottom: 12px;
}
.smlBlue {
	color: #4A89A8; /*   #5f7189;   #365BB3   color:#006699;*/
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	margin-top: 6px;
}
.smcalday {
	font-size: 7pt;
	color: #5F9EA0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.login{	float: right; padding-right: 10px; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px;}
.login a{
	color: #525552; text-decoration: none;
}
.login a:hover{
	color: #A52A2A; text-decoration: underline;
}
.warning{
	background-color: Yellow;
	color: #8B0000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt;
	padding-left: 8px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}	

/* definitions of classes */ 

.contact {

width:1000px; 
border:none; 
margin: 10px auto; 
padding:0; 
text-align:center; 
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#000000;
}



.insidetext {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; margin-top:0px; overflow:hidden;
}

#CONTENT_LO {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; margin-top:0px; width: 724px; 
}

.details_long {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; margin:0px 0px 0px 42px; overflow:hidden;
}

.insidetext img {
	margin: 0px 5px;
}

#SIDEBAR_CONTENT {
	padding: 6px;
	text-align: left;
}

/*a.navigation, a.navigation:link, a.navigation:visited {*/
a.navigation {
	display: block;
	margin: 2px 0px;
	padding: 5px 5px 5px 0px;
	background-image: url(/images/sidebar-nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #4A89A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border: 0px none;
	/*height: 25px;*/
	width: 155px;
	text-align: right; 
	overflow:hidden;
}

a.navigation:hover {
	background-image: url(/images/sidebar-nav-over.jpg);
}

#accommodations_content img {
	margin: 22px;
}

#email2 {
	display: none;
	
}

#oibweather {
	width: 720px;
	height: 194px;
	overflow: hidden;
}

div#oibweather a:hover,
div#oibweather a:link,
div#oibweather a:active,
div#oibweather a:visited,
div#oibweather a {
	font-size: 11px;
	color: #4A89A8;
	text-decoration: none;
}



/*.cfdebug { display: none; }*/

