@CHARSET "UTF-8";
/*****************************
 Basic Styles
******************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, Verdana, sans-serif;
	font-size: small;
	color: #fff;

	background: #09386e url(background.png) repeat; /*blue texture*/
}

h1, h2, h3, h4{
	color: #fff;
	font-weight: normal;
	font-family: "Century Schoolbook", Georgia, serif;
}

h1{
	font-size: 2.35em;
	border-bottom: 1px solid #1e4979;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

h2{	
	margin: 10px 0;
	color: #B5CAE1;
	font-size: 1.5em;
	background-color: #235389;
	padding: 5px 40px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
}

h2.h2short{
	width:425px;
}

h3{
	font-size: 1.1em;
	color: #B5CAE1;
}

p{
	margin: 12px 0;
	line-height: 1.55em;
	color: #F7FDFF;
}

hr{
	background-color: #1e4979;
	color: #1e4979;
	height: 1px;
	border: none;
	margin: 30px 0;
}

a:link, a:visited {
	color: #B5CAE1;
	text-decoration:none;
	padding-bottom: 2px;
	border-bottom: 1px solid #1e4979;
}

a:hover {
	color: #9FE722;
	padding-bottom: 2px;
	border-bottom: 1px dotted #1F4A7A;
	text-decoration: none;
}

h1 a:link, h1 a:visited{
	color: white;
	padding-bottom: 0;
	border: none;
}

h1 a:hover{
	color: #9fe722;
}

/*****************************
 Main Layout
******************************/
#header{
	background: #09386e url(background_gradient.png) repeat-x;
}

#banner, #content, #footer{
	width: 800px;
	margin: 0 auto;
}

#banner{
	background: transparent url(header_background.png) no-repeat 50%;
	height: 410px;
}

#banner .home_link{
	display:block;
	position: absolute;
	width: 600px;
	height: 80px;
	border: none;
	top: 140px;
	margin-left: 70px;
}

#content{
	margin-top: -35px;
}

#footer{
	padding-bottom: 35px;
	font-size: .9em;
	color: #5A84B1;
	line-height: 1.5em;	
	clear: both;
}

/*****************************
 Nagivation
******************************/
#banner ul, #banner li{
	list-style-type: none;
}

/*sub menu*/
#sub_menu{
	 position: absolute;
	 top: 245px;
	 margin-left: 590px;
}

#sub_menu a:link, #sub_menu a:visited{
	color: #a6a697;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: none;
}

#sub_menu a:hover{
	color: #a8bf72;
	padding-bottom: 0;
	border-bottom: none;
}

#sub_menu li{
	float: left;
	padding: 0 7px;
}

/*main menu*/
#main_menu{
	width: 720px;
	height: 55px;
	line-height: 55px;
	
	position: relative;
	top: 263px;
	left: 17px;
}

#main_menu a:link, #main_menu a:visited{
	color: #cccc99;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%; /* ie6 */
	height: 100%;
	padding-bottom: 0;
	border-bottom: none;
}

#main_menu a:hover{
	color: #a8bf72;
	padding-bottom: 0;
	border-bottom: none;
}

#main_menu li{
	height: 56px;
	text-align: center;
	border-right: 1px solid #535339;
	float: left;
}

/*guest nav*/
#nav_sign_up{
	width: 145px;
}

#nav_sign_up a:hover{
	background: url(hover_sign_up.png) no-repeat;
}

#nav_view_tour{
	width: 159px;
}

#nav_view_tour a:hover{
	background: url(hover_view_tour.png) no-repeat;
}
	
#nav_about{
	width: 116px;
}

#nav_about a:hover{
	background: url(hover_about.png) no-repeat;
}

#nav_community{
	width: 151px;
}

#nav_community a:hover{
	background: url(hover_community.png) no-repeat;
}

#main_menu #nav_login{
	width: 145px;
	border-right: none;
}

#nav_login a:hover{
	background: url(hover_login.png) no-repeat;
}

/*user nav*/
#nav_my_profile{
	width: 116px;
}

#nav_my_profile a:hover{
	background: url(hover_my_profile.png) no-repeat;
}

#nav_my_entries{
	width: 123px;
}

#nav_my_entries a:hover{
	background: url(hover_my_entries.png) no-repeat;
}

#nav_new_entry{
	width: 124px;
}

