html {
	height: 100%;
}

body {
	background-color: #DDD;
	margin-top: 0px;
	font-family: Arial;
	font-size: 11pt;
	height: 100%;
}

table {
    border-collapse: collapse;
}

ul,ol {
	margin-top: 0px;
	padding-top: 0px;
}

.spaced_list li {
	padding-bottom: 1em;
}


#whole_page {
	background-color: white;
	background-image: url("images/faux_columns3.png");
	background-repeat: repeat-y;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#banner {
	height: 65px;
	background-color: #1e5274;
	color: #fafafa;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	background-image: url("images/exmouth.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
}

#banner .container {
}

#banner #prbc {
	font-size: 22pt;
}

#banner #all_ages {
	margin-left: 20px;
	font-size: 15pt;
	
}

#banner #addr {
	clear: both;
	float: left;
	margin-right: 20px;
	font-size: 11pt;
	color: #ccc;
}

#main_content {
	margin-left: 178px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
}

/*#main_content .christmas {
	display: block;
	width: 630px;
	height: 110px;
	background-image: url("images/ChristmasBanner.jpg");
	margin-bottom: 1em;
	padding: 10px;
}*/

.left_col {
	float: left;
	width: 300px;
	border-right: 2px dashed #CCC;
	margin-right: 10px;
	padding-right: 10px;
}

.right_col {
	float: left;
	width: 300px;
	clear: right;
}

#menu_section {
	float: left;
	display: inline;  /* display:inline is the IE6 "double margin" bug fix */
	position: relative;
	z-index: 2;
	width: 174px;
	
	margin-left: 2px;
	margin-right: 2px;
	
	background-image: url("images/menu_background2.png");
	background-repeat: repeat-x;
	background-position: top;
	min-height: 200px;  /* To fit the baground image */
	height: 700px;  /* Because IE6 will ignore min-height here AND the 100% for the whole page :( */
}

#menu_div .menu_item {
	position: relative;
}

#menu_div .menu_item .arrow {
	position: absolute;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	right: 5px;
	top: 10px;
	width: 7px;
	height: 10px;
	display: block;
}

#menu_div .submenu {
	display: none;
	width: 174px;
	position: absolute;
	left: 174px;
	top: -1px;
	
	border-top: 1px solid #BBB;
	border-left: 2px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 0px solid #CCC;
}

#menu_div .submenu a {
	/*border-left: 1px solid #BBB;*/
}

#menu_div .menu_item:hover .submenu {
	display: block;
	/*background-color: #DDF;*/
	background-color: #c5d6e2;
}

#menu_div {
	margin-top: 10px;
	border-top: 1px solid #BBB;
}

#menu_div a {
	
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid #BBB;
	
	/*color: #555;*/
	font-weight: bold;
}


#menu_div .selected {
	background-color: white;
	background-image: url("images/menu_selected.png");
	background-repeat: repeat-x;
	background-position: bottom;
	
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu_div a:link, #menu_div a:visited, #menu_div a:hover, #menu_div a:active {
	color: #3d5f78;
	text-decoration: none;
}

#menu_div a:link {
	/*color: #555;*/
}
#menu_div a:visited {
	/*color: #555;*/
}

#menu_div a:hover {
	color: #555;
	background-image: url("images/menu_hover.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu_div a:active {
	/*color: #555;*/
}

#footer {
	clear: both;
	padding: 5px;
	background-color: #EEE;
	
	border-right: none;
	border-left: 2px solid #CCC;
	border-top: 2px solid #CCC;
	font-size: 9pt;
	text-align: right;
	color: #999;
}

#yahoo_translator {
	margin-left: 20px;
	margin-top: 60px;
}

a:link, a:active, a:visited {
	color: #4c7695;
}

h2,h3 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	font-size: 11pt;
}

h3 {
	color: #555;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.indent {
	margin-left: 1em;
}

.message {
	border: 1px solid black;
	background-color: rgb(255,249,200);
	padding: 5px;
	margin-bottom: 20px;
}

#main_content .page_title_container {
	overflow: auto;
	margin-bottom: 20px;
}

#main_content .page_title {
	padding: 5px;
	float: left;
	display: inline;
	clear: right;
	border: 1px solid #3d5f78;
	background-color: rgb(255,249,200);
	color: #3d5f78;
	font-size: 12pt;
	font-weight: bold;
}

/*#main_content .christmas .page_title, #main_content .christmas .subtitle {
	display: block;
	float: left;
	padding: 5px;
	clear: right;
	background-color: transparent;
	border: none;
	background-image: url("images/title_background.png");
	color: #000;
	font-size: 12pt;
	font-weight: bold;
}

#main_content .christmas .page_title {
	margin-bottom: 10px;
}

#main_content .christmas .subtitle {
	margin-bottom: 10px;
	font-size: 11pt;
}*/

#main_content .col_title, #main_content .col_content, #main_content .col_footer {
	padding-left: 0.5em;
	padding-right: 0.5em;
	/*background-color: #F9F9F9;*/
	width: 304px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}


#main_content .col_title {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: #416580;
	background-image: url("images/box_title_bg.png");
	background-repeat: repeat-x;
	color: #FFF;
	border: none;
	position: relative;
	width: 306px;
}

#main_content .col_title .tl_image, #main_content .col_title .tr_image,
#main_content .col_title .bl_image, #main_content .col_title .br_image {
	position: absolute;
	width: 10px;
	height: 10px;
}

#main_content .col_title .tl_image {
	background-image: url("images/corner_tl_ffffff.png");
	top: 0;
	left: 0;
	background-position: 0 0;
}

#main_content .col_title .tr_image {
	background-image: url("images/corner_tr_ffffff.png");
	top: 0;
	right: 0;
	background-position: 0 0;
}

#main_content .col_title .bl_image {
	background-image: url("images/corner_bl.png");
	bottom: 0;
	left: 0;
	background-position: 0 0;
}

#main_content .col_title .br_image {
	background-image: url("images/corner_br_ffffff.png");
	bottom: 0;
	right: 0;
	background-position: 0 0;
}

#main_content .col_title .title_content {
}

#main_content .col_content {
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	/*background-color: #fcfcfc;*/
	background-color: rgba(255,255,255,0.85);
}

#main_content .col_footer {
	border-bottom: 1px solid #DDD;
}
