@charset "utf-8";
/* CSS Document */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background:#FFF url(images/bamboo.jpg) left top no-repeat;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}


/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	}
h1 {
	font-size: 2.9em;
	
}
h2 {
	font-size: 2.5em;
	
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
	
}

h4 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 4px 10px 0px 10px;
	
}

/* Paragraph */
p {
	font-size:13px;
	padding: 8px 10px;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}




/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 


#wrap {
	position: relative;
	width: 960px;
	margin: 40px auto 30px auto;
	text-align: left;	
	padding: 1px;
	background:#999;
}
#content {
	clear: both;	
	float: left;	
	width: 960px;						
	padding: 0px;
	background:#e2e2c6;
	border-bottom: 1px solid #FFF;
}
#content_shadow{
	background: url(images/Content_Top_BG.jpg) repeat-x;	
	margin:0px;
	padding:0px;
	height: 18px;
}


#header {
	position: relative;
	width: 960px;
	height: 340px;
	color: #fff;	
	padding: 0;	
	margin: 0;	
}

#headerlogo{
	float: left;
	width: 249px;
	min-height: 340px;
}

#headerPhoto{
	float:right;
	
}
#footer {
	position: relative;
	width: 960px;
	height: 50px;
	color: #fff;	
	padding: 0;	
	margin: 0;	
	background:#646433;
}

#footer a {
	color: #79A325;
	text-decoration: none;
}

#footer a:hover{
	color: #79A325;
	text-decoration:underline;
}

#footer a:visited{
	color: #79A325;
}



#copyright{ float: right; width: 320px; padding:5px;}
#signup{ float: left; width: 500px; margin-left: 10px; padding: 10px;}
#player {
	position: relative;
	width: 960px;
	margin: 2px auto 1px auto;
	text-align: left;	
	padding: 1px;
}





#RightColumn{
	float:left;
	width:710px;
	background:#fff;
}

#RightColumn h1, h2, h3, h4 {color:#b50000;}

#RightContent{
	float:right;
	width:240px;
	background:#fff;
	margin-top: 20px;
}

#RightContent img{
	border: 1px solid #eaeaea;
	margin-left: 15px;
	margin-bottom: 15px;
}

.Greyborder{
	border: 4px solid #eaeaea;
}

/* Main Column */
#main {
	float: left;
	width: 450px;
	padding: 10px 0px 0px 15px; margin: 0px;
	display: inline;	
	border-left: 1px solid #FFF;
	background:#fff;
	min-height: 300px;
}

/* Main Column */
#main_full {
	float: left;
	width: 690px;
	padding: 10px 0px 0px 15px; margin: 0px;
	display: inline;	
	border-left: 1px solid #FFF;
	background:#fff;
	min-height: 300px;
}

#main_full blockquote {
	margin:22px 40px;
upadding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("images/quote2.gif") no-repeat 0 0;
}
	
	
	




#sidebar {
	float: left;
	width: 249px;
	padding-right: 0px;
	margin: 0px;
	display: inline;	
	background: #e2e2c6;
	min-height:inherit;
	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 0px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	display:block;
	font-weight: normal;
	color: #333;	
	text-decoration:none;	
	padding: 10px;
	background: #e2e2c6;
	border-bottom: 1px solid #FFF;
	min-height:18px;
	font-size:18px;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover,
#sidebar .sidemenu li a:active{	
	color:#FFF;
	font-weight:normal;
	background:#990101;	
}

#sidebar .sidemenu li .current{	
	color:#FFF;
	font-weight:normal;
	background:#990101;	
}


#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

#sidebar blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 46px;  
	background: #e2e2c6 url(images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}

/* form elements */
.Styled {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
.Styled form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
.Styled label {
	font-weight: bold;
	color: #7BA857;
}
.Styled input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
.Styled input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
.Styled #name, #email, #message, #website {
	width: 380px;
}
.Styled input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}



/* display and additional classes */
.clear { clear: both; }