#nav_new_entry a:hover{
	background: url(hover_new_entry.png) no-repeat;
}

#nav_community_user{
	width: 132px;
}

#nav_community_user a:hover{
	background: url(hover_community_user.png) no-repeat;
}

#nav_study_list{
	width: 119px;
}

#nav_study_list a:hover{
	background: url(hover_study_list.png) no-repeat;
}

#main_menu #nav_logout{
	width: 101px;
	border-right: none;
}

#nav_logout a:hover{
	background: url(hover_logout.png) no-repeat;
}

/*menu_extension*/
.menu_extension{
	width: 720px;
	height: 33px;
	background: url(menu_extension.png) no-repeat;
	
	position: relative;
	top: 263px;
	left: 17px;
	padding: 0px 0 0 15px;
	line-height: 30px;
	
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

/*************
 Forms
**************/
/*main form controls*/
input, textarea, select{
	margin-top: 5px;
	margin-right: 5px;
}

textarea{
	overflow: auto;
}

.textfield, textarea{
	background-color: white;
	color: #222;
	border:1px solid white;
	font-family: Georgia, Verdana, "Times New Roman", sans-serif;
	font-size: 1em;
	padding: 3px 5px;
}
select{
	padding: 2px 0;
}

.textfield{
	width: 200px;
}

select{
	width: 210px;
}

textarea{
	width: 300px;
}
	
.textfield:hover, .textfield:focus{
	border:1px solid #B5CAE1;
}

.form_label{
	color: #B5CAE1;
}

.form_note{
	color: #5A84B1;
}

.form_error_msg{
	font-weight: normal;
	color: red;
}

.form_error_msg_long{
	color: #FAA526;
}

/*menu login controls*/
.login_form_textfield{
	background-color: white;
	color: #000;
	border:1px solid white;
	padding: 4px 5px;
	font-family: Georgia, Verdana, "Times New Roman", sans-serif;
	font-size: 1em;
}

.login_form_textfield:hover, .login_form_textfield:focus{
	border:1px solid #eee;
}

.login_form_submit, .login_form_check, .login_form_textfield{
	margin: 0;
}

.login_form_submit{
	padding: 0;
	margin-left: 10px;
}

/*****************************
 Comments
******************************/
.comment_box{
	padding: 20px 0;
	clear: both;
}

.comment_user_info{
	width: 80px;
	height: 80px;
	text-align: center;
	float: left;
}

.comment_user_info_small{
	font-family: "Century Schoolbook", Georgia, serif;
	font-size: .9em;
}

.comment_text{
	margin-left: 95px;
	width: 400px;
	
}

/*****************************
 Paging
******************************/
.pagination span span, .pagination2 span span, .pagination2 span{
	padding: 5px 9px;
	background-color: #25456c;
	border: 1px dashed #25456c;
	color: #888;
}

.pagination a:link, .pagination a:visited, .pagination2 a:link, .pagination2 a:visited{
	background-color: #25456c;
	text-decoration: none;
	border: 1px dashed #25456c;
	color: #fff;
	padding: 5px 9px;
}

.pagination a:hover, .pagination2 a:hover{
	color: #9FE722;
	background-color: #25456c;
	text-decoration: none;
	border: 1px dashed #25456c;
	padding: 5px 9px;
	
}

.pagination, .pagination2{
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px 0;
	clear: both;
	font-family: "Century Schoolbook", Georgia, serif;	
}

.link_buttons a:link, .link_buttons a:visited{
	background-color: #25456c;
	text-decoration: none;
	border: 1px dashed #25456c;
	color: #fff;
	padding: 5px 9px;

}

/*****************************
 Link Buttons
******************************/
.link_buttons a:hover{
	color: #9FE722;
	background-color: #25456c;
	text-decoration: none;
	border: 1px dashed #25456c;
	padding: 5px 9px;
}

.link_buttons{
	padding: 10px 0;
	clear: both;
	font-family: "Century Schoolbook", Georgia, serif;
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
}

.link_buttons li{
	list-style-type: none;
	float:left;
	margin-right: 12px;
}

/*****************************
 HTML Editor
******************************/
#htmleditor td{
	background-color: white;
}

#htmleditor td.mceToolbarTop, #htmleditor td.mceStatusbarBottom{
	background-color: #F0F0EE;
}

/*****************************
 Other
******************************/
.special_text{
	color: #B5CAE1;
}