/* CSS Document 
   by: MIR - flairemedia.com
*/

body {
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/bg_main.jpg);
	background-attachment: fixed;
	scrollbar-3dlight-color: #2B2A6C;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #2B2A6C;
	scrollbar-darkshadow-color: #2B2A6C;
	scrollbar-face-color: #2B2A6C;
	scrollbar-highlight-color: #2B2A6C;
	scrollbar-shadow-color: #2B2A6C;
	scrollbar-track-color: #FFFFFF;
}

#innerbody {
	/*if jpeg is modified, must change bg_main.jpg too*/
	background-image: url(../images/bg_innerbody.jpg); 
	background-attachment: fixed;
}
#featbody {
	background-image: url(../images/bg_inner_features.jpg);
	background-attachment: scroll;
}

/* HTML tags*/
h1 {
	color: #970F00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 17px;
}
h2 {
	color: #970F00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 15px;
}
h3 {
	color: #970F00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
}
h3 a {
	color: #970F00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	text-decoration: none;
}
h3 a:visited {
	color: #970F00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	text-decoration: none;
}
h3 a:hover{
	color: #970F00;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	text-decoration: underline;
}
p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	text-align: justify;
	padding-bottom: 3px;
	margin-right: 5px;
	line-height: 20px;
}
li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding-bottom: 3px;
}
a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}


/* content */
.maincontainer {
	table-layout:fixed;

}

/* site classes */

.textareabox {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

#housespec {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #970F00;
}
#housefeat {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
}
#houseint {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #970F00;
}
#housethumbs {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	/*color: #970F00;*/
	color: #999999;
}
#spcboard {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #970F00;
}
#features {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #970F00;
}
#features p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

/* Footer */

#footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
}
#footer a {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

/* Dynamic Drive*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #970F00;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */ 
font: 10px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
font: normal 12px Tahoma;
padding: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated */
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
font: normal 12px Tahoma;
padding: 5px;
z-index: 5;
}
