/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline: none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {
	background: url(./images/header_bg_repeat.png) repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #271600;
}

html {background: url(./images/bg.jpg) no-repeat top center fixed;}

a {color: #b4150f; display: inline-block;}
a:hover {text-decoration: none;}

h1, .ContentHeader {font-size: 21px; color:;}
h2, .ContentSubHeader, .SidebarLabel {font-size: 18px; color:; .line-height: 1.2em;}
h3 {font-size: 14px; color:;}

h1, .ContentHeader, h2, .ContentSubHeader, .SidebarLabel, h3 {.margin-top: 20px;}

.HRule, hr {height: 1px; background: #f7e5d6; color: #f7e5d6; border: none;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {
	font-size: 12px;
	min-height: 100%; 
	height: auto !important;
	height: 100%; width: 980px;
	margin: 0 auto -210px;
}

	#topbar {height: 30px; width: 980px; position: relative;}
	
	#header {height: 170px; width: 980px; position: relative;}
	
		#flashbox_wrap {height: 170px; width: 600px; position: absolute; right: 0;}
		
	#navbar_container {height: 40px; width: 980px; position: relative;}
	
		#navbar {float: left; height: 40px; width: 700px;}
	
		#search {
		background: url(./images/search_bg.png); 
		height: 40px; width: 240px; 
		position: absolute; right: 0;
		}
		
	#primary {background: url(./images/primary_bg.png); float: left; height: auto; width: 980px;}
	
		#leftcol {float: left; height: auto; width: 240px;}
		
		#main {float: left; height: auto; width: 462px; padding: 20px 19px 0;}
		
		#rightcol {float: right; height: auto; width: 240px;}
		
	#primary_bottom {
	background: url(./images/primary_bottom.png); 
	clear: both; 
	height: 30px; width: 980px; 
	margin-bottom: 20px;
	}
	
	#push {clear: both; height: 210px;}
	
	#footer_container {background: url(./images/footer_bg.png) repeat-x; height: 210px; width: auto;}
	
		#footer {
		color: #fff5ec;
		font-size: 12px;
		height: 210px; width: 980px; 
		margin: 0 auto;
		}

/*------------------ Sub-Page --------------------*/

#sub_primary {background: url(./images/sub_primary_bg.png) repeat-y; float: left; height: auto; width: 980px;}

	#sub_primary_sans_sidebar {background: url(./images/sub_primary_sans.png) repeat-y; float: left; height: auto; width: 980px;}

	#sub_main {float: left; height: auto; width: 700px; padding: 20px 20px 0 20px;}
	
		#sub_main_sans_sidebar {float: left; height: auto; width: 940px; padding: 20px 20px 0 20px;}
	
	#sidebar {float: right; height: auto; width: 200px; padding: 20px;}
	
		#no_sidebar {display: none;}
	
#sub_primary_bottom {
	background: url(./images/sub_primary_bottom.png); 
	clear: both; 
	height: 30px; width: 980px; 
	margin-bottom: 20px;
}

	#sub_primary_sans_bottom {
	background: url(./images/sub_primary_sans_bottom.png); 
	clear: both; 
	height: 30px; width: 980px; 
	margin-bottom: 20px;
}

#breadcrumbs {
    background: #f7e5d6;
    margin: 0 0 20px 0;
	min-height: 20px;
	padding: 10px;
}

/* --------------- Buttons ----------------*/

.view_all_red {
	background: url(./images/button_all_red.png);
	display: block;
	height: 30px; width: 70px;
	text-indent: -9999px;
}

.view_all_beige {
	background: url(./images/button_all_beige.png);
	display: block;
	height: 25px; width: 65px;
	text-indent: -9999px;
}

	.view_all_red:active {background-position: bottom;}
	.view_all_beige:active {background-position: bottom;}

/*--------------------------------------------------
-------------------- Topbar ------------------------
--------------------------------------------------*/

#address {color: #fff; display: block; position: absolute; top: 4px; left: 10px;}

#login {color: #381c06; display: block; position: absolute; top: 4px; right: 10px;}

