/*  Copyright Wit's End Solutions Ltd, 2010
	CSS Layout for : www.witsendsolutions.co.uk
	Last Modified : 3/6/2011
	Author: AWA Crossley
*/

@import url(WEStypography.css);
@import url(WEScolor.css);

/*Normalizes margin,padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td {margin:0; padding:0;}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{font-size:100%;}

/*Removes list style from lists*/
ol,ul {list-style:none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight:normal;}

/* Removes borders and spacing from tables */
table {border-collapse:collapse; border-spacing:0;}

/*Removes border from fieldset and img*/
fieldset, img {border:0;}

/*Left-aligns text in caption and th*/
caption,th{text-align:left;}

/*Removes quotation marks from q */
q:before, q:after{content:'';}

body{
min-width:750px;
}

#container{
margin:0;
padding:0;
}

#content{
margin-top:25px;
width:100%;
position:relative;
}

#branding{
margin-left:18%;
}

.curvebox{
/*solely here for IE specific javascript*/
}

#maincontent{
float:left;
width:60%;
margin-left:5%;
padding : 20px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius:20px;
}

#LTsidebar{
width:18%;
float:left;
}

#RTsidebar{
float:right;
width:15%;
margin:0;
margin-right:10%;
padding:20px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius:20px;
}

#SubNav{
float:right;
width:18%;
margin:0;
margin-right:5%;
padding:20px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius:20px;
}

#SubNav h2 {
text-align:center;
}

#SubNav ul li {
text-align:left;
list-style:disc;
padding:2%;
padding-top:20px;
margin-left:10px;
}

#SubNav em{
padding:2%;
padding-top:20px;
margin-left:5px;
}

#content h1, h2 {
padding: 2%;
padding-top:3%;
}

#content p{
padding: 2%;
}

#content h3{
padding:3%;
margin :3%;
}

#footer{
	margin-top:25px;
	width:100%;
	float:left;
	clear:both;
}

#footer td{
text-align:center;
}

#navigation{
padding:4%;
margin:1%;
}

#navigation ul{
position:absolute;
top:180px;
left:18%;
}

#navigation li{
display:inline;
}

#navigation a:link, #navigation a:visited{
margin-right:0.2em;
padding:0.4em;
}

#navigation em{
margin-right:0.2em;
padding:0.4em;
}

#smallman{
float :left;
padding:10px;
}

.WESlegend{
text-align:right;
font-weight:bold;
}

.foot{
width:48%;
margin-left:18%;
padding:1%;
text-align:center;
}

.valid{
width:45px;
text-align:center;
}

.news li {
padding:2%;
margin:1%;
list-style:disc;
}

.news h4 {
padding: 3%;
}

.imgbox{
width:100%;
}

.footertxt{
font-size:small;
margin-top:30px;
padding: 3em;
}

.centertxt{
text-align:center;
}

.dldtable{
width:100%;
table-layout:auto;
}

.dldtable p{
padding-left:2em;
}

.dldcell{
border-right-style:solid;
border-right-color:#333333;
border-right-width:thin;
}

.frmlabel{
float:left;
width: 10em;
text-align:right;
margin-right:5px;
clear:left;
}

.frmlabel2{
text-align:left;
font-size:small;
margin-top:30px;
}

.frmInput{
list-style:none;
}

.floatright{
float:right;
clear:left;
}

input {
display:inline;
}

legend{
text-align:center;
font-weight:bold;
}


ul {
	padding:2%;
	padding-left:5%;
	
}


	

