* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	min-width:983px;
	font-size:0.8em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////// LAYOUT STYLES ///////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
#wrapper {
	margin: 15px auto;
	text-align:left;
	width:983px;
	position:relative;
}
#top_nav {
	height:41px;
	background-image:url(/graphics/top_nav_bg.jpg);
	font-size:11.5px;
	text-transform:lowercase;
	font-weight:bold;
}
#top_left_nav {
	float:left;
	width:774px;
	padding-left:11px;
}
h1 { /* Defaults...*/
	background:url(/graphics/title_green.jpg) no-repeat;
	width:380px;
	height:120px;
	position:absolute;
	left:-4px;
	top:40px;
	font-size:0;
}

.green h1.wide {
	background:url(/graphics/title_green_wide.jpg) no-repeat;
	width:400px;
	height:138px;
	position:absolute;
	left:0px;
	top:40px;
	font-size:0;
}
.green h1 {
	background:url(/graphics/title_green.jpg) no-repeat;
}
.brown h1 {
	background:url(/graphics/title_brown.jpg) no-repeat;
}
.purple h1 {
	background:url(/graphics/title_purple.jpg) no-repeat;
}
h2 {
	font-weight:normal;
	color:#FFE89E;
	text-transform:uppercase;
	font-size:1.4em;
	margin:0 0 2px 20px;
}
h2.title {
	margin:0 0 2px 20px;
}
#content h3 {
	font-weight:normal;
	color:#FFE89E;
	font-size:1.3em;
	margin:10px 0 2px 20px;
}
#middle_content {
	padding-bottom:20px;
}
.green #middle_content {
	background:#1B5F5E url(/graphics/bg_green_pattern.jpg) repeat-x;
}
.brown #middle_content {
	background:#572E00 url(/graphics/middle_bg_brown.jpg) repeat-x;
}
.purple #middle_content {
	background:#49176D url(/graphics/middle_bg_purple.jpg) repeat-x;
}
#content, #content_right {
	float:left;
	overflow:hidden; /* IMPORTANT for ie6 to hold layout */
}
* html #middle_content {
	height:1px;
}
#content {
	width:760px;
}
.purple #content div.thin_column {
	width:403px;
}
.green #content div.thin_column {
	width:403px;
	float:left;
}
.brown #content div.thin_column {
	width:403px;
	float:left;
}
#content_centre {
	float:right;
	margin:0 0 10px 20px; /* if adding to left margin then subtract from .thin_column width as layout will drop in IE6/7 */
}
.green #content_centre  {
	width:330px;
}
.purple #content_centre  {
	width:330px;
}
.brown #content_centre  {
	width:330px;
}
#content_right {
	width:223px;
}
#bottom_articles {
	clear:both;
	background:#007161 url(/graphics/bottom_articles_bg.jpg) repeat-x;
	height:162px;
	padding-top:15px;
}
.template #bottom_articles h3 {
	color:#FFE89E;
	padding-left:20px;
}

#article_left_cont, #article_centre_cont {
	width:380px;
}
#article_right_cont {
	width:223px;
}
#article_left_cont, #article_centre_cont, #article_right_cont {
	float:left;
}
#article_left, #article_centre, #article_right {
	margin:0 20px;
	border:1px solid #FFE89E;
	height:108px;
	background:url(/graphics/bg_green_pattern.jpg) center;
}
#article_centre {
	font-size:0.85em;
}
#admin_box {
	position:absolute;
	top:73px;
	right:223px;
	padding:5px;
	background:#FFCCCC;
	border:1px solid #FF0000;
	border-right:0;
	font-size:0.85em;
	font-weight:bold;
	text-align:center;
	z-index:999;
}
#admin_box a {
	color:#FF0000;
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

