@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{
	font: 75% Verdana, Arial, Helvetica, sans-serif
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ED008C;
	background-image:url(../images/back_drop.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

div#container{
	width:800px;
	/*
bring in to put in centre 
	*/
	width:950px;
	margin:0 auto;
	
	text-align:left;
	z-index:1;
	}
	
/* Outer Stuff */
div#OuterWrapper{
	clear:both;
	width:950px; 
	z-index:2;
	}
	
div#outerContentLeft{
	float:left;
	width:75px;
	min-height:850px;
	background-image:url(../images/sideflareleft_75.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:3;
	}

div#outerContentRight{
	width:75px;
	min-height:850px;
	float:left;
	background-image:url(../images/sideflareright_75.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:3;
	}
	
/* Content Area */
div#ContentWrapper{
	width:800px;
	float:left;
	z-index:3; 
	background-color: #FFFFFF;
	background-image:url(../images/INNER_background.jpg);

/* 
NEXT THREE for construction purposes

	background-image:url(../images/back_drop_white.gif);
	background-position:top;
	background-repeat:no-repeat;
*/
	min-height:810px;
	margin-bottom:10px;
	}
	
#innerWRAP{
	display:block;
	clear:both;
	}
	
/* Top */
div#TopWrapper{
	clear:both;
	width:950px;
	height:255px; 
	z-index:2; 
	background-image:url(../images/pageHeaderBG.jpg);
	}

/* Navigation */
div#NavBar{
	clear:both;
	width:800px; 
	height:178px; 
	z-index:2;
	}
	
div#SearchWrapper{
	height:26px; 
	width:210px;
	float:right;
	margin-right:11px;
	}
	
div#SearchLeft{
	margin-top:5px;
	float:left;
	}
	
div#SearchRight{
	float:Right;
	}
	
div#LeftColumn{
	width:226px; 
	z-index:5;
	float:left;
	min-height:620px;
	}

div#RightColumn{
	width:158px;
	z-index:5;
	margin-left:10px;
	float:left;
	min-height:620px;
	}

div#FCKbox{
	width:396px;
	z-index:5; 
	float:left;
	min-height:620px;
	}
	
div#FCKinner{
	width:362px;
	margin-left:18px;
	}
	
/* Footers */
div#FooterBar{
	clear:both;
	width:800px; 
	z-index:2; 
	}
	
div#FooterCopyright{
	clear:both;
	width:780px;
	height:14px;
	z-index:2; 
	background-color: #FFFFFF;
	text-align:right;
	padding:10px;
	}
	
div#FootNote21st{
	background-color:	transparent;
	width:				800px;
	margin:				0px auto;
	font-size:			10px;
}
.footer21stcdLink, .footer21stcdLink a{
	float:				right !important;
	text-decoration:	none !important;
}

.footer21stcdLink a:hover{
	text-decoration:	underline !important;
}

/* Templates */
div#TopTemplate{
	width:950px; 
	height:255px;
	z-index:8
	}

div#LeftTemplate{
	width:199px;
	float:left;
	margin-left:14px;
	}
	
div#RightTemplate{
	width:157px;
	float:left;
	margin-right:7px;
	}

div#BottomTemplate{
	width:800px; 
	height:178px;
	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 */

