@charset "UTF-8";
/* CSS Document */

	
html, body {
	text-align:center;
	background-attachment: fixed;
	background-image: url(../images/chrp_logo_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

/*-----------* LAYOUT *-----------*/
	
#frame {
	width:810px;
	margin-right:auto;
	margin-left:auto;
	margin-top:40px;
	padding:0px;
	text-align:left;
	}
		
#contentleft {
	width:30px;
	padding:0px;
	float:left;
	}
	
#contentcenter {
	width:748px;
	padding:0px;
	float:left;
	background:#ffffff;
	}
	
#contentright {
	width:30px;
	padding:0px;
	float:left;
	}

/*-----------* HEADER & NAVIGATION *-----------*/
	
#header_main {
	background:#ffffff;
	height:60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	width: 748px;
	}
	
#chrp_logo_main {
	position: absolute;
	top: 25px;
	margin-left: 0px;
	}
	
#chrp_text_main {
	position: absolute;
	top: 45px;
	float: left;
	padding-left: 100px;
	}
	
#search_main {
	position: relative;
	top: 30px;
	right: 20px;
	float: right;
	}

.center_image_main {
	margin-bottom: -3px;
	}

#navigation_main {
	text-align: right;
	background-color: #6993b8;
	width: 747px;
	height: 21px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	}
	
#navlist_main {
	font-size: 12px;
	float:right;
	position: relative;
	top: -21px;
	right: 15px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	}

#navlist_main li {
	list-style: none;
	display: inline;
	margin: 0px;
	}

#navlist_main li a {
	text-decoration: none;
	padding: 3px 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #6993b8;
	}
	
#navlist_main li a:link {
	color: #ffffff;
	}

#navlist_main li a:visited {
	color: #ffffff;
	}

#navlist_main li a:hover {
	color: #66CCFF;
	background-color: #6993b8;
	}

#navlist_main li a#current {
	background-color: #003366;
	}

/*-----------* MIDDLE CONTENT *-----------*/

#mid_content {
	background-color: #ffffff;
	width: 748px;
	height: 440px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	}

#news {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/chrp_logo_slice_large.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 202px;
	float: left;
	height: 420px;
	padding: 10px;
	}

.news_date {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	}

#mission_statement {
	background-image: url(../images/mission_statement_03.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 170px;
	padding-bottom: 12px;
	width: 524px;
	float: left;
	border:1px solid #ffffff;
	}

#mission_statement_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	width: 534px;
	}

html>body #mission_statement_text {
	width: auto;
	min-width: 505px
	}

.button_hover_applicants {
	position: relative;
	background: url(../images/button_applicants_hover.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 144px;
	height: 32px;
	margin: 0;
	padding: 0;
	}

.button_hover_applicants a {
	display: block;
	width: 144px;
	height: 32px;
	display: block;
	float: left;
	color: black;
	}

.button_hover_applicants img {
	width: 144px;
	height: 32px;
	border: 0
	}

.button_hover_applicants a:hover img {
	visibility:hidden
	}

.button_hover_applicants span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	}

.button_hover_grantees {
	position: relative;
	background: url(../images/button_grantees_hover.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 144px;
	height: 32px;
	margin: 0;
	padding: 0;
	}

.button_hover_grantees a {
	display: block;
	width: 144px;
	height: 32px;
	display: block;
	float: left;
	color: black;
	}

.button_hover_applicants img {
	width: 144px;
	height: 32px;
	border: 0
	}

.button_hover_grantees a:hover img {
	visibility:hidden
	}

.button_hover_grantees span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	}

* html a:hover {
	visibility:visible
	}

#applicants {
	border: 1px solid #666666;
	background-image: url(../images/applicants_background.jpg);
	background-repeat: no-repeat;
	width: 139px;
	position: relative;
	float: left;
	height: 25px;
	left: 1px;
	top: 0px;
	padding-top: 46px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	}

#grantees {
	border: 1px solid #666666;
	background-image: url(../images/grantees_background.jpg);
	background-repeat: no-repeat;
	width: 140px;
	position: relative;
	float: left;
	height: 25px;
	left: 2px;
	top: 0px;
	padding-top: 46px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	}

/*-----------* FOOTER *-----------*/

#footer_main {
	text-align: center;
	border:1px solid #ffffff;
	background-color: #666666;
	width: 747px;
	height: 39px;
	padding-top: 20px;
	margin-bottom: -20px;
	background-image: url(../images/footer_fade_home.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#footer_copyright_main {
	float: left;
	margin-left: 60px;
	margin-top: -5px;
	position: static;
	color: #CCCCCC;
	} 

#footer_nav_main {
	float: right;
	margin-right: -5px;
	position: inherit;
	width: 400px;
	height: 20px;
	} 
 
#footer_navigation_main {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	font-size: 15px;
	}

#footer_navigation_main a:link {
	color: #ffffff;
	}

#footer_navigation_main a:visited {
	text-decoration: none;
	color: #ffffff;
	}

#footer_navigation_main a:hover {
	text-decoration: none;
	color: #66ccff;
	}
 
#footer_navigation_main li {
	list-style:none;
	float: left;
	padding: 0 10px 2px 10px;
	position: relative;
	margin:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	} 
 	
#search_main {
	position: relative;
	top: -4px;
	padding-left: 30px;
	float: left;
	}
	
#uc_seal {
	position: relative;
	bottom: 55px;
	left: 0px;
	float: left;
	}