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

body {
	background-color: #CEFCBA;
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
}
p{
	color:#333333;
	padding:0px;
	margin:0px;
}
p.newsDetails{
	color:#999999;
	padding:0px;
	margin:0px;

}
h1{
	font-size:24px;
	color:#660066;
}
h2{
	font-size:20px;
	color:#006600;
}
h3{
	color:#336699;
	padding:0px;
	margin:0px;
}
h4{
	color:#666666;
}
h5{}
h6{}
a, a:visited{
	color:#006600;
	text-decoration:none;
	border-bottom:1px dotted #006600;
}
a:hover,a:active{
	color:#663366;
}
td.header{
	background-image:url("images/header_background_optimised.jpg");
	background-repeat:no-repeat;
	background-position:right;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:right;
}
td.shadow{
	background-image:url("images/header_shadow_bottomMain.jpg");
	background-repeat:repeat-x;
	background-position:top;
	height:0;
}
td.contact{
	 border-bottom:1px dashed #006600;
}
.header {
	font-size: 24px;
	padding:0px;
	margin:0px;
}
.subHeader {
	font-size: 16px;
	padding:5px;
	margin:2px;
}

input, textarea{
	border:1px solid #006600;
	color:#666666;
		background-color:#F4F4F4;
	margin:1px;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input:focus, textarea:focus{
	background-color:#FFFFFF;
}

#navigation ul {
	padding:0px;
	padding-left:10%;
	margin:0px;
	list-style-type: none;
	width:100%;
}
#navigation li{
	border-bottom:1px dashed #CCCCCC;
	width:90%;
}
#navigation a, #navigation a:visited{
	font-size:16px;
	color:#666666;
	display:block;
	width:100%;
	border:none;
}

#navigation a:hover, #navigation a:active{
	font-size:16px;
	background-color:#CEFCBA;
	border:none;
}

#navigation a.selected, #navigation a.selected:visited{
	font-size:16px;
	color:#FFFFFF;
	background-color:#663399;
	display:block;
	width:100%;
	border:none;
}

#navigation a.selected:hover, #navigation a.selected:active{
	font-size:16px;
	background-color:#CEFCBA;
	color:#666666;
	border:none;
}

ul.subNav{
	padding:0px;
	/*padding-left:10%;*/
	margin:0px;
	list-style-type: none;
	width:100%;
}
a.subNav{
	background-color:#FFFFFF;
	font-size:13px;
	color:#999999;
	background-color:#EEEEEE;
	width:100%;
	border:none;
}

li.subNav{
	width:90%;
}

#footer_image{
	height:100px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(images/footer_gradient.jpg);
	background-repeat:repeat-x;
}
#footer{
	width:100%;
	background-color:#FFFFFF;
	color:#666666;
	vertical-align:baseline;
	text-align:center;
}

a.image{
	border:none;
}
a.newsletter_link{
	color:#3366CC;
	text-decoration:none;
	border:none;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
}
a.newsletter_link:hover, a.newsletter_link:active{
	color:#3399CC;
	background-image:url(images/wordIcon.png);
	background-position:left;
	background-repeat:no-repeat;
}

