body {
	height: 100%;
	margin: 0;
	background-color: #1A1A1A;
	background-image: url(/images/bg_sub_hi_contrast.gif);
	background-repeat: repeat-x;
}

body.popup {
	height: 100%;
	margin: 0;
	background-color: #000000;
	background-image: url(/images/bg_sub_hi_contrast_top.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#logo_nav_wrapper {
	width: 265px;
	margin: 0;
	padding-bottom: 25px;
}

#logo_main {
	width: 265px;
	margin: 0;
	padding-top: 27px;
	height: 124px;
}

#main_nav ul{        
	list-style: none;
	margin: 0;   
	padding: 0;   
	border: none;
	width: 225px;

}                 
#main_nav ul li { 
	margin: 0; 
	padding: 0;  
	border-bottom: 1px solid #333;
}
#main_nav ul li a.home, #main_nav ul li a.home:visited {   
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;                                                                     
	color: #666;                                                                        
	text-decoration: none;                                                               
	display: block;                                                                      
	padding: 12px 0 12px 10px;                                                           
	width: 215px;                                                                        
	height: auto;                                                                        
	margin: 0;  
	background: none;                                                                       	
} 
#main_nav ul li a, #main_nav ul li a:visited {   
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;                                                                     
	color: white;                                                                        
	text-decoration: none;                                                               
	display: block;                                                                      
	padding: 12px 0 12px 10px;                                                           
	width: 215px;                                                                        
	height: auto;                                                                        
	margin: 0;  
	background: none;                                                                         
	

}
#main_nav ul li a.selected, #main_nav ul li a.selected:visited {   
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;                                                                     
	color: red;                                                                        
	text-decoration: none;                                                               
	display: block;                                                                      
	padding: 12px 0 12px 10px;                                                           
	width: 215px;                                                                        
	height: auto;                                                                        
	margin: 0;  
	background: none;                                                                       	
}     
#main_nav ul li a:hover, #main_nav ul li a:active {
   font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666;
   text-decoration: none;
   display: block;
   padding: 12px 0 12px 10px;
   width: 215px;
   height: auto;
   margin: 0;
   background: none;

}     
#main_nav ul li ul{        
	list-style: none;
	margin: -10px 0 0 0;   
	padding: 0;   
	border: none;

}                 
#main_nav ul li ul li{ 
	margin: 0; 
	padding: 0; 
	border-bottom: none;  
}
#main_nav ul li ul li a, #main_nav ul li ul li a:visited {   
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;                                                                     
	color: white;                                                                        
	text-decoration: none;                                                               
	display: block;                                                                      
	padding: 5px 0 5px 8px;
	margin: 0 0 0 20px;                                                           
	width: 195px;                                                                        
	height: auto;               
	background: url(/images/nav_dot.gif) no-repeat left center;                                                               
}    
#main_nav ul li ul li a:hover, #main_nav ul li ul li a:active {
   	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;                                                                     
	color: red;                                                                        
	text-decoration: none;                                                               
	display: block;                                                                      
	padding: 5px 0 5px 8px;
	margin: 0 0 0 20px;                                                           
	width: 195px;                                                                        
	height: auto;               
	background: url(/images/nav_dot.gif) no-repeat left center;
}

#main_content_wrapper {
	width: 625px;
	margin: 0;
	float: right;
	padding-bottom: 25px;
}

#page_header {
	width: auto;
	margin: 95px 0 0 0;
	padding: 0 25px 0 25px;
	height: 56px;
}

#content {
	width: auto;
	margin: 0;
	padding: 0px 25px 10px 25px;
	background-color: black;
	background-image: url(/images/bg_maincontent.gif);
	background-repeat: repeat-y;
	min-height: 325px;
	/* height: 325px; ! important */
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

#content_wide {
	width: auto;
	margin: 0;
	padding: 0px 1px 10px 1px;
	background-color: black;
	background-image: url(/images/bg_maincontent.gif);
	background-repeat: repeat-y;
	min-height: 325px;
	/* height: 325px; ! important */
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

#content_photo_gallery {
	width: auto;
	margin: 0;
	padding: 0px 25px 10px 25px;
	background-color: black;
	background-image: url(/images/bg_maincontent.gif);
	background-repeat: repeat-y;
	min-height: 325px;
	/* height: 325px; ! important */
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

.side_padding {
	padding: 0px 35px 0px 25px;
}

h1 { 
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff0000;
	font-weight: normal;
	margin: 0;
}

