@charset "utf-8";
/* CSS Document */

body {
	background-color: #959595;
}
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.ballast {
	visibility:hidden;
	clear:both;
	width:1px;
	height:1px;
	overflow:hidden;
}
#wrapper {
	width: 890px;
	background-color: #FFFFFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(media/logo_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	background-image: url(media/logo.jpg);
	height: 107px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	display: block;
	float: left;
	width: 890px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
	display: block;
	float: left;
}
h1 span {
	display: none;
}
/* Nav */
#NavCol {
	display: block;
	float: left;
	width: 200px;
}
#Mainnav {
	display: block;
	width: 200px;

}
#Mainnav ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#Mainnav a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: block;
	line-height: 35px;
	padding-left: 25px;
	border: 1px solid #7B7A63;
	margin-top: 5px;
	height: 35px;
}
#Mainnav a:hover {
	color: #FFFFFF;
	background-color: #009CDE;
	background-image: url(media/nav_image.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#SubAuto {
	display: none !important;
}
#SubPT {
	display: none !important;
}
#SubHSC {
	display: none !important;
}

/* End Nav */
/* Centre Col */
#ContentCol {
	display: block;
	float: left;
	width: 434px;
	margin-bottom: 25px;
}
#ContentCol h3 {
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #019CDE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#ContentCol .blue {
	color: #3C53A3;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
#ContentCol p {
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
}
#ContentCol strong {
	font-weight: bold;
	color: #009CDE;
}

#ContentCol img {
	margin-bottom: 15px;
}

#ContentCol a {
	color: #009CDE;
}
#ContentCol a:hover {
	color: #009CDE;
	text-decoration:none;
}
/* End Centre Col */
/* Right Col */
#RightCol {
	display: block;
	float: right;
	width: 200px;
	padding-top: 50px;
	clear: none;
}
#RightCol p {
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	color: #333333;
	margin: 0px;
	font-weight: bold;
}
#RightCol h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #9b7db9;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9b7db9;
	float: right;
	width: 200px;
}
#RightCol li {
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	color: #333333;
	list-style-image: url(media/bull_a.jpg);
}
#RightCol ul {
	margin: 0px;
	width: 180px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
}
/* End Right Col */
/* Footer */
#footer {
	width: 890px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B7A63;
}
#footer a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	line-height: 40px;
}
#footer p {
	font-size: 11px;
	line-height: 40px;
	color: #808080;
	float: right;
	clear: none;
	width: 200px;
	display: block;
	margin: 0px;
	text-align: right;
}
#footer div {
	width: 500px;
	float: left;
	font-size: 12px;
	color: #808080;
}
/* End Footer */
.Limage {
	float: left;
	height: 180px;
	width: 180px;
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 21px;
	margin-left: 0px;
}
/*input {
	height: 15px;
	margin-bottom: 0px;
	background-color: #e6e7e8;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
textarea {
	height: 178px;
	margin-bottom: 5px;
	background-color: #e6e7e8;
	border: 1px solid #CCCCCC;
}
.required {
	color: #3C53A3;
}*/
#Content {
	display: block;
	float: right;
	width: 664px;
}
.bodynobg {
	background-image:none;
	background-color: #FFFFFF;
}
#ContentCol hr {
	height: 0px;
	width: 435px;
	border-top-style: dashed;
	border-top-color: #019CDE;
	border-top-width: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
