@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 80% Verdana, Arial, Helvetica, sans-serif
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	}

div#container{
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color: #2b1d1d;/* <---- correct for the Peachtree*/
	background-image:url(../images/PT_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:10px;
	min-height:768px;
	z-index:1
	}

/* Top */
div#TopWrapper{
	clear:both;
	width:900px;
	height:150px; 
	z-index:2; 
	background-image:url(../images/pageHeaderBG.jpg);
	}

/* Navigation */
div#NavBar{
	clear:both;
	width:900px; 
	height:26px; 
	z-index:2; 
	margin-top:5px;
	background-color: #E6E6E6;
	}
	
div#SearchWrapper{
	height:26px; 
	width:210px;
	float:right;
	margin-right:11px;
	}
	
div#SearchLeft{
	margin-top:5px;
	float:left;
	}
	
div#SearchRight{
	float:Right;
	}
	
/* Content Area */
div#ContentWrapper{
	clear:both;
	width:900px; 
	z-index:2; 
	min-height:450px;
	padding-top:5px;
	}
	
div#LeftColumn{
	width:160px;
	margin-left:79px;
	margin-top:51px;
	z-index:5;
	float:left;
	min-height:450px;
	}

div#RightColumn{
	width:650px;
	z-index:5;
	float:left;
	min-height:450px;
	}

div#FCKtitle{
	float:left;
	width:575px;
	height:51px;
	text-align:right;
	}

div#FCKspacer{
	float:right;
	width:650px;
	height:50px;
	}

div#FCKbox{
	width:650px;
	z-index:5; 
	float:right;
	margin-left:11px;
	min-height:420px;
	}
	
div#FCKinner{
	width:484px;
	padding:6px;
	color:#fefffa;
	}
	
/* Footers */
div#FooterBar{
	clear:both;
	width:900px; 
	z-index:2; 
	}
	
div#FooterCopyright{
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color: white;/* <---- correct for the Peachtree*/
	margin-top:10px;
	z-index:1
	}
	
.footer21stcdLink, .footer21stcdLink a{
	float:			right;
	font-size:		10px;
	text-decoration:	none !important;
}

/* Templates */
div#TopTemplate{
	width:650px; 
	height:210px;
	float:right;
	z-index:8
	}

div#LeftTemplate{
	width:157px;
	float:left;
	}
	
div#RightTemplate{
	width:650px;
	float:left;
	margin-right:7px;
	}

div#BottomTemplate{
	margin-top:8px;
	width:900px; 
	z-index:8
	}
/* Listings Builder */
div#listBOX{
	display:block;
	height:70px;
	}
	
div#listBOXNI{ /* load this if no thumbnail images in listings */
	display:block;
	height:70px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	}
	
div#listImage{
	width:60px;
	height:70px;
	float:right;
	}
	
div#listContent{
	width:310px;
	height:70px;
	float:left;
	}

div#listContentNI{ /* load this if no thumbnail images in listings */
	width:380px;
	height:70px;
	float:left;
	}
/* Listings Builder End */

/* JOM */
#jom_WRAP{
	clear:both;
	display:block;
	width:100%;	
	}
