body{
	background: white url('images/castlehill.jpg') no-repeat;
	font: normal 100% tahoma, helvetica, sans-serif;
	color: black;
}

p, li{line-height: 1.375em;}

a:link{	color: #182b64; text-decoration: none; border-bottom: 1px dotted;}
a:visited{	color: #283b74;}
a:hover{	color: #ffc84d;}
a:active{	color: #ffc84d;}

h4{
	font-weight: normal;
	color: #182b64	
}



sub{
	font-size: 0.5em;
}

#header{
	background: url('images/titleback.png') no-repeat top right;
	height: 187px;
	text-align: right;
}

h1{
	background: url('images/waves.png') repeat-x bottom center;
	display: block;
	height: 187px;
	font: bold 20px Georgia, serif;
	color: #182b64;
}

h1 img{
	margin: 12px 27px 0 0;
}

#wrapper2{
	margin: 6px 0;
	background: url('images/sidebarback.png') repeat-y right;
}

#wrapper{
	padding: 0 196px 0 197px;
	word-spacing: 1px;
	background: url('images/sidebarback.png') repeat-y;
}

#wrapper .sidebar{
	background: #ffc84d url('images/yellowpanel.jpg') no-repeat;
	min-height: 538px;
	position: relative;
	float:left;
}


#sidebar1{
	width: 196px;
	right: 197px;
	margin-right:-100%;
}

#sidebar2{
	width: 196px;
	margin-right:-100%;
}

#content{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;

}



/*----------------Drop Down Menu--------------*/

#menu ul, #menu ul ul{	list-style: none;
	background: white;}

#menu{
	background: white;
	display: block;
	width: 174px;
	margin:10px;
	position:relative;
	z-index:2;
}
#menu ul a{	color: #1c2f66;
	display: block;	width: 155px;
	font: normal 0.9375em Verdana, sans-serif;
	text-decoration: none;
	padding: 9px 0 6px 15px;
	border: 0;
	overflow: hidden;
}#menu ul li{
	background: white;	float: left;	width: 174px;
	border: solid #ffbe33;
	border-width: 0 1px;

}

#menu li.first-child{
	background: white url('images/topmenu.png') no-repeat;
	border: 0;
	width: 176px;
}

#menu li.last-child a{
	background: url('images/botmenu.png') no-repeat bottom left;
	border: 0;
	width: 176px;
	margin-left:-1px;
	padding-bottom: 8px;

}

#menu li a li a{
	position:relative;
	z-index:3
}

#menu li.last-child li a{
	background: transparent;
}

#menu li.last-child li.last-child a{
	background: url('images/botmenu.png') no-repeat bottom left;
}

#menu li.last-child{
	margin-bottom: 10px;
}

#menu ul li.nth-child-odd{
	background-color: #fff9ec;
	border-top: 0;
}

#menu ul li.nth-child-1{	background-color: #ffefce;
}
#menu ul li.nth-child-3{
	background-color: #fff4db;
}
#menu ul li.nth-child-5{
	background-color: #fff8e8;
}

#menu a:link{ color: #1c2f66 }
#menu a:visited{ color: #0c1f56 }
#menu a:hover{ color: #ffda69 }
#menu a:active{ color: #ffdd33 }

#menu ul li ul {	position: absolute;	width: 176px;	left: -999em;
	margin: -2em 0 0 167px;}#menu ul li:hover ul {	left: auto;}

#menu ul li:hover ul, #menu ul li.sfhover ul {	left: auto;
}

#menu ul ul{
	border: 1px solid #ffbe33;
	padding: 0;
	position:relative;
	z-index:3
}

#menu ul ul li{
	position:relative;
	z-index:3
}

#menu ul ul li.last-child{
	margin-bottom: 0px;
}

#menu ul ul li.nth-child-odd{
	background-color: #fff9ec;
}


/*----------------Side Bar--------------*/


.sidebarblock{
	clear: both;
	background: white url('images/supernewsback.jpg') repeat-x top left;
	display: block;
	width: 174px;
	margin: 0 10px 12px;
	border: solid #ffbe33;
	border-width: 0 1px;
}

.sidebarblock .rc1{
	background: url('images/topmenu2.png') no-repeat;
	margin: 0 -1px;
	padding: 0;
	width: 176px;

}


.sidebarblock .rc2{
	background: url('images/botmenu2.png') no-repeat bottom left;
	width: 152px;
	font-size: 0.875em;
	padding: 8px 12px 6px 12px;

}

.sidebarblock li{
	padding: 8px 0;
}

.sidebarblock img{
	padding: 0 4px 0 0;
}

