@charset "utf-8";
/*Begin basic global styles */
html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {color: #000000;list-style: none; margin: 0;padding: 0; }
html { background: #/* Add Color */; }
body { font: 12px arial; }
a { color: #444; font-weight: bold; text-decoration: none; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }



/* That box Stuff */
#referer{display:none}
a:focus {outline:0;}
/* Body Wrapper */
 
/* Heading Styles */
#header {}
#mainTitle {text-align: center;}
#mainTitle a {text-align: center;}
#mainTagline { display:block; text-align: center; font-size: 18px; }

/* Navigation Bars */
#topLinks, #bottomLinks {font-size: 1.5em; line-height: 2em; background: #/* Add Color */; text-align: center;}
#topLinks li, #bottomLinks li {display: inline;list-style: none;}
#topLinks li a, #bottomLinks li a {color: #ccc; margin: 0 .5em;}
#topLinks li a:hover, #bottomLinks li a:hover {color: #ccc;}

/* Page Layout---2 columns */
#rightside { } /*this should be set to the width of the sidebar*/
#leftside { width:220px; float:left; }

/* wrapper for elements below nav */
#mainArea { padding: 1em; }

/* Left Side Layout */
#leftLinks {border: 2px solid #/* Add Color */; 
	padding:1em; background-color: #/* Add Color */;text-align: center;}
#leftLinks li { display:inline; color: #/* Add Color */; font-size: 12px; }
#leftLinks li { line-height: 1.55em;display: inline;}
#leftLinks a, #leftLinks a:link { color: #fff; }
#leftLinks a:hover { text-decoration:underline; }

#relatedInfo a{ border-right:1px solid #000;padding-right:3px }
#topLinks a{ border-right:1px solid #000;padding-right:3px }
#leftLinks a{ border-right:1px solid #fff;padding:3px }


/* Sitemap sidebar link area */
#sidesm { border: 2px solid #618095; margin: 1em 0; padding:1em; background-color: #CAE0EF;}
#sidesm li { line-height: 1.55em; }
#sidesm a, #sidesm a:link { color: #000000; }
#sidesm a:hover { text-decoration:underline; }


/*------------------------------------------
WebLink Top And Bottom
------------------------------------------*/
/* Web Link Top */
#webLinkTop {height: 270px; margin:1em 0; padding:1em;background: url('/images/weblink.png') center no-repeat;}
#webLinkTop { margin:0; }
#webLinkTop h2 { text-align:center; }
#webLinkTop dl dt{ float:left; width:100px; font-weight:normal; }
#webLinkTop dl dd { margin-left:100px; }
#addressLeft { width:250px; float:left; }
#addressRight { margin-left:250px; }
#webLinkTop a {display: block;text-indent: -99999px; height: 225px; z-index: -5;}
#webLinkTop a:focus{outline:0;}

/* Web Link Bottom */
#webLinkBottom {height: 270px; margin:1em 0; padding:1em;background: url('/images/weblink.png') center no-repeat;}
#webLinkBottom { margin:0; }
#webLinkBottom h2 { text-align:center; }
#webLinkBottom dl dt { float:left; width:100px; font-weight:normal; }
#webLinkBottom dl dd { margin-left:100px; }
#addressLeft { width:250px; float:left; }
#addressRight { margin-left:250px; }
#webLinkBottom a {display: block;text-indent: -99999px ;height: 225px; z-index: -5;}
#webLinkBottom a:focus {outline:0;}

/*------------------------------------------
Content Style
------------------------------------------*/
#bdicontent {text-align: left; margin: 0px auto; padding:1em;font-size: 15px; width: 700px;}
#bdicontent img {margin: 8px; padding: 5px;}
#bdicontent li {list-style: disc; margin-left: 30px; color: #fff;}
#bdicontent h2 {text-align:center; margin: 20px 0 0 0;  color: #fff;}


/*------------------------------------------
Related Info
------------------------------------------*/
#relatedInfo { background: #/* Add Color */  ; padding: 1em; text-align: center; clear:both;}
#relatedInfo li { display:inline; color: #fff; }
#relatedInfo a{ border-right:1px solid #000;padding-right:3px }
#relatedInfo h3 { color: #fff; font-size: 18px; }
#relatedInfo a { color: #fff; }
#relatedInfo a:hover { color: #CCC; }

/*------------------------------------------
Opt In Form
------------------------------------------*/
#optin { border: 2px solid #618095; margin: 1em 0; padding:1em; background-color: #CAE0EF;}
#optin label { display:block;}
#optin label span { width:45px; float:left; margin:7px 0; font-size:14px; font-weight:bold; }
#optin label input { width:130px; height:15px; margin:5px 0;}
#optin input[type="submit"] { }

/*------------------------------------------
Search Box
------------------------------------------*/
#search { 
	text-align:center;
	padding:5px;
	position: fixed;
	border: 0px;
	bottom:0;
	right:0;
        display:none}

#search {opacity:0.7;filter:alpha(opacity=60)}
#search {text-transform:uppercase}
#search  { width:400px; float:left; }
#search input, #search option { margin:0 5px; }
#search fieldset {border: 0px;}
#search input[type="text"] {
	background-image: url('/images/form_bkgd.png');
	background-repeat: repeat-x;
	border: 1px solid #ADB7C3;}
#search input, #search option { margin:0 5px; }
#search fieldset {border: 0px;}
#engines {
	background: url('/images/form_bkgd.png');
	background-repeat: repeat-x;
	border: 1px solid #ADB7C3;}
#search input[type="submit"] {
	background-image: url('/images/form_bkgd.png');
	background-repeat: repeat-x;
	border: 1px solid #ADB7C3;}
#engines option{background: url('/images/form_bkgd.png');
	background-repeat: repeat-x;}
#engines option{
	opacity:0.7;filter:alpha(opacity=60)}

