/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}



caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend{
	color:#000;
}

strong{
	font-weight:bold;
}

/* SITE SPECIFIC CODE STARTS HERE */

/* LAYOUT */

body {
	background-color: #FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:18px;
	color: #333333;
}

p {
	COLOR: #000000;
	margin-left: 12px;
	padding-top: -10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-top: 9px;
}



#main li {COLOR: #000000; 
   margin-left: 25px;
   margin-top: 10px;}

h1 { color: #21549e;
   margin-left: 0px;
   text-decoration: none; 
   font-weight: bold; 
   font-size: 20px}

h2 {COLOR: #21549e;
   margin-left: 0px;
   text-decoration: none; 
   font-weight: bold; 
   font-size: 18px}

h3 {COLOR: #21549e; 
   border-top: solid 1px #999999;
   border-left: solid 1px #999999;
   padding-left: 5px;
   margin-bottom: 7px; 
   margin-top:7px;
	line-height:1.5em;
   margin-left: 0px;
   text-decoration: none; 
   font-size: 16px}

h4 {COLOR: #000000; 
   margin-left: 0px;
   text-decoration: none;  
   font-weight: bold; 
   font-size: 12px}

h5 {COLOR: #000000; 
   margin-left: 0px;
   text-decoration: none; 
   font-weight: bold; 
   font-size: 11px}

h6 {COLOR: #000000; 
   margin-left: 0px;
   text-decoration: none; 
   font-weight: bold; 
   font-size: 10px}

blockquote {
	margin-left:30px;
	font-style:italic;
	}

em {
	text-decoration:italic;
	}

td {
	padding:5px;
	}

#wrapper{
	position: relative;
	margin:0px auto;
	width:840px;
	height:195px;
	
}

#header {
	position: relative;
	width: 840px;
	height: 149px;
	background: url(../img/header.jpg) no-repeat;
}

#search {
	position: relative;
	float:right;
	top: 110px;
	right:30px
}

#search input {
	font-size: 11px;
}


#main{
	position: relative;
	float:left;
	width:840px;
	background: url(../img/body_bgnd.jpg);
}

#footer{
	position: relative;
	width:840px;
	float:left;
	padding-top:20px;
	background: url(../img/footer_bgnd.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #21549e;
	line-height:13px;
}

.floatleft{
	float:left;
}

/* NAVIGATION */

#nav {
	z-index:99;
	position: relative;
	width: 840px;
	height: 28px;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	line-height:16px;
	background:url(../img/nav_bgnd.jpg);
	marin-bottom:5px;
}

ul.nav{
	list-style:none;
	padding:6px 0px 0px 30px;
}

.nav li.main{
	float:left;
	display:block;
	width:auto;
}

.nav li {
	margin-left:0;
	list-style: none;}

.nav li a, .nav li p {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 18px 0px 0px;

}

.nav li p {
	cursor: pointer;
	cursor: hand;
}

.nav li a:hover, .nav li p:hover{
	color:#FFCC00;
}

.nav li ul {
	position: absolute;
	display: none;
	list-style:none;
	border: 1px solid #cccccc;
	border-top:5px solid #21549e;
	width:auto;
	z-index:99 !important;
}

.nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #21549e; /* IE6 Bug */
	font-size:12px;
	padding: 4px;
	border-bottom: 0;
}

.nav ul {
	margin-top:0px;
	}

.nav ul li a:hover {
	color:#FFCC00;
	background-color:#4779a9; 
}

/* DRT COmmented the next bit
/* Fix IE. Hide from IE Mac \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

End */

.nav ul li a:hover { color: #FFFFFF; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


/* TEXT STYLING */

ol li {
	margin-left:35px;
	}

/* LINK STYLING */

a:link {TEXT-DECORATION: none}
a:visited {TEXT-DECORATION: none}
a:active {TEXT-DECORATION: none}
a:hover {TEXT-DECORATION: underline}

#content a, #content a:active, #content a:visited{
	color:#21549e;
	text-decoration:none;
	text-align:centre;
}

#content a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#21549e;
}

#footer a, #footer a:active, #footer a:visited{
	color:#21549e;
	text-decoration:none;
	text-align:centre;
}

#footer a:hover{
	color:#21549e;
	text-decoration:underline;
}

/* MAIN CONTENT - HOME */

#main_container{
	background-color:#fff;
	background: url(http://www.reform.org.uk/img/bgndgraphic_light.jpg) no-repeat;
	overflow:hidden;
	width:770px;
	margin-left:20px;
	padding: 15px;
}

#content{
	width:570px;
	padding:20px;
}



.box {
	border: 1px #0066CC solid;
	background-color:#F0F0F0;
	align: center;
	margin:auto;
	padding: 5px;}

.box td {
	padding: 5px;
}

.padright {padding-right: 10px;}

.padleft {padding-left: 10px;}

.indent {padding-left: 50px;}

.small {font-size: 11px;}

.nogap {margin-top: 8px;}

.inlinetitle {
	font-size:16px;
	color:#21549e;
}