p.quote{
	clear: right;
	background: url('images/quote.png') no-repeat;
	text-indent: 37px;
	padding: 15px 0 5px 0;
}

.sidebarblock h4{
	padding: 2px 0;
}


/*----------------Content----------------*/

img.illust, img.test{
	clear: right;
	display: block;
	border: solid 1px black;
	width: auto;
	padding: 0;
	margin: 10px 11px 0 2px;
}

img.test{
	margin: 5px 0 0 2px;
}

img.left{
	float: left;
}

img.right{
	float: right;
}

#content p, #content li{
	font-size: 0.875em;
	padding: 20px 20px 0;
}

#content .nth-child-3{
	clear: none;
}

#content .nth-child-3 .nth-child-3{
	clear: left;
}

#content ul{
	margin-left: 28px;
}
#content ul li{
	margin-left: 18px;
	padding: 20px 20px 0 2px;
	list-style: square;
	list-style-image: url('images/bullet2.png');
}

#content ol li{
	margin-left: 30px;
	padding: 20px 20px 0 2px;
	list-style: decimal;
	list-style-image: none;
}

#content h4{
	margin: 10px 0 0 10px;
	display: block;
	font-size: 1.0em;
}

.drop{
	display: block;
}

/*----------------Dynamic news----------------*/


div.supernews{
	background: white url('images/supernewsback.jpg') repeat-x top left;
	border: 1px solid #ffbe33;
	margin: 11px 12px 11px 11px;
}

div.supernews div.rc1{
	background: url('images/SnewsTL.png') no-repeat top left;
	margin: -1px -1px -1px -1px;
}
div.supernews div.rc2{
	background: url('images/SnewsTR.png') no-repeat top right;
}
div.supernews div.rc3{
	background: url('images/SnewsBL.png') no-repeat bottom left;
}
div.supernews div.rc4{
	background: url('images/SnewsBR.png') no-repeat bottom right;
	min-height: 150px;
	padding-bottom: 20px;
	overflow: auto;

}



div.news{
	background: white;
	border: 1px solid #182b64;
	margin: 11px 12px 11px 11px;
}

div.news div.rc1{
	background: url('images/newsTL.png') no-repeat top left;
	margin: -1px -1px -1px -1px;
}
div.news div.rc2{
	background: url('images/newsTR.png') no-repeat top right;
}
div.news div.rc3{
	background: url('images/newsBL.png') no-repeat bottom left;	
}
div.news div.rc4{
	background: url('images/newsBR.png') no-repeat bottom right;
	padding-bottom: 20px;
	overflow: auto;
}

p.date, span.date{
	font: normal 0.75em tahoma, helvetica, sans-serif;
	color: #182b64;
}

#content p.date{
	clear:left;
	font-size: 0.625em;
}

div.news h3{
	background: url('images/newheaderleft.png') no-repeat;
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	height: 29px;
}

#content h3 a, #content h4{
	font: italic normal 1.25em georgia, serif;
	letter-spacing: 1px;
	text-decoration: none;
	border: 0;
}

div.news h3 a{
	background: url('images/newheaderright.png') no-repeat top right;
	padding: 4px 10px 0 8px;
	display: block;
	height: 29px;
	border: 0;
}

div.news img{
	border: 1px solid black;
	margin: 30px 20px 10px;
}

#content div.news li{
	clear:left;
	padding-top:10px;
}

div.news li p{
	padding: 8px 8px 16px 40px;
}

div.news ul{
	clear: left;
}

div.news h4{
	margin: 4px 10px 0 8px;
	display: inline;
}

div.news h4 a{
	font: italic normal 1.25em georgia, serif;
	padding: 0;
	letter-spacing: 1px;
	display: inline;
	line-height: 1.2em;
}

a.newsarchive{
	font: normal 0.625em tahoma, helvetica, sans-serif;
	padding: 8px 20px 0 20px;
	display: block;
	float: left;
	background: url('images/paper.png') no-repeat bottom right;
	border: 0;
}

div.news h4 a:hover,a.newsarchive:hover{
	color: #ffda69;
}


/*----------------Footer----------------*/

#footer{
	background: white url('images/footertop.png') repeat-x top left;
	clear:both;
	padding: 16px 0 10px;
	position: relative;
	z-index:1;
	width: auto;
}

#footer ul{
	display: block;
	width: 80%;
	text-align: center;
	margin: auto;
}

#footer ul li{
	display: inline;
	margin: 0 2px;
	line-height: 1.0em;
}


#footer ul ul{
	display: none;
}

