/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #33383b;
}

#header {
	margin:0 auto; padding:0;
	height:205px; width:1020px;
}
#logo { float:right; margin-top:35px; border:0 }
ul#navigation {
	margin:0 0 0 67px;	padding:164px 0 0 0;
	list-style:none; float:left;
	font-size: 16px; font-weight:bold;
	background:url(images/bg_cook.jpg) top left no-repeat;
}
ul#navigation li {
	margin:0 4px 0 0; padding:0;
	height:41px; width:120px;
	float:left; text-align:center;
}
* html ul#navigation li {
	width:10px; /* fix for IE width bug */
	overflow:inherit;
}
ul#navigation li a {
	margin:0;	padding:0;
	height:41px;
	background: url(images/tab_green.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	display:block;
	color:#ffffff;
	cursor:pointer;
}
#index ul#navigation li.nav1 a, #course ul#navigation li.nav2 a,
#book ul#navigation li.nav2 a, #vouchers ul#navigation li.nav3 a, 
#contact ul#navigation li.nav4 a  { 
	background-image:url(images/tab_white.gif); 
	color:#33383b;
}
ul#navigation li a span {
	padding:10px 0 0 0;
	height:27px;
	display:block;
}
ul#navigation li a:hover { 	background-image:url(images/tab_green.gif); color:#33383b; }


#content {
	width:900px;
	background: #FFFFFF url(images/bg_notebook.gif) top left repeat-y;
	height:auto !important; /* real browsers */
	height:580px; /* IE6: treated as min-height*/
	min-height:580px; /* real browsers */
	margin:0 auto; padding: 10px 10px 15px 80px;
}

div#colright {
	float:right; width: 430px; 
	text-align:right;
}
div#colright img  {
	margin: 0; padding:23px 27px 0 26px; border:0;
	background: url(images/bg_phototop.gif) top left no-repeat;
}
div#colright span.imgwrap  { 
	padding:0 0 23px 0; margin:0 0 10px 0; display:block; 
	float:right; width:398px;
	background: url(images/bg_photobottom.png) bottom left no-repeat;
}
div#colright #quote {
	padding:0 20px 20px 50px;
	text-align:justify;
}
div#colright form#newsletter {
	margin:20px 50px 20px 50px; padding:10px; border:1px solid #999999;
	background-color:E3E3E3;
	width:340px; height:70px; text-align:left;
}

input, textarea { width: 270px; }

.booknow {
	width:124px; height:34px; border:0;
	float:left; margin-right:15px;
}
p#listingNav {
	border-bottom:1px solid #999; margin:0 30px 1px 0; padding:10px 5px 0 15px; height:24px; clear: both
}
p#listingNav a { 
	padding:5px 20px 6px 20px; margin-right:10px; 
	background-color:#ccc; text-decoration:none; 
	font-size:110%; font-weight:bold 
}
p#listingNav a:hover, p#listingNav a.sel { background-color:#666; color:#FFF; }
.course { border-bottom:1px dashed #999999; padding:0 20px 0 0; margin:1px 30px 1px 0; clear:left; height:230px; border-left:5px solid #58ad41 }
.course img { float:left;  margin-right: 25px; }
.course h2 { padding-top:10px; }
.course h3 { padding-top:0; margin-top:0 }
.course div.quote { font-style:italic; color:#666; height:100px; overflow:hidden }
.type0 { border-left:5px solid #093 }
.type1 { border-left:5px solid  #C30 }
.type2 { border-left:5px solid  #09F }
.type3 { border-left:5px solid  #93C }
.even { background-color: #E3E3E3;}

div#footer {
	width:990px; 	height:100px;
	margin: 0 auto;
}
div#footer #contact {
	float:right; width:297px; height:65px; 
	text-align:left; font-size:12px; 
	line-height:1.4; padding:10px;
	background:url(images/bg_footer.gif) top left no-repeat;
}
div#footer p {
	padding:1em;
	margin:0;
}
div#footer a:link {
	color:#378a21 !important;
}
div#footer p.glassraven { padding: 0px 1em 20px 1em; text-align:right }
div#footer p.glassraven a { color: #CCC; text-decoration:none }


/**************************** booking form formatting ****************************/
form {
	width:600px;
}
form h3, form p {
	clear:left;
}
form h3 {
	font-size:14px !important;
}
select, input, textarea {
	width: 250px;
	float: left;
	margin-bottom: 7px;
	height:18px;
	border: 1px solid #999999;
	padding-left:2px;
}
select {
	height:22px;
}
textarea {
	height:80px;
}
select.required, input.required, textarea.required {
	background-color:#f1f9fd;
	border: 1px solid #888888;
}
label {
	text-align: left;
	width: 150px;
	font-weight:bold;
	margin-right: 5px;
	margin-bottom: 7px;
	float:left;
	height:18px;
	clear:left;
}
form#contactform label {	width:200px; }
label.forcheck {
	width:auto;
	font-weight:normal;
	float:none;
	clear:none;
}
input.check  {
	width: 20px;
	border:0;
}


/************************** course listing formatting ****************************/
span.courseList li {
	color:#49b6e8;
	margin-bottom:3px;
}	
span.courseList ul {
	margin:0 0 18px 0;
}
#content h2.courseList  {
	margin:0 0 5px 0;
	padding:0;
}
.box {
	border:3px solid #58ad41;
	padding:10px 10px 10px 10px;
	margin-left:-10px;
	background: top left repeat-x;
	min-height:50px;
}
.bluebox {
	border-color: #49b6e8;
	background-image:url(images/bluebox-bg.jpg);
}
.greenbox {
	border-color:#58ad41;
	background-image:url(images/greenbox-bg.jpg);
}
#content div.bluebox h3 , #content div.greenbox h3 {
	color:#000000;
	font-size:120%;
	margin:0 0 10px 0; padding-top:15px;
}
#content div.bluebox .image, #content div.bluebox .image,
#content div.bluebox .imageleft, #content div.bluebox .imageleft {
	border:0;
}
form.bookCourse {
	margin:0;
	padding:0;
	margin-bottom:5px;
	height:25px;
	clear:none;
	width:auto;
}
.buynow {
	border:none;
	margin-right:7px;
	width:84px;
	height:23px;
	vertical-align:middle;
}
p.quote {
	color:#666666;
	font-style:italic;
}
