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

html, body {
	font-size : 11px;
	line-height : 15px;
	margin:0;
	padding:0;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	}

.hide {
	display: none;
	}

/*-----------* COMMON ELEMENTS *-----------*/

p {
	font-size: 11px;
	line-height: 15px;
	}

br {
	line-height: 15px;
	}

ul {
	font-size : 11px;
	line-height : 15px;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	}

ol {
	font-size: 11px;
	line-height: 15px;
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	}

/*-----------* LINK OPTIONS *-----------*/

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	color: #003366;
	}

a:active {
	text-decoration: none;
	}

/*-----------* TEXT SIZES *-----------*/

.small_text {
	font-size : 10px;
	line-height : 15px;
	}

.title_blue {
	font-size : 13px;
	line-height : 15px;
	color: #1896cd;
	font-weight: bold;
	padding-top: 20px;
	}

.title_large {
	font-size : 24px;
	line-height : 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}

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

/*-----------* IMAGES *-----------*/
	
img {
	border:none;
	}
	
.print_image {
	display: none;
	}

.center_image {
	margin-bottom: 8px;
	}
	
#uc_seal {
	position: absolute;
	bottom: 10px;
	left: 40px;
	float: left;
	}
	
#chrp_logo {
	position: relative;
	top: -10px;
	left: 35px;
	float: left;
	}
	
#chrp_text {
	position: absolute;
	top: 27px;
	left: 130px;
	float: left;
	}

/*-----------* LIST VARIANTS *-----------*/

ul li {
	list-style-position: outside;
	list-style-type: none;
	display: list-item;
	margin-left: 30px;
	list-style-image: url(../images/arrow_01.gif);
	}

ol li {
	list-style-position: outside;
	display: list-item;
	margin-left: 30px;
	}
		
#underscore li {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	list-style-position: outside;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #B4EAFF;
	margin-left: -5px;
	list-style-type: none;
	list-style-image: none;
	}

/*-----------* HEADER *-----------*/

#dark_header {
	width:100%;
	height:20px;
	background-color: #0568b2;
	background-attachment: fixed;
	background-image: url(../images/chrp_logo_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#header {
	width:100%;
	height:85px;
	background-color: #B4EAFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-attachment: fixed;
	background-image: url(../images/chrp_logo_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

html>body #header {
	position:fixed;
	z-index:10;
	}

/*-----------* HEADER NAVIGATION *-----------*/

#navlist {
	font-size: 13px;
	float:right;
	position: relative;
	top: 41px;
	right: 15px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 3px;
	}

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

#navlist li a {
	background-color: #CCCCCC;
	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;
	}
	
#navlist li a:link {
	color: #333333;
	}

#navlist li a:visited {
	color: #333333;
	}

#navlist li a:hover {
	color: #0568b2;
	}

#navlist li a#current {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

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

#footer {
	width:100%;
	height:140px;
	}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:11;
	}

div#footer { 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_fade.png',sizingMethod='scale');
 	}

div#footer[id] {
	background-color: transparent;
	background-image: url(../images/footer_fade.png);
	background-repeat: repeat-x;
	background-position: top;
 	}

.footer_contain {
 	width: 920px;
 	margin: 0 auto 0 auto;
 	}

#footer_copyright {
	float: left;
	margin-top: 70px;
	left: 130px;
	position: absolute;
	color: #CCCCCC;
	} 

#footer_nav {
 	float: right;
	margin-top: 80px;
	width: 500px;
	position: static;
	} 
 
#footer_navigation {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	font-size: 15px;
	}
 
#footer_navigation 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;
	} 

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

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

#footer_navigation a:hover {
	text-decoration: none;
	color: #66CCFF;
	}
 	
#search {
	position: relative;
	top: -4px;
	padding-left: 10px;
	float: left;
	}

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

#content {
	text-align: left;
	padding-bottom: 1px;
	background-image: url(../images/chrp_logo_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}
 
.column {
	width: 700px;
	margin: 0px auto 150px auto;
	padding-top: 130px;
	padding-bottom: 220px;
	}
		 
.column_abstracts {
	width: 800px;
	margin: 0px auto 150px auto;
	padding-top: 130px;
	padding-bottom: 220px;
	}
	
#sub_content {
	float:left;
	width:590px;
	}
		
#sub_navigation {
	position: relative;
	width:190px;
	float:right;
	padding-left:15px;
	}

/*-----------* FLOAT FIX *-----------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

.clearfix {
	display: block;
	}