#footer a{
	color: #1c2f66;
	padding: 1px 1px 1px 13px;
	font: normal 0.875em Verdana, sans-serif;
	background: url('images/bullet.png') no-repeat left 4px;	
	white-space: nowrap;
}

#footer a:link{text-decoration: none}
#footer a:visited{text-decoration: none}
#footer a:hover{text-decoration: underline}
#footer a:active{color: #ffc84d}


#footer span{
	padding: 6px 0 0;
	font-size: 0.625em;	
	display: block;
	text-align: center;
	text-transform: uppercase;
}

#footer span a{
	background: url('images/tinycivlogo.png') no-repeat left 2px;
	padding-left: 16px;
	font: small-caps;
	text-transform: none;
}

/*--------------Calendar---------------*/

#gcal{
	background: white url('images/botcal.png') bottom left no-repeat;
	display: block;
	width: 176px;
	margin:10px;
	padding: 0 0 5px;
	font-size: 0.875em;
}

#gcal div{
	background: none;
	width: auto;
}

#gcal h4{
	background: white url('images/topmenu.png') top left no-repeat;
	padding: 10px;
}

#gcal li{
	padding: 5px 10px 5px;
	font-size: 0.75em;	
}

#gcal li.link{
	padding-top: 5px;
	font-size: 1em;
	background: #fff9ec;
	margin: 0 1px;
	border-top: 1px solid #ffbe33;
}

#gcal li.link a:link{ color: #1c2f66 }
#gcal li.link a:visited{ color: #0c1f56 }
#gcal li.link a:hover{ color: #ffbe33 }
#gcal li.link a:active{ color: white }

/* Profile Elements */

div.profile img{
	display: block;
	border-width:2px;
	margin: 8px 12px 0;
}

div.profile img.icon{
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
}

div.profile img.icondrop{
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
	float: none;
	display: block;
}

div.profile h3{
	margin-bottom: 3px;
}

#content div.profile li{
	font-size: 0.875em;
	padding: 2px 10px 2px 0;
	line-height: 1.1em;
	list-style: none;
}
div.profile li span{
	font-weight: bold;
	color: #1c2f66;
}

div.profile{
	width: 300px;
	margin: 11px;	
    display: -moz-inline-stack;
    display: inline-block;
	float: none;
}

div.profile.nth-child-odd{
	clear: both;
}

#content ul{
	margin-left:6px;
}

ul.contact{
	padding-top:10px;
}

ul.contact a{ 
	text-decoration: none;
	color: #1c2f66;
	border-bottom: 1px dotted #1c2f66;
	clear: right;
}

ul.contact a:link{ border-bottom: 1px dotted #1c2f66; }
ul.contact a:visited{ border-bottom: 1px dotted #1c2f66; }
ul.contact a:hover{ border-bottom: 1px dotted #ffd765; }

/* Memberlist */

#memberlist{
	border: solid #ffce57;
	clear: left;
	width:85%;
	margin: 40px auto;
	border-width: 0 1px;
}

#memberlist td{
	border: solid #ffce57;
	background: url('images/supernewsback.jpg');
	padding: 3px;
	font-size: 0.75em;
	border-width: 1px 0;
}

#memberlist tr.nth-child-even td{
	background: white;
}

#memberlist tr.group td{
	background: #ffce57;
	padding: 5px 10px;
	font-size: 1em;	
}

div.search{	display: block;	clear: left;	font: normal 0.75em sans-serif;	padding: 5px 0 0 10px;}#memberlist tr.group a:hover{	color: white;}


td.phone{
	white-space:nowrap;
}

#content #memberlist a{
	background: url(images/web.png) no-repeat right;
	padding: 1px 18px 1px 0;
	border: 0;
}



/* application */
	label{
		display: block;
		width: 25em;
		text-align: right;
	}
	label input{
		margin-left: 4px;
	}
	#content ul.form li{
		list-style:none;
	}
	div.questionaire{
		border: solid 1px #ffc84d;
		margin: 15px;
		background: #fffdf6;
		padding-bottom: 10px;
	}
	div.questionaire textarea{
		display: block;
		width: 300px;
	}
	button.submit{
		background: #fffdf6 url('images/email_open.png') no-repeat 4px center;
		padding: 3px 3px 3px 24px;
		border: #ffc84d outset 1px;
		margin: 20px auto 10px;
		display: block;
	}
	
	button.submit:hover{ background-color: #ffd86d	}

	a.PDFDownload{
		background: url('images/folder_table.png') no-repeat;
		padding-left: 18px;
		margin: 10px 40px;
		display: block;
		float: left;
		clear: left;
	};