@charset "UTF-8";
/* CSS Document */
.hide {
	display: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: auto;
	width: 800px;
	color: #552200;
	background-color: #fff;
}
h2 {
	font-size: 12px;
	margin: 0px 0px 7px 0px;
}
.more {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
#main {
	width: 794px; /* was 794 */
	margin: 0px auto;
	padding: 0px;
}
#header {
	height: 110px;
	overflow: hidden;
}
#logo {
	float: left;
	height: 108px;
	border-left: 1px solid #FFF;
}
#webspecial {
	float: right;
	width: 120px;
	padding: 0px;
	margin: 0px;
}
#subhead {
	height: 20px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#topnav {
	height: 19px;
	float: left;
	width: 665px;
	background-color: #295454;
	border-top: 1px solid #112323;
	border-bottom: 1px solid #112323;
}
	#topnav ul, .topnav {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		height: 19px;
	}
		#topnav li {
			text-align: center;
			float: left;
			padding: 4px 17px 0px 25px;
			text-transform: uppercase;
			display: block;
		}
			#topnav li a {
				color: #CCCCCC;
				text-decoration: none;
			}
	#topnav a:hover{
		color: #FFFFFF;
	}
	
#contactNav {
	height: 21px;
	float: right;
	margin-left: 5px;
	width: 120px;
	background-image: url(images/contact_us_btn.gif);
	background-repeat: no-repeat;
}
	#contactNav  ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		height: 19px;
	}
		#contactNav  li {
			height: 19px;
			text-align: center;
			float: left;
			padding: 5px 17px 0px 25px;
			text-transform: uppercase;
			display: block;
		}
			#contactNav  li  a {
				color: #CCCCCC;
				text-decoration: none;
			}
	#contactNav a:hover {
		color: #FFFFFF;
	}

/********  Admin navigation bar **********/
#admin_nav {
	height: 19px;
/*	float: left;*/
	width: 665px;
	background-color: #295454;
	border-top: 1px solid #112323;
	border-bottom: 1px solid #112323;
	margin-bottom: 5px;
	margin-left: 2px;
	font-size: 10px;
	color: #CCCCCC;
}
	#admin_nav ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		height: 19px;
	}
		#admin_nav li {
			text-align: center;
			float: left;
			padding: 4px 17px 0px 25px;
			text-transform: uppercase;
			display: block;
		}
			#admin_nav li a {
				color: #CCCCCC;
				text-decoration: none;
				border-bottom: 1px dotted #fff;
			}
	#admin_nav a:hover{
		color: #FFFFFF;
	}

#content_wrapper {
	float: left;
	padding-left: 2px;
}

#column1 {
	width: 193px;
	float: left;
/*	margin-left: 0px;*/
/*	margin-right: 0px;*/
}
#webcam {
	height: 178px;
}
	#webcam div{
		font-size: 12px;
		font-weight: bold;
		float: left;
		display: block;
		margin: 0px;
/*		padding: 2px 0px 0px 0px;*/
/*		padding-top: 9px;*/
		width: 100%;
		text-align: center;
		vertical-align: middle;
		height: 24px;
		color: #FFFFFF;
		background-color: #875305;
		border-top: 1px solid #520;
		border-bottom: 1px solid #520;
	}
		#webcam a{
			margin-top: 3px;
		}
	#webcam h1{
		font-size: 12px;
		color: #fff;
		display: block;
		margin: 0px;
	}
#column1 .ad {
	height: 54px;
	margin-top: 7px;
	margin-bottom: 8px;
}
#calendar {
	height: 294px;
	width: 192px;
	float: left;
	margin-top: 0px;
	background-image: url(images/calendar_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}

/* COLUMN 2 CSS STYLES -------------------------------------*/
#column2 {
	width: 464px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}
#column2.subpage.image_gallery{
	width: 584px;
}
#column2.subpage {
	background: #fff url('images/subpage_bg.gif') repeat-x;
}
#column2.subpage a{
	border-bottom: 1px dotted #035;
}
#column2.subpage #subpageTabs a {
	border-bottom-style: none;
}
#column2.adminPage {
	width: auto;
}
#column2.subpage.weddings{
	background: #fff;
/*	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
#wedding_top{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.article {
	padding: 16px 10px 0px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 528px;
	overflow: auto;
}
.article h1 {
	text-transform: uppercase;
	margin: 0px;
	font: bold 20px Arial, Helvetica, sans-serif; /* "AlternateGotNo3D", */
}
.article h2 {
	margin: 1em 0em 0em 1em;
}
.article ul {
	list-style: none;
	margin-left: 2em;
	padding-left: 0em;
}
.article li {
	padding-bottom: .5em;
}
#column2.subpage.weddings .article {
/*	border: none;*/
	padding: 0px 10px 0px 5px;
	background-image: url('images/wedding_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
#current_ad {
	height: 240px;
	margin-bottom: 7px;
}
#information {
	height: 294px;
	width: 337px;
	float: left;
	margin-top: 0px;
	background-image: url(images/info_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#subpage_information {
/*	height: 300px;*/
	width: 422px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/subpageInfo_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#subpage_information .containerBottom {
/*	display:block;*/
/*	background-color:#0f0;*/
    background-image: url(images/subpageInfo_bg_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
/*	border-left: 1px solid #f00;*/
/*	border-right: 1px solid #f00;*/
}

#teacher_feature {
	float: left;
	display: block;
	padding: 0px;
	width: 116px;
	height: 294px;
	margin: 0px 0px 0px 7px;
	background-image: url(images/teacher_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
	#teacher_feature h1  {
		font-size: 12px; 
		font-weight: bold;
		float: left;
		display: block;
		margin: 0px;
		padding: 2px 0px 0px 0px;
		width: 116px;
		text-align: center;
		height: 32px; /* default: 17px */
		color: #FFFFFF;
		background-color: #875305;
		border-top: 1px solid #520;
		border-bottom: 1px solid #520;
	}
	#teacher_feature img {
		display: block;
		border: 1px solid #999;
		float: left;
		height: 98px;
		width: 98px;
		margin: 10px 3px 10px 3px;
	}
	#teacher_feature .content {
		border: none;
		padding: 5px;
	}
	#teacher_feature ul{
		list-style: none;
		margin: -5px 0px 0px 0px;
		padding: 0px;
	}
	#teacher_feature ul li{
		margin-bottom: 5px;
	}
	#teacher_feature a {
		border-bottom: 1px dotted #c97;
	}
	
