@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #430103; <---- correct for the C21*/
/*	background-image:url(../images/C21-Background--red.jpg);
	background-position:	center 9px;
	background-repeat:no-repeat;*/
	margin-top:10px;
	min-height:768px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	}

div#container{
	background-image:url(../images/C21-Background--red.jpg);
	background-position:	center top;
	background-repeat:no-repeat;
	background-color: #430103 !important;
	width:900px;
	margin:0 auto;
	text-align:left;
	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;*/
	width:550px;
	padding:6px;
	color:#fefffa;
	}
	
/* Footers */
div#FooterBar{
/*	clear:both;*/
	width:900px; 
	z-index:2; 
	}
	
div#FooterCopyright{
	clear:both;
/*	background-color:#FFF !important;*/
	width:890px;
	height:14px;
	padding:5px;
	z-index:2; 
	text-align:	right !important;
	text-decoration:	none!important;
	font-size:			10px!important;
}
	
.footer21stcdLink, .footer21stcdLink a:link, .footer21stcdLink a:visited, .footer21stcdLink a:hover, .footer21stcdLink a:active {
/*	NOTE:
	1)	link's content controled/fed from company-wide xml
	2)	attributes of link (ie color) controled from inline css
*/
	float:				right;
	display:			block;
	margin-top:			5px;
	font-size:			10px!important;
	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%;	
	}
