/*//////////////////////////////////////////////////*/
/* LAYOUT                                           */
/*//////////////////////////////////////////////////*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #170E02;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: 170E02;
}
	
#logo_print {
	display: none;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	background-image: url(../images/main_bg.jpg);
}

#header {
	width: 780px;
	height: 173px;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#main_image {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_home.jpg);
	background-repeat: no-repeat;
}

/* MAIN IMAGE CLASSES */

#main_image.about {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_about.jpg);
	background-repeat: no-repeat;
}

#main_image.services {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_services.jpg);
	background-repeat: no-repeat;
}

#main_image.information {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_information.jpg);
	background-repeat: no-repeat;
}
#main_image.definitions {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_definitions.jpg);
	background-repeat: no-repeat;
}

#main_image.resources {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_resources.jpg);
	background-repeat: no-repeat;
}

#main_image.help {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_help.jpg);
	background-repeat: no-repeat;
}

#main_image.contact {
	width: 519px;
	height: 162px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_contact.jpg);
	background-repeat: no-repeat;
}

/* END OF MAIN IMAGE CLASSES */

#logo {
	width: 225px;
	height: 115px;
	position: absolute;
	top: 26px;
	left: 519px;
}

#main {
	width: 519px;
	float: left;
	position: relative;
}

#left{
	position: relative;
	float:left;
	width: 261px;
	height: 374px;
	margin: 0px 0px 31px 0px;	
	background-image: url(../images/tree.jpg);
	background-repeat: no-repeat;
	
}

#sidenav {
	width: 101px;
	position: relative;
	left: 160px;
	padding: 0px;
	margin: 31px 0px 20px;
	list-style-type: none;
	text-align: right;
}

#crisis{
	position: relative;
	left: 110px;
	width: 150px;
	height: 47px;
	background-image:url(../images/image_crisis_line.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 20px;
}

#address{
	position: relative;
	text-align:right;
}

#content_container {
	width: 440px;
	padding-top: 30px;
	margin-left: 40px;
}

#titles {
	width: 440px;
	height: 39px;
}

#content {
	width: 440px;
	background-image: url(../images/text_field.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#content_text {
	width: 400px;
	padding: 0px 20px 0px 18px;
	margin: 0px;
	float: left;
}

#content_top {
	width: 440px;
	height: 15px;
	background-image: url(../images/text_field_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content_bottom {
	width: 440px;
	height: 15px;
	background-image: url(../images/text_field_btm.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 23px;
	width: 780px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}

/* copyright */



#copyright {
text-align: right;
margin: 10px auto;
width: 780px;
}

#copyright,
#copyright p,
#copyright a {
color: #b5c79d;
font-size: 10px;
}

#copyright a {
font-weight: normal;
text-decoration: none;
}

#copyright a:hover {
text-decoration: underline;
}

#kdc {
margin: 0px 0px 7px;
float: left;
overflow: hidden;
}

#kdc,
#kdc a {
width: 110px;
height: 27px;
}

#kdc a {
background-image: url(../images/kd_white.png);
padding: 27px 0px 0px;
display: block;
}

#kdc a:hover {
background-image: url(../images/kd_white_over.png);
}

#copyright p {
float: right;
margin: 8px 0px 15px;
}

div.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}