/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* for all templates and grids */
body {
	text-align:center;
	background:#cccccc;
	}
#ft{clear:both;}
/**/

/* 800 centered, and backward compatibility */ 
#doc,.yui-t4 {
	margin:auto;text-align:left;
	width:800px;*width:800px;min-width:800px;}
	
/* below required for all fluid grids; adjust widths and margins above accordingly */

	/* to preserve source-order independence for Gecko */
	.yui-b{position:relative;}
	.yui-b{_position:static;} /* for IE < 7 */
	#yui-main .yui-b{position:static;} 

#yui-main {width:100%;}

.yui-t4 #yui-main {float:left;margin-right:-25em;/* IE: preserve layout at narrow widths */}

.yui-t4 .yui-b {float:right;width:30px;*width:30px;}

.yui-t4 #yui-main .yui-b {margin-right:32px;*margin-right:32px;}

#yui-main .yui-b {float:none;width:auto;}
/* GRIDS (not TEMPLATES) */
.yui-ge .yui-u {float:right;display:inline;}

.yui-ge div.first {float:left;}

.yui-ge .yui-u{width:30px;}
.yui-ge div.first{width:736px;}

#bd:after,
.yui-ge:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd,.yui-ge {zoom:1;}

/* Basic Element Formatting */

#header{
	height:10px;
	background-color:#cccccc;
	margin:0;
	padding:0;
	}
	
#header h1{
	font-size:1em;
	margin:0;
	padding:10px;
	}
	
#header h1 a{
	color:#000000;
	background-color:#F3F2ED;
	}
	
.content{
	height:411px;
	background:#000000;
	border-top:#FFFFFF 2px solid;
	margin:0;
	padding:0;
	}
	
#secondary{
	height:411px;
	background:#000000;
	border-top:#FFFFFF 2px solid;
	margin:0;
	padding:0;
	}
	
#secondaryFull{
	height:50px;
	background-color:#000000;
	border-top:#FFFFFF 2px solid;
	margin:0;
	padding:0;
	}
	
#footer{
	height:28px;
	background:#000000;
	border-top:#FFFFFF 2px solid;
	color:#ffffff;
	margin:0;
	padding:8px;
	}
	
#footer2{
	height:22px;
	background:#000000;
	border-top:#FFFFFF 2px solid;
	color:#ffffff;
	margin:0;
	padding:8px;
	text-align:right;
	}
	
#footer a, #footer a:link, #footer a:visited, #footer p {
	color: #fff;
	font-size:18px;
	line-height:18px;
	text-decoration: none;
	font-variant: small-caps;
	}

#footer2 a, #footer2 a:link, #footer2 a:visited, #footer2 p {
	color: #fff;
	font-size:16px;
	text-decoration: none;
	font-variant: small-caps;
	}
	
.active {
	font-size:24px;
	font-weight:900;
	}
	
#enquiry {
	background:#000000;
	color:#ffffff;
	text-align:center;
	}
	
#maincontent {
	background:#000000;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
	}