@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 9.5pt;
	}
body{
	text-align:center;
	background-color: rgb(231,231,231);
	font-family: Arial,Verdana,Helvetica,sans-serif;
	}

div#container{
	overflow:hidden;
	padding-top:15px;
	width:970px;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
/*	outline:red 1px solid;*/
	z-index:1;
	}

/* Top */
div#TopWrapper{
	clear:both;
	width:970px;
	height:170px;
	z-index:2; 
	background-color: #ffffff;
	background-image:url(../images/pageHEADER.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}

/* Navigation */
div#NavBar{
	width:764px;
	height:19px; 
	float:left;
	z-index:2; 
	background-color:#FFFFFF;
	margin-right:15px;
	padding-top:0px;
	padding-bottom:10px;
	border-bottom-color: rgb(231,231,231);
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}
	
/* Search */
div#SearchWrapper{
	display:block;
	height:30px; 
	width:235px;
	float:right;
	margin-top:115px;
	margin-right:11px;
	z-index:1000;
	}
	
div#SearchLeft{
	margin-top:5px;
	float:left;
	}
	
div#SearchRight{
	float:Right;
	}
	
/* Content Area */
div#ContentWrapper{
	/*overflow-x:auto;*/
	width:970px;
	z-index:2; 
	background-color: #FFFFFF;
	min-height:450px;
	}
	
div#LeftColumn{
	width:175px; 
	z-index:5;
	float:left;
	min-height:450px;
	/*margin-right:15px;*/
	}

div#RightColumn{
	width:230px;
	z-index:5;
	float:right;
	margin-right:15px;
	min-height:450px;
	}

div#HomeContainer{
	width:500px;
	z-index:5; 
	float:left;
	margin:15px;
	min-height:420px;
	
	}

div#FCKbox{
	width:500px;
	z-index:5; 
	float:left;
	padding-right:15px;
	padding-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	min-height:420px;
	border-right-color: rgb(231,231,231);
	border-right-style:dotted;
	border-right-width:1px;
	border-left-color: rgb(231,231,231);
	border-left-style:dotted;
	border-left-width:1px;
	}
	

div#HomeAlso{
	display:block;
	clear:both;
	padding:0px;
	overflow:hidden;
	width:500px;
	z-index:5; 
	float:left;
	margin-top:15px;
	}

	
/* Footers */
div#FooterAbove{
	clear:both;
	display:block;
	width:970px;
	height:57px;
	padding:0px;
	background-image:url(../images/BirminghamCC_logo.jpg);
	background-position:right;
	background-repeat:no-repeat;	
	padding-top:3px;
	}

div#FooterBar{
	clear:both;
	display:block;
	width:970px;
	padding-top:3px;
	height:25px;
	z-index:2; 
	background-color: rgb(231,231,231);
}

div#FooterLeft {
	float:				left;
	display:			block; 
	text-decoration:	none;
}

div#copyright-21st, div#copyright-21st a {
	float:				right !important;
	margin-top:			3px;
	font-size:			10px !important;
	text-decoration:	none !important;
}
	
/* Templates */
div#TopTemplate{
	margin-top:8px;
	width:970px;
	min-height:150px;
	
	z-index:8
	}

div#LeftTemplate{
	width:157px;
	float:left;
	margin-left:10px;
	z-index:8
	}
	
div#RightTemplate{
	width:230px;
	float:left;
	margin-right:7px;
	z-index:8
	}

div#BottomTemplate{
	width:940px;
	background-color:white;
	margin-left:15px;
	margin-top:15px;
	padding-top:15px;
	margin-bottom:15px;
	float:left;
	z-index:8;
	border-top-color: rgb(231,231,231);
	border-top-style:dotted;
	border-top-width:1px;
	min-height:70px;
	}

/* 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 */
