/**
 * SRA CSS DOCUMENT
 * 
 * _______@author Emma
 * _______@date oct 2009
 * _______@last updated 6th oct 2009
 * _______@copyright 2008 Alert Communications
 *
 */
body {
	margin:0;
	background:#e0e0e0;
}
.white {
	color:#fff !important;
}
img {
	border:0;
}
a {
	color:#005882 !important;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul {
	padding:0 0 0 25px;
	margin:0;
}
ul li {
	padding:0 0 5px 0;
	margin:0;
	text-align:left !important;
}
#sitecontainer {
	width:940px;
	margin:0px auto;
}
#topBanner {
	width:inherit;
	height:195px;
}
#mainMenu {
	width:820px;
	height:43px;
	padding:0 0 0 120px;
	background:url(../pics/menu-background.jpg) repeat-x;
}
#mainMenu ul {
	margin:0;
	padding:13px 0 0 0;
	list-style-type:none;
}
#mainMenu ul li {
	float:left;
	margin:0;
	padding:0;
}
#mainMenu ul li img {
	padding:0;
	margin:0;
}
#contentContainer {
	float:left;
	width:940px;
	height:auto;
	background:#fdfdfd;
	padding:10px 0;
}
#contentContainer_Left {
	float:left;
	width:180px;
	height:auto;
	padding: 6px 0 0 20px;
}
#quickLinks {
	float:left;
	width:167px;
	height:auto;
}
#quickLinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#quickLinks ul li {
	float:left;
	margin:0;
	padding:0 0 15px 0;
}
#contentContainer_Right {
	float:left;
	height:auto;
}
#welcome {
	float:left;
	width:280px;
	height:auto;
	padding:6px 12px 14px 14px;
}
#welcome_top-corners {
	width:280px;
	height:9px;
	background:url(../pics/top-corners-white_medium.jpg) center no-repeat;
}
#welcome_content {
	width:244px;
	height:auto;
	padding:4px 18px 10px 18px;
	background-color:#f1f1f1;
}
#welcome_bottom-corners {
	width:280px;
	height:9px;
	background:url(../pics/bottom-corners-white_medium.jpg) center no-repeat;
}
#page {
	float:left;
	width:700px;
	height:auto;
	padding:6px 12px 14px 14px;
}
#page_top-corners {
	width:706px;
	height:9px;
	background:url(../pics/top-corners-white_long.jpg) center no-repeat;
}
#page_content {
	width:670px;
	height:auto;
	padding:4px 18px 10px 18px;
	background-color:#f1f1f1;
}
#page_content a {
	color:#009900;
	text-decoration:underline;
}
#page_content a:hover {
	text-decoration:none;
}
#page_bottom-corners {
	width:706px;
	height:9px;
	background:url(../pics/bottom-corners-white_long.jpg) center no-repeat;
}
#news {
	float:left;
	width:180px;
	height:auto;
	padding:6px 12px 14px 14px;
}
#news_top-corners {
	width:180px;
	height:9px;
	background:url(../pics/top-corners-white_small.jpg) center no-repeat;
}
#news_content {
	width:150px;
	height:auto;
	padding:6px 15px 14px 15px;
	background-color:#f1f1f1;
	text-align:left;
}
#news_bottom-corners {
	width:180px;
	height:9px;
	background:url(../pics/bottom-corners-white_small.jpg) center no-repeat;
}
#newsArchive {
	margin: 10px 0px;
	width:670px;
	height:auto;
}
#newsArchive header {
	width:inherit;
	height:14px;
}
#newsArchive text {
	width:inherit;
	height:auto;
}
#newsArchive a {
	color:#005882;
	text-decoration:underline;
}
#newsArchive a:hover {
	text-decoration:none;
}
#submenu {
	float:left;
	width:167px;
	margin-bottom:20px;
	height:auto;
}
#submenu_top-corners {
	width:167px;
	height:9px;
	background:url(../pics/top-corners-white_sub.jpg) center no-repeat;
}
#submenu_content {
	width:137px;
	height:auto;
	padding:5px 15px 5px 15px;
	background-color:#f1f1f1;
}
#submenu_bottom-corners {
	width:167px;
	height:9px;
	background:url(../pics/bottom-corners-white_sub.jpg) center no-repeat;
}
#submenu_levels ul {
	padding:0 10px 0;
	margin:0 10px;
}
#submenu_levels li {
	list-style:none;
	list-style-image:url(../pics/bullet.jpg);
	margin:2px;
}
#submenu_levels li a {
	color:#666666;
	text-decoration:none;
}
#submenu_levels li a:hover {
	text-decoration:underline;
}
#events {
	float:left;
	width:180px;
	height:auto;
	padding:6px 12px 14px 14px;
}
#events_top-corners {
	width:180px;
	height:9px;
	background:url(../pics/top-corners-blue.jpg) center no-repeat;
}
#events_content {
	width:150px;
	height:auto;
	padding:6px 15px 14px 15px;
	background-color:#005882;
	text-align:left;
}
#events_bottom-corners {
	width:180px;
	height:9px;
	background:url(../pics/bottom-corners-blue.jpg) center no-repeat;
}
#footer {
	float:left;
	width:940px;
	height:27px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding:20px 0 10px 0;
	color:#484848
}
#footer_Left {
	float:left;
	width:215px;
	height:inherit;
	padding:0 0 0 25px;
}
#footer_Left a {
	color:#484848;
	text-decoration:none;
}
#footer_Left a:hover {
	text-decoration:underline;
}
#footer_Right {
	float:left;
	width:655px;
	height:inherit;
	padding:0 25px 0 20px;
}
#footer_Right ul {
	margin:0;
	text-align:right;
	padding:0;
	list-style-type:none;
}
#footer_Right ul li {
	display:inline;
	margin:0;
	padding:0 0 0 10px;
}
#footer_Right ul li a {
	color:#484848;
	text-decoration:none;
}
#footer_Right ul li a:hover {
	text-decoration:underline;
}
#module {
	margin: 10px 0px;
	width:150px;
	height:auto;
}
#module header {
	width:inherit;
	height:14px;
}
#module text {
	width:inherit;
	height:auto;
}
.textbox {
	border: 1px solid #CCCCCC;
	text-align: justify;
	width: 200px;
	height:16px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.dropdown {
	border: 1px solid #CCCCCC;
	text-align: justify;
	width: 205px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.textarea {
	border: 1px solid #CCCCCC;
	text-align: justify;
	width: 202px;
	background:#FFFFCC;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#smalltext {
	font: italic 9px Verdana, Arial, Helvetica, sans-serif;
}
.button {
	background:#c05e00;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	border:0;
	height:20px;
	padding:3px 4px 4px 4px;
}
.textContent {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:18px;
}
.textContent p {
	margin:10px 0;
	padding:0;
}
.white {
	color:#FFFFFF;
}
.grey {
	color:#7d7d7d;
}
.underline {
	text-decoration:underline;
}
h1 {
	font: bold 14px "Lucida Sans" Verdana, Arial, Helvetica, sans-serif;
	color:#c05e00;
	padding:0;
	margin:0;
}
h2 {
	font: bold 13px "Lucida Sans" Verdana, Arial, Helvetica, sans-serif;
	color:#c05e00;
	padding:0;
	margin:0 0 10px 0;
}
h3 {
	font: bold 14px "Lucida Sans" Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
h4 {
	font: bold 13px "Lucida Sans" Verdana, Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.table {
	margin:15px 0 0 0;
}

#sitemap ul{
	padding:20px 0 0 35px;
	margin:0;
}
#sitemap ul li{
	padding:5px 0;
	margin:0;
	list-style:disc;
}
#sitemap ul li ul{
	padding:0 0 0 25px;
	margin:0;
}
#sitemap ul li ul li{
	padding:10px 0 0 0;
	list-style:circle;
	margin:0;
}