/* ---- Copernicus CSS ---- */

* {
	padding: 0;
	margin: 0;
	}

ul, li, li a { vertical-align:bottom;} /* IE6 white space bug */

img {border: none;}

body {
	background-image: url(../images/earth_bg.jpg);
	background-repeat: no-repeat;
	background-position: 643px top;
	font-family: Arial, Helvetica, sans-serif;
	}


p {margin-bottom: 20px; font-size: 13px;}

h1, h2, h3, h4 ,h5, h6 {font-size: 22px; color: #b31e0a; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: -0.5px; font-weight: normal; position: relative; top: -38px; margin: 0px 0px -14px 0px; border-bottom: 1px solid #f9b4ab; line-height: 37px;}
h2, h3, h4, h5, h6 {top: 0px; margin: 0px 0px 18px 0px; border: none; line-height: normal;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4, h5, h6 {font-size: 14px;}

a {color: #0000FF; text-decoration: underline;}


.center {
	text-align: center;
	}
	
div#header {
	width: 100%;
	height: 154px;
	background: url(../images/header_bg.jpg) repeat-x top;
	position: relative;
	}

img#logo_graphic {
	behavior: url(styles/iepngfix.htc);
	position: absolute;
	top: 20px;
	left: 4px;
	}

a#logo_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 22px;
	text-decoration: none;
	line-height: 32px;
	position: absolute;
	top: 6px;
	left: 125px;
	}

a#logo_name sup {
	font-size: 12px;
	margin-left: 2px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

a#logo_name span {
	font-size: 36px;
	font-style: normal;
	margin-bottom: 8px;
	}

input#field_search_header {
	width: 137px;
	height: 15px;
	padding: 2px 2px 0px 2px;
	font-size: 11px;
	border: 1px solid #404040;
	color: #797878;
	}

#search_header {
	width: 170px;
	position: absolute;
	left: 436px;
	top: 10px;
	}

input#btn_search_submit {
	vertical-align: top;
	margin-top: 1px;
	}

ul#header_nav {
	width: 452px;
	height: 21px;
	display: block;
	background: url(../images/header_nav_bg.gif) no-repeat;
	padding-left: 10px;
	position: absolute;
	top: 73px;
	left: 175px;
	}
	
ul#header_nav li {
	list-style: none;
	margin-right: 25px;
	display: inline;
	line-height: 20px;
	}

/* IE 7 line-height fix */

 *:first-child+html ul#header_nav li {
	line-height: normal;
	position: relative;
/*	top: -2px; */
	}

/* IE 6 line-height fix */

* html ul#header_nav li {
	line-height: normal;
	position: relative;
/*	top: -2px; */
	}

ul#header_nav li.last {
	margin-right: none;
	}
	
ul#header_nav a {
	text-decoration: none;
	color: #800000;
	font-size: 14px;
	/*letter-spacing: -1px;*/
	}

/* ---- MAIN NAV ---- */

ul#nav {
	background: #800000;
	width: 119px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 31px;
	float: left;
	}

ul#nav li {
	width: 119px;
	display: block;
	background: #FFFFFF url(../images/nav_border.gif) bottom no-repeat;
	}

ul#nav a {
	font-size: 15px;
	color: #800000;
	text-decoration: none;
	letter-spacing: -0.5px;
	padding: 8px 0px 8px 9px;
	display: block;
	}

ul#nav a:hover {
	text-decoration: underline;
	}

ul#nav li.active {
	background: #800000;
	margin-top: -1px;
	}

ul#nav li.last {
	background-image: none;
	}

ul#nav li.active a {
	color: #FFFFFF;
	}

ul#nav li li {
	background-color: #cccccc;
	}

ul#nav li li a {
	padding-left: 16px;
	}

ul#nav li li.first {
	border-top: 1px solid #800000;
	}
ul#nav li li.last {
	background-image: none;
	border-bottom: 1px solid #800000;
	}

ul#nav li.active li a{
	color: #800000;
	}

div#content {
	width: 500px;
	padding: 0px 30px 0px 20px;
	float: left;
	}
#content li {
	margin-left: 30px;  
	margin-bottom: 5px; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}
#content ul {
	margin-bottom: 20px; 
}

ul#bottom_nav {
	border-top: 1px solid #e9a6a6;
	border-bottom: 1px solid #e9a6a6;
	height: 25px;
	text-align: center;
	margin-top: 29px;
	margin-bottom: 14px;
	}

ul#bottom_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
	}

/* IE 7 line-height fix */

 *:first-child+html ul#bottom_nav li {
	line-height: normal;
	}

/* IE 6 line-height fix */

* html ul#bottom_nav li {
	line-height: normal;
	}

ul#bottom_nav a {
	text-decoration: none;
	font-size: 14px;
	color: #800000;
	border-right: 1px solid #800000;
	padding: 0px 6px;
	}

ul#bottom_nav a:hover {
	text-decoration: underline;
	}

ul#bottom_nav li.last a {
	border: none;
	}
ul#bottom_nav li.first {
	padding-left: 15px;
	}

div#footer {
	text-align:center;
	}

div#footer p {
	color: #666666;
	font-size: 10px;
	}

div#footer a {
	font-size: 10px;
	color: #666666; 
	text-decoration: none;
	}