*{
	padding: 0px;
	margin: 0px;
	outline:none;
}

html{
	margin: 0;
}

body{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

img{
	border: none;
}

a{
	color: #000;
	text-decoration: underline;
}

h1{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

h2{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

h3{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

h4{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

h5{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

.note{
	font-size: 10px;
}

.date{
	font-size: 10px;
	color: gray;
}

.error{
	color: red;
	margin-bottom: 10px;
}

.msg{
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.rss{
	display: none;
}

#header{
}

#logo{
	display: none;
}

#navigation{
	display: none;
}

#info_desc{
	display: none;
}

#login{
	display: none;
}

#container{
}

#box_top{
	display: none;
}

#content_top{
	width: 726px;
	height: 32px;
	padding-top: 14px;
	padding-left: 15px;
}

#content_top img{
	vertical-align:top;
}

img.infoimage{
	display: none;
}

.infoimg{
	vertical-align:bottom;
}


#event_switch{
	margin-left: 10px;
	color: #000;
	font-size: 14px;
}

#event_switch a{
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

#content{
	z-index: 1;
}

#content p{
	margin-bottom: 10px;
}

#content ul{
	margin-left: 60px;
	margin-bottom: 5px;
}

#content li{
	margin-bottom: 0px;
}

.pagination{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

.pagination a{
	margin-left:10px;
	margin-right:0px;
}

.pagination a.qp_disabled{
	text-decoration:none;
	font-style:italic;
	color:#cccccc;
}

#category_list{
	clear: both;
}

#box_bottom{
	display: none;
}

#footer{
	clear: both;
	width: 100%;
	height: 39px;
	padding-top: 5px;
	font-size: 9px;
	text-align: center;
	color: #000;
}

#footer a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

/* Index Styles */

#myImageFlow{
	display: none;
}

#home_left_col{
  	margin-top: -225px;
}

.view_all{
	display: none;
}

#home_news, #home_events{
	width: 100%;
	margin-bottom: 25px;
}

.news_item, .event_item{
	width: 100%;
}

.news_image, .event_image{
	width: 85px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_text, .event_text{
	width: 100%
}

.news_text img, .event_text img{
	display: none;
}

.news_text p, .event_text p{
	margin-top: 5px;
}

#home_right_col{
	margin-top: 15px;
}

#home_right_col h1{
	display: none;
}

#gallery{
	width: 100%;
	height: 0px;	
	margin-bottom: -300px;
	visibility: hidden;
}

#twitter{
	width: 100%;
}

/* About Styles */

img.about_icon{
	margin-bottom: 10px;
}

.about_text{
	margin-bottom: 20px;
}

/* List Styles */

.list_item{
	width: 100%;
	margin-top: 15px;
	padding: 0px 10px 0px 0px;
	border-bottom: 1px solid gray;
	clear: both;
}

.list_item h2{
	color: #000;
	margin-bottom: 0px;
}

.list_text a{
	text-decoration: none;
}

.list_image{
	width: 120px;
	margin-bottom: 10px;
}

.list_text{
	width: 100%;
}

.list_text img{
	display: none;
}

.list_text h2.archived{
	font-style: italic;
	color: #000;
}

#media_searchform{
	display: none;
}

.media_preview{
	overflow:hidden;
	margin-right: 20px;
	margin-bottom:10px;
	width: 120px;
	height: 115px;
}

.media_preview img{
	width:100px;
}

/* Form Styles */
form.add_edit{
	width: 100%;
	margin: auto;
	margin-top: 25px;
}

fieldset {  
	width: 90%;  
	margin: 0 0 15px 0;  
	padding: 0;
	border: none;
}

legend {  
	margin-left: 10px;  
	color: #000;  
	font-weight: bold;
}

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

fieldset li {  
	clear: left;  
	width: 100%;  
}

fieldset li input.text{
	width: 400px;
	height: 20px;
}

fieldset li select.select{
	width: 400px;
	height: 20px;
}

fieldset li input.text_link{
	width: 360px;
	height: 20px;
}

fieldset.submit {  
	display: none;
}

label {  
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

fieldset fieldset {  
	margin-bottom: -25px;  
	border-style: none;  
} 

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	color: #000;
} 

fieldset fieldset ol {  
	position: relative;  
	top: -15px;  
	margin: 0 0 0 110px;  
	padding: 0;
} 

fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

.tinyWarning{
	color: red;
	font-size: 10px;
	width: 400px;
	margin-left: 110px;
	margin-top: 5px;
}

ol.address{
	margin-bottom: 15px;
}

.address label{
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

.address input, .address select{
	height: 20px;
	width: 290px;
}

fieldset.image_replace{
	float: none;  
	width: auto;  
	padding-left: 110px; 
	padding-bottom: 15px;
}

fieldset.image_replace legend{
	padding-bottom: 3px;  
}

fieldset.image_replace ol{  
	position: relative;  
	top: 0px;  
	margin: 0 0 0 0px;  
	padding: 0;
}

/* Form Validation Styles */

span.hint, #unavailable_email, #unavailable_forum {
	background: #eee url(../_img/buttons/required.png) no-repeat 3px 3px;
	color:#444;
	border:1px solid #888;
	padding:8px 5px 8px 40px;
	width:355px;
	margin: 10px 0 0 110px;
	visibility:hidden;
}

#unavailable_email, #unavailable_forum {
	visibility: visible;
}
			
.welldone span.hint, #available_email, #available_forum {
	background: #9fd680 url(../_img/buttons/welldone.png) no-repeat 3px 3px;
	border-color:#749e5c;
	color:#000;
	padding:8px 5px 8px 40px;
	width:355px;
	margin: 10px 0 0 110px;
}

.kindagood span.hint {
	background: #ffffcc url(../_img/buttons/kindagood.png) no-repeat 3px 3px;
	border-color:#cc9933;
	padding:8px 5px 8px 40px;
	width:355px;
	margin: 10px 0 0 110px;
}

.required {
	
}
		
.welldone {
}


.kindagood {
}

.submitHide{
	display: none;
}

/* Media Items */
.media_items{
	width: 100%;
	clear: both;
}

#media_videos{
	display: none;
}

.media_items a{
	color: #000;
}

.enlarge_caption{
	display: none;
}

.iframe div.enlarge_caption{
	display: none;
}

.media_items h2{
	font-size: 13px;
}

.thumbnail{
}

.thumb_edit{
	display: none;
}

.thumb_edit .enlarge_caption{
	display: none;
}

#media_photos .thumb_box{
	margin:10px 0px 10px 15px;
}	

input.fancybox{
	margin-right: 10px;
}

a.fancyboxthumb img, a.fancybox img{
	border: 1px solid #6D6E71;
}

#media_audio{
	display: none;
}

#media_doc p {
	margin-bottom:10px;
}

#media_link{
	margin-top: 10px;
	width: 100%;
}

#media_link p {
	margin-bottom:10px;
}

.link{
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

#overDiv table{
	padding: 5px;
	width: 300px;
}

#content p, #content li
{
	line-height: 1.8em;
}