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

div#container {  }

div#container div.submenu {
	position:relative;
	float:left;
	top:9px;
	left:32px;
	width:277px;
	min-height:500px;
	background:#b0cdec;
	margin-bottom:9px;
}

div#container div.submenu a.submenu_opt {
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px;
	display:block;
}

div#container div.submenu a.submenu_opt:hover, div#container div.submenu a.active {
	background:url(../images/submenu_bg_on.jpg) right no-repeat #7fbb53;
}

div.sideblock {
	width:257px;
	padding:10px;
}

div#container div.main {
	
	float:left;
	width:640px;
	min-height:100px;
	padding:9px 0 12px 0;
	margin:0 0 0 50px;
}

div#container div.main div.banner {
	clear:both;
	width:640px;
	height:120px;
	margin-bottom:10px;
}

div#container div.main div.content {
	background:url(../images/content_header_bg.jpg) top no-repeat;
}

div.contenttext {
	width:622px;
	padding:0 0 4px 8px;
}

div#footer { margin-left:23px; }

div.volunteer_block {
	width:277px;
	height:225px;
	overflow:hidden;
	clear:both;
}

div.volunteer_block a.volunteer_btn {
	width:277px;
	height:225px;
	display:block;
	background:url(../images/vol_OFF.jpg) no-repeat;
}

div.volunteer_block a.volunteer_btn:hover {
	background:url(../images/vol_ON.jpg) no-repeat;
}