/*--------------------------------------------------
-------------------- Header ------------------------
--------------------------------------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 90px; width: 290px;
	margin: 40px 0 0 0;
	position: absolute;
	text-indent: -9999px;
}

/*--------------------------------------------------
--------------- Navbar Container -------------------
--------------------------------------------------*/

#search fieldset {border: 0; margin: 0;}

.search_field {
	background: none;
	border: 0;
	color: #fff;
	width: 165px;
	margin: 4px 0 0 25px;
	padding: 0;
}
.submit_button {
	background: none;
	border: 0;
	color: #ddd;
	cursor: pointer;
	height: 30px; width: 30px;
}

/*--------------------------------------------------
-------------------- Leftcol -----------------------
--------------------------------------------------*/

/* ------ Service Times -----*/

#services {height: auto; width: 200px; padding: 0 20px;}

	#services h2 {
		background: url(./images/header_services.png) no-repeat;
		height: 40px; width: 200px;
		text-indent: -9999px;
	}
	
	#mini_map {
		background: #f7e5d6;
		height: 120px; width: 190px;
		margin: 20px 0 0;
		overflow: auto;
		padding: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	}
	
/* ------- Recent Blogs ------- */

#blogs {height: auto; width: 240px; position: relative;}

	#blogs h2 {
		background: url(./images/banner_blogs.png) no-repeat;
		height: 60px; width: 250px;
		margin-left: -10px;
		text-indent: -9999px;
	}
	
	#view_all_blogs {position: absolute; top: 10px; .top: 30px; right: 10px;}
	
	#blog_list, #event_list {
		list-style: none;
		margin-left: 20px;
		padding: 0;
		width: 200px;
	}
	
		#event_list {margin: 0;}
	
		#blog_list li, #event_list li {margin-bottom: 20px; overflow: hidden;}
		
			#blog_list li a, #event_list li a {
			color: #271600;
			display: block;
			font-weight: normal;
			height: 60px;
			overflow: hidden;
			width: 200px;
			text-decoration: none;
		}
		
			#blog_list li a:hover, #event_list li a:hover {color: #d7312b;}
		
	.list_date3 {
		background: url(./images/date_circle.png);
		color: #271600;
		display: block;
		float: left;
		font-weight: bold;
		height: 40px; width: 48px;
		margin: 0 10px 0 0;
		padding: 20px 0 0 12px;
	}
		
	#blog_list .list_title, #event_list .list_title {display: block; font-weight: bold;}
	
	.list_author {color: #d7b69a; font-size: 12px; font-variant: small-caps; text-transform: lowercase;}
	.list_location1 {color: #d7b69a; display: block; font-size: 12px; font-variant: small-caps; text-transform: lowercase;}
	
	.list_row_number {display: none;}

/* -------- Social Media ------ */
	
#social_media {
	background: #f7e5d6;
	height: 70px; width: 200px;
	margin: 20px;
	padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

	#social_media li {display: inline; float: left; margin: 12px 8px 0 10px;}
	#social_media li a {display: block; height: 48px; width: 48px;}
	
#rss_large {background: url(./images/icon_rss_large.png);}
#facebook_large {background: url(./images/icon_facebook_large.png);}
#twitter_large {background: url(./images/icon_twitter_large.png);}

/*--------------------------------------------------
---------------------- Main ------------------------
--------------------------------------------------*/

/* ------ Video ----------*/

#video {
	background: #f7e5d6;
	border: 1px solid #fff5ec;
	height: 345px; width: 460px;
	overflow: hidden;
		box-shadow: 0 0 5px rgba(0,0,0,.3); 
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); 
}

	#video p {visibility: hidden; position: absolute; margin: 0;}

/*---------- Welcome ----------*/

#welcome {height: auto; width: 462px;}

	#welcome h2 {
		background: url(./images/header_welcome.png) no-repeat;
		height: 50px; width: 330px;
		text-indent: -9999px;
	}
	
	#button_first_time {
		background: url(./images/button_first_time.png) no-repeat;
		float: right;
		height: 125px; width: 125px;
		margin: -60px 0 0 10px;
		text-indent: -9999px;
	}
	
