/* CSS Document */
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #b4d44f;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.maintable {
	background-color:#014DB1;
	background-image:url(images/background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:1000px;
}

h1 {
	font-weight: bold;
	color: #046F32;
	font-size: 22px;
}

h2, h2 a {
	font-weight: bold;
	color: #;
	font-size: 16px;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-top:10px;
	margin-top:10px;
	text-decoration:none;
}

h2 a:hover{
	text-decoration:underline;
}

h3 {
	color: #F15522;
	font-size: 13px;
	padding-bottom:0x;
	margin-bottom:0px;
	font-style:italic;
	padding-top:7px;
	margin-top:7px;
}

p {
	padding-top:0px;
	margin-top:0px;
}

a, a:visited, a:active {
	color: #046f32;
	text-decoration:underline;
}

a:hover {
text-decoration:none;
}


/***************************************************************
	Navigation Area
***************************************************************/
#navcell {	
	padding: 0px 0px 250px 0px;
}

#navlist {
	text-align: left;
	list-style: none;
	padding: 0px 0px 25px 0px;
	margin: 0px;
	width:98%;
}

#navlist li {
	display: block;
	margin-left: 17px;
	padding: 6px 5px 6px 27px;
	background-image:url(images/bullet.png);
	background-repeat: no-repeat;
	background-position:left;
	border-bottom: 1px solid #65b6ea;
}


#navlist li a {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	color: #65B6EA;
	font-weight:bold;
}

#navlist li a:hover {
	text-decoration:underline;
}

#header {
	background-image:url(images/header_bg.png);
	background-position: bottom right;
	background-repeat:no-repeat;
}

a.top_nav {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	float:right;
	padding:12px 18px 30px 15px;
}

/***************************************************************
	Content Area
***************************************************************/

#content {
	background-image:url(images/main_bg.png);
	background-position:right;
	background-repeat:repeat-y;
	width:770px;
	padding:0px 20px 0px 24px;
	vertical-align:top;
}

.featurebox {
	border: 1px #046F32 solid;
	margin:10px;
	padding:7px;
}

.box_header {
	background-image:url(images/featurebox_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#B2D642;
	width:237px;
	text-align:center;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

.box_main {
	background-image:url(images/featurebox_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#B2D642;
	width:213px;
	padding:12px;
	margin:0px;
	vertical-align:top;
}
.box_footer {
	background-image:url(images/featurebox_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:237px;
	margin:0px;
	padding:0px;
}
/****************************************************************************
	Diary Calender
****************************************************************************/

.calendar-holder {
	vertical-align: top;
	text-align: center;
}

table.diaryouter {
	border: 1px solid #046F32;
}

table.diaryouter th.month {
	background-image: url(images/box-header-noshadow.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 16px 6px 16px;
	border:1px solid #FFFFFF;
}

table.diary {
	border-collapse: separate;
	border-color: #FFFFFF;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	margin: 0px;
	font-size: 12px;
}

table.diary th {
	width: 31px;
	text-align: center;
	vertical-align: middle;
	background-color: #cccccc;
	color: #046F32;
	border-color: #FFFFFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

table.diary td {
	width: 31px;
	height: 31px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #E0E0E0;
	border-color: #FFFFFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

table.diary th {
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}


table.diary td.date_has_event {
	background-color: #F15522;
	cursor: pointer;
}


table.diary td.padding {
	background-color: #EEEEEE;
}

table.diary td.weekend {
	background-color: #D0D0D0;
}

table.diary td.today {
	color: #046F32;
	border: 1px solid #F15522;
	background-color: #ffffff;
}

table.diary td.today_has_event {
	color: #046F32;
	border: 1px solid #F15522;
	background-color: #ffffff;
	cursor: pointer;
	font-weight:bold;
}


.events {
	position: relative;
	top: 5px;
}

.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	border: 1px solid #046F32;
	color: white;
	font-size: 12px;
	width: 259px;
	list-style: none;
	color: #444444;
}

.events li {
	padding: 2px 0px 12px 0px;
}

.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #666666;
	padding: 0px 5px 0px 5px
}

.events li span.date {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F15522;
	padding: 5px;
}

.events li span.title {
	font-weight: bold;
	color: #046F32;
	padding: 5px;
}


#diary-previous {
	text-align: left;
	vertical-align: top;
	padding: 12px 0px 0px 0px;
}

#diary-next {
	text-align: right;
	vertical-align: top;
	padding: 12px 0px 0px 0px;
}


table.diaryfortnight-container {
	border: 1px solid #046F32;
}

table.diaryfortnight {
	border-color: #FFFFFF;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
}

table.diaryfortnight td {
	border-color: #FFFFFF;
    border-width: 2px 2px 0 0;
    border-style: solid;
	padding: 7px;
}

table.diaryfortnight td.date {
	text-align: left;
	vertical-align: middle;
	width: 170px;
	font-family:Arial, Helvetica, sans-serif;
	color: #F15522;
	font-size: 13px;
	padding-bottom:0x;
	margin-bottom:0px;
	font-style:italic;
	padding-top:7px;
	margin-top:7px;
}

table.diaryfortnight td.spacer {
	width: 3px;
	background-color: #cccccc;
}

table.diaryfortnight td.content {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/********************************************
	Contact 
*********************************************/
.red {
	color: #FF0000;
}

.green {
	color: #009900;
}

table.contact-container {
	border: 1px solid #B2D642;
}

table.contact {
	border-color: #FFFFFF;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
}

table.contact td {
	border-color: #FFFFFF;
    border-width: 2px 2px 0 0;
    border-style: solid;
	padding: 7px;
}

table.contact td.label {
	text-align: left;
	vertical-align: top;
	background-color: #C9DD86;
	width: 130px;
}

table.contact td.spacer {
	width: 3px;
	background-color: #B2D642;
}

table.contact td.field {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}

td.submit {
	text-align: center;
	vertical-align: top;
	padding: 8px;
}


/***************************************************************
	Footer
***************************************************************/

#footer {
	height: 91px;
	padding: 0px 24px 17px 24px;
	COLOR: #f4d403;
	font-size: 12px;
	vertical-align:bottom;
	background-image:url(images/footer_bg.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#footer a {	
	COLOR: #f4d403;
	text-decoration:none;
}

#footer p {
	padding:0px;
	margin:0px;
	line-height:20px;
}

#swc {
	float: right;
	vertical-align: top;
	font-size:9px;
	color:#B4D44F;
}

