/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	line-height: 1.266;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}
td {

}
h1, h2, h3, h4, h5, h6 {

}

h1{
	font-size: 135%;
	font-weight: bold;
	color: #BAA123;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#right_content h1, #right_content h2 {
	color: #BAA123;
}
h2{
	font-size: 125%;
	font-weight: bold;
	color: #BAA123;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	color: #BAA123;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4{
 	font-size: 115%;
	color: #BAA123;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;	
	font-family: Arial, Helvetica, sans-serif;
}

h5{
	font-size: 105%;
	color: #BAA123;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 100%;
	color: #BAA123;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited{
	color: #666;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}
a:hover {
	color: #BAA123;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #C30;
	font-weight: normal;
	text-decoration: none;
}
ul {
	margin-left: 0px;
	margin-top:5px;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom: 5px;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 20px;
	font-size: 100%;
	list-style-type: square;
}
input, option, select, textarea, value {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 100%;
	width: 95%;
}
.submitbutton {
	border: 1px dashed #666;
	font-size: 85%;
}
.required {
	color: #F00;
}
.field_title {
	font-size: 100%;
	vertical-align: top;
	text-align:left;
	font-weight: bold;
}
.textfield {
	font-size: 90%;
	width: 200px;
}
.textarea {
	font-size: 90%;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 100%;
}
.checkbox_label {
	font-size: 100%;
	cursor: pointer;
}
.radio_label {
	font-size: 100%;
	cursor: pointer;
}
.email {
	font-size: 100%;
	width: 200px;
}
hr {
	color: #eeeeee;
	width: 70%;
	height: 1px;
}
p{
	padding-left: 0px;
}
label {

}
applet {
	border: 0px none #999999;
	margin: 0px;
	padding: 0px;
}
a img, img {
	border: 0px none #fff;
	margin: 3px;
	padding: 2px;
}

/* CSS Document */
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#box{
	width: 100%;
}
#wrapper {
	width: 100%;
max-width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #666;
}
#header {
                background:#FFF url(/media/design_images/header_banner_lo.gif) 10px 10px no-repeat;
                width: 100%;
				height: 115px;
}
#header h1 {
                background-color: #000;
                color: #FF0;
                font-size: 120%;
				font-weight: normal;
				padding-left: 10px;
				margin-top: 0px;
				margin-bottom: 0px;
}
#content {
	font-size: 95%;
	width: 100%;
	min-height: 1px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fff;
}
#header_nav {
    padding-top: 0px;
	padding-bottom: 0px;
	height: 32px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#breadcrumbs {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	clear: both;
	font-size: 85%;
	color: #333;
	width: 100%;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 0px;
}
#b_trail {
	padding-left: 10px;
}
#main_content {
	width: 70%;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 00px;
	padding-bottom: 10px;
	float: none;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-left: 0px none #FFF;
	border-right: 0px none #FFF;
	border-bottom: 0px none #FFF;
	border-top: 0px none #FFF;
	min-height: 450px;
	line-height: 1.5em;
}
* html #main_content {
	width: 70%;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	float: none;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left: 0px none #FFF;
	border-right: 0px none #FFF;
	border-bottom: 0px none #FFF;
	border-top: 0px none #FFF;	
	height: 450px;
}
#content_nav {
	font-size: 95%;
	border-top: 1px dashed #CCC;
	padding-top:5px;
	padding-bottom: 5px;
}
#footer {
	font-size: 90%;
	width: 100%;
	height: 53px;
	margin-top: 0px;
	clear: both;
	border-top: 1px solid #ccc;
}
#footer_contact {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 100%;
	color: #000;
	width: 100%;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#globalnav_container{
 	width: 22%;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	color: #000;

}
#globalnav {
 	width: 100%;
	margin-left: 0%;
	padding: 0px;
}
#globalnav ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
}
#globalnav li {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	background:#FFF url('none.gif') bottom right no-repeat;
}
#globalnav ul ul {
	margin-left: 0px;
	margin-bottom: 30px;
}
#globalnav ul ul li a, #globalnav ul ul li a:hover, #globalnav ul ul li a:active {
	padding-left: 25px;
	margin-left: 0px;
		color: #936;
}
#globalnav ul ul li {
	background:#FFF url('none.gif') center left no-repeat; 
	border-bottom: 1px none #eee;
	padding-top: 1em;
	padding-bottom: 1em;
}
#globalnav ul ul li a:hover {
	background:#FFF url('none.gif') center left no-repeat;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#globalnav a, globalnav a:link, globalnav a:visited {
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: normal;
}
#globalnav a:active {
	color: #999;
	display: block;
	text-decoration: none;
}
#globalnav a:hover {
	background-color: #FFF;
	text-decoration: underline;
	color: #BAA123;
	font-weight: normal;
}
#globalnav a.menu_current {
	text-decoration: underline;
	color: #BAA123;
    font-weight: normal;
}
#globalnav ul ul li a.menu_current {
	text-decoration: underline;
	color: #BAA123;
    font-weight: normal;
	background:#FFF url('none.gif') center left no-repeat;
}
#credits {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	font-size: 85%;
	width: 100%;
}
#credits img {
	border: 1px solid #000;
	margin: 2px;
}
.float_left {
	float: none;
}
.float_right {
	float: none;
}
.quotes {
	font-style: italic;
	color: #390;
}
.important {
	color: #F00;
	font-weight: bold;
}
#accessnav {
                margin-top: 44px;;
                width: 45%;
                height: 20px;
				float: none;
				width: 100%;
				text-align: left;
font-size: 90%;
}
#accessnav span.label, #main_content span.label, #globalnav span.label {
	display: block;
	font-weight: bold;
}
#accessnav img {
	float: none;
	border: 0px none #FFF;
	margin-top: 0px;
}
#accessnav ul {
	border: 0px none;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
#accessnav li {
	display: block;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
	font-size: 90%;
}
.skipnav {
	list-style-type: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: url(none.gif) no-repeat;
}
.textonly {
	list-style-type: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: url(none.gif) no-repeat;
}
.largetext {
	list-style-type: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: url(none.gif) no-repeat;
}
.default {
	list-style-type: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: url(none.gif) no-repeat;
}
.subnav {
	border-right: 1px solid #CBBECB;
}
.last {
	border-right: 1px none #FFF;
} 
#accessnav a, #accessnav a:link, #accessnav a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#accessnav a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#accessnav a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}



.comment_title { font-weight: bold; }
.comment_text { font-weight: bold; background-color: #FDFDFD; border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; }
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }

.post_title {
	color: #C30;
	font-weight: bold;
	font-size: 115%;
	padding-bottom: 5px;
}
.right_column_news_title {
	colo	r: #C30;
	font-weight: normal;
}
/* Search Form: Style added by BS 31/09/2006 */
#searchform {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 100%;
	width: 95%;
}
#searchform form {
	margin-left: 10px;
}
#searchform label {
	font-weight: bold;
}	
#signin {
	border-bottom: 1px dashed #666;	
	padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.welcomemessage {
	color: #c30;
}
#globalnews {
	float: none;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dashed #CCC;
	padding: 5px;
}
.content_title {
font-size: 120%;
color: #BAA123;
font-weight: bold;
}