/*---------- Image Links ----------*/

#image_links {
	list-style: none;
	.margin: 20px 0 0 0;
	padding: 0;
}

	#image_links li {display: inline; float: left;}
	#image_links li a {
		border: 1px solid #fff5ec;
		display: block;
		height: 100px; width: 220px;
		text-indent: -9999px;
			box-shadow: 0 0 5px rgba(0,0,0,.3); 
			-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	}
	
	#image_link1 {background: url(./images/image_link1.jpg); margin-right: 18px;}
	#image_link2 {background: url(./images/image_link2.jpg);}

/*--------------------------------------------------
------------------ RightCol  -----------------------
--------------------------------------------------*/

/* --------- Events -------- */

#events {height: auto; width: 200px; padding: 0 20px; position: relative;}

	#events h2 {
		background: url(./images/header_events.png) no-repeat;
		height: 40px; width: 200px;
		text-indent: -9999px;
	}
	
	#view_all_events {position: absolute; top: 0; .top: 20px; right: 20px;}
	
/* --------- Links -------- */

#links {height: auto; width: 240px; position: relative;}

	#links h2 {
		background: url(./images/banner_links.png) no-repeat;
		height: 60px; width: 250px;
		text-indent: -9999px;
	}
	
	#links_container {height: auto; width: 200px; margin-left: 20px;}
	
/* --------- Photos -------- */

#photos {height: auto; width: 240px; position: relative;}

	#photos h2 {
		background: url(./images/banner_photos.png) no-repeat;
		height: 60px; width: 250px;
		text-indent: -9999px;
	}
	
	#view_all_photos {position: absolute; top: 10px; .top: 30px; right: 0;}
	
	#featured_photo_gallery {
	display: block;
	height: 300px; width: 220px;
	margin-left: 20px;
	overflow: auto;
}

	#featured_photo_gallery a {
	border: 5px solid #f7e5d6; 
	display: block; 
	float: left; 
	height: 50px; width: 50px; 
	margin: 0 10px 10px 0; 
	overflow: hidden; 
	position: relative;
	}
	
		#featured_photo_gallery a:hover {border: 5px solid #d7312b;}
	
		#featured_photo_gallery a img {position: absolute; top: -10px; left: -10px;}
	
#featured_photo_gallery .list_title {display: none;}

/*--------------------------------------------------
------------------   Footer  -----------------------
--------------------------------------------------*/

#mini_site_map {
	display: inline; 
	float: right; 
	height: 140px; max-width: 645px; 
	margin-top: 30px; 
	overflow: hidden;
}

	#mini_site_map ul {
	border-right: 1px solid #391d05; 
	display: inline; 
	float: left; 
	height: 140px; width: 120px;
	list-style: none; 
	margin: 0; 
	padding: 0 20px;
	}
	
		#mini_site_map ul:last-child {border: 0;}
	
	#mini_site_map ul li {.list-style-position: outside;}
	
	.mini_sitemap_list_first {margin: 0 0 20px;}
	.mini_sitemap_list_first a {color: #b4150f; font-weight: bold; text-transform: uppercase;}
	.mini_sitemap_list {color: #fff5ec; font-weight: normal; text-decoration: none;}
	.mini_sitemap_list:hover {text-decoration: underline;}

#copyright {display: inline; float: left; margin: 30px 0 0 20px; width: 230px;}
#footer_icons a {padding-right: 5px;}

/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999; 
}
.menu li {float: left;}
.menu li:hover {position: relative; z-index: 1999;}
.menu li:hover>ul {display: block; position: absolute;}
.menu ul li {clear: both; display: block;}

/* first level vertical centering */
.menu .cssnavlevelone {height: 40px; vertical-align: middle;}
img.cssnavlevelone {border: 0px;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {display:none;}
/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}
/* 3rd+ level */
.menu li ul li ul {margin-left: 172px; margin-top: -32px;}

/* ------- Menu Styling ----------*/

/* 1st level (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	border-left: 1px solid #740706;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}

a.first {border-left: 0;}

/* 2nd level */
.menu li ul li a {
	background: #8a0e0b;
	border-top: 1px solid #a51611;
	border-left: 1px solid #a51611;
	border-bottom: 1px solid #740706;
	border-right: 1px solid #740706;
	font-size: 12px;
	font-weight:normal; 
	padding: 5px 10px 5px; 
	width: 150px; 
}

/* first level rollovers */
#navbar li:hover>a {
	background: #8a0e0b;
	cursor: pointer; 
	display: block; 
	text-shadow: 0 0 3px #000;
}

	a.active {background: url(./images/nav_button_hover.jpg); color: #fff;}

/* submenu rollovers (if desired) */
#navbar li ul li:hover>a, #navbar li ul li:hover>a.firstsubitem {
	background: #a51611; 
	cursor: pointer; 
	display: block;
}

