/* === Layout === */

body {
	background: #fff url(../images/backgrounds/body.png) repeat-x top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.body {
	background: url(../images/backgrounds/header.png) repeat-x top left;
}

.container {
	width: 952px;
	margin: 0 auto;
	position: relative;
}

.header {
	height: 166px;
	margin: 0 9px;
	position: relative;
}

.logo {
/*	design amend
 *  chardcastle
	position: absolute;
	top: 50px;
	left: 17px;
*/
	float:right;
	margin-top:50px;
	display: block;
	height: 49px;
	width: 249px;
	background: url(../images/arcadion.png) no-repeat top left;
}

.search {
/*	design amend
 *  chardcastle
	position: absolute;
	top: 0px;
	right: -4px;
*/
	padding: 13px 10px 0;
	width: 264px;
	height: 44px;
	background: url(../images/backgrounds/search.png) no-repeat top left;
}

.search h3 {
	display: inline;
	color: #555;
	float: left;
	padding: 0 5px 0 0;
	line-height: 21px;
}

.search input {
	border: 1px solid #f33;
	float: left;
	margin: 0 5px 0 0;
	width: 130px;
}

.search button {
	float: left;
	background: #fff url(../images/buttons/red.png);
	border: 0px;
	padding: 0 22px 0 3px;
	height: 21px;
	display: block;
	color: #fff;
	font-size: 11px;
	width: 71px;
	text-align: center;
}

.tellafriend {
	position: absolute;
	top: 0;
	right: 283px;
	width: 144px;
	height: 57px;
	padding: 0;
	background: url(../images/backgrounds/tellafriend.png) no-repeat top left;
}

.tellafriend h3 {
	display: block;
	color: #555;
	background: url(../images/icons/envelope.png) no-repeat 85% center;
	padding: 0 40px 0 20px;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	cursor: pointer;
}

#tellafriendpanel {
	width: 300px;
	height: 215px;
	background: url(../images/backgrounds/tellafriendback.png) no-repeat top left;
	position: absolute;
	top: 50px;
	right: 96px;
	z-index: 1;
	padding: 20px;
	color: #555;
}

#tellafriendpanel table {
	border-collapse: separate;
	border-spacing: 5px 10px;
}

#tellafriendpanel input {
	border: 1px solid #7b9eb1;
	width: 200px;
}

#tellafriendpanel textarea {
	border: 1px solid #7b9eb1;
	width: 200px;
	height: 60px;
}

#tellafriendpanel button {
	float: right;
}

.navigation {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: Arial, sans-serif;

}

.navigation li {
	float: right;
	background: url(../images/backgrounds/topnav-left.png) no-repeat top left;
	margin-left: 3px;
	list-style:none;
}

.navigation li a {
	display: block;
	line-height: 20px;
	padding: 3px 5px; 
	background: url(../images/backgrounds/topnav-right.png) no-repeat top right;
	height: 20px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

.navigation li.selected, .navigation li:hover, .navigation li.sfhover {
	background-image: url(../images/backgrounds/topnav_selected-left.png);
}

.navigation li.selected a, .navigation li:hover a, .navigation li.sfhover a {
	background-image: url(../images/backgrounds/topnav_selected-right.png);
	color: #fff;
}

.navigation li ul {
	position: absolute;
	display: none;
	left: -999em;
	width: 200px;
	background: #f33;
}

.navigation li:hover ul, .navigation li.sfhover ul {
	left: auto;
	display: block;
}

.navigation li ul li {
	float: none;
	height: auto;
	margin: 1px;
	background: #ef7e7e url(../images/backgrounds/dropdown.png) repeat-x top left;
	display: block;
}



.navigation li ul li a {
	background: none !important;
}



.navigation li:hover ul li, .navigation li.sfhover ul li {
	background: #ef7e7e url(../images/backgrounds/dropdown.png) repeat-x top left;
}
.contentshadow {
	background: url(../images/backgrounds/content.png) repeat-y center top;
	padding: 0 9px;
}

.content {
	background: #fff;
	border-top: 6px solid #96acab;
	padding: 3px 4px 5px;
}

.sidebar {
	float: left;
	width: 220px;
}

.sidenavigation li {
	background: #9cc url(../images/backgrounds/sidenav.png) repeat-x top left;
	border: 1px solid #9cc;
	padding: 0;
	margin-bottom: 2px;
	list-style:none;
	margin-left:0px;
}

.sidenavigation li a, .sidenavigation li a.selected {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 30px 6px 10px;
	
	font-weight: bold;
	background: url(../images/icons/arcadion.png) no-repeat 98% center;
	letter-spacing: 1px;
}
.sidenavigation li a{
	color: #555;	
}

.sidenavigation li.selected{
	background: url(../images/backgrounds/sidenav_selected.png) repeat-x top left;
	border:1px solid #cca399;	
}
.sidenavigation li.selected a{
	color:#fff;
}
.main {
	margin-left: 4px;
	float: left;
	width: 702px;
}

.main h1 {
	background: url(../images/backgrounds/mainheading.png) no-repeat top left;
	width: 682px;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 5px;
	letter-spacing: 2px;
}

.maincontent {
	width: 662px;
	padding: 20px;
	background: #ccc;
	min-height: 222px;
	margin: 5px 0 0;
}

.maincontent a{
	color:#4D4D4D;
	font-size:14px;
	text-decoration:none;
}
.newsbox{
	text-decoration:none;
	padding-bottom:10px;
	display:block;
}

.leftcontent, .rightcontent {
	float: left;
	width: 306px;
	padding: 20px;
	background: #ccc;
	min-height: 222px;
	margin: 5px 0 0;
}

.rightcontent {
	margin-left: 10px;
}

.footer {
	background: url(../images/backgrounds/footer.png) no-repeat top center;
	height: 16px;
	padding: 11px 19px 25px;
	color: #999;
	font-size: 11px;
	clear: both;
}

.footer .copyright {
	float: right;
	color: #f33;
}

.footer a {
	color: #f33;
	text-decoration: none;
}

.footer a:hover {
	color: #f33;
	text-decoration: underline;
}

/* === End Layout === */

/* === Generics === */

a.rightbutton, button.rightbutton {
	background: url(../images/buttons/rightarrow.png) no-repeat top right;
	border: 1px solid #9cc;
	padding: 0 22px 0 0;
	height: 19px;
	display: block;
	width: 80px;
	color: #fff;
	text-decoration: none;
}
#searchBtn{
	cursor:pointer;	
	width:54px;	
}