#sidebar {
	background-color: #cce5e5;
	padding-bottom: 5px;
}
#sidebar h2 {
	display: block;
	background-color: #875305;
	background-image: url('/images/side_bar_head_bg.gif');
	background-repeat: repeat-x;
	color: #fff;
	height: 36px;
	position: relative;
}
#sidebar h2 .title {
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#sidebar ul {
	display: block;
	list-style: none inside;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
#sidebar div {
	margin-left: 10px;
	text-indent: -30px;
}
#sidebar li {
	font-weight: normal;
}
table.staff {
	width: 75%;
}
table.staff td{
	vertical-align: top;
}
table.staff ul{
	margin-top: 0px;
/*	padding: 0px;*/
}
.staffList {
	margin-left: 20px;
}
p.listHeader {
	text-decoration: underline;
	margin-left: 7px;
}
#NewsItem{
	float:left;
	margin: 0px;
	padding: 36px;
	width: 600px;
}
	#NewsItem div.content{
		margin: 10px;
		text-indent: 2em;
	}

/* COLUMN 3 STARTS HERE ------------------------------------- */
#column3 {
	float: left;
	width: 120px;
	padding: 0px;
}
#column span{
	margin-top: 7px;
}

/* FOOTER STARTS HERE --------------------------------------*/
#footer {
	font-size: 10px;
	background-color: #E7E7D0;
	display: block;
	float: left;
	clear: both;
	height: 20px;
	margin: 5px 0px 5px 0px;
	width: 100%;
}
#footer ul{
	list-style-type: none;
	height: 19px;
	margin: auto;
	padding-left: 85px;
}
#footer ul li{
	text-align: center;
	display: inline;
	float: left;
	padding: 3px 17px 0px 17px;
}
#footer a{
/*	text-decoration: none;*/
/*	color: #520;*/
}
#footer a:hover{
	text-decoration: underline;
}
#copyright {
	clear: both;
	font-size: 9px;
	color: #520;
	text-align: center;
}

/* FORM STYLES ---------------------------------------- */

.required {
	font-weight: bold;
}

form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
form fieldset {
	margin: 10px;
	background-color: #E7E7D0;
}
form p {
	margin-top: 1px;
	margin-bottom: 1px;
}
legend {
	background-color: #520;
	color: #E7E7D0;
}
form fieldset fieldset {
	border: 1px dotted #520;
}
form fieldset fieldset fieldset {
	float: left;
	width: 475px;
	margin-left: 0px;
	margin-bottom: 7px;
	clear: both;
}
form fieldset.contact_personal{
	border: 0px;
}
fieldset.contact_personal fieldset{
	border: 0px;
	margin-left: -10px;
}
form fieldset.contact_personal legend{
	margin: -1em;
}
span.inlineFields{
	float: left;
	margin-right: 10px;	
}
label, #application p.radioButtons label {
	display: inline-block;
	display: -moz-inline-stack;
/*	width: 10em;*/
	text-align: left;
	margin-right: .5em;
	margin-left: .2em;
}
label span {
	padding: 2px;
}
#application label {
	display: block;
}
#application label.select {
	display: inline;
	width: 195px;
}
input {
	margin-left: 1.5px;
	background-color: #F8F8E9;
}

/* FLASH MESSAGE STYLES --------------------------------------- */
.flash {
	color: #000;
	border: 3px solid #0f0;
	background-color: #afa;
	padding: 5px;
}
.flash.error {
	border: 3px solid #f00;
	background-color: #faa;
}

.horizontal_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 19px;
}
	.horizontal_list li{
		display: inline;
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid #999;
	}

#dbList td, #dbList th{
	padding-right: 16px;
	text-align: left;
}

/* ARTICLE STYLES BEGIN HERE ------------------------------------------*/
#articleList {
	margin-left: auto;
	margin-right: auto;
}
#articleList td {
	border-bottom: 1px solid #E7E7D0;
	padding-top: 5px;
}
#articleList h2 {
	padding-left: 10px;
	font-size: 18px;
	margin: 0px;
}
#articleList p {
	padding-left: 30px;
	margin: 0px;
}
#articleList .more {
	margin-bottom: 5px;
	bottom-border: none;
	font-weight: bold;
}
#tagBox{
	margin-right: auto;
	margin-left: 20px;
	margin-top: 10px;
	width: 70%;
	background-color: #cce5e5;
}
#tagBox h2{
	margin: 0px;
	display: block;
	background-color: #875305;
	background-image: url('/images/side_bar_head_bg.gif');
	background-repeat: repeat-x;
	color: #fff;
	height: 20px;
	position: relative;
}
#tagBox h2 .title {
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#tagBox div {
	padding-bottom: 5px;
}
#tagBox li {
	display: inline;
	padding-right: 5px;
}
#tagCloud {
	margin: 15px;
}
#listOfTags {
	list-style: none;
}
#listOfTags li {
	display: inline; 
	margin-left: 5px;
	background: none;
}
#listOfTags a.used {
	background: #aaaaff;
}





