/* reset * /

/* Standard CSS - normalizing browser spacing and behavior */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:  0px;
	padding: 0px;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}
img, embed, object {
	vertical-align: bottom;
}

/* end reset */

html, body {
	background-color: #000000;
}

/* link colours */

a {
	color: #ffffff;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #ffffff;
}

/* Top Navigation Bar */

#topbar {
	height: 29px;
	background-color: #262626;
}

#topbar_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#topbar_left {
	text-decoration: none;
	text-align: left;
	line-height: 28px;
	float: left;
	padding-top: 9px;
}

#topbar_right {
	text-decoration: none;
	text-align: right;
	line-height: 28px;
	float: right;
}

#topbar ul {
	list-style-type: none;
}

#topbar li {
	float: right;
}

#topbar ul li a {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

/* Main Site */

#outer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 900px;
	text-align: center;
}

#body {
}

#logo {
	float: left;
}

/* Content */

.content {
	text-align: left;
	font-family: Tahoma;
	font-size: 13px;
	color: #ffffff;
}

.content li {
	list-style-position: inside;
}

/* Top Navigation */
	
#logonav {
	padding-top: 20px;
	width: 900px;
	height: 141px;
	line-height: 141px;
}

#logo {
	width: 232px;
	float: left;
	height: 141px;
}

#top_nav {
	height: 141px;
	line-height: 141px;
	background-color: #fff;
	text-align: right;
	float: right;
}

/* Banners */

#banner {
	width: 900px;
	text-align: center;
}

/* Headers */

.section_header {
	height: 50px;
	width: 890px;
	line-height: 50px;
	background-color: #10a538;
	border: 5px solid #0a861c;
}
	
.section_title {
	padding-left: 10px;
	font-family: Verdana;
	font-size: 18px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	text-align: left;
	float: left;
}

.section_sub {
	padding-right: 10px;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;	
}

.section_right {
	padding-right: 10px;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;	
	text-align: right;
	float: right;
}

.section_controls ul {
	list-style-type: none;
}

.section_controls {
	float: right;
}

.section_controls li {
	float: left;
}

.section_controls ul li a {
	font-size: 13px;
	font-family: Verdana;
	height: 50px;
	width: 77px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.section_controls ul li a.clicked {
	height: 50px;
	width: 77px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background-image: url('../images/control_bg.png');
	background-repeat: repeat-x;
	background-position: center; 
}

/* Footer */

#footer {
	border-top: 1px solid #ffffff;
}

#footer_left {
        float: left;
        text-decoration: none;
        font-family: Verdana;
        font-size: 12px;
        color: #333333;
}

#footer_right {
        float: right;
        text-decoration: none;
        font-family: Verdana;
        font-size: 12px;
        color: #333333;
        text-align: right;
}

#footer_right a {
        color: #333333;
        text-decoration: none;
}

#footer_right a:hover {
        color: #ffffff;
}

/* Gray Box */

.box_top {
	width: 900px;
	height: 6px;
	background-color: #262626;
}

.box_body {
	width: 900px;
	background-color: #262626;
}

.box_bottom {
	width: 900px;
	height: 6px;
	background-color: #262626;
}