a.rightbutton span.caption, button.rightbutton span.caption {
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	display: block;
	background: #f33;
	padding: 0 3px;
}

.hidden {
	position: absolute;
	left: -999em;
}

/* === Home Page === */

.sidebarbox {
	
}

.sidebarbox h2 {
	height: 40px;
	line-height: 40px;
	background: url(../images/backgrounds/sidebarbox.png) no-repeat top left;
	color: #f33;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	letter-spacing: 1px;
}

.sidebarbox .sidebarcontent {
	background: #96acab;
	padding: 10px;
}

.sidebar .aboutus .sidebarcontent {
	/*height: 165px;*/
}

.latestnews .newsstory {
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.latestnews .last {
	border-bottom: none;	
}

.newsstory h3 {
	color: #fff;
	height: 25px;
	margin: 0 0 5px;
}

.newsstory h3 .text {
	padding: 4px 0 0;
	line-height: 20px;
	display: block;
	font-size: 14px;
}
.newsstory h3 .date {
	float: right;
	font-size: 10px;
	color: #555;
	width: 51px;
	height: 15px;
	padding: 10px 2px 0 1px;
	background: url(../images/icons/calendar.png) no-repeat top right;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}

.newsstorycontent {
	margin: 0 0 5px;
}

.newsstorycontent a {
	color: #fff;
	text-decoration: none;
}

.newsstorycontent a:hover {
	text-decoration: underline;
}

.latestnews a.morenews {
	width: 80px;
}

.mainimage {
	display: block;
}

.sectionpanel {
	width: 231px;
	float: left;
}

.sectionpanel h2 {
	background: url(../images/backgrounds/redheading.png) no-repeat top left;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	margin: 0 0 3px;
	letter-spacing: 1px;
}

.panels {
	margin: 4px 0 0;
	width: 702px;
}

.panels .middle {
	margin: 0 4px 0 5px;
}

.panels img {
	display: block;
}

.panels .sectionpanelcontent {
	background: #ccc;
	padding: 10px;
	margin-bottom:0;
	
}

.panels a.readmore {
	margin: 10px 0 0;
	width: 80px;
	float: right;
}

/* === Search Page / Results === */

.searchpage label {
	display: inline;
	float: left;
	padding: 0 5px 0 0;
	line-height: 21px;
}

.searchpage input  {
	border: 1px solid #f33;
	float: left;
	margin: 0 5px 0 0;
	width: 130px;
}

.searchpage button {
	float: left;
	background: #fff url(../images/buttons/red.png);
	border: 0px;
	padding: 0 22px 0 3px;
	height: 21px;
	display: block;
	color: #fff;
	font-size: 11px;
	width: 71px;
	text-align: center;
}

.searchBox h2 a{
	color:#4D4D4D;
	font-size:14px;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
}
.search_paging .paged a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	
}

/* === Sitemap === */
.sm li li {
	padding-left: 10px;
}

.homepagetable{
	border-width:thick;
	border-color:#FFFFFF;
}
.homepagetable tr .tablecontent {
	background-color:#ccc;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.homepagetable tr .tablereadmore {
	/* WTF?
position:right;
*/
	background-color:#ccc;
	padding-right:10px;
	padding-bottom:10px;
}
.homepagetable tr .tabletop {
	padding-top:5px;
}
/*
chardcastle - search
*/
#searchBtn, #searchBox, #searchLabel{
	float:left;	
	margin-right:10px;
}	
p.summary{
	margin:10px 0;
}
div.searchResult{
	margin:5px;
}
div.searchResult h4 a{
	color:#ff3333;
}
ul.pageNavigation {
	float:right;
}

ul.subList{
margin: 2px 0 2px 10px;
}

ul.subList li{
list-style-type: circle;
}
#contentOuter{
	background:#fff url(../images/backgrounds/twoColBg.png) repeat-y top left;	
	margin-top:5px;
}

