/* CSS Document */

body{
	margin: 0px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
	text-align: justify;
	background: #F5F9E8;
}

p{


}

ul{

}

li{
	list-style: square;


}

a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #64003C;


}


a:hover{
	color: #000000;
	text-decoration: none;

}

h1{
	font-size: 18px;
	font-weight: normal;
	color: #9E1515;


}
h1 a {
	font-size: 16px;
}


h2{
	border-top: 3px solid #DADE8D;
	background: #A9B73E;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	text-align: left;
}

h3{
	font-size: 12px;
	color: #5F6723;
	margin-bottom: 5px;


}

h4{


}

h5{


}

h6{
	background: #DBDBDB;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wraper #navigation .active {
	background: url(../images/bgr-navigation-link-hover.jpg);
}



#wraper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bgr-wraper.png) repeat-y;
	padding-right: 70px;
	padding-left: 70px;
}
#wraper #top {
	padding: 15px 5px 5px 10px;
	width: 785px;
	background: url(../images/bgr-top.jpg);
	height: 70px;
	color: #FFFFFF;
}
#wraper #top h1 {
	font-size: 12px;
	color: #3E4312;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



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

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



#header{
	height: 250px;
	width: 800px;
}
#logo {
	float: left;
	height: 120px;
	width: 250px;
	background: url(../images/ima-logo.jpg) no-repeat;
	margin: 0px;
	padding: 130px 10px 0px 20px;
	line-height: 16px;
	font-size: 12px;
}
#logo h1 {
	font-size: 14px;
	color: #677126;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#banner_ima {
	float: left;
	width: 520px;
	margin: 0px;
	padding: 0px;
}


#navigation{
	background: #450A20;
	height: 30px;
	width: 600px;
	float: right;
	padding-left: 200px;
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation a {
	text-align: center;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	padding-top: 8px;
	width: 104px;
	background: url(../images/bgr-navigation-link.jpg);
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/bgr-navigation-link-hover.jpg);
}



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

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

#body_wraper{
	width: 800px;
	background: url(../images/bgr-body-wraper.jpg) repeat-y;
	float: left;
	padding-top: 30px;
	padding-bottom: 50px;
}

#side_nave{
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;


}

#main_content{
	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;

}

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

						FOOTER  DIV STYLES
##################################################################################################################
*/
 #footer{
	clear: both;
	width: 780px;
	height: 50px;
	background: url(../images/bgr-footer.jpg) no-repeat;
	padding: 10px;
	color: #000000;
 
 
 }
#footer ul {
	margin: 0px 0px 5px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style: none;
}

 
#footer a{
	color: #3F4417;
	margin-right: 10px;
	margin-left: 0px;
 
 
 }
 
#footer a:hover{
	color: #879131;
	text-decoration: none;
 
 
 }
#footer #go_top {
	color: #9E164E;
	float: right;
}

#wraper_bottom {
	background: url(../images/bgr-wraper_bottom.png);
	height: 59px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 70px;
	padding-left: 70px;
}


#pdf {
	background: url(../images/icon-pdf.jpg) no-repeat;
	padding-left: 35px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}