/*
	Author	:	Christopher Robinson
	Email	:christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#93ce04;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f4ffd8;
	border-left:2px solid #bdeb06;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background-image: url(../images/flowersBg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color:#666;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}


/* header */
#header {
	
	height:320px;
	margin:0 auto;
	position:relative;
	width:1000px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header img {
display: block;
position: absolute;
	top: 0px;
clear: both;
}
#header h1 {
	color:#666;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:40px;
	color:#c5f18c;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
clear: both;
float: left;
	list-style:none;
	position:absolute;
	top:267px;
	left: 112px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 800px;
	
	
	
}
#header ul li {
	list-style:none;
	float: left;
	
	
}
#header ul li a {
	color:#fff;
	font-weight:bold;
	
	padding: 14px 12px 14px 12px;
	border-left: 2px solid white;
	
}
#header ul li a:hover {
	background:#78ba32;
	color:#2a5100;
	text-decoration:none;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
	width: 1000px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
	padding-left: 110px;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:2px solid #bdeb06;
	color:#5e9a1d;
	font-size:24px;
	font-weight:bold;
	line-height:25px;
	padding: 5px 10px 0 0;
}

#sidebar p {
	background:#f4ffd8;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #bdeb06;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Arial;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:left;
	width:520px;
	margin-left: 30px;
	
}
#main p {
	color:#333;
	line-height:20px;
	padding:10px;
}
#videoDivHome {
	padding:10px 0 10px 10px;
}
.mediaVideo {
	float: left;
	margin: 0 10px 20px 0;
	text-align: center;
}
.mediaRadio {
	padding: 0 0 20px 10px;
}


#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:2px solid #bdeb06;
	color:#5e9a1d;
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#5e9a1d;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	padding:10px;
}
#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	padding:10px;
}

.mediaVideo h3 {
	line-height: 0;
	margin: 0;
	padding: 0;
	width: auto;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #bdeb06;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

form {
  padding: 0;
  margin: 0;
}

label {
display: block;
margin: 10px 0;
  width: 100%;
  vertical-align: top;
font: 600 1.2em verdana;
}

label input, label select, label textarea {
margin: 0 0 0 10px;
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

label input:focus,
label input:hover,
select:focus,
select:hover, label textarea:hover, label textarea:focus {
margin: 0 0 0 10px;
padding: 1px;
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

label textarea {
display: block;
}

#submitrow {
padding: 20px 60px;
}
#submitrow input {
position: relative;
display: block;  
clear: both;
padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #4A5C6A;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}
#submitrow input:focus, #submitrow input:hover {
position: relative;
display: block;  
clear: both;
padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #4A5C6A;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}
label input.radio {
  background: none;
  border: 0px;
margin: 0 0 0 15px;
}