/*------ General HTML Styles ------*/

body {
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #333333;
}

img {
	/*border: 1px solid #5484b5;*/
}

img.layout {
	border: 0px;
}

a {
	color: #1e5277;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-weight: bold;
}


/*------ Disabilities Stuff ------*/

#skip_nav {
	display: none;
}

.hide {
	display: none;
}

/*------ Header Styles ------*/

#header_container {
	width: 780px;
	border: 0px;
	border-top: 4px solid #000000;
	border-bottom: 5px solid #497cb3;
	text-align: left;
}
/*780*/
#header_logo {
	width: 289px;
	float: left;
}

#header_image {
	width: 491px;
	float: left;
}


/*------ Navigation Styles ------*/

#navigation_container {
	width: 780px;
	background-color: #000000;
	/*padding-left: 14px;*/
	height: 38px;
	border-bottom: 5px solid #dedfd7;
}

#nav, #nav ul {
	color: #edefe4;
	background-color: #000000;
	padding: 0;
	margin: 0;
	margin-left: 14px;
	list-style: none;
}

#nav a {
	color: #ffffff;
	background-color: #000000;
	display: block;
	width: 65px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 11px;
font-size: 0.9em;

}

#nav li {
	background-color: #000000;
	float: left;
	width: 79px;
	/*width: 30em;*/
	height: 38px;
	border-left: 1px solid #404042;
	border-right: 1px solid #404042;
	margin-left: -1px;
	
	
}
#nav li ul {
	/*background-color: #000000;*/
	background-color: #a2b8cd;
	position: absolute;
	width: 30em;
	left: -999em;
}
#nav li ul li {
	/*background-color: #000000;*/
	background-color: #a2b8cd;
	float: left;
	/*width: 79px;*/
	width: 30em;
	height: 38px;
	border-left: 1px solid #404042;
	border-right: 1px solid #404042;
	border-top: 1px solid #404042;
	margin-left: -1px;
	
	
}
#nav li ul li a {
	color: #000000;
/*	background-color: #000000;*/
	background-color: #a2b8cd;
	display: block;
	width: 28em;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 11px;

}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

/*#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li.sfhover ul,  #nav li li.sfhover ul  {
	left: auto;
}*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#foot_nav, #foot_nav ul {
	color: #edefe4;
	background-color: #000000;
	padding: 0;
	margin: 0;
	margin-left: 25px;
	list-style: none;
}

#foot_nav a {
	color: #ffffff;
	background-color: #000000;
	display: block;
	width: 79px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
}

#foot_nav li {
	background-color: #000000;
	float: left;
	width: 79px;
	height: 26px;
	margin-left: -1px;
	text-align: left;
	
}
#foot_nav li ul {
	background-color: #000000;
	position: absolute;
	width: 10em;
	left: -999em;
}

#foot_nav li:hover ul {
	left: auto;
}

#footer_nav {
	width: 780px;
	background-color: #000000;
	/*padding-left: 14px;*/
	height: 26px;
	border-bottom: 5px solid #dedfd7;
	border-top: 5px solid #497cb3;
}

/*------ Main Content ------*/
#main_container {
	width: 780px;
	background-image: url('/images/nav_bg.jpg');
	background-repeat: repeat-y;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	text-align: left;
}

#news_container {
	width: 201px;
	background-color: #f1f1f1;
	border-right: 1px solid #b0b0b0;
	float: left;
}

#news_container h1 {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 21px;
	border-bottom: 1px solid #ece8e5;
}

#news_container h2 {
	color: #1e5277;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
#news_container h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px;
	display: inline;
}
#news_container .txt {
	font-size: 1.0em;
	margin-bottom: 0px;
}
#news_spacer {
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
}

#content_container {
	width:540px;
	float: left;
	margin-left: 20px;
	margin-right: 11px;
}

#content_container h1 {
	color: #1e5277;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ece8e5;
}

#content_container h2 {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ece8e5;
}


/*------ Footer Styles ------*/
#footer {
	width: 780px;
	text-align: center;
}


/*------ Forum Styles ------*/

a.board_title_link {
	color: #1e5277;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
a:hover.board_title_link {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#context_container {
	width: 201px;
	margin-top: 10px;
	float: left;
}

#context_container h2 {
        color: #1e5277;
        font-size: 1.25em;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ece8e5;
}


#boards_container {
	margin-left: 11px;
	float: left;
}

.board_desc_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #b0b0b0;
}

.board_desc_container_alt {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	border: 1px solid #b0b0b0;
}

.board_title {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ece8e5;
}

.boards_moderator {
	color: #ff0000;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 8px;
	
}
a.boards_moderator {
	color: #ff0000;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 8px;
	text-decoration: none;
}
a.boards_moderator:hover {
	color: #000000;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 8px;
	text-decoration: none;
}

.board_description {
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 5px;
}

.read_mode {
	width: 200px;
	font-size: 0.8em;
	float: left;
	margin-left: 11px;
}

.write_mode {
	width: 200px;
	font-size: 0.8em;
	float: left;
	margin-right: 11px;
}

a.post_title_link {
	color: #1e5277;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
a:hover.post_title_link {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#posts_container {
	margin-left: 11px;
	float: left;
}

#no_posts {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 2em;
}

.post_desc_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #b0b0b0;
}

.post_desc_container_alt {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	border: 1px solid #b0b0b0;
}

