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

* {margin: 0; padding: 0;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: url(../graph.jpg) repeat;
	text-align: center;
}


#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: url(images/wrapper-bg.png) repeat-y;
}

#banner {
	height: 50px;
	width: 790px;
	background-color: black;
}


#header {
	position: relative;
	background: grey;
	width: 790px;
	height: 200px;
	
}

#right {
	width: 160px;
	float: right;
	background-color:;
}


#content {
	position: relative;
	/*background: url(images/cfin-bg.jpg) no-repeat bottom right white;*/
	float: left;
	padding: 20px 50px;
	width: 550px;
	min-height: 400px;
	height:auto !important;
  	height: 400px;
}



h1 {
	position: relative;
	background: url(images/cfaf-horizontal.png) no-repeat bottom;
	text-indent: -9999px;
	width: 184px;
	height: 30px;
	padding: 20px 0 0 10px;
}

h2 {
	color: #666;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}


p {
	color: #666;
	margin-bottom: 10px;
	text-align: justify;
}

a 			{text-decoration: none; color: #096;}
a:hover 	{text-decoration: underline;}


a:hover {
	text-decoration: underline;
}




/*-------------------------------------------------------*/
/*-------------------Navigation--------------------------*/
#nav {
	position: relative;
	float: left;
	width: 140px;
}

#nav ul {list-style: none; margin: 0; padding: 0;}

#nav li#nav_con {border-bottom: none;}

#nav li a{
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-color: #FFF;
	color: #999;
	border-bottom: 1px solid #096;
	line-height: 2.2em;
	text-indent: 5px;
}

#nav li a:hover {
	background-color: black;
	color: white;
}


#body_hom li#nav_hom a, 
#body_abo li#nav_abo a, 
#body_tea li#nav_tea a,
#body_par li#nav_par a,
#body_pro li#nav_pro a,
#body_lin li#nav_lin a,
#body_con li#nav_con a
 {background-color: #096; color: white;}
 
#nav li#nav_cuk a, #nav li#nav_cin a, #nav li#nav_lan a {
 	line-height: 1.8em;
	font-size: 90%;
}

#nav li#nav_cuk a {color: #698FFE;} 
#nav li#nav_cuk a:hover {color: white; background-color: #698FFE;}

#nav li#nav_cin a {color: #ed7b48;} 
#nav li#nav_cin a:hover {color: white; background-color: #ed7b48;}

#nav li#nav_lan a:hover {color: white; background-color: #666;}

/*-------------------------------------------------------*/
/*-------------------End of Navigation-------------------*/

h3 {
	color: #999;
	margin: 10px 0 10px 0;  
	font-size: 1.1em; 
	padding: 0px; 
	border-bottom: 1px solid #666;
}

h3 a {
	color: #999;
	margin: 10px 0 10px 0;  
	font-size: 1em; 
	font-weight: bold; 
	padding: 0px; 
	border-bottom: 1px solid #666;
}

ul.list {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;}

/*-------------------------------------------------------*/
/*-------------------Page Layouts------------------------*/



#levelbg {
	clear: both;
}



/*-------------------Partners------------------------*/


#logos img {
	margin: 5px 5px;
	vertical-align: middle;
}





