/*
	Beechen Cliff
	http://www.beechencliff.org.uk/
	
	Designed by Systemagic
	http://www.systemagic.co.uk/

*/

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
	
}

:focus {
	outline: 0;
}

a {
	color: #0000aa;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

body {
	background: #e6ee9d;
	color: #4a5c70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	padding: 20px 0px 40px 0px;
	text-align: center;
}

ul, ol, dl {
	list-style: none;
}

.page {
	width: 940px;
	border: 1px solid #ffd916;
	border-top-width: 5px;
	border-bottom-width: 5px;
	background: url(../images/background.jpg) repeat-y #FFF;
	margin: 0px auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.header {
	position: relative;
	height: 275px;
	width: 940px;

}
.slideshow_header {
	float: right;
}
.slideshow_header img {
	position: absolute;
	right: 8px;
	top: -520px;
}



.sidebar {
	width: 210px;
	float: left;
	margin-top: -275px;
	position: relative;
	background: url(../images/sidebar-background.png) no-repeat;
}

.sidebar .logo {
	margin-top: 70px;
}

.menu {
	margin: 30px 10px 20px 10px;
	background: url(../images/menu-border.png) repeat-x top;
}

.menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	background: url(../images/menu-border.png) repeat-x bottom;
}

.menu li {
	position: relative;
}

.menu li:hover a {
	background: url(../images/menu-border-hover.png) repeat-x bottom;
}

.menu > li:hover > ul {
	display: block;
}

.menu > li > ul {
	width: 205px;
	display: none;
	position: absolute;
	left: 190px;
	top: 0px;
	padding-bottom: 5px;
	border-top: 1px solid #cbcbcb;
	background: url(../images/menu-sub-background.png) bottom no-repeat;
}

.menu > li > ul > li {
	padding: 0px 6px 0px 1px;
	
	background:  url(../images/menu-sub-border.png) repeat-y;
}

.menu > li > ul > li > a {
	display: block;
	color: #0000AA;
	background: #FFF;
	text-decoration: none;
	padding: 5px 10px;
}

.menu > li > ul > li > a:hover {
	color: #FFF;
	background: #4281c6;
}

.sidebar > div {
	margin: 0px 5px 20px 5px;
}

.sidebar > div h1 {
	background: url(../images/sub-title.png) no-repeat;
	border-bottom: 3px solid #e5c70e;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding: 10px;
}

.sidebar > div > p {
	background: #FFF;
	padding: 10px;
}
.side_calendar {
	background-color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}


.content {
	border-top: 5px solid #ffd916;
	float: right;
	width: 670px;
	padding: 30px;
}

.content h1 {
	font-weight: normal;
	color: #0000AA;
	border-bottom: 1px solid #a8bfd8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.content p {
	margin: 15px 0px;
}
.content table {
	background-image: none;
}



.footer {
	clear: both;
	font-size: 12px;
}

.footer .left {
	float: left;
	width: 170px;
	margin: 0px 20px 20px 20px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #225c9d;
	color: #FFF;
}

.footer .left a {
	color: #ffba00;
	text-decoration: none;
}

.footer .left a:hover {
	text-decoration: underline;
}

.footer .right {
	float: right;
	width: 660px;
	margin: 0px 40px 20px 20px;
	padding-top: 20px;
	border-top: 1px solid #abc1d7;
}

.footer .right > * {
	float: left;
	width: 200px;
}

.scroller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #01438F;
	height: 30px;
	padding-top: 11px;
	color: #FF0;
}