/*---------- ie6 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:; color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #bbb; color: #ffffff;}

* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-9px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:9px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;} * html .menu a:hover table table iframe {visibility:hidden;} * html .menu a:hover ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;} * html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} * html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;} * html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;} * html .menu a:hover ul a:hover ul {visibility:visible;} * html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;} * html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} * html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #271600;
    color: #fff;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #271600;
    color: #fff;
    width: 200px;
    font-size: .75em;
    display: inline-block;
    padding: 10px 15px;
}

.CalOverTitle {font-weight: bold; color: #b4150f;}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #333; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#maincal {display: block;}
#mainCal td {font-size: 12px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1.2em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1.2em;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1.2em;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color:#271600; z-index: 1;}

/* --- Inside Each Day --- */

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 3px;}

.ToDay {background: #f7e5d6;}
.WeekendDay, .WeekDay {background: #f7e5d6;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #271600;}

.ColumnHeader {color: #fff; background: #271600; font-weight: bold; padding: 5px;}

/*--------------------------------------------------
---------------- GLOBAL FRONT END ------------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #f7e5d6; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #f7e5d6; border: 1px solid #f7e5d6;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #271600;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 5px; vertical-align: middle;}

.PicOff, .PicOn {margin: 5px; vertical-align: middle;}
.PicOff {border: 5px solid #f7e5d6;}
.PicOn {border: 5px solid #b4150f;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table.contentTable, table.itemTable {width: 100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #f7e5d6; text-align: left;}
.contentTable th {color: #271600; border-bottom: 2px solid #f7e5d6; text-align: left;}
.contentTable th strong, .itemTable th strong {font-size: 100%;}
.contentTable th span {font-size: 100%; font-weight: normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding: 5px;}
.itemTable th {
	border-bottom: 1px solid #f7e5d6;
	color: #271600;
	padding-right: 20px;
	text-align: right;  
	width: 100px;
}
.tdcheckbox {text-align: center; width: 75px;}
 
fieldset {border: 1px solid #f7e5d6; margin: 20px 0; padding: 0px;}
fieldset div {padding: 20px;}
fieldset legend {color: #271600; font-weight: bold; margin: 0 0 0 20px; }

.borderbox {border: 1px solid #f7e5d6; padding: 5px;}

.iconlink {margin:0px 2px;display:inline;border:none;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	margin:1px; 
	padding: 0px 7px; 
	overflow: visible; 
	vertical-align: middle; 
}
.smallbutton, .smallselect, .smallinput {font-size: 10px; font-weight: normal; padding: 2px; text-transform: uppercase;}
.smallinput {background-image: none;}
.smallbutton, .submitbutton {cursor: pointer;}
.smallselect {border: none;}

#editorbg>td {background: #fff;}
#editorbg td {color: #000;}

#help, .help {background-color: #FFFFCC; border: 2px solid #dddb54; margin-bottom: 10px; padding: 10px;}
#help ol {margin-top: 3px; margin-bottom: 3px;}
#error, .error {background-color: #FBE3E4; border: 2px solid #FBC2C4; color: #000; margin-bottom: 10px; padding: 10px;}
#error ul {margin: 0 0 0 15px; padding: 0px;}
#success, .success {background-color: #E6EFC2; border: 2px solid #C6D880; color: #529214; margin-bottom: 10px; padding: 10px;}
