/* ******************************************************************************************* */
/*CSS for library portion of web page created by JMF 20091222*/
/*CSS for library portion of web page updated by JMF 20110815*/
/*Only includes elements not defined in site.css*/
/* ******************************************************************************************* */

html, body {height: 100%;}

/* ******************************************************************************************* */
/* Page Content Begins*/

.content {
	background-color: #fff; /* white */ 
	font-size: 12px;
	vertical-align: top;
	width: 568px;
	height: 100%;
	border-right: 3px solid #fff;
}

#borders {
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
} 

.breadcrumbs {
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	text-transform: capitalize;
}
.breadcrumbs a {
	color: #967b55;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: ##967b55;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	color: #bf9a6c;
	text-decoration: underline;
}
.sitetitlebar {
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	text-align: right;
	background-color: #C6BDB4;
	border-bottom: 1px solid #000000;
}
.banner {
	display: block;
}
.page_content {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 65px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 20px;
}
.page_content a {
	text-decoration : underline;
	font-weight: bold; 
}
.page_content a:link {
	color : #ce5e03;
	text-decoration: none
}
.page_content a:hover {
	color : #ce5e03;	
	text-decoration: underline;
}
.page_content a:active {
	color : #f16e04;
}
.page_content a:visited {
	color : #ee8824;
	text-decoration: none
}
.page_content img {
	margin: 5px 8px 8px 5px;
	border: 1px solid #000000;
}
.img_left {
	float: left;
}

.img_right {
	float: right;
}

#page_title {
	color : #000000;
	font-size : large;
	font-weight: normal;
	margin-top : 15px;
	margin-bottom : 5px;
	text-align: center;
}

.page_content h1 {
	color : #000000;
	font-size : large;
	font-weight: normal; 
	margin-top : 15px;
	margin-bottom : 5px;
}

