/*--usual stuff--*/
body {
	font: 1em arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ebebeb;
}
table {
	border: 0;
	border-collapse: collapse;
}
table td {
	padding: 0;
}


/*--default link colours--*/
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #c00;
}


/*--container--*/
div#container_wrapper {
	width: 768px;
	background: url(../images/container_back.gif) left top repeat-y;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#container {
	text-align: left;
	border-top: 4px solid #063;
	margin: 0 4px 0 4px; 
	padding: 3px 0 0 0;
}


/*--top--*/
div#top_wrapper {
	height: 120px;
	width: 760px;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #063;
}
div#top {
	padding: 10px 0 0 0;
}
div#topleft {
	width: 225px;
	height: 100px;
	background: url(../images/logo_topleft.gif) center bottom no-repeat;
	float: left;
}
div#topleft h1 {
	display: none;
}
div#menu {
	width: 535px;
	float: left;
}


/*--main menu--*/
div#main_menu {
	border-bottom: 1px solid #063;
}
div#main_menu ul {
	margin: 0;
	padding: 0;
	height: 24px; /*plus 1px bottom border*/
}
div#main_menu li {
	display: inline;
	list-style: none;
	margin: 0;
}
div#main_menu a {
	font-size: 14px;
	line-height: 22px;
	padding: 0 5px;
	margin: 0 5px 0 0;
	border: 1px solid #063;
	display: block;
	float: left;
	position: relative;
	bottom: -1px;
	text-decoration: none;
}
div#main_menu a:link, div#main_menu a:visited {
	color: #232;
}
div#main_menu a:hover {
	background-color: #eee;
	color: #c00;
}
div#main_menu a#active_menu {
	border-bottom: 1px solid #ebebeb;
	background: #ebebeb url(../images/active_menu.gif) 8px center no-repeat;
	padding-left: 15px;
	padding-right: 10px;
}


/*--sub menu--*/
div#sub_menu {
	background: #ebebeb url(../images/sub_menu_back.gif) left bottom no-repeat;
	height: 75px;
	width: 522px;
}
div#sub_menu ul {
	float: left;
	margin: 10px 0 0 0;	
	padding: 0;
}
div#sub_menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#sub_menu a {
	font-size: 11px;
	padding-left: 15px;
}
div#sub_menu a#active_menu {
	background: url(../images/active_menu.gif) 8px center no-repeat;
	font-weight: bold;
}


/*--middle--*/
div#middle_wrapper {
	width: 760px;
	margin: 10px 0 10px 0;
	background: url(../images/middle_back.gif) left top repeat-y;
}
div#middle {
	padding: 5px 10px 0 10px;
}


/*--main body--*/
div#main_body {
	width: 535px;
}
div#main_body table.blog_single {
	width: 100%;
}
div#main_body table.contentpaneopen, div#main_body table.contentpaneopen_single {
	width: 100%;
}
div#main_body table.contentpaneopen td.contentheading, div#main_body table.contentpaneopen_single td.contentheading_single {
	font: bold 12px verdana, sans-serif;
	background: #063;
	color: #ccc;
	border-top: 1px solid #c00;
	padding: 5px 10px 5px 10px;
}
div#main_body table.contentpaneopen td, div#main_body table.contentpaneopen_single td {
	padding: 10px 0 0 0;
	vertical-align: top;
	font-size: 12px;
}
div#main_body span.article_seperator {
	display: block;
	height: 10px;
	border-bottom: 1px solid #c00;
}
div#main_body a.readon, div#main_body a.readon_single {
	font-weight: bold;
}
div#main_body a.readon:visited, div#main_body a.readon_single:visited, div#main_body a.pagenav:visited, div#main_body a.pagenav_single:visited {
	color: #aaa;
}
div#main_body a.readon:hover, div#main_body a.readon_single:hover, div#main_body a.pagenav:hover, div#main_body a.pagenav_single:hover {
	color: #c00;
}
div#main_body div.mosimage_caption {
	font-size: 9px;
	color: #666;
	float: right;
	margin-right: 5px;
}
div#main_body table.blog {
	width: 100%;
}
div#main_body table.blog table.contentpaneopen td.contentheading {
	border-top: none;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
div#main_body table.blog table.contentpaneopen td {
	padding-left: 5px;
	padding-right: 5px;
}
div#main_body table.blog span.article_seperator {
	margin: 0 5px 10px 5px;
}
/*
div#main_body table.story {
	width: 100%;
}
div#main_body table.story td.right {
	width: 170px;
	text-align: right;
	font-size: 9px;
	color: #666;
}
div#main_body table.story td.right img {
	display: block;
	float: right;
	border: 1px solid #ccc;
}
*/
div#main_body h1 {
	margin-top: 0;
	font-size: 18px;
}


div#main_body table.story_image {
	float: right;
	clear: both;
}
div#main_body table.story_image td.image {
	font-size: 0px;
	padding-top: 0;
}
div#main_body table.story_image td.image img {
	border: 1px solid #ccc;
	display: block;
	float: right;
}
div#main_body table.story_image td.caption {
	color: #666;
	font-size: 9px;
	text-align: right;
	padding-bottom: 10px;
}






div#main_body table.gallery_image {
	float: left;
}
div#main_body table.gallery_image td.image {
	font-size: 0px;
	padding-top: 0;
}
div#main_body table.gallery_image td.image img {
	border: 1px solid #ccc;
	display: block;
	float: right;
}

div#main_body table.gallery_image td.caption {
	color: #666;
	font-size: 9px;
	text-align: left;
	padding-bottom: 10px;
padding-left: 2px;
}

div#main_body table.gallery_image td.spacer{
	width:30px;
}







/*--right column--*/
div#right_column {
	width: 190px;
	float: right;
}
div#right_column table.moduletable {
	width: 100%;
}
div#right_column table.moduletable td {
	padding: 10px 0 25px 0;
	font-size: 11px;
}
div#right_column table.moduletable th {
	font: bold 12px verdana, sans-serif;
	color: #063;
	background: #fc3;
	border-top: 1px solid #063;
	text-align: left;
	padding: 3px 5px 3px 15px;
}
div#right_column div.search input.inputbox {
	border: 1px solid #063;
	width: 100px;
}
div#right_column div.search input.button {
	background: #ccc;
	border: 1px solid #063;
	margin-left: 10px;
}
div#right_column ul.latestnews {
	margin: 0;
	padding: 0;
}
div#right_column ul.latestnews li {
	padding: 0;
	margin: 0;
	list-style-type: none;
         PADDING-BOTTOM: 3px;
         border-bottom: 1px dotted #CCC;
}
div#right_column ul.latestnews li a:link, div#right_column ul.latestnews li a:visited {
	text-decoration: none;
	font-weight: bold;
}
	

/*--footer--*/
div#footer_wrapper {
	border-top: 1px solid #063;
	clear: both; /*stops the right column from overflowing when it's longer than main body*/
}
div#footer {
	margin: 0 -4px 0 -4px; /*to overlap main background on each side*/
	background: #ccc url(../images/footer_back.gif) left bottom no-repeat;
	font-size: 9px;
	color: #000;
	padding: 5px 15px 5px 15px;
}
div#footer p {
	margin: 5px 0 5px 0;
	padding 0;
}
div#footer div.right {
	float: right;
}

h4{
padding:0;
margin:0;
}