/*
Theme Name:		Brite
Theme URI:		http://www.britecorp.com/

*/

* {margin:0;padding:0}
/* commented backslash hack v2 \*/ 

/* end hack */ 
p {margin:0 0 1em 0;padding:2px}

body {
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
line-height: 1.5;
	position:relative;/* for ie7*/
}
#outer{


	margin:0 250px;
	background:#fff;

	color: #000;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:125px;
	background:#fff;
	overflow:hidden;
	color: #333;
border-bottom: 1px solid #cccccc;
}
#header a{color:#fff;}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
border-right: 1px solid #ccc;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	color:#333;
	left:-1px;
	padding-bottom:52px;/* clear footer*/
}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-124px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top:151px;/* to clear header*/
	color:#fff;
	left:1px;
	padding-bottom:52px;/* clear footer*/
	font-size: 10%;
}
 
#footer {
	width:100%;
	clear:both;
	height:50px;
	background: #fcfcfc;
	color: #333;
	text-align:center;
	font-size: 11px;
	position:relative;
border-top: 1px solid #ccc;
	margin-top:-50px;/*drag footer from below the fold*/
}
#centrecontent {
	float:right;
	width:98%;
	position:relative;
	padding-bottom:52px;/* clear footer*/
 margin-left:-1px;
}
.outerwrap {
	float: left;	
	width: 100%;
	padding-top:126px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}
p.expand a:hover{display:block;height:300px;background:red}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

h1 {
	font-size: 14px;
	margin: 0;
	color: #800000;

margin-bottom:10px; 
	}

h2 {
	font-size: 13px;
	color: #800000;
        border-bottom : 1px solid #c0c0c0;
margin-bottom:10px; margin-top:15px;
	}

h3 {
	font-size: 12px;
	color: #000080;
        border-bottom : 1px solid #cccccc;
margin-bottom:10px; margin-top:15px;
	}

h4 {
	font-size: 12px;
	color: #800000;
        border-bottom : 1px solid #cccccc;
margin-bottom:10px; margin-top:15px;
}


#menu #main_menu a
{
	display: block;
	width: 180px;
	padding: 0 4px 0 10px;
	margin:0 0 0 0px;
	text-align: left;	
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-bottom:1px solid #cccccc;
}


#menu #main_menu a:hover
{
	background-color: #ddd;
	border-bottom: 1px solid #808080;
}


#menu #main_menu
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	line-height:19px;
}


#menu #main_menu li
{
	display: block;
	padding:0;
	margin: 0 0 1px 0;
	background-color: #eee; 
}

#menu #main_menu li#active
{
	display: block;
	background-color: #fff;
	
}

#menu #main_menu li#active2
{
	display: block;
	background-color: #fff;
color:#000080;
font-weight:bold;
	
}

#menu #main_menu li#menu
{
	display: block;
	background-color: #fcfcfc;

	
}


#menu #main_menu li#active a
{
	font-weight: bold;
	background-color: #fff; 

	
}


.left img {
float:left;
margin: 0 10 10 3;
padding: 0 10 10 3;
}


#colourbar {
	padding: 0.5em;
	background-color: #000040;
	height: 10px;
	color: #ffffff;
	text-align:middle;
	font-size: 100%;
	padding-left: 1em;
width:90%;
}

a {color:#000080;}

.blue {color:#000080}