/*RESET BROWSERS*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/*Content*/

address {
	font-size: 12px;
	line-height: 18px;
}

.copyright {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 14px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #1abec7; 	
	margin-bottom: 10px;
}

h2 {
	color: #0e1e2d;
	margin: 0px 0 10px 0;
	font-size: 16px;
}

h2.blog {
	color: #0e1e2d;
	margin: 0px 0 10px 0;
	font-size: 20px;
}

h3 {
	color: #1abec7; 	
	margin: 0px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}


p.intro{
	font-size: 15px;
	line-height: 20px;
	color: #767d80;
	margin-bottom: 20px;
}

p.instruction {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	color: #555;
}


p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #222;
}

a:link, a:visited {
	color: #1abec7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/*FRAME START*/

html {
	background: #51616e;
}


body {
	display: block;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-family:'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	background: url("../images/bg.jpg") repeat-x;
	font-size: 100%;
}


#totalcontainer {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}


#footerband {
	width: 100%;
	background: #0e1e2d;
	display: block;
}

#footergradient {
	width: 100%;
	height: 50px;
	background: url("../images/footergrad.png") repeat-x;
	margin-top: 0px;
	clear: both;
}

.footerblock{
	width: 240px;
	margin: 10px 10px 10px 20px;
	color: #fff;
	float: left;
}

.contactblock{
	width: 190px;
	margin: 50px 30px 10px 20px;
	color: #fff;
	float: left;
}

#header {
	height: 260px;
	width: 100%;
	overflow: hidden;
	background: url("../images/header.png") no-repeat;
}

.pagetitle h1,
.pagetitle h2{
	text-indent: -5000px;
}

/*Header Menu*/
#headermenu {
	width: 180px;
	height: 50px;
	overflow: hidden;
	background: url("../images/bg.jpg") repeat-x;
	padding-left: 680px;
}

#headermenu li{
	float: left;
}

#headermenu li a{
	width: 83px;
	height: 21px;
	display: block;
	background: url("../images/mhead_off.png") no-repeat;
	text-align: center;	
	padding-top: 0px;
	font-size: 13px;
	color: #fff;
	margin-top: 22px;
	padding-top: 8px;
	padding-right: 7px;
}


#headermenu li a:hover{
	background: url("../images/mhead_on.png") no-repeat;
	color: #1abec7; 	
	text-decoration: none;
}


/*Footer Menu*/
#footermenu{
	margin-left: 20px;
}

#footermenu li{
	float: left;
}

#footermenu li a{
	float: left;
	display: block;
	padding: 10px 10px 20px 10px;
	font-size: 12px;
	color: #fff;
}

#footermenu li a:hover{
	color: #1abec7;
	text-decoration: none;
}

#credit {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
}



/*Mailing list*/

a#joinmail {
	width: 210px;
	height: 20px;
	background: url("../images/joinmail_off.png") no-repeat;
	margin: 20px 30px 0 20px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	font-size: 14px;
}

a:hover#joinmail {
	background: url("../images/joinmail_on.png") no-repeat;
	text-decoration: none;
	


}

/*Main Menu*/

#mainmenu {
	width: 100%;
}

#mainmenu li{
	float: left;
}

#mainmenu li a{
	display: block;	
	width: 131px;
	height: 27px;
	margin: 1px 0 0 2px;
	background: url("../images/mm_off.png") repeat-x;
	text-align: center;	
	padding-top: 10px;
	font-family: 'arial', 'helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #444;
}



#mainmenu li a:hover{
	background: url("../images/mm_on.png") repeat-x;
	color: #1abec7;
	text-decoration: none;
}



#home-page ul#mainmenu li#home a {	background: url("../images/mm_active.png") repeat-x; color: #1abec7;}
#about-page ul#mainmenu li#about a {	background: url("../images/mm_active.png") repeat-x; color: #1abec7;}
#services-page ul#mainmenu li#services a {	background: url("../images/mm_active.png") repeat-x; color: #1abec7;}
#events-page ul#mainmenu li#events a {	background: url("../images/mm_active.png") repeat-x; color: #1abec7;}
#advice-page ul#mainmenu li#advice a {	background: url("../images/mm_active.png") repeat-x; color: #1abec7;}
#contact-page ul#mainmenu li#contact a {	background: url("../images/mm_active.png") repeat-x; color: #1abec7;}
#blog-page #headermenu li a{ background: url("../images/mhead_on.png") no-repeat; color: #1abec7; text-decoration: none;}



/*Left Coloumn*/



#leftcol{
	width: 210px;
	min-height: 400px;
	display: block;
	float: left;
	margin: 60px 30px 30px 20px;
}

#rightcol{
	width: 515px;
	min-height: 400px;
	display: block;
	float: left;
	margin-top: 20px;
	clear: right;
	margin-bottom: 30px;
}

#clearbox{
	display: block;
	clear: both;	
}

