/* CSS Document */
/* For Hendor-Pe by James Gordon of www.acewebsolutions.co.uk */

body {
	background-color: #2F5691;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 748px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	padding: 4px;
	height: 500px;
	min-height: 500px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	height: 100px;
	background-color: #FFFFFF;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 748px;
}

#footer {
	background-color: #2F5691;
	height: 26px;
	color: #FFFFFF;
	font-size: 10px;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: 2px;
} 

#footer a, #footer a:active, #footer a:visited, #footer a:link {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color: #FFFF00;
}

/* ---- Navigation ---- */

#navcontainer ul { /* This is the bar settings that arent links */
	margin-left: 0;
	background-color: #2F5691;
	color: White;
	font-family: arial, helvetica, sans-serif;
	padding-left: 5px;
	float:right;
	width: 742px;
}

#navcontainer p {
	color: #FFFFFF;
	font-size: 16px;
	float:left;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a:hover {
	background-color: #fff;
	color: #2F5691;
}

li.nav a {
	background-color: #2F5691;
	color: White;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: 14px;
	padding: 0.2em 1em;
	float:right;
}

li.navbottom a {
	background-color: #2F5691;
	color: White;
	text-decoration: none;
	font-size: 14px;
	padding: 0.2em 1em;
}


/* ---- Organisation ---- */

#leftcol {
	width: 500px;
	float: left;
	border-right: solid 3px #CCCCCC;
	padding-right: 4px;
}

#rightcol {
	width: 233px;
	float:right;
	padding: 4px;
	color:#999999;
	font-size: 11px;
}

/* ---- Styles ---- */

h1,h2 {
display: inline;
}

.headings {
	color: #2F5691;
	font-size: 14px;
	font-weight: bold;
}

.subheadings {
	color:#666666;
	font-size: 14px;
	font-weight: bold;
}

.maintext {
	font-size: 11px;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 15px;
	padding-left: 3px;
}

li {
	line-height:normal;
	margin-left: 20px;
}

/* ---- Tools ---- */

#floatclear {
	clear:both;
}

#five_whitespacer {
	height:5px;
	background-color:#FFFFFF;
	font-size: 0px;
}

#25_whitespacer {
	height:25px;
	background-color:#FFFFFF;
	font-size: 0px;
}

.imageright {
	padding-left: 3px;
	float: right;
}

.imageleft {
	padding-right: 3px;
	float: left;
}

.maintext img {
	margin-right: 4px;
	margin-top: 4px;
}