/*------------------------------------------
Forms
------------------------------------------*/
#content form { text-align:center; }
#content form span { display:block; clear:both; }
#content form span label { width:75px; float:left; text-align:right; line-height:24px;}
#content form span input[type=text], #content form label textarea { width:375px; }
#content form span textarea { height:75px; width:375px; }
#content form input[type=submit] { margin:0 auto; }

/*------------------------------------------
Site Map area Possibly Reusable
------------------------------------------*/
#sitemap { margin-left:5px; }
#sitemap dt { margin-left:10px; }
#sitemap h3 { margin-left:10px; text-decoration:underline; }
#sitemap dd { margin-left:20px; text-transform:capitalize; }

/* Referer Keyword */

#referer a,
#referer a:link { border:2px solid #FF0000; margin-bottom:10px; padding:11px; background-color:#FF3; 
	text-align:center; display:block; text-transform:uppercase; font:14pt 'Tahoma', 'Helvetica', 'Arial', 'Sans-serif'; letter-spacing:1px; }

/*------------------------------------------
Page Curl And Blog
------------------------------------------*/
#turn_fold{
	position:absolute;
	right:0px;
	top:0px;
	z-index 999999999;}

.blog a {font-size: 8px}
.blog {width:444px;}
.blog { border-top:  px solid black; }
.blog legend { font-weight:bold; font-size:16px; }
.blog legend {font-size:10px;}
.blogDetail div {font-size: 10px; }
.blogDetail img { display:none !important; }
.blogDetail object { display:none !important; }
.blog div{font-size:5px;}
.blog fieldset {font-size: 5px; }
#content div {width:550px}

#sidesm{
	width:100px;
	margin:0 auto;
	text-align:center;
	border:none;
	background:none;}
/*------------------------------------------
Pop Out Weather And Cotd
------------------------------------------*/
.bubbleInfo {position: fixed;z-index:20000; bottom:0; left:0;font-weight:bold}

#cotd  h2{font-size:15px;padding:0 0 0 0;}
#cotd img {opacity:0.7;filter:alpha(opacity=70);margin: auto auto}

