/*========================================================

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/


/*__________________________________________________________________________________________

main colors:
header green=			#CACA6C
text and header text=	#208064
background=				#f5f5c4

__________________________________________________________________________________________*/




body{
	width:770px;
	margin:0 auto;
	padding:20px 0 0 0;
	background:#f5f5c4;
}

#header{
	font-family:georgia, times, "times new roman", serif;
	color:#208064;
	width:562px;
	height:70px;
	background:url('../cssimages/header_dropshadow.gif') no-repeat top right;
	text-align:right;
	float:right;
	padding-right:55px;
	padding-bottom:30px;
	
	
	
/*	border:solid 1px #000;*/
}

#header span{
	font-size:1.25em;
}

li a{
	color:#208064;
}

li, li a{
	list-style:none;
		
}


/*__________________________________________________________________________________________

sidebar details

__________________________________________________________________________________________*/

#sidebar_nav{
	font-family:georgia, times, "times new roman", serif;
	font-size:1.3em;
	width:245px;
	text-align:right;
	background:#f5f5c4 ;
	float:left;
	padding-right:10px;
	padding-top:30px;

	
/*	border:solid 1px #000;		*/
}

#sidebar_nav ul {
	position: relative;
	width: 125px;
	float: right;
	left: 35px;
}
#sidebar_nav li{
	line-height:30px;
	text-align: left;
	padding-left: 3px;
}

#sidebar_nav li a:hover{
	color:#CACA6C;
}

.current {
	border-left: solid 5px #CACA6C;
	margin-left: -5px;
}

#side_image{
	position:relative;
	top:0;
	left:30px;
}

/*__________________________________________________________________________________________

content details
#main section=	entire centre section including sidebar
#content=		white text area
__________________________________________________________________________________________*/

#main_section{
	width:770px;
	margin:0 auto;
	padding:0;
}

#content{
	width:393px;
	background:url('../cssimages/content_dropshadow.gif') bottom right;
	float:right;
	padding:20px 70px 40px 50px;
}

#content ul li{
	line-height:1.6em;
}

	
	
	
/*	border:solid 1px #000;*/
	

/*__________________________________________________________________________________________

Footer details
__________________________________________________________________________________________*/


#footer{
	text-align:center;
}

#footer a{
	color:#208064;

}

#footer a:hover{
	width:770px;
	text-decoration:underline;
}
/*__________________________________________________________________________________________

form details
__________________________________________________________________________________________*/

#form {
width: 500px;
}
dl {
margin: 20px 0 0 20px;
}
dt {
float: left;
width: 150px;
margin: 0 0 15px 0;
padding-top: 4px;
color: #555753;
}
dd {
margin: 0 0 15px 0;
color: #555753;
}
dd span {
color: #666;
}
input, textarea {
border: 1px #ccc solid;
padding: 2px;
}
.submitbtn {
margin: 3px 0 2px 0;
color:#666666;
font-family: Arial, Helvetica, sans-serif; 
background-color: #efefef;
font-weight: normal;
border:1px solid #aaaaaa;
}

.email_thanks{
	color:#D70113;
}

/*__________________________________________________________________________________________

Table details

	background: url('../cssimages/table_image.gif') no-repeat scroll top left;
	width: 400px;
	height: 90px;

__________________________________________________________________________________________*/


table{
	background:url('../cssimages/table_image.gif');
}

table span{
	font-size:1.2em;

}

td{
	padding:10px 10px;
}