/*/////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////// ELEMENT STYLES ///////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
a {
	text-decoration:none;
	color:#7EEA70;;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
#top_nav li {
	display:inline;
	list-style-type:none;
}
#top_nav li a {
	color:#FFFFFF;
	display:block;
	float:left;
	height:29px;
	padding:12px 8px 0px;
	text-decoration:none;
}
#content
			 p {
	padding:5px 20px;
	font-size:0.85em;
}
hr {
	color:#FFE89E;
	background-color:#FFE89E;
	height: 1px;
	margin:2px 20px;
}
em {
	font-style:normal;
	color:#FFE89E;
}
legend {
	color:#FFE89E;
}
form, input, select, button {
	font-size:0.85em;
}
fieldset {
	padding:10px;
}
table form, table input, table select, table button {
	font-size:1.3em;
}
#article_left_cont p, #article_centre_cont p {
	padding:10px 0 0 10px;
}
#article_left_cont a, #article_centre_cont a {
	color:#FFE89E;
}
#article_centre_cont a strong {
	color:#FFFFFF;
}
#article_centre_cont em strong {
	color:#FFE89E;
}
#content ul {
	margin: 0 20px;
}
#content ul {
	font-size:0.85em;
}
#content li {
	list-style-position:inside;
}
table {
	font-size:85%;
}
#content table {
	margin-left:17px; /* 20px indent made up with 3pd padding below */
}
td, th {
	padding:1px 3px;
}
th {
	text-align:center;
}
#admin_menu {
	text-align:right;
	font-size:0.85em;
	font-weight:bold;
}
#admin_content {
	padding:0 20px;
}
#admin_content label {
	margin-bottom:5px;
}
#admin_content h2 {
	margin-left:0;
}
#admin_menu ul {
	padding-top:5px;

}
#admin_menu li {
	display:inline;
	list-style-type:none;
}
#admin_menu li a {

	padding:5px 10px;
	background:#FFCCCC;
	color:#FF0000;
}

/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

/*/////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////// TEXT STYLES ////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/
#top_nav li a:hover, #top_nav li a.current_page  {
	color:#FFE89E;
}
#top_nav li a:hover {
	text-decoration:underline;
}
.mailing_list_text {
	border:1px solid #666666;
	padding:1px 5px;
	color:#666666;
	width:133px;
	margin:10px 0 10px 0;

}
.mailing_list_button {
	background:none;
	border:0;
	color:#7EEA70;
	text-align:left;
}
.mailing_list_button:hover {
	text-decoration:underline;
}
.lowercase {
	text-transform:lowercase;
}
.clearfix {
	clear:both;
}
.module_img {
	float:right;
	margin-left:5px;
}
* html .right_article_img {
	right:-13px;
	behavior: url(/cssfiles/iepngfix.htc); /* PNG fix for IE6 */
}
.middle_article {
	border:1px solid #FFE89E;
	padding:11px;
	margin:17px 17px 9px 17px;
}
.right_article_img {
	position:absolute;
	right:0px;
	margin-top:-40px;
	margin-right:10px;
}
* html .right_article_img {
	margin-right:20px; /* adjustment for IE6 */
}
.middle_article_last {
	margin-top:0;
	margin-bottom:0;
}
.middle_article h3 {
	text-transform:lowercase;
	font-size:1.3em;
}
.middle_article p {
	font-size:0.85em;
	padding:5px 0 0;
}
.offscreen {
	position:absolute;
	left:-5000px;
}	
form.article_form {
	padding:10px;
}
.events_big {
	border:1px solid #FFE89E;
	margin:17px 0 7px;
}
.events_small {
	border:1px solid #FFE89E;
	float:left;
	margin-bottom:7px;
}
.events_small_middle {
	border:1px solid #FFE89E;
	float:left;
	margin:0 7px;
}
.border {
	border:1px solid #FFE89E;
}
.larger {
	font-size:1.2em;
}
#article_left {
	font-size:0.85em;
}
.news_scroller_title {
	font-weight:bold;
	color:#FFFFFF;
	margin-top:10px; /* do not change these as the events will not scroll consistently */
}
.news_scroller_desc {
	font-weight:bold;
	color:#FFE89E;
	margin: 10px 10px; /* do not change these as the events will not scroll consistently */
	padding-bottom:0px;

}
.standard_form {
	margin:10px 20px;
}
.standard_form .checkbox {
	margin:0px 5px;
}
.standard_form .text {
	width:250px;
	padding:1px 3px;
}
.standard_form .submit {
	margin:3px 0;
	padding:1px 3px;
}
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

