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

html{
	background-color: #242d65;
}

body{
	color: #626e70;
	font: 11px arial, verdana, sans-serif;
	background: url(../_img/gold_headerBG.jpg) repeat-x;
}

img{
	border: none;
}

a:link{
	color: #242d65;
}

a:visited{
	color: #869797;
}

a:hover, a:active{
	color: #7e9eb4;
}

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

h2{
	font-size: 18px;
	line-height: 18px;
	color: #7e9eb4;
	margin-bottom: 2px;
	margin-top: 20px;
	font-style: italic;
}

h3, h3 a:link{
	font-size: 14px;
	color: #869797;
}

h4{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	color: #1b184d;
}


#rfp_view h5{
	margin-left:-20px;
}

h5{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #7894a8;	
	font-weight: normal;
}




h6{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: -3px;
	color: #7e9eb4;
}

.note{
	font-size: 10px;
}

.error{
	color: red;
}

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

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

#navigation{
	position: relative;
	width: 805px;
	height:43px;
	background: url(../_img/menu_BG.jpg) repeat-x;
}

#navigation ul{
	list-style-type: none;
	width: 770px;
	padding-top:5px;
	margin-left: 35px;
}

#navigation li{
	display: inline;
}

#navigation a{
	display: block;
	float: left;
	height: 25px;
	text-align: center;
	margin-right: 36px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #242d65;
}

#navigation a:hover, #navigation a:active, #navigation a.selected{
	color: #7e9eb4;
}

.selected{
	color: red;
}

#content{
	position: relative;
	float: left;
	width: 765px;
	background-color: #FFF;
	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: 375px;
	padding-right: 40px;
	border-right: 1px solid #1b184d;
  	overflow: hidden;
}

#left_col p, #left_col li{
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5d7f96;
}

#featured_member{
	position: relative;
	float: left;
	border: 1px solid #1b184d;
	width: 375px;
}

#featured_image{
	position: relative;
	float: left;
	width: 200px;
}

#featured_desc{
	position: relative;
	float: left;
	width: 145px;
	background-color: #f5f5e6;
	min-height: 180px;
	padding: 15px;
	padding-bottom: 5px;
}

#featured_desc p{
	color: #869797;
}

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

#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;
	height: 39px;
	width: 805px;
	padding-top: 5px;
	background-image: url(../_img/green_swatch.jpg);
}

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

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

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

#footer a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a:hover, #footer a:active{
	color: #7e9eb4;
}

/* Library Styles */
.library_list{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6899AA;
}

/* Search Styles */
.forum_list{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6899AA;
}

/* News Styles */
.news_list{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6899AA;
}

.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_list, .staff_list{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6899AA;
}

.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: #242d65;
}

#member_menu a:visited{
	color: #242d65;
}

#member_menu a:hover, #member_menu a:active{
	color: #7e9eb4;
}

#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: #f5f5e6;
	border: 1px solid #918f8f;
	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: #7e9eb4;  
	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: #869797;
} 

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