

/* 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: #3d3d3d;
	border-bottom: 1px solid #808080;
}

#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: 14px;
	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: #17AB93;
	border: 5px solid #128875;
}
	
.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 {
	padding-right: 10px;
	float: right;
}

.section_controls li {
	padding-left: 10px;
	float: left;
}


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

.section_controls ul li a.clicked {
    background-image: url('../img/control_bg_right.png');
    background-position: right;
    background-repeat: no-repeat;
}

.section_controls ul li a.clicked span {
    height: 50px;
    padding-left: 10px;
    padding-right: 4px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../img/control_bg_left.png');
}


/* Footer */

#footer {
	border-top: 1px solid #808080;
	padding-top: 20px;
}

#footer_left {
        float: left;
        text-decoration: none;
        font-family: Verdana;
        font-size: 14px;
        color: #808080;
        padding-bottom: 20px;
}

#footer_right {
        float: right;
        text-decoration: none;
        font-family: Verdana;
        font-size: 14px;
        color: #808080;
        text-align: right;
        padding-bottom: 20px;
}

#footer_right a {
        color: #808080;
        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;
}
.button {
    background-color: #17AB93;
    border: none;
    color: white;
	line-height: 46px;
	height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
	font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
}