#googlebox {
  width : 520px;
  height : 190px;
  border: 0px;
  position : relative;
  margin: 10px 0;
}

/*Rounded boxes*/


#roundbox {
  background : #9da6ab url(../images/box_tl.png) no-repeat;
  width : 190px;
  height : auto;
  position : relative;
  padding : 10px 10px 10px 10px;
  margin-bottom: 20px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 10px;
  height : 10px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : 0px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background : transparent url(../images/box_tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(../images/box_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(../images/box_br.png) no-repeat;
  right : 0;
  bottom : 0;
}


#roundbox2 {
  background : #0e1e2d url(../images/box2_tl.png) no-repeat;
  width : 190px;
  height : auto;
  position : relative;
  padding : 10px 10px 10px 10px;
  margin-bottom: 20px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr2, .bl2, .br2 {
  position : absolute;
  width : 10px;
  height : 10px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : 0px;  /* this is for IE */
}

/* change position and image: top-right */
.tr2 {
  background : transparent url(../images/box2_tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl2 {
  background : transparent url(../images/box2_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br2 {
  background : transparent url(../images/box2_br.png) no-repeat;
  right : 0;
  bottom : 0;
}

/*End of rounded corners*/

#roundbox h3,
#roundbox2 h3,
.footerblock h3{
	font-size: 16px;
	margin-bottom: 8px;
	color: #fff;
}


/*Footer*/


.footerblock li a{
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #51616e;
	display: block;
	width: 100%;
	height: auto;
	color: #1abec7; 	
}

.footerblock li a:hover{
	color: #fff; 	
	text-decoration: none;
}


#roundbox li a{
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
}

#roundbox li a:hover{
	color: #0e1e2d;
	text-decoration: none;
}

#roundbox li.active a{
	color: #bbb; 	
	text-decoration: none;
}


#roundbox dt{
	font-size: 13px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	height: auto;
	color: #0e1e2d;
}

#roundbox dd{
	font-size: 13px;
	padding-bottom: 8px;
	padding-top: 2px;
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	line-height: 16px;
}

#roundbox dd a{
	color: #fff;
	text-decoration: underline
}

#roundbox dd a:hover{
	color: #0e1e2d;
	text-decoration: underline
}

/*QUOTES & TESTIMONIALS*/


#roundbox2 q{
	color: #ddd;
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
	}

#roundbox2 cite{
	color: #aaa;
	height: auto;
	font-size: 12px;
	text-align: right;
	display: block;
	
}




/*Calendar*/


.calendarBG {
	background-color: #0e1e2d;
}

.calendarBlank {
	background-color: #eee;
	color: #eee;
}

.calendarHeader th {
	font-weight: bold;
	color: #51616e;
	text-align: center;
	background-color: #fff;
	padding-bottom: 6px;
}

.calendarMonthLinks {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #1abec7;
	background-color: transparent; 
}

.calendarMonthLinks a,
.calendarMonthLinks a:visited{
	display: block;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	color: #1abec7;
	margin-bottom: -10px;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #0e1e2d;
	text-decoration: none;
	background-color: transparent;
}

.calendarDayHeading {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #1abec7;
	text-align: center;
	vertical-align: middle;
	padding: 2px 0;
}

.calendarToday {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #1abec7;
	background-color: #fff;
	border: 3px solid #1abec7;
	background: #fff;
	height: 20px;
	margin-top: -10px;
	padding-top: 10px;
	color: #1abec7;
	}

.calendardate {
	background: #0e1e2d;
	height: 22px;
	margin-top: -10px;
	padding-top: 10px;
	color: #fff;
}

.calendarCell {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #666;
	background-color: #fff;
	padding: 8px 0;
}