.page_content h2 {
	color : #000000;
	font-size : medium;
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
.page_content h3 {
	color : #000000;
	font-size : small; 
	font-weight: bold; /*was normal*/
	margin-top : 20px;
	margin-bottom : 5px;
}
.page_content h4 {
	color : #000000;
	font-size: 12px;
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
.page_content h5 {
	color : #000000;
	font-size: 12px;
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
.page_content h6 {
	color : #000000;
	font-size : 12px; 
	font-weight: normal;
	margin-top : 20px;
	margin-bottom : 5px;
}
.page_content p {
	color : #000000;
	margin-top : 0px;
	font-size: 12px;
	margin-bottom : 10px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
}
.page_content ol {
	list-style : decimal;
}
.page_content ul {
	list-style : bullet;
	color: #000000;
}

.page_content li {
	font-size: 12px;
	margin-bottom: 10px;	
	line-height: 20px;
}

.nav_link ul { /*Navigation & Linked ULs*/
	list-style : disc;
}

.DBhighlight {
	background-color: #cfc7b8;
}

.Subjhighlight {
	background-color: #ffffff;
}

.question {
	font-size : small; 
	font-weight : bold;
	text-align: center;
	}


.popup_table td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	background-repeat:no-repeat;  
	background-color: #7e8981;
	padding: 0; 
	color:#000000; 
	vertical-align:top;
}

.popup_table td {
	vertical-align:top;
	background-color: #ffffff;
}


/* Page Content Ends*/
/* ******************************************************************************************* */

/* ******************************************************************************************* */
/* Home Page Layout Begins */

.left_frame {
	position: relative;
	background-color: #3c466f;
	float: left;
	height: 550px;
	width: 220px;
	border-right: 20px solid #3c466f;
}

.upper_frame {
	position: relative;
	float: right;
	/* background-color: #cfc7b8; */
	background-color: #3c466f;
	height: 298px;
	width: 730px;
	margin-top: -16px;
}

.lower_frame {
	position: relative;
	background: url(../main_divs/nav_background_blue.gif);
	float: right;
	position: relative;
	background-color: #3c466f;
	height: 268px;
	width: 730px;
	}

/* .footer_bump {
	position: absolute;
	float: clear;
	width: 970px;
	}
	*/

/* ******************************************************************************************* */
/* Message Box Section Begins */

.msg_frame { /*height must match tab_area_frame*/
	background: url(../main_divs/msg_corners.gif);
	background-repeat:no-repeat; 
	background-position:right bottom;
	background-color: #515a7e;
	position: relative;
	float: right;
	height: 252px;
	width: 246px;
	margin-right: 12px;
}

.msg_frame_upper {
	padding-top: 6px;
	float: left;
}

.msg_frame_lower {
	float: left;
	padding-top: 6px;
}

.msg_frame a { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.msg_frame a:hover {
	color: #bc9a6a;
	text-decoration: none;
	font-weight: bold;
}

.msg_header {
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	margin-top: 9px;
	margin-left: 12px;
	position: relative;
}

.msg_txt {
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	float: right;
	padding: 5px;
}

#msg_img {
	border: 1px solid;
	border-color: #ffffff;
	margin-top: 5px;
	margin-left: 12px;
	float: left;
}

/* Message Box Section Ends */
/* ******************************************************************************************* */

/* ******************************************************************************************* */
/* Tabs Section Begins */

.tab_area { /*height must match msg_frame*/
	background: url(../main_divs/tab_area_corners.gif);
	background-repeat:no-repeat; 
	background-position:right bottom;
	background-color: #515a7e;
	float: left;
	position: relative;
	height: 252px;
	width: 460px;
}

.tab_content {
	background-color: #515a7e;
	position: relative;
	margin-top: 45px; 
	margin-right: 15px;
	margin-left: 16px;
}

div.content {
    border: #3c466f solid 3px;
    background-color: #ffffff;
    clear: left;
    padding: 1em;
    height: 110px; /*originally 132px*/
	width: 390px;
	position: relative;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(../tabs/tabs_blue_2.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 3px;
    text-decoration: none;
    font-weight: normal; 
    
    color: #cccccc;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
    font-weight: normal;
    color: #514378;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #f79147;
    font-weight: normal;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
	background: url(../tabs/tabs_blue_2.gif) 100% 0;
	display: block;
    line-height: 2em;
    padding-right: 3px;
}

/* Tabs Section Ends */
/* ******************************************************************************************* */

/* ******************************************************************************************* */
/* Navigation Section Begins */

.nav_section {
	position: relative;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 4px;
	margin-left: 4px;
	}

.nav_section a { 
	color: #ffffff;
	text-decoration: none;
}

.nav_section a:hover {
	color: #bc9a6a;
	text-decoration: none;
}

.nav_header {  /* Headers */
	margin-top: 12px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: arial;
	font-weight: bold; 
	padding-top: 13px;
	padding-left: 20px;
	padding-bottom: -20px;
}

.nav_bullet {
	color: white;
}	

.ulist {
	margin-top:5px;
	padding-right: 10px;
}

.resources_line {
	width: 126px;
	height: 1px;
	border-top: 2px solid #fc7f23;
	padding-bottom: 2px;
	margin-left: 20px;
}

.help_line {
	width: 70px;
	height: 1px;
	border-top: 2px solid #8ec83e;
	padding-bottom: 2px;
	margin-left: 20px;
}

.services_line {
	width: 70px;
	height: 1px;
	border-top: 2px solid #e92028;
	padding-bottom: 2px;
	margin-left: 20px;
}

.about_line {
	width: 140px;
	height: 1px;
	border-top: 2px solid #00bbf8;
	padding-bottom: 2px;
	margin-left: 20px;
}

/* Navigation Section Ends */
/* ******************************************************************************************* */

/* ******************************************************************************************* */
/* Photo Section Begins */

.photo_rotate {
	position: absolute;
	width: 220px;
	height: 395px;
	bottom: 0;
	left: 0;
}

/* Photo Section Ends */
/* ******************************************************************************************* */

/* ******************************************************************************************* */
/* Survey Section Begins */

.survey {
	position: relative;
	z-index: 25;
	width: 220px;
	height: 220px;
	margin-left: 25px;
	margin-top: 0px;
}

/* Survey Section Ends */
/* ******************************************************************************************* */

/* Home Page Layout Ends*/
/* ******************************************************************************************* */

