/* CSS Document */

/*This CSS file was written by Iain Hanlon iain@jetblackinc.co.uk*/
/**********************************/

/*Structural Elements*/
/**********************************/
body {
	background-color: #666666;
	text-align: center;
	font-family:  Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px;
	background-image: url(images/structure_may09/grad_bg.jpg);
	background-repeat: repeat-x;
}

div#wrapper {
	width: 800px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	}

div#header {
	width: 800px;
	height: 265px;
	background-image: url(images/structure_may09/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 525px 30px;
	}

div#navigation {
	width: 800px;
	height: 30px;
	background-image: url(images/structure_may09/nav_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	}

div#navinner {
	width: 800px;
	height: 30px;
	margin:0px;
	}
	

div#bigheader {
	width: 800px;
	height: 235px;
	}

div#logo {
	width: 525px;
	height: 235px;
	margin-right:135px;
	float: left;
	}
	
div#oneup {
	width: 140px;
	height: 65px;
	float: left;
	margin-top:170px;
	}

/*Logo H1*/
/**********************************/

#logo h1 {
	height: 235px;
	width: 525px;
	background-image: url(images/structure_may09/logo_h1.jpg);
	background-repeat: no-repeat;
	margin: 0 0px;
	font-size: 38px;
	text-align: center;
	line-height: 170px;
	text-indent: -2000em;
	}

#logo h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}

/*oneup H1*/
/**********************************/

#oneup h1 {
	height: 65px;
	width: 140px;
	background-image: url(images/structure_may09/one_up.jpg);
	background-repeat: no-repeat;
	font-size: 38px;
	text-align: center;
	line-height: 60px;
	text-indent: -2000em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	}

#oneup h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}
	
/* main*/
/**********************************/

div#main {
	width: 800px;
	float: left;
	background-color:#FFFFFF;
	}



div#main_content {
	width: 780px;
	float: left;
	padding: 10px;
	}

/*New Nav*/
/**********************************/

div#footer {
	clear: both;
	text-align: centre;
	height: 220px;
	}

div#footerphotos {
	height: 150px;
	width: 800px;
	float:left;
	}

div#footerbigimage {
	height: 235px;
	width: 800px;
	float:left;
	background-image: url(images/static_images/big_image_footer_800.jpg);
	background-repeat: no-repeat;
	}


div#footphotoone {
	height: 150px;
	width: 200px;
	float:left;
	background-image: url(images/structure_may09/footphotoone.jpg);
	background-repeat: no-repeat;
	}

div#footphototwo {
	height: 150px;
	width: 200px;
	float:left;
	background-image: url(images/structure_may09/footphototwo.jpg);
	background-repeat: no-repeat;
	}

div#footphotothree {
	height: 150px;
	width: 200px;
	float:left;
	background-image: url(images/structure_may09/footphotothree.jpg);
	background-repeat: no-repeat;
	}

div#footphotofour {
	height: 150px;
	width: 200px;
	float:left;
	background-image: url(images/structure_may09/footphotofour.jpg);
	background-repeat: no-repeat;
	}
	
div#footertext {
	height: 60px;
	width:790px;
	padding:5px;
	float:left;
	}

div#footertext p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	}
	
div#footertext h1 {
	font-size: 21px;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	}

/*New Navigation*/
/**********************************/

#navinner ul
{
text-align: center;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;

/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: white;
width: 100%;
line-height: 30px;
/* fixes Firefox 0.9.3 */
}

#navinner ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navinner ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
}

#navinner ul li a:hover {
	background-color: #262261;
	color: white;
	}




/*Navigation*/
/**********************************


#navinner ul
{

	margin-left: 0;
	padding-left: 0;
	margin-top:0px;
	list-style-type: none;
	font-size: 18px;
	color: #00526E;
	line-height: 30px;
	text-align:center;
	
}

#navinner ul li { display: inline; }

#navinner a
{
	display: block;
	height: 30px;
	float:left;
	padding-left:3px;
	padding-right:3px;
	margin-right:10px;	
}

#navinner a:link, #navinner a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navinner a:hover
{
	display: block;
	background-color: #262261;
	color: #FFFFFF;
}

*/

/*Text Formatting*/
/**********************************/
p {
	font-size: 14px;
	color: #262261;
	margin-top: 0px;
	line-height: 18px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: normal;
}

.smalltext {
	font-size: 12px;
	margin-top: 0px;
	line-height: 14px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: normal;
}




a {
	color: #25A8DF;
	text-decoration: underline;
}

h1 {
	font-size: 21px;
	line-height: 24px;
	color: #25A8DF;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {

	font-size: 18px;
	line-height: 22px;
	color: #25A8DF;
	margin-bottom: 2px;
	margin-top:0px;
	font-weight: bold;
}

h3 {

	font-size: 16px;
	line-height: 22px;
	color: #25A8DF;
	margin-bottom: 2px;
	font-weight: bold;
}

 h4, h5, h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #262261;
	font-weight: bold;
	margin-bottom:2px;
}






/*Inline Elements Text*/
/**********************************/
.boldbody {
	font-weight: bold;
}


.formlabel {
	clear: left;
	float: left;
	width: 50px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
}

/*Inline Elements Structure*/
/**********************************/

.righthand {
	width:320px;
	margin-left:10px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pullout {
	width:298px;
	padding: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #262261;
}

.newsicon {
	width:80px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.picspan {
	display: block;
	padding: 0px;
	float: left;
	line-height: 100%;
	height: 100%;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 0px;
}


.picspanright {
	display: block;
	padding: 3px;
	float: right;
	vertical-align: middle;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
	list-style-type: none;
	background-color: #FFFFFF;
	overflow: hidden;
}

.picspanleft {
	display: block;
	background-color: #FFFFFF;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.picspanright_banner {
	display: block;
	padding: 3px;
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 580px;
	margin-bottom: 5px;
}

.picspanright_nosizeborder {
	display: block;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	overflow: hidden;
	float: right;
}

.picspanleft_nosizeborder {
	display: block;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}

.picspan_images {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	margin-top: 0px;
	position: relative;
	padding: 5px;
	border: 1px solid #005287;
	background-color: #FFFFFF;
}


