@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #8AA8B0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	height: 226px;
	width: 1024px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 394px;
	height:763px;
	padding-bottom: 15px;
	margin-right:5px;
}

.twoColFixRtHdr #container.withbg {
	background-image:url(../images/rightcol_bg-strip.jpg);
	background-position: 624px 10px;
	background-repeat: repeat-y;
}

.twoColFixRtHdr #mainContent {

	margin-top: 0px;
	margin-right: 420px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.twoColFixRtHdr #mainContent_list {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.twoColFixRtHdr #mainContent_data {
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
}
.twoColFixRtHdr #container #footer {
	position:relative;
	background-image:url(../images/footer_noside.jpg);
	height: 258px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container.withbg #footer {
	position:relative;
	background-image: url(../images/footer.jpg);
	height: 258px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu {
	height: 41px;
	background-image:url(../images/bg_nav.gif);
}
.featured_box {
	background-image: url(../images/featured_prop.jpg);
	background-repeat: no-repeat;
	width: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	background-color: #313732;
}
#homebtn a{
	display:block;
	float:left;
	width: 162px;
	height: 41px;
	background-image: url(../images/menu01.jpg);
	text-decoration:none;	
}
#homebtn a:hover{
	background-position:-162px;
}
#homebtn a.highlight {
	background-image:url(../images/menu01_active.jpg);
}

#buybtn a{
	display:block;
	float:left;
	width: 142px;
	height: 41px;
	background-image: url(../images/menu02.jpg);
	text-decoration:none;
}
#buybtn a:hover{
	background-position:-142px;
	
}	
#buybtn a.highlight {
	background-image:url(../images/menu02_active.jpg);	
	
}
#letbtn a{
	display:block;
	float:left;
	width: 138px;
	height: 41px;
	background-image: url(../images/menu03.jpg);
	text-decoration:none;
}
#letbtn a:hover{
	background-position:-138px;
	
}	
#letbtn a.highlight {
	background-image:url(../images/menu03_active.jpg);		
	
}
#sellbtn a{
	display:block;
	float:left;
	width: 139px;
	height: 41px;
	background-image: url(../images/menu04.jpg);
	text-decoration:none;
}
#sellbtn a:hover{
	background-position:-139px;	
		
}	
#sellbtn a.highlight {
	background-image:url(../images/menu04_active.jpg);		
	
}
#testimonialsbtn a{
	display:block;
	float:left;
	width: 139px;
	height: 41px;
	background-image: url(../images/menu05.jpg);
	text-decoration:none;
}
#testimonialsbtn a:hover{
	background-position:-139px;	
	
}	
#testimonialsbtn a.highlight {
	background-image:url(../images/menu05_active.jpg);		
	
}
#contactbtn a{
	display:block;
	float:left;
	width: 138px;
	height: 41px;
	background-image: url(../images/menu06.jpg);
	text-decoration:none;
}
#contactbtn a:hover{
	background-position:-138px;	
	
}	
#contactbtn a.highlight {
	background-image:url(../images/menu06_active.jpg);			
	
}
#registerbtn a{
	display:block;
	float:left;
	width: 165px;
	height: 41px;
	background-image: url(../images/menu07.jpg);
	text-decoration:none;
}
#registerbtn a:hover{
	background-position:-165px;		
	
}	
#registerbtn a.highlight {
	background-image:url(../images/menu07_active.jpg);	
}
#fancypop{
	width:412px;
	height:550px;
	background-color:#FFF;
	margin:0 auto 0 auto;
	padding-top:10px;
}
.margintop{
	margin-top: 15px;
}
#topbackground {
	width:332px;
	height:11px;
	background-image:url(../images/rightcol_bg-top.jpg);
}
#contentheader{
	background-color:#FFF;
	padding-top:8px;
	height:80px;
}
#contentheader img{
	margin-left:8px;	
}
#rightcolhead{
	background-image:url(../images/rightcol_bg-top.jpg);
	height:14px;
	width:394px;
}
#rightcolcontain {
	padding-left:10px;	
}