h4 { 
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

sup { 
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
}

.subheader { 
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	color: #666;
}

p, #content ul, #content li {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

#footer{
	height: 60px;
	background-image: url(/images/bg_footer.jpg);
	text-align: center;
	padding: 20px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	background-repeat: repeat-x;
}

#footer a:link, #footer a:visited {
	color: #ff0000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #ff0000;
	text-decoration: underline;
}

#popup_footer{
	height: 60px;
	background-image: url(/images/bg_sub_hi_contrast_bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 20px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

#popup_footer a:link, #popup_footer a:visited {
	color: #ff0000;
	text-decoration: none;
}

#popup_footer a:hover, #popup_footer a:active {
	color: #ff0000;
	text-decoration: underline;
}

div.clear{
	clear: both;
}

.press_item {
	padding: 0px 0px 5px 0px;
	display: block;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

.press_item_link {
	padding: 2px 2px 2px 2px;
}

.press_item_link_admin {
	padding: 2px 2px 2px 2px;
	float: left;
}

.press_item_short_desc {
	padding: 2px 2px 5px 20px;
}

.press_item_delete {
	padding: 2px 2px 2px 2px;
	float: right;
}

.press_item_detail {
	padding: 40px 20px 25px 20px;
}

a.press_item_link_inactive {
	color: #990000;
}

.press_item_form {
	display: block;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

.press_item_form_row {
	display: block;
	width: auto;
	padding: 5px 0px 15px 2px;
}

.press_item_form_row .column_1 {
	position: relative;
	left: 0px;
	width: 150px;
	float: left;
}

.press_item_form_row .column_2 {
}

.message, #content li.message {
	color: #ff0000;
}

a.admin_button {
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 5px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.admin_button:hover {
	background-color: #666666;
	text-decoration: none;
}

a.admin_button:active {
	background-color: #999999;
	text-decoration: none;
}

.calendar_content {
	width: auto;
	margin: 0;
	padding: 0px 23px 0px 25px;
	background-color: black;
	background-image: url(/images/bg_maincontent.gif);
	background-repeat: repeat-y;
	min-height: 325px;
	/* height: 325px; ! important */
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

.calendar {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #666666;
	width: 574px;
}

.calendar_week {
	width: 574px;
	height: 82px;
	display: block;
}

.calendar_day {
	background-color: #1a1a1a;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
	height: 75px;
	width: 75px;
	float: left;
}

.calendar_day_highlight {
	background-color: #2a2a2a;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
	height: 75px;
	width: 75px;
	float: left;
}

.calendar_day_lowlight {
	background-color: #000000;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
	height: 75px;
	width: 75px;
	float: left;
}

.calendar_controls {
	width: 574px;
	padding: 0px 0px 15px 0px;
	text-align: center;
}


.calendar_controls .current_month {
	padding: 0px 25px 15px 25px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.calendar_controls a {
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 3px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.calendar_controls a:hover {
	background-color: #666666;
	text-decoration: none;
}

.calendar_controls a:active {
	background-color: #999999;
	text-decoration: none;
	text-align: center;
}

.calendar_header {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #2a2a2a;
	height: 24px;
	width: 574px;
}

.calendar_header_item {
	text-align: center;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #666666;
	padding: 3px 3px 4px 3px;
	width: 75px;
	height: 16px;
	float: left;
}

.calendar_day_events {
	display: block;
	padding: 5px 0px 0px 0px;
}

.event_detail {
	padding: 40px 20px 25px 20px;
}

.event_form {
	display: block;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: white;
}

.event_form_row {
	display: block;
	width: auto;
	padding: 5px 0px 15px 2px;
}

.event_form_row .column_1 {
	position: relative;
	left: 0px;
	width: 150px;
	float: left;
}

.event_form_row .column_2 {
}

.event_delete {
	padding: 2px 2px 2px 2px;
	float: right;
}

li.spaced {
	padding-bottom: 10px;
}

a.gallery_thumbnail:link, a.gallery_thumbnail:active, a.gallery_thumbnail:visited {
	border-width: 1px;
	border-color: #1A1A1A;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	display: block;
	text-align: center;
	-moz-border-radius: 4px;
}

a.gallery_thumbnail:hover {
	border-color: #333333;
}

.gallery_full_size {
	text-align: center;
	padding: 40px 25px 10px 25px;
}

#gallery_full_size_footer{
	background-image: url(/images/bg_sub_hi_contrast_bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 20px;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

#gallery_full_size_footer a:link, #popup_footer a:visited {
	color: #ff0000;
	text-decoration: none;
}

#gallery_full_size_footer a:hover, #popup_footer a:active {
	color: #ff0000;
	text-decoration: underline;
}

