@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	color: #333333;
}

p {
	padding-top: 10px;
	line-height: 1.3em;
}

.bluetxt {
	color: #26A9E0;
}

.news_title {
	color: #26A9E0;
	font-weight: bold;
	display: block;
	}

h1 {
	font-size: 1.8em;
	color: #999999;
	padding-bottom: 10px;
}

h2 {
	padding-top: 10px;
	color: #333333;
	font-size: 18px;
}

h3 {
	color: #666666;
	font-size: 15px;
}
h4 {
	font-size: 14px;
	padding-top: 10px;
}
h5 {
	font-size: 13px;
	padding-top: 10px;
}

#wrapper1 {
	height: 233px;
	width: 100%;
	background: url(../images/wrapper1bg.gif) no-repeat center bottom;
}

#flash_header {
	width: 948px;
	}

#wrapper2 {
	width: 100%;
	background: url(../images/wrapper2bg.gif) repeat-y center;
}

#wrapper3 {
	width: 100%;
	background: url(../images/wrapper3bg.gif) no-repeat center top;
}

#footer {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}

#footer .left {
	width: 700px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .right {
	width: 210px;
	float: right;
	padding: 30px 10px 10px 20px;
}





#top {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}

#middle {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}


#left_column {
	float: left;
	width: 235px;
}

#right_column {
	float: right;
	width: 710px;
}

#right_column .left {
	float: left;
	width: 450px;
}

#right_column .left ul {
	padding-top: 10px;
}

#right_column .left li {
	border-bottom: #999999 solid 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	list-style: square url(none) outside;
	padding-left: 1px;
	margin-left: 8px;
}


#right_column .right {
	float: right;
	width: 205px;
	padding-right: 15px;
}

#right_column .right ul {
}

#right_column .right li {
	border-bottom: #999999 solid 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	list-style: none;
}
.blue-headers {
	padding-top: 15px;
}


hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#favourites_bar {
	background: #000000;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#register_box {
	width: 200px;
	background: #26A9E0;
	margin-left: 15px;
	color:#FFFFFF;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#register_box p {
	padding: 0 0 3px 15px;
}

#register_box #name, #email {
	padding: 5px;
}



/* ******************** LINK STYLES ************************ */

a:link, a:visited, a:active  {
	color: #26A9E0;
	text-decoration: none;
	}
		
	
a:hover {
    color: #CCCCCC;
	}
	
	
a.faves {
 text-decoration: none;
 font-weight:bold;
}


a.faves:visited {
	color: #999999;
	}

a.faves:link {
	color: #999999;
	}
	
a.faves:active {
	color: #999999;
	}	
	
a.faves:hover {
	color: #26A9E0;
	}



a.grey:visited, a.grey:link, a.grey:active {
	color: #CCCCCC;
	}	
	
a.grey:hover {
	color: #999999;
	}


/* ******************** NAV ************************ */


#navWrapper {
	width:200px;
	margin-bottom:10px;
	background: #000000;
	margin-left: 15px;
}


#nav ul, #nav li {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
} 


/* nav styles */




#nav a {
	display: block;
	width: 195px;
} 

#nav li {
	/*	float: left;     */
	width: 200px;
	background: url(../images/blue_arrow.gif) no-repeat right;
}

#nav li a {
	padding: 10px 0 10px 7px;
	background-image: url(../images/nav_dvdr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:1em;
	text-decoration:none;
}

#nav li a:visited, #nav li a:link, #nav li a:active {
	color: #FFFFFF;
	/*background: url(../images/blue_arrow.gif) no-repeat right center;*/
}

#nav li a:hover {
	color: #26A9E0;
}

/* subnav styles */


#nav li ul {     
    
	width: 200px;     
/*	left: -999em; */
/*	position: absolute; */
} 

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto; 
}

#nav li ul li {     
		width: 200px; 
}

#nav li ul li a {
	width: 170px;
	padding-left:20px;
	background-image: url(../images/nav_dvdr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#nav li ul li a:visited, #nav li ul li a:link, #nav li ul li a:active {
	color: #26A9E0;
}

#nav li ul li a:hover {
	color: #FFFFFF;
}


/* form */

#innerContent{
	margin:0 10px 20px 10px;
	text-align:left;	/*min-height:300px !important;*/
}

#innerContent label{
	float:left;
	display:block;
	width:130px;
	text-align:right;
	margin:10px 10px 5px 2px;
	line-height:140%;
	font-size:100%;
	color:#282828;
	height:20px;
}

#innerContent input {
	float:left;
	display:block;
	margin:10px 10px 5px 2px;
	height:16px;
	color:#9F824A;
	padding:2px 1px 0 1px;
	color:#26A9E0;
	border:1px solid #26A9E0;
	font: 12px Verdana;
}

#innerContent textarea {
	float:left;
	display:block;
	margin:10px 10px 5px 2px;
	color:#666666;
	padding:2px 1px 0 1px;
	font-family:Verdana;
	font-size:12px;
	color:#26A9E0;
	overflow:auto;
	border:1px solid #26A9E0;
}
.diagram {
	padding-left: 30px;
}

.radio {
	border:none;
}

.news_image {
	padding: 0 0 12px 12px;
}.vsmalltext {
	font-size: 10px;
	color: #CCCCCC;
}
