body {
	background-image: url(../images/background.png);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	/*IE hack to properly centre conatiner*/
	text-align:center;
}
p{
	margin:0px;
	padding:0px;
}
/*Page Items*/
#pagecontainer{
	width:939px;
	margin: 0 auto;
	background: url(../images/pageline.png) repeat-y;
	padding:0px 0px 0px 0px;
	text-align:center;
	
}
#header{
	font-size:12px;
	text-align:right;
	color:#58595B;
	width:867px;
	margin: 0 auto;
	padding:0px 0px 5px 0px;

}
#header a{
	text-decoration:none;
	color:#58595B;
}

#header a:hover{
	text-decoration:underline;
}

#bannercontainer{
	height:130px;
	width:867px;
	margin: 0 auto;
	
}
#bannerleft{
	float:right;
	margin: 8px 40px 8px 20px;
}
#bannerright{
	float:right;
	background:url(../images/bannerbg.png) no-repeat;
	width:554px;
	height:130px;
}
#quotearea{
	margin:52px 0px 0px 160px;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
}
#tabs{
	height:57px;
	width:906px;
	margin: 0 auto;
	background:url(../images/menubg.png);	
}
#tabs ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#tabs li {
	margin:12px 0px 0px 25px;
	float: left;
	height: 25px;
	text-transform:uppercase;
	color:#555555;
	background:#FFFFFF;
}

#tabs li a {
	display: block;
	margin-right: 0px;
	padding: 5px 15px 3px 15px;
	text-decoration: none;
	font-size: 13px;
	border: none;
	color:#555555;
}


#sitesearch-left {
	float:right;
	width:22px;
	height:24px;
	background:url(../images/search-left.png) no-repeat;
	margin: 12px 0px 0px 0px;
}
#sitesearch-mid {
	float:right;
	width:100px;
	height:24px;
	background:url(../images/search-mid.png) repeat-x;
	margin: 12px 0px 0px 0px;
}

#sitesearch-mid input {
	border: 0;
	color:#999999;
	width:100%;
	height:15px;
	margin:3px 0px;
}

#sitesearch-right {
	float:right;
	width:10px;
	height:24px;
	background:url(../images/search-right.png) no-repeat;
	margin: 12px 50px 0px 0px;

}
#content-header{
	font-size:12px;
	text-align:left !important;
	color:#58595B;
	width:867px;
	margin:auto;
	padding:0px 0px 5px 0px;
}
#content-container{
	float:right;
	width:611px;
	/*This is hear an not in content-mid as IE does not handle floats propely, white space :(*/
	background:url(../images/pagecontent-mid.png);
	margin: 0px 20px 0px 0px;
}
#content-top{
	background:url(../images/pagecontent-top.png) no-repeat;
	height:13px;
}
#content-mid{

}
#content-mid p{
 margin-bottom:15px;
}

#content-mid-sg{
	float: left;
	width:60px;
	margin: 5px 0px 0px 25px;
	z-index:2;
}
#content-mid-title{
	text-align:left;
	float: left;
	margin: 10px 0px 0px -500px;
	z-index:1;
	color:#214884;
	font-size:16px;
	font-weight:bolder;
	background: url(../images/content-bg.png);
	padding-right:5px;
}
#content-mid-title-line{
	float: left;
	margin: 19px 0px 0px 0px;
	z-index:1;
	width:490px;
	overflow:hidden;
	height:2px;
	background:#214884;

}

#content-mid-text{
	float: right;
	width: 485px;
	text-align:justify;
	font-size:12px;
	margin:0px 35px 0px 0px;
	padding-top:10px;
}

#content-mid-gallery{
	float:right;
	width: 87%;
	text-align:justify;
	font-size:12px;
	margin:0px 35px 0px 0px;
	padding-top:10px;
	overflow:auto;
}


#content-bot{
	background:url(../images/pagecontent-bot.png) no-repeat;
	height:19px;
	clear: right;
}


#menu{
	float:left;
	width:300px;
	margin: 0px 0px 0px 0px;
}
#menu ul{
	list-style: none;
	line-height: normal;
}

#menu li {
	height: 20px;
	padding: 5px 0px 0px 5px;
	border-bottom:solid #BCBEC0 1px;
	display: block;
	font-size: 13px;
	text-transform:uppercase;
	text-align:left;
	color:#555555;
}

#menu li a {
	text-decoration: none;
	margin-left:10px;
	color:#555555;
}
#special-links {
	width:50px;
	margin: 20px 20px 20px 40px;
	clear:left;
	float:left;
}
#searchresult {
	text-align:left;
	font-size:12px;
	padding-left:50px;
}
#searchresult p{
margin: 15px 0px 5px 0px;
}
/*Classes */
.mytabs{
	/*color:#000000 !important; */
	text-align:center;
}
.mytabs-active{
	border-bottom: solid 3px #cc9933 !important ;
	background-color:#DDDDDD !important;
	color:#333399 !important;
}
.mytabs a:hover {
	background-color:#DDDDDD !important;
}

.menu-header {
	background: #214884;
	color:#FFFFFF !important ;
}

.border {
	border-bottom: dotted thin #999999;
	padding:0px;
	margin:0px;
}

.admin_setting_box {
	text-align: left;
}