/*	Color Notes:
		Dark Purple:		#0b6eb6
		Light Blue: 		#aec5e6
		Aqua-Esque Blue:	#dde5f4
*/

/* 	General / Header / Menu	*/

body{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 12px;
}

div.menu{
	margin-top: 8px;
	padding: 4px;
	border-top: 2px solid #0b6eb6;
	border-bottom: 2px solid #0b6eb6;
	text-align: center;
	vertical-align: middle;
}

span.menu{
	padding: 8px;
}

a:link.menu,a:visited.menu,a:active.menu{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #0b6eb6;
}

a:hover.menu{
	color: #aec5e6;
}

a:link.main,a:link.main,a:link.main{
	text-decoration: none;
	font-weight: bold;
	color: #0b6eb6;
}

a:hover.main{
	color: #aec5e6;
}

#content{
	padding-top: 4px;
}

div.titlebar{
	color: #0b6eb6;
	/*background-color: #dde5f4 */;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	/*border: 1px solid #aec5e6 ;*/
}

div.content{
	padding-left: 4px;
	padding-right: 4px;
}

div.content p{
	margin-top: 4px;
}

/* 	FAQ */

span.question{
	font-size: 14px;
}

/* 	Inquiry */

#topleft,#bottomleft{
	padding: 4px;
	float: left;
	width: 49%;
}

#topright,#bottomright{
	padding: 4px;
	width: 49%;
	float: right;
}



/*
input{
	border: 1px solid #aec5e6;
	padding: 6px;
}

span.formheader{
	margin-top: 8px;
	color: #0b6eb6;
	background-color: #dde5f4;
	width: 438px;
	padding: 6px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #aec5e6;
}

table.form{
	border: none;
	border-spacing 0px;
	padding: 0px;
}

table.form td {
	font-size: 12px;
	padding: 4px;
}
table.form td.titlebar{
	background-color: #dde5f4;
	border: none;
	color: #0b6eb6;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}*/


/* gallery */

img.gallery{
	margin: 4px;
	border: 1px solid #aec5e6;
	background-color: #dde5f4;
	padding: 4px;
}


/* 	Footer / Copyright */

#footer_pics{
	text-align: center;
	vertical-align: middle;
	/*background-color: #dde5f4; */	
}

img.footer{
	margin: 4px;
	border: 1px solid #aec5e6;
	background-color: #dde5f4;
	padding: 4px;
}

div.footer{

	margin-top: 8px;
	text-align: center;
}

#footer_title{
	font-weight: bold;
	color: #0b6eb6;
	font-size: 14px;
}

#footer_address{
	color: #0b6eb6;
	font-size: 12px;
}

#copyright{
	color: #0b6eb6;
	padding-top: 8px;
	font-size: 10px;
}


/* Calendar */

table.calendar{
	border: 2px solid #0b6eb6;
	border-collapse: collapse;
}

td.cal_day_empty{
	padding: 5px;
	border-top: 1px solid #0b6eb6;
	border-bottom: 1px solid #0b6eb6;
}
td.cal_day_booked{
	padding: 5px;
	border: 1px solid #0b6eb6;
	background-color: #aec5e6;
	text-align: center;
	font-style: italic;
}

td.cal_day_available{
	padding: 5px;
	border: 1px solid #0b6eb6;
	text-align: center;
}

td.month_name{
	font-size: 14px;
	color: #0b6eb6;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #0b6eb6;
}

table.cal_key{
/*	border: 1px solid black;*/
	padding: 12px;
}

td.cal_key_available{
	border: 1px solid #0b6eb6;
	padding: 5px;
}

td.cal_key_booked{
	border: 1px solid #0b6eb6;
	padding: 5px;
	background-color: #aec5e6;
	font-style: italic;
}

div.cal_content{
	margin-left: auto;
	margin-right: auto;
	width: 551px;
/*	border: 1px solid black;*/
}

div.cal_key_container{
/*	margin-top: 20px;*/
	text-align: center;
/*	border: 1px solid black;*/
	margin-left: auto;
	margin-right: auto;
	width: 141px;
}


div.header_logo{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:300px;
}

a:link.cal_link,a:visited.cal_link,a:active.cal_link{
	font-size: 18px;
	text-decoration: none;
	color: #0b6eb6;
	padding: 10px;
}

a:hover.cal_link{
	color: #aec5e6;
	padding: 10px;
}

a:link.cal_link_active,a:visited.cal_link_active,a:active.cal_link_active{
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #0b6eb6;
	padding: 10px;
}

a:hover.cal_link_active{
	color: #0b6eb6;
	padding: 10px;
}

div.cal_options{
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #0b6eb6;*/


/*	Color Notes:
		Dark Purple:		#0b6eb6
		Light Blue: 		#aec5e6
		Aqua-Esque Blue:	#dde5f4
*/

div.inquiry{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:430px;
}

table#inquiry_table{
	border: none;
}

#inquiry_table td{
	padding: 2px;
}

#inquiry_table td.a{
	text-align: left;
}

#inquiry_table td.q{
	text-align: right;
	padding-right: 10px;
}

#inquiry_table td input{
	padding: 2px;
	border: 2px solid #0b6eb6;	
}

#inquiry_table td textarea{
	padding: 2px;
	width: 200px;
	height: 120px;
	border: 2px solid #0b6eb6;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 12px;
	color: black;
}

#inquiry_table td.submit{
	padding-top: 10px;
	text-align: center;
}

#inquiry_table select{
	padding: 2px;
	border: 2px solid #0b6eb6;
}

p.error{
	display: none;
	color: red;
	font-weight: bold;
}