/* Basic */

body {
	font: normal 12px 'Verdana', 'Arial', 'sans-serif'; 
	background: #235D8C;
}

h1 {
	padding: 0;
	margin: 10px 0px 10px 0px;
	color: #808080;
	font-size: 20px;
	line-height: 125%;
	font-weight:normal;
}

h2 {
	padding: 0;
	margin: 0px 0px 7px 0px;
	color: #3998E6;
	font-size: 14px;
	line-height: 125%;
	font-weight:bold;
}

#feature {
	position:relative;
	margin: 20px 0px 20px 0px;
	background-color:#3998E6;
}

#feature .feature-image {
	position:absolute;
	left: 230px;
	top: 8px;
}

#feature h2 {
	display: block;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: #FFFFFF;
	background-color:#235D8C;
	font-size: 14px;
	line-height: 125%;
	font-weight:bold;
}

#feature .feature-text {
	width: 200px;
	padding: 5px 15px 15px 15px;
	margin: 0;
	color: #FFFFFF;
}

#feature a:link {
	color:#235D8C;
}

#feature a:visited {
	color: #235D8C;
}

#feature a:hover, p a:focus {
	color: #40CFFF;
}

#feature a:active {
	color: #FFFFFF;
}

h3 {
	padding: 0;
	margin: 0px 0px 6px 0px;
	color: #3998E6;
	font-size: 12px;
	line-height: 125%;
	font-weight:bold;
}

h4 {
	padding: 0;
	margin: 0px 0px 6px 0px;
	color: #000000;
	font-size: 12px;
	line-height: 125%;
	font-weight:bold;
}

p {
	padding: 0;
	margin: 8px 0px 8px 0px;
	font-size: 12px;
	line-height: 150%;
	font-weight:normal;
}

.standard-column li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight:normal;
	line-height: 150%;
	list-style-type: disc;
}

/* Columns */

.short-column {
	width:350px;
}

.standard-column {
	width:420px;
}

.wide-column {
	width:600px;
}

.full-column {
	width:790px;
}


/* Links */

p a {
	color: #3998E6;
}

p a:link {
	color: #3998E6;
}

p a:visited {
	color: #808080;
}

p a:hover, p a:focus {
	color: #808080;
}

p a:active {
	color: #3998E6;
}

/* Table */

table {
	margin:20px 0px 20px 0px;
	font-size: 12px;
}

thead th {
	padding:5px;
	font-size: 12px;
	color:#3998E6;
	background: #f6f8f9; /* old browsers */
background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */
}

tbody tr:nth-child(even) td, tbody tr.even td {
	color:#FFF;
	background:#808080;
	border-collapse:collapse;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-collapse:collapse
}

tbody tr:nth-child(odd) td, tbody tr.odd td {
	color:#FFF;
	background:#8C8C8C;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-collapse:collapse
}

th {
	font-weight:bold;
	color: #fff;
	text-align: left;
	border: 1px solid #fff;
}

tr {
	text-align: left;
	border: 1px solid #fff;
}

th.centre {
	text-align: center;
}

/* Images */

img {
	display:block;
}

/* Footer Logos */

#logo-links ul {
	float:left;
	margin: 0px;
	padding: 0px;
}

#logo-links ul li {
	float:left;
	margin-left: 0px;
	margin-right: 20px;
	list-style-type: none;
	list-style-position: inside;
}

/* Footer Navigation */

#footer-nav
{
	float: left;
	margin: 15px 0 0 0;
	padding: 0px;
	font: normal 9px 'Verdana', 'Arial', 'sans-serif';	
	color:#3998E6;
}

#footer-nav li
{
	display: inline;
	list-style-type: none;
}

#footer-nav li a
{
	padding: 0px 10px 0px 5px;
	border-right:solid #3998E6 1px;
	color:#3998e6;
	text-decoration:none;
}

#footer-nav li a.last
{
	border:none;
}

#footer-nav li a:hover
{
	color: #808080;
	text-decoration:underline;
}

/* Footer */

#footer {
	width: 100%;
	height: 30px;
	background-color: #3998E6;
}

#footer-left {	
	float:left;
	padding:0px 0px 0px 10px;
	line-height: 30px;
	color: #FFFFFF;
}

#footer-right {
	float: right;
	padding:0px 10px 0px 0px;
	line-height: 30px;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover, #footer a:focus {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer a:active {
	color: #00AEF0;
	text-decoration:none;
}

/* Homepage Feature */

#advert-pos1 {
	position: absolute;
	left: 220px;
	top: -160px;	 
}

#advert-pos1-a {
	position: relative;
	left: 0px; top: 0px;
	width: 500px;
}

/* Button */

a:link.button {
	text-decoration: none;
}

.button {
	width:150px;
	height: 25px;
	display:block;
	background-color:#3998E6;
	text-align:center;
	line-height: 25px;
	font-size: 12px;
	color: #FFF;
	margin:10px 0px 10px 0px;
	-webkit-box-shadow: 2px 2px 3px #83BAE8;
	-moz-box-shadow: 2px 2px 3px #83BAE8;
	box-shadow: 2px 2px 3px #83BAE8;
}

.button:hover, .button:focus, .button:active {
	width:148px;
	height: 23px;
	display:block;
	background-color:#FFF;
	text-align:center;
	line-height: 23px;
	font-size: 12px;
	border: 1px solid #3998E6;
	color: #3998E6;
	-webkit-box-shadow: 2px 2px 3px #83BAE8;
	-moz-box-shadow: 2px 2px 3px #83BAE8;
	box-shadow: 2px 2px 3px #83BAE8;
}

.graph {
	margin-top: 20px;
}

.image-right {
	float: right;
	clear: right;
	display:block;
	margin:0 0 20px 20px;
	padding:0;
}

