/* @override http://bob.local/axon_modules/_css/print.css */

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

html{
	background-color: none;
}

body{
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

img{
	border: none;
}

a:link{
	color: #ac7e2c;
}

a:visited{
	color: #5e91a2;
}

a:hover, a:active{
	color: #46a5d2;
}

h1, h1 a:link{
	font-size: 20px;
	line-height: 26px;
	font-weight: strong;
	color: #000;
	margin-bottom: 5px;
}

h2{
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
}

h3, h3 a:link{
	font-size: 14px;
	color: #000;
	line-height: 16px;
	margin-bottom: 5px;
}

h4{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	color: #000;
}

h5{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #000;	
	font-weight: normal;
}

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

.note{
	font-size: 10px;
}

.error{
	color: red;
}

.right_align{
	float: right;
}

#container{
	width: 805px;
	position: relative;
	margin: auto;
	margin-top: 10px;
	background: #FFF;
}

#header{
	height: 160px;
	width: 805px;
	position: relative;
}

#navigation{
	display: none;
}

.selected{
	color: red;
}

#content{
	position: relative;
	width: 765px;
	padding: 15px 20px 10px 20px;
}

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

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

#left_col{
	position: relative;
	float: left;
	width: 355px;
	padding-right: 40px;
  	overflow: hidden;
}

#left_media_col{
	width: 560px;
	padding-right: 40px;
  	overflow: hidden;
}

#media_searchform{
	width: 165px;
	position: relative;
	float: right;
}

.media_preview{
	position: relative;
	float: right;
}

#gallery{
	display: none;
}

#blog{
	margin-bottom: 20px;
	clear: both;
}

#featured_member{
	position: relative;
	width: 225px;
	height: 237px;
	margin-top: 7px;
	padding: 10px;
	border: 1px solid #000;
	overflow: hidden;
}

#featured_member img{
	padding-right: 5px;
	padding-bottom: 5px;
}

#featured_member_image{
	width: 105px;
	height: 140px;
	position: relative;
	float: left;
	overflow: hidden;
}

#home_memlogin{
	position: relative;
	float: right;
	width: 55px;
	height: 25px;
	margin-top: 5px;
}

#home_memprofiles{
	width: 225px;
	position: relative;
	float: left;
	clear: both;
	margin-top: 5px;
	font-size: 11px;
}

#home_memprofiles img{
	margin-top: 3px;
}


#right_col{
	position: relative;
	float: left;
	width: 344px;
	padding-left: 25px;
}

#home_news{
	position: relative;
	float: left;
}

.news_item{
	position: relative;
	float: left;
	width: 350px;
	margin-bottom: 30px;
}

.news_image{
	position: relative;
	float: left;
	width: 85px;
}

.news_image img{
	float: left;
	padding: 3px;
	border: 1px solid #000;
}

.news_text{
	width: 260px;
	float: left;
}

#home_events{
	position: relative;
	float: left;
}

.event_item{
	position: relative;
	float: left;
	width: 350px;
	margin-bottom: 30px;
}

.event_image{
	position: relative;
	float: left;
	width: 85px;
}

.event_image img{
	float: left;
	padding: 3px;
	border: 1px solid #000;
}

.event_text{
	width: 260px;
	float: left;
}

#join_mailing{
	float: right;
	width: 130px;
	margin-top: 25px;
}

#home_login{
	float: left;
	width: 190px;
	margin-top: 25px;
}

#home_login input{
	margin-bottom: 5px;
	margin-top: 5px;
}

#box_bottom{
	display: none;
}

#footer{
	clear: both;
	margin: auto auto;
	height: 39px;
	width: 805px;
	padding-top: 5px;
}

#footer p{
	text-align: center;
	color: #000;
}

#footer ul{
	text-align:center;
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 0px;
	overflow: hidden;
}

#footer li{
	display: inline;
	border-left: 1px solid #000;
	margin: 0px 2px 0px -2px;
	padding: 1px 3px 0px 5px;
}

#footer a{
	color: #ac7e2c;
	text-decoration: none;
	font-size: 12px;
}

/* Search Styles */

.list_item{
	position: relative;
	float: left;
	width: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	background-color: #FFF;
	clear: both;
}

.list_item img, .list_item object, .list_item embed{
	float: right;
	margin-left: 10px;
}

/* News Styles */

.news_img1{
	position: relative;
	float: right;
	margin: 10px 0px 10px 10px;
}

.news_img2{
	position: relative;
	float: left;
	margin: 10px 10px 10px 0px;
}

/* Event Styles */

.event_img{
	position: relative;
	float: right;
	margin: 10px 0px 10px 10px;
}

.event form{
	float: left;
}

.event form input{
	color: #FFF;
	font-size: 10px;
	height: 17px;
	width: 68px;
	border: none;
	background: url(../_img/button-blank.jpg) no-repeat;
	cursor: pointer;
}

/* Form Styles */
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	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 {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 10px;
}

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

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;
}

.address{
	width: auto;
	margin-top: 3px;
}

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

.address input, .address select{
}

fieldset.image_replace, fieldset.doc_replace, fieldset.video_replace {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 110px; 
	padding-bottom: 15px;
}

fieldset.image_replace legend, fieldset.doc_replace legend, fieldset.video_replace legend {
	padding-bottom: 5px;  
}

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

object, embed {
	width: 200px;
	height: 180px;
}

#calendar_box {
	display:none;
}

#calendar_content_list {
	float:left;
}

#filter_list {
	position: absolute;
	left:400px;
}