.post_subject {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ece8e5;
}

.post_description {
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 5px;
}

.user {
	width: 200px;
	font-size: 0.8em;
	float: left;
	margin-left: 11px;
}

.posted {
	width: 200px;
	font-size: 0.8em;
	float: left;
	margin-right: 11px;
}

#moderate_post_details {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #b0b0b0;
}
#moderate_post_title h1 {
	color: #1e5277;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 5px;
	border-bottom: 1px solid #ece8e5;
}

#moderate_options_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #b0b0b0;

}
#moderate_options_title h1 {
	color: #1e5277;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 5px;
	border-bottom: 1px solid #ece8e5;
}
.moderate_option_spacer{
	margin: 5px;
	margin-left: 11px;
	margin-right: 11px;
	border-bottom: 1px dashed #b0b0b0;
}
.moderate_option_spacer_nb{
	margin: 5px;
	margin-left: 11px;
	margin-right: 11px;
}
.moderate_option {
	width: 120px;
	margin-bottom: 5px;
	float: left;
}
.moderate_description {
	margin-bottom: 5px;
	float: left;
}
.mod_option {
	font-size: 1em;
	border: 1px solid #b0b0b0;
}
#post_editor_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #b0b0b0;
}
#post_editor_title h1 {
	color: #1e5277;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 5px;
	border-bottom: 1px solid #ece8e5;
}
/*------ Context Stuff ------*/
#context_login_container {
	margin-top: 10px;
	margin-left: 5px;
	width: 190px;
}

.context_description {
	margin: 0px;
	margin-bottom: 3px;
}

.context_form_title {
	font-weight: bold;
	width: 90px;
	margin-bottom: 2px;
	float: left;
}

.context_form_value {
	width: 90px;
	margin-bottom: 2px;
	float: left;
}

input.context {
	font-size: .8em;
	border: 1px solid #b0b0b0;
}

input.context_submit {
	font-size: .8em;
	border: 1px solid #b0b0b0;
}

#context_register_container {
	margin-top: 10px;
	margin-left: 5px;
	width: 190px;
}

#context_boards_container {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 190px;
}

#context_boards_title h1 {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #ece8e5;
}

#context_user_container {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 190px;
}
#context_user_head h1 {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #ece8e5;
}
.context_user_title {
	font-weight: bold;
	width: 90px;
	margin-bottom: 2px;
	float: left;
}

.context_user_value {
	width: 90px;
	margin-bottom: 2px;
	float: left;
}

/*------ Error Stuff ------*/


#right_container {
	margin-left: 11px;
	float: left;
}

#login_failed_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffe5e5;
	border: 1px solid #ff0000;
}

#error_container {
	margin: 10px;
}

/*------- Other Stuff ------*/
#success_message_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #e5ffe5;
	border: 1px solid #00cc00;
}
#success_container {
	margin: 10px;
}

#confirm_container {
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffe5;
	border: 1px solid #cccc00;
}
#confirm_text {
	text-align: center;
	margin: 10px;
}
#confirm_yes {
	width: 277px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#confirm_no {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

/*------ Admin Styles ------*/

#admin_function_container {
	margin-left: 11px;
	margin-top: 11px;
	margin-bottom: 11px;
	float: left;
}

#page_list_container {
	width: 555px;
	border: 1px solid #b0b0b0;
	
}

#page_list_container h1 {
	color: #1e5277;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ece8e5;
	
}

#admin_title {
	width: 555px;
	border: 1px solid #b0b0b0;
	margin-bottom: 10px;
}

#admin_function_title h1 {
	color: #1e5277;
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ece8e5;
}

#admin_description_container {
	width: 555px;
	margin-bottom: 10px;
	border: 1px solid #b0b0b0;
}

#admin_description {
	margin: 10px;
}

.page_list_item_container {

}
.page_list_item_container_alt {
	background-color: #eef5ee;
}

.page_list_item {
	margin: 3px;
	
}

.page_list_item a {
	color: #1e5277;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}
.page_list_item a:hover {
	color: #1e5277;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}
.admin_form_row {
	border-bottom: 1px dashed #b0b0b0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.admin_title {
	width: 150px;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;	
}
.admin_value {
	float: left;
	margin-bottom: 5px;
	
}
.admin_value input {
	font-size: 1em;
	border: 1px solid #b0b0b0;
}
#content_editor_container {
	margin-top: 10px;
	border: 1px solid #b0b0b0;
}
#content_editor_container h1 {
	color: #1e5277;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ece8e5;
}
#context_editor_container {
	margin-top: 10px;
	border: 1px solid #b0b0b0;
}
#context_editor_container h1 {
	color: #1e5277;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ece8e5;
}

#course_list_container {
	margin-bottom: 10px;
}

#course_list_container p{
	font-size: 0.9em;
}

#course_list_container h1 {
	color: #1e5277;
	font-size: 1.0em;
	font-weight: bold;
	margin-right: 11px;
	margin-top: 21px;
	border-bottom: 1px solid #ece8e5;
}

#courses_left {
	width: 50%;
	float: left;
}

#courses_right {
	width: 50%;
	float: left;
}

a.course_list {
	font-weight: normal;
}

a.course_list:hover {
	font-weight: normal;
}

.index_item {
	float: left;
}

.bullet {
	float: left;
}