#weather{width:175px;height:100px;font-size:10px;text-align:left;padding-left:5px}

.bdipopup { width:350px;
	height:280px;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */}

.bdipopup {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border: 5px solid #000;}

#bdiwrap{background-image: url('/images/popupbk.png')}
#bdiwrap{ background-position:top center;}
#bdiwrap{opacity:0.9;filter:alpha(opacity=90)}
#bdiwrap{text-align:center}
#bdiwrap{height:;}
#bdiwrap{ background-color:# ;height:280px;}
#bdiwrap img{float:right; padding:5px;}


/*
____  _  _  ____  
( ___)( ( )(  _  
)__)  )  (  )(_) )
(____)(_)_)(____/ 
*/

BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#510000;
}
.leftnavbg {
	background-color: #DFE0D2;
}
.scriptlinebg {
	background-color: #76766E;
}
TD {
	FONT-SIZE: 10pt; FONT-FAMILY: Arial,Helvetica
}
.smallprompt {
	FONT-SIZE: 8.5pt;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	color: #5C5C50;
	text-transform: capitalize;
	text-decoration: none;
}
.scriptline {
	FONT-SIZE: 8.5pt;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	color: #F0F0F0;
	text-transform: capitalize;
	text-decoration: none;
}
.iframeContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mainframeContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.iframeHelpcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.heading1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15pt;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;

}
.smallest {
	FONT-SIZE: 7.5pt; COLOR: black
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; BACKGROUND: #3d3d8d; COLOR: white
}
.navleft1 {
	FONT-SIZE: 10pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: uppercase;

}
.navleft3 {
	FONT-SIZE: 8.5pt;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
: none;
}
A.navleft1:hover {
	COLOR: #6E6E6E
}
PRE {
	FONT-SIZE: 90%; FONT-FAMILY: Lucida Console,Courier New,Courier
}
.normaltext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000}
.blueline { FONT-WEIGHT: bold; FONT-SIZE: 8.5pt; COLOR: white; FONT-FAMILY: Tahoma,Arial,Helvetica; TEXT-DECORATION: none }
.normaltext { FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.testimonials {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.HOMEBUTTON {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #88080C;
	text-decoration: none;
}
.CONTACT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.CONTACTBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;

}
.INNERBUTTON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;

}
.HOME {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:justify;
}
.testimonialsBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.propertyMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.propertySub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
}
.propSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
}
.propSmallBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.input {
	width: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;

}
.propstatus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	text-transform: uppercase;
}
.smallprompt2 {

	FONT-SIZE: 8.5pt;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	color: #CCCCCC;
	text-transform: capitalize;
	text-decoration: none;
}
A.HOMEBUTTON:hover {

	COLOR: #C63340
}

.home_featured {
FONT-SIZE: 8.5pt;
FONT-FAMILY: Tahoma, Arial, Helvetica;
color: #ffffff;
text-decoration: none;
}
.fptxt {
font-family: Arial, Sans-Serif; Tahoma; Verdana; font-size: 12px; color: #000000; text-align: left;
}

#fixspace{margin:3px 0 }

#fixspace img{padding:0px;margin:0px}

.normaltext li,h2 {COLOR: #fff}

.blog, #content fieldset { width:  ; 
background: url('/content/images/olbk.png');	
-moz-border-radius: 10px;
-webkit-border-radius: 10px;color:#fff !important; color:#fff !important;}
.blog { border-top: 2px solid #fff;color:#fff !important; }
.blog img { display:none !important; color:#fff !important;}
.blog object { display:none !important; color:#fff !important;}
.blog legend { font-weight:boldcolor:#fff !important;;}
.blog legend a { display:block; max-width: 300px; overflow: hidden;color:#fff !important; }
.blog div {font-size:9px; overflow: hidden; margin: 0 auto;color:#fff !important;}
.blog{height:120px !important; overflow: hidden;max-width: 300px;color:#fff !important;  }


