@import 'reset.css';

body {
	color:#0081C6;
	background-color: #FFF;
}

a, a:visited, a:active {
	color:#FF5E17;
	text-decoration:none;
}

a:hover {
	color:#0668A9;
	text-decoration:underline;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

#wrapper {
	width:850px;
	min-height:580px;
	margin:0px auto 10px auto;
}

#header {
	width:100%;
	height:340px;
	background-color:#FF5E17;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#header2 {
	width:100%;
	height:138px;
	background-color:#FF5E17;
	background-image: url(../images/top_of_pages/bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

.flash_input {
	margin:0px auto 0px auto;
	width:780px;
	height:340px;
	
}

.orange {
	color:#FF5E17;
}

#top_nav {
	width:100%;
	height:40px;
	background-color:#0081C6;
}


#header_space {
	width:950px;
	height:10px;
	background-color:#FFF;
	margin-bottom:5px;
}

#main {
	width:840px;
	background-color:#FFF;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}


#bottom {
	width:100%;
	min-height:30px;
	margin:10px auto 10px auto;
	padding:0;
	background-color: #0668A9;
	color: #FFF;
}


#footer {
	width:350px;
	font-size:10px;
	height:40px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding-top: 10px;
}



.footer_right {
	width:300px;
	padding:12px 0px 0 155px;
	font-size:10px;
	height:40px;
	float:right;
}


.left_nav {
	width:280px;
	padding:5px;
	color:#333;
	font-size:10px;
	min-height:200px;
	float:left;
}



.content_right {
	width:500px;
	padding:15px 5px 40px 15px;
	color:#0F7183;
	font-size:12px;
	float:right;
}


.content_full {
	width:800px;
	padding:15px 5px 40px 15px;
	color:#0F7183;
	font-size:12px;
	float:right;
}



.content_right p{
	margin-top:5px;
	margin-bottom:5px;
}


h1 {
	color:#FF5E17;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: normal;
	text-transform: lowercase;
	font-weight: normal;
}



.top_nav_centre {
	width:850px;
	margin:0px auto 0px auto;
}



#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	width:900px;
	height: 30px;
	}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left
}

#sddm li a
{
	display: block;
	height:25px;
	min-width: 50px;
	color: white;
	padding: 15px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #066DAF;	
	}

#sddm li a:hover
{
	color: white;
	background-color: #066DAF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
}

	#sddm div a
	{
	position: relative;
	display: block;
	padding: 10px 10px;
	height:15px;
	color: white;
	min-width:110px;
	padding: 5px 20px 5px 20px;
	background-color:#0081C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	text-align:left;
	border-top:1px #FFF solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #24A9E0;
}
		
		

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #FF5E16;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF5E16;	
}





	

