/*#############################################################
Name: Wealden
Description: Styles for Wealden
Date: 2009
Author: Lee Godden
URL: http://www.seotra.com


#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: ##0000FF;
}
a:hover {
	color: #C60;
}
body {

 /*	background-color: #EDFBFC;  */
	color:#4A4A4A;
	font: normal 12px "Times New Roman",sans-serif;
	margin-top: 0px;
	height: 100%;
}
input {
	color: #555;
	font: normal 1.1em "Times New Roman",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	
	font: bold 1.6em "Corbel",sans-serif;
	margin-bottom: 4px;
	
}
code {
	
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Times New Roman",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	
	color: #666;
	display: block;
	font: normal 1.3em "Times New Roman",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #008DD0;
	padding-top: 6px;
	font: bold 1.4em "Georgia",serif;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/body_bg2.jpg) top center repeat-y;   
	width: 1169px;
	min-height: 100%;
}

.header {
	
	background: #0094D6 url(img/bg.gif) repeat-x;
	height: 120px;
	width: 1086px;
	border-top: 5px solid #277CBC;
	
	
	
	
}

/* title */
.title {
	float: left;
	padding-top: 0px;
	height: 52px;
	width: 275px;
	background-color: #fff;
	background: #0094D6 url(img/bg2.gif) no-repeat;
	
	font-size: 1.7em;
	color: #fff
}
.title h1 {
	color: #0071BA;
	font: normal 2em Verdana,sans-serif;
	
}
/* navigation */
.navigation {
	background: url(img/headback4.png) no-repeat;  
	background-position:top right;
	float: left;
	height: 120px;
	margin-left: 30px;
	padding: 0px 5px;
	width: 785px;;
}
.navigation a {
	
/*	color: #165787; */
	color: #D7FF37;  
	float: left;
	font: normal 1.2em "Corbel",sans-serif;
	margin-top: 85px;
	padding: 6px 8px;
	padding-left: 9px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	
}
.navigation a:hover  {
/*	color: #FFF;  */
	color: #fff; 
}
	
/*  =============== Alternative header styles =========================    */
/* ================ Green opaque ===============================*/


.navigation-2 {
	background: url(img/headback3.png) no-repeat;  
	background-position:top right;
	float: left;
	height: 120px;
	margin-left: 30px;
	padding: 0px 5px;
	width: 785px;;
}
.navigation-2 a {
	
	color: #165787; 
/*	color: #fff;  */
	float: left;
	font: normal 1.1em "Trebuchet",sans-serif;
	margin-top: 85px;
	padding: 9px 8px;
	padding-left: 9px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	
}
.navigation-2 a:hover  {
	color: #FFF;  
/*	color: #BB4A00; */
}
	

/* ================================ Blue opaque ================== */

.navigation-3 {
	background: url(img/headback2.png) no-repeat;  
	background-position:top right;
	float: left;
	height: 120px;
	margin-left: 30px;
	padding: 0px 5px;
	width: 785px;;
}
.navigation-3 a {
	
	color: #165787; 
/*	color: #fff;  */
	float: left;
	font: normal 1.1em "Trebuchet",sans-serif;
	margin-top: 85px;
	padding: 9px 8px;
	padding-left: 9px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	
}
.navigation-3 a:hover  {
	color: #FFF;  
/*	color: #BB4A00; */
}





/* main */
.main {
	
	clear: both;
	padding: 1px 2px 0 52px;
	width: 1030px;
/*	border-right: 1px solid #DADADA;  */
}

/* main left */
.sidenav {
	margin-top: 22px;
	float: left;
	width: 22%;
	
	
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 14px;
	margin-left: 25px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #0000CC;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	
	
	border-right: 1px solid #DADADA;	
	border-left: 1px solid #DADADA;
	
	padding: 10px;
	
	float: left;
	
	width: 73%;
	margin-right: 20px;
}
.content .descr {
	background: url(img/back-1.jpg)no-repeat);
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}


#page-wrap {
	width: 660px;
	background: white;
	padding: 5px 30px 5px 30px;
	margin: 10px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	color: #466;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
}

#contact-area {
	 background: url(img/bottom-right-back-1.png) no-repeat;  
	background-position:bottom right;
	width: 500px;
	margin-top: 9px;
	margin-left: 80px;
	border: 1px solid #ccc;	
	padding: 30px 3px 30px 30px;
	
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 15px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


/* images  */

.images {
	border: 1px solid #CCC;
	padding: 4px;
	
	
}
/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 1087px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#rotator
{
	border: 1px solid #ccc;
	
	cursor: pointer;
	overflow: hidden;
	margin-right: 12px;
	float: left;
	width: 457px;
	height: 233px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 457px;
	height: 233px;
	
}