/* CSS Document */

body{
margin: 0;
padding: 0;
}
#bg_body{
text-align: center;
background: #f17100;
}
#main {
padding: 0px;
margin: 0px auto 0px auto;
width: 950px;
text-align: left;
background: url(images/bg.gif);
}
#logo {  
width: 100%;
height: 150px;
background: #FFFFFF url(images/header.jpg) repeat-y top center;
vertical-align: top;
margin: 0 auto;   
}
.table TD{
vertical-align: top;
}
#left {
width: 245px;
vertical-align: top;
float: left;
padding: 0px 0px 20px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
width: 664px;
vertical-align: top;
padding: 10px 5px 10px 15px;
margin: 0px 15px 5px 0px;
float: right;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
border: 3px solid #f17100;
}
#content a {
color: #DF3A26;
text-decoration: none;
border-bottom: 1px dashed #DF3A26;
}
#contentbox {
width: 652px;
border: 1px solid #e8e8e8;
margin-top: 0px;
}
#contentbox-left {
width: 322px;
border: 1px solid #e8e8e8;
margin: 0px 0px 5px 0px;
float: left;
vertical-align: top;
}
#contentbox-right {
width: 322px;
border: 1px solid #e8e8e8;
float: right;
margin: 0px 10px 5px 0px;
vertical-align: top;
}
#base {
width: 950px;
padding: 5px 0px;
margin: 0px auto 0px auto;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#base a {
color: #FFFFFF;
text-decoration: none;
}
#base a:hover {
color: #FFFFFF;
text-decoration: underline;
}
#baseright {
float: right;
text-align: right;
}
#baseleft {
float: left;
text-align: left;
}
#clear {
clear: both;
}
#newsflash {
width: auto;
border: 1px solid #DF3A26;
margin: 5px 0px 0px 0px;
padding: 2px 2px 2px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
}
#banner a {
border-bottom: none;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #f17100;
margin-top: 0px;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #f17100;
background: #e8e8e8;
padding: 5px;
margin-top: 0px;
}
.testimonial {
padding: 0px 10px 10px 10px;
}
.forsale {
background: #e5dedd;
}
.img {
padding: 2px;
}
.red {
color: #DF3A26;
}
.nine {
font-size: 9px;
color: #999999;
text-align: center;
}

/* LightBox Styles */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #f17100;
}
#lbnoscript {
	display:block;
	width:179px;
	border:1px solid #ffe363;
	background: #ffffef;
	padding:2px;
	margin-top:10px;
}

#lbnoscript b {
	font-size:11pt;
}

#lbnoscript small {
	display:inline;
	font-size:9pt;
}
/* End Lightbox Styles */