/* @override http://s39270.gridserver.com/digital_library/_css/main.css */

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

html{
	background-color: #e8e8e8;
}

body{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

img{
	border: none;
}

.link
{
	color: #00599c;
	text-decoration:underline;
}

.link:hover
{
	color: #fc723a;
}

a:link{
	color: #00599c;
}

a:visited{
	color: #78a7cb;
}

a:hover, a:active{
	color: #fc723a;
}

h1, h1 a:link{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #00599c;
	margin-bottom: 5px;
}

h2{
	font-size: 17px;
	line-height: 23px;
	color: #000;
	margin-bottom: 5px;
	font-weight: normal;
}

h3, h3 a:link{
	font-size: 16px;
	color: #00599c;
	line-height: 22px;
	margin-bottom: 5px;
}

h4{
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 5px;
	color: #00599c;
}

h5{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #00599c;	
}

h6{
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	color: #00599c;
}

.note{
	font-size: 10px;
}

.error{
	color: red;
}

.right_align{
	float: right;
}

#container{
	width: 887px;
	position: relative;
	margin: auto;
	border-left: 42px solid #FFF;
	border-right: 42px solid #FFF;
	background: #FFF url(../images/menu_bg.jpg) repeat-y 677px;
}

#container p{
	margin-bottom: 10px;
}

#header{
	height: 85px;
	width: 887px;
	position: relative;
	background-color: #FFF;
	z-index: 2;
}

#logo{
	width: 542px;
	height: 71px;
	position: relative;
	float: left;
	margin-top: 7px;
	margin-left: 8px;
}

#header_search{
	width: 176px;
	position: relative;
	float: right;
	margin-top: 45px;
}

#header_search input#keywords{
	border: none;
	background-color: #F0F0F0;
	height: 20px;
	width: 150px;
	padding-left: 5px;
	padding-top: 3px;
}

#header_search input#submit{
	position: absolute;
	top: 0px;
	left: 150px;
}

#sub_header{
	width: 887px;
	height: 113px;
	position: relative;
}

#rotating_header{
	position: relative;
	float: left;
	width: 254px;
	height: 113px;
}

.slide{
	position: absolute;
}

#sub_text{
	position: relative;
	float: left;
	width: 633px;
	height: 113px;
}

#content_box{
	position: relative;
	float: left;
	width: 887px;
}

#content{
	position: relative;
	float: left;
	width: 662px;
	margin-right: 15px;
}

#content p{
	margin-bottom: 10px;
}

#content ul{
	margin-left: 60px;
	margin-bottom: 10px;
}

#right_col{
	position: relative;
	float: left;
	width: 180px;
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	line-height: 14px;
}

#right_col_content{
	position: relative;
	z-index: 5;
}

#right_col label{
	position: relative;
	float: left;
	margin-top: 5px;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
}

#right_col input#Password, #right_col input#Email_Address{
	border: none;
	background-color: #A2A2A2;
	height: 18px;
	clear: both;
	float: left;
}

#dashboard_left_col{
	position: relative;
	float: left;
	width: 390px;
	padding-right:8px;
   border-right:1px solid #E4E4E4;
}

#dashboard_right_col{
	width: 230px;
	margin-left: 30px;
	position: relative;
	float: left;
}

input#Login_Button{
	margin-top: 5px;
	margin-bottom: 10px;
}

#menu_bottom{
	height: 155px;
	width: 210px;
	position: absolute;
	left: 677px;
	bottom: 0px;
	background: url(../images/menu_bottom.jpg) no-repeat;
	z-index: 0;
}

#footer{
	position: relative;
	clear: both;
	width: 887px;
	height: 55px;
	background-color: #FFF;
	font-size: 11px;
}

#footer a{
	text-decoration: none;
}

#footer p{
	margin-top: 10px;
	position: relative;
	float: left;
}

#copyright{
	position: relative;
	float: right;
	margin-top: 10px;
	background-color: #FFF;
}

/* Form Styles */

#fieldset{
	padding: 10px;
}

.Outer_Progress{
	width:175px;
	overflow:hidden;
}

.link{
	cursor:pointer;
}

.link:hover{
	text-decoration:underline;
}