.calendarCell a {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

.calendarCell a:visited {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

.calendarCell a:hover {
	color: #ccc;
	text-decoration: underline;
	background-color: transparent;
}

.calendarEvent {
	padding: 0em;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	border: 1px solid gray;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	margin: 0em;
}

.calendarEvent a {
	text-decoration: none;
	display: block;
}

.calendarEvent a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}

.calendarEvent a:visited {
	text-decoration: none;
}


/*EVENTS*/

.eventlisting{
	margin-top: 38px;
	border-bottom: 1px #1abec7 solid;
	width: 100%;
	height: auto;
	}
	
.eventdetails{
	width: 380px;
	display: block;
	height: auto;
	float: left;
	}

.eventdescription{
	width: 100%;
	clear: left;
	margin-top: 15px;
	display: block;
	}

.eventlabel {
	display: block;
	color: #0e1e2d;
	clear: left;
	min-width: 60px;
	font-size: 12px;
	
}

.eventinfo {
	margin-bottom: 8px;
	display: block;
	color: #1abec7;
	font-size: 12px;
	clear: right;
	
}

.dateblock{
	width: 500px;
	display: block;
	height: 30px;
}

.placesremaining {
	position: relative;
	float: right;
	background: url("../images/placesremaining.png") no-repeat;
	width: 119px;
	height: 68px;
	display: block;
	overflow: hidden;
	text-align: center;
	}

.numberplaces{
	margin-bottom: 80px;
	color: #fff;
	padding: 18px 0 0 8px;
	font-size: 22px;
	text-indent: 0px;
}

.book {
	background: #0e1e2d;
	color: #fff;
	padding: 4px;
	border: 1px;
	margin-top: -10px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	width: 64px;
	overflow: hidden;
}

.book:hover{
	background: #51616e;
	width: 64px;
	overflow: hidden;
	text-decoration: none;
}

.book:active{
	width: 64px;
	overflow: hidden;
	background: #1abec7; 
}

.eventlist {
	margin-bottom: 0px;
}

.eventlist li a{
	font-size: 12px;
	display: block;
	padding: 4px 4px 4px 4px;
	margin-bottom: 2px;
	color: #fff;
	background: #0e1e2d;
}

.eventlist li a:visited{
	background: #b8c3c9;
}

.eventlist li a:hover{
	background: #9da6ab;
	text-decoration: none;
}

/*FORM*/

label {
	color: #51616e;
	margin: 20px 0 5px 0;
	display: block;
	font-size: 14px;
	
}

.button{
	background: #0e1e2d;
	color: #fff;
	padding: 4px;
	border: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: auto;
}

.button:hover{
	background: #51616e;
}

.button:active{
	background: #1abec7; 
}

.namefield{
	border: 1px solid #73738f;
	padding: 3px;
	width: 300px;
	clear: right;
	display: block;
	margin: 0 0 5px 0;
	color: #666;
}

.namefield:focus {
	border: 1px solid #1abec7;	
}

/*SEARCH FORM*/
.searchfield{
	border: 1px solid #aaa;
	padding: 3px;
	width: 180px;
	clear: right;
	display: block;
	margin: 0 0 0px 0;
	color: #666;
}

.searchfield:focus {
	border: 1px solid #1abec7;	
}


.searchbutton{
	background: #51616e;
	color: #fff;
	border: 1px solid #aaa;
	padding: 4px;
	margin-top: -10px;
	margin-bottom: 0px;
	width: auto;
	font-size: 12px;
}

.searchbutton:hover{
	background: #0e1e2d; 
}

.searchbutton:active{
	background: #1abec7; 
}


/*SITE MAP*/


.sitemap a{
	color: #666;
	font-size: 12px;
	width: 300px;
	display: block;
	border-bottom: #888 0px solid;
	padding: 10px 0 0 0;
	
}

.sectionlink{
	color: #333;
	font-size: 14px;
	margin-top: 30px;
	width: 300px;
	display: block;
	border-bottom: #888 1px solid;
}

.sectionlink a{
	color: #333;
	display: block;
	width: 100%;
	}

.sectionlink a:hover,
.sitemap a:hover{
	color: #1abec7;
	text-decoration: none;
}




/*PAGE TITLES*/

h1.pagetitle {
	text-indent: -5000px;
	width: 515px;
	height: 86px;
	margin: 20px 0 30px 0;
	
}

#blogtitle { background: url("../images/title_blog.png") no-repeat;}


/*BLOG*/

.blog_post {
	display: block;
	margin-top: 28px;
	border-bottom: 1px #1abec7 solid;
	padding-bottom: 20px

}	

/*FIND OUT MORE*/


.findoutmore {
	display: block;
	width: 500px;
	height: auto;
	background: #0e1e2d;
	padding: 5px 5px 5px 5px;
	border: solid 2px #1abec7;
	margin-top: 20px;
	float: left;

}

.findoutmore p{
		color: #fff; 
		margin: 0px;
}

.findoutmore h1{
	color: #fff;
	font-size: 20px;
	font-family: georgia;
	margin-bottom: 5px;
}


/*SEARCH RESULTS*/

.search_results{
	background: green;
	display: block;
	width: 100%;
	height: 100%;
}


.search_table th {
	text-align: center;
	color: #555;
	font-size: 12px;
	padding-bottom: 10px;
}

.search_title {
	width: 350px;
	font-size: 14px;
	border-top: 1px #888 solid;
	padding: 8px 0 8px 0;
}

.search_weblog {
	width: 150px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-top: 1px #888 solid;
	border-left: 1px #888 solid;
	padding: 8px 0 8px 0;

}

.search_title a,
.search_weblog a{
	display: block;
	width: 100%;
	height: 100%;
}

.search_title a:hover,
.search_weblog a:hover{
	text-decoration: none;
	color:#0e1e2d;
	}



/*DIRECTIONS SLIDE BOX*/

#box-inner {
  height: auto;
  width: 500px;
}
#box-outer {
  overflow: hidden;
  display: none;
}


