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

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

html{

}

img{
	border: none;
}

a:link{
	color: #553388;
}

a:visited{
	color: #553388;
}

a:hover, a:active{
	color: #6666cc;
}

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

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

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

h4{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;

}

h5{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #568899;	
	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;
}



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

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

#media_searchform{
	width: 200px;
	float: left;
	margin-right:30px;
}

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


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

/* Search Styles */

.list_item{
	position: relative;
	float: left;
	width: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	border-bottom: 1px solid #6899AA;
	border-top: 1px solid #6899AA;
	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;
}

/* Member Styles */
#member_list a{
	text-decoration: none;
}

#member_list{
	width: 310px;
	position: relative;
	float: left;
	margin-top: -10px;
}

#member_list1{
	float: left;
	margin-right: 30px;
}

#member_list2{
	float: left;
}

.member{
	width: 400px;
	margin-left: 50px;
}

#member_col2 p, #member_col3 p{
	margin-left: 20px;
}

#member_col1{
	position: relative;
	float: left;
	width: 210px;
	padding-top: 15px;
}

.member_img img{
	border: 1px solid #918f8f;
}

#member_menu{
	width: 202px;
	position: relative;
	float: left;
}

#member_menu ul{
	width: 202px;
	margin-left: 0px;
	background: url(../_img/member_menu.jpg) repeat;
	list-style-type: none;
}

#member_menu li{
	border-bottom: 1px solid #FFF;
}

#member_menu a{
	display: block;
	width: 187px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 13px;
	color: #568899;
}

#member_menu a:visited{
	color: #568899;
}

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

#member_col2{
	position: relative;
	float: left;
	width: 230px;
	padding: 10px 10px 0px 10px;
}

#member_col2 h1{
	font-style: italic;
}

#member_col3{
	position: relative;
	float: left;
	width: 290px;
	padding: 10px 10px 0px 5px;
}

.vid_spacer{
	height: 53px;
}

.member_vid{
	width: 270px;
	height: 224px;
	background-color: #e4f2f3;
	border: 1px solid #5f705e;
	margin-bottom: 10px;
}

.member_vid object, .member_vid embed{
	width: 270px;
	height: 214px;
	margin-top: 5px;
}

#member_image, #member_doc, #member_video{
	display: none;
	padding-top: 5px;
}

/* Form Styles */
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 15px 0;  
	padding: 0;
	border: none;
}

legend {  
	margin-left: 10px;  
	color: #ac7e2c;  
	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: #5d7f96;
} 

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 {
	width: 200px;
	height: 180px;
}

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