div.error {
	background:#FFCCCC;
	border:1px solid #CC0000;
	margin:10px 0;
}

div.error p {
	color:#CC0000;
	text-align:center;
}
#footer {
	padding:10px 20px;
	color:#000000;
	font-size:0.85em;
}
#footer a {
	color:#007161;
}

.sub_nav {
	clear:left;
	border:1px solid #FFE89E;
	background:url(/graphics/bg_green_pattern.jpg) center;
}
.sub_nav h2 {
	margin:0;
	padding:5px 20px;
	font-weight:bold;
	background:#144748;

}
.sub_nav ul {
	list-style-type:none;
	margin: 0 !important;

}
.sub_nav li {
	
}
.sub_nav li a {
	display:block;
	padding:4px 20px;
	margin:0;
	color:#FFFFFF;
	border-top:1px solid #FFE89E;
	font-weight:bold;
	list-style-position:outside; /* not sure why this works on the a element on IE but it works! */
}
.sub_nav li a:hover {
	background:#005852;
}
.wedding_menu {
	width:185px;
	float:left;
	border:1px solid #FFE89E;
	margin:10px 5px;
}
.wedding_menu p {
	padding:5px 10px !important;
	margin:0;
}
.wedding_menu h3 {
	margin:5px 10px 0 !important;
}
.wedding_menu_left {
	clear:left;
	margin-left:10px;
}
.med_label {
	display:block;
	float:left;
	clear:left;
	width:80px;
	height:20px;
}
.long_text {
	width:290px;
}

.left_menu, .right_menu {
	clear:both;
}
.left_menu img {
	float:left;
	margin:0 10px 10px 20px;
}
.right_menu img {
	float:right;
	margin: 10px 0 0 10px;
}
.news_item {
	background:#005C57;
	border-top:1px dotted #FFE89E;
	border-bottom:1px dotted #FFE89E;
	padding-bottom:5px;
}
.news_item img {
	margin-bottom:5px;
}
.news_item h3 {
	font-weight:bold !important;
}
.ticker_holder {
	position:relative;
	width:248px;
	height:85px;
	overflow:auto;
}
.ticker_holder li {
	list-style-type:none;
	padding:8px 10px;
	width:238px;
	font-weight:bold;
}

ul.two_column_list {
	width:350px;	
}

ul.two_column_list li {
	width:175px;
	float:left;	
}
#google_maps_embed {
	margin-top:17px;
	border:1px solid #FFE89E;
}
#google_maps_embed iframe {
	border:0;
	border-style:none;
	border-spacing:0;
	overflow:hidden;
}
#google_maps_embed * {
	overflow:hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


input{
	/*width:150px;*/
	line-height:1em;
	font-size:0.85em;
	font-family:Helvetica, Verdana, Sans-Serif;
	border:1px solid #000;
	padding:3px;
}

.submit{
	width:100px;
	line-height:1em;
	font-size:1em;
	font-family:Helvetica, Verdana, Sans-Serif;
	border:1px solid #000;
}

fieldset{  
	float:left;  
	clear:left;  
	width:45%;  
	margin:0 0 10px 15px;  
	padding:0;
	border:0 none #FFF;
}

legend{  
	margin-left:1em;  
	color:#000000;  
	font-weight:bold;
	visibility:hidden;
}

fieldset ol{  
	padding:5px 5px 0 5px;  
	list-style:none;
}

fieldset li{  
	float:left;  
	clear:left;  
	width:100%;  
	padding-bottom:5px; 
}

fieldset.submit{  
	float:none;  
	width:auto;  
	border:0 none #FFF;  
	padding-left:168px; 
}

#update label {  
	float:left;  
	width:100px;  
	margin-right:5px;
	font-size:1em;
	font-family:Helvetica, Verdana, Sans-Serif;
}

.hidden{
	visibility:hidden;
	padding:0px;
	margin:0px;
	height:1px;
	width:1px;
}