/* CSS Document */
/* Greenstreet Berman Ltd 2007 - Written by Ben Cash */

/* CCS Main Layout */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F6F1C1;
	line-height: 1.6em;
}
h1 {
	font: Arial,sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	padding-bottom: 2px;
}

a {
	text-decoration: none;
	color: #369;
	font-weight: bold;
}

a:hover {
	text-decoration: block;
	background-color: #CBFEFC;
}

/* Navigation Bar */
#navigation_pane {
	width: 800px;
	height: 25px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
	background-image: url(../images/jpg/banner.jpg);
	background-repeat: no-repeat;
}

#navigation_bar {
	width: 800px;
	height: 34px;
	top: 40px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
}
#navigation_bar_left {
	width: 10px;
	height: 34px;
	float: left;
	background-image: url(../images/jpg/nav_left.jpg);
	background-repeat:no-repeat;
}
#navigation_bar_centre {
	width: 780px;
	height: 34px;
	background-image: url(../images/jpg/nav_centre.jpg);
	background-repeat: repeat-x;
	float: left;
}
#navigation_bar_right {
	width: 10px;
	height: 34px;
	float: right;
	background-image: url(../images/jpg/nav_right.jpg);
	background-repeat:no-repeat;
}
#navigation_bar_centre ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation_bar_centre li{
	display: block;
	float: left;
	line-height: 34px;
}
#navigation_bar_centre li span{
	display: inline;
}
#navigation_bar_centre li a:link, #navigation_bar_centre a:visited, #navigation_bar_centre a:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	height: 23px;
	float: left;
	line-height: 24px;
}
#navigation_bar_centre li a:hover{
	background-image: url(../images/jpg/nav_centre_over.jpg);
	background-repeat: repeat-x;
}
	
	
/* Page Display */
#wrapper {
	width: 800px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
	padding-bottom: 20px;
	top: 90px;
}
#banner {
	background-image: url(../images/promo.jpg);
	width: 800px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-repeat:no-repeat;
	height: 200px;
}
#page_content {
	width: 780px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
}
#page_bottom {
	width: 802px;
	height: 14px;
	background-image: url(../images/jpg/bottom.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
#home_content {
	margin-left: 310px;
	width: 450px;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #CCC;
}
.image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#news_blk {
	width: 300px;
	float: left;
}
.news_blk_txt {
	padding: 4px;
}
.news_blk_im {
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}#admin_home_pane {
	width: 800px;
	height: 25px;
	top: 30px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
	background-image: url(../images/jpg/banner.jpg);
	background-repeat: no-repeat;
}
#footer {
	border-top: 1px solid #666;
	line-height: 30px;
	text-align: right;
	margin-top: 10px;
	color: #666;
	clear: both;
}
.pdf_image {
	background-image: url(../images/png/pdf.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	height: 50px;
}
.doc_text {
	padding-left: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-weight: bold;
}