/* CSS Document */

* {margin: 0; padding: 0;}

html, body {height: 100%;}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2;
	text-align: center;
	background: #333;
	color: #666;
}

#header {
	width: 100%;
	height: 50px;
	position: relative;
	text-align: left;
	background-color: #999;
}

#banner_container {
	width: 940px;
	margin: 0 auto;
	background: white;
	padding: 3px 20px 0px 20px;
}

#cf_network {
	width: 980px;
	margin: 0 auto;
}


#wrapper {
	margin: 0 auto;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 0;
	background-color: #EEE;
}

#content {
	width: 940px;
	margin: 0 auto;
	background: white;
	padding: 3px 20px 10px 20px;
	min-height: 450px;
}

#mission {
	width: 920px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #999;
	padding: 10px;
	margin: 10px 0 5px 0;
}

#mission p {
	color: white;
	font-size: 1.5em;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.list li {list-style: outside disc; margin-left: 30px; margin-bottom: 10px;}
ul.list ul {margin: 10px;}
ul.list ul li {list-style-type: circle; list-style-position:inside; margin-left: 20px; margin-bottom: 2px;}
ul.list li {margin-bottom: 10px;}

/*------------------------------------------------------------------------------------
--------------CF Network Navigation Styles--------------------------------------------
------------------------------------------------------------------------------------*/
#cf_network_nav {
	width: 500px;
	height: 20px;
	position: absolute;
	background: url(images/cf_network_nav.png);
	list-style-type: none;
	margin: 20px 0 0 400px;
}

#cf_network_nav li {float: left;}

#cf_network_nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 20px;
	background: url(images/cf_network_nav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
/*----------Original States---------------------------------------------------------*/
li#nav_hom a {left: 0; width: 70px; background-position: 0 0;}
li#nav_mee a {left: 70px; width: 130px; background-position: -70px 0;}
li#nav_abo a {left: 200px; width: 90px; background-position: -200px 0;}
li#nav_pub a {left: 290px; width: 130px; background-position: -290px 0;}
li#nav_con a {left: 420px; width: 80px; background-position: -420px 0;}
/*----------Hover States------------------------------------------------------------*/
li#nav_hom a:hover {background-position: 0 -20px;}
li#nav_mee a:hover {background-position: -70px -20px;}
li#nav_abo a:hover {background-position: -200px -20px;}
li#nav_pub a:hover {background-position: -290px -20px;}
li#nav_con a:hover {background-position: -420px -20px;}
/*----------You Are Here States-----------------------------------------------------*/
#body_hom li#nav_hom a {background-position: 0 -40px;}
#body_mee li#nav_mee a {background-position: -70px -40px;}
#body_abo li#nav_abo a {background-position: -200px -40px;}
#body_pub li#nav_pub a {background-position: -290px -40px;}
#body_con li#nav_con a {background-position: -420px -40px;}
/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
-------------------END--------------------------------------------------------------*/

h1 {
	text-indent: -9999px;
	width: 257px;
	height: 37px;
	background: url(images/cf_network.jpg) no-repeat top;
	margin: 7px 0 0 20px;
	float: left;
	position: relative;
}


h2 {
	font-weight: normal;
	color: #999;
	font-size: 1.5em;
	margin: 0 0 5px 0;
	line-height: 1.4;
	position: relative;
}

h3 {
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
}


h4 {
	font-weight: normal;
	color: #006FB7;
	font-size: 1.2em;
}

p {
	padding-bottom: 10px;
	text-align: justify;
}

a.no_hover:hover {text-decoration: none;}


div.greybox {
	background: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	margin: 5px 10px 10px 0;
	position: relative;
	float: left;
}

div.newsbox {
	background: #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	margin: 5px 0px 5px 0;
	width: 235px; 
	height: 257px;
	position: relative;
	float: left;
}

div.newsbox h2  {
	margin-bottom: 15px;
	color: white;
}

div.newsbox p  {
	color: white;
	border-bottom: white 1px dotted;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: left;
}
div.newsbox a {color: #9FF;}
div.newsbox a:hover {color: #9FF;}





/*------------Publications---------------------------------------------------------*/




/*------------Footer---------------------------------------------------------*/
#footer_strip {
	clear: both;
	width: 100%;
	padding: 15px 0 30px 0;
	background: #333;
	position: relative;
}

#footer {
	width: 930px;
	text-align: left;
	padding: 5px 25px;
	margin: 0 auto;
}


#footer .footer_links {
	float: left;
	width: 160px;
}

#footer .footer_links .f-link-header {
	font-size: 1.2em;
}

#footer ul {list-style-type: none;}

#footer ul li a {
	color: white;
	line-height: 1.5;
}

#footer p {
	color: #FFF;
}

div.copy {position: relative; float: right; color: white;}

