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

body{
	margin: 0px;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF url(../images/bgr-body.jpg) no-repeat fixed;
	text-align: justify;
}

p{


}

ul{

}

li{


}

a{
	color: #224F70;
	text-decoration: underline;

}


a:hover{
	color: #8696A2;
	text-decoration: none;


}

h1{
	font-size: 26px;
	font-weight: normal;
	color: #C2C1C1;
	line-height: 30px;
	margin-top: 20px;
	text-align: left;

}

h2{
	font-size: 20px;
	font-weight: normal;
	color: #0D456A;
	margin-bottom: 5px;
	margin-top: 20px;
}

h3{
	font: normal 14px Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	color: #A09E9E;
	margin-top: 15px;
	text-align: left;
}

h4{
	font-size: 11px;
	color: #0D456A;
}

h5{
	font-size: 12px;
	font-weight: normal;

}

h6, hr{
	margin: 20px 0px;
	padding: 0px;
	border-top: none;
	background: #D6D6D6;
	height: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;	
}
img {
	border-width: 0px;
	border-style: none;	
}


#wraper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bgr-wraper.png) repeat-y;
	padding-right: 50px;
	padding-left: 50px;
}

#wraper #navigation .nav_active {
	text-decoration: none;
	background: url(../images/bgr-navigation-%20link-hover.jpg) no-repeat;
	color: #13679F;
	font-weight: bold;
	}

#wraper #side_nave .sidenave_active {
	text-decoration: none;
	background: url(../images/icon-logo-hover.jpg) no-repeat;
	color: #0D456A;
	font-weight: bold;
	padding-left: 70px;
	}

/*
##################################################################################################################

						HEADER DIV STYLES
##################################################################################################################
*/


#header{
	width: 900px;
	height: 130px;
	background: url(../images/bgr-header.jpg) no-repeat;
	float: left;
}


#navigation{
	background: url(../images/bgr-navigation.jpg) repeat-x;
	height: 35px;
	width: 900px;
	float: right;
	border-bottom: 1px solid #9CD0F3;
	margin-bottom: 1px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navigation ul li a {
	color: #092F48;
	text-align: center;
	float: left;
	text-decoration: none;
	height: 22px;
	padding-top: 13px;
	font: normal 10px Verdana, Geneva, sans-serif;
	width: 108px;
	background: url(../images/bgr-navigation-%20link.jpg);
	margin-right: 2px;
	margin-left: 2px;
}
#navigation a:hover {
	text-decoration: none;
	background: url(../images/bgr-navigation-%20link-hover.jpg) no-repeat;
	color: #13679F;
}


/*
##################################################################################################################

						BODY DIV STYLES
##################################################################################################################
*/

#body_wraper{
	width: 900px;
	margin-bottom: 50px;
	float: left;
	padding: 40px 0px 0px;
	background: url(../images/bgr-body-wraper.jpg) no-repeat;
}



#side_nave{
	float: left;
	width: 220px;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
}


#side_nave ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}
#side_nave ul li {
	list-style: none;
}
#side_nave ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	width: 150px;
	padding-left: 50px;
	color: #13679F;
	background: url(../images/icon-logo.jpg) no-repeat;
	text-decoration: none;
	margin-bottom: 4px;
	height: 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
}


#side_nave ul li a:hover {
	color: #0D456A;
	background: url(../images/icon-logo-hover.jpg);
}


#side_nave h1 {
	color: #231202;
	font: normal 22px/30px Tahoma, Geneva, sans-serif;
	float: left;
	width: 220px;
}


#side_nave hr {
	float: left;
	width: 200px;
	margin: 30px 20px 30px 0px;
}



#main_content{
	float: right;
	width: 620px;
	padding-right: 20px;
	padding-left: 10px;
}

/*
##################################################################################################################

						FOOTER  DIV STYLES
##################################################################################################################
*/
#footer_bar {
	width: 880px;
	background: #0D456A 0;
	padding: 5px 10px;
	float: left;
	color: #FAFFE9;
}

 #footer{
	clear: both;
	width: 880px;
	padding: 5px 10px;
	background: #F8F8F8;
	color: #848580;
 }
#footer ul {
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: right;
}
#footer img {

}
#footer ul li {
	display: inline;
	list-style: none;
}

#footer ul li  a{
	color: #AFADAD;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
 }
 
 
#footer a{
	color: #93ACBD;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
 }
 
#footer a:hover{
	text-decoration: underline;
 
 
 }


#wraper_footer {
	background: url(../images/bgr-wraper-footer.png) no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	height: 130px;
}
