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

body {
	margin: 15px auto;
	color: #333333;
	background: #365F34;
}

#wrapper {
	border:1px solid #000000;
	background: #5D995E url(../images/layout/wrapper_background.jpg) repeat 0 0;
}

a, a:LINK, a:VISITED, a:ACTIVE, a:HOVER { color: #254D24; text-decoration: underline; font-weight: bold; }
a:HOVER { color: #60A05C; }

a img {
	border: none;
	padding-right: 4px;
	margin-top: 8px;
}

.float_right {
	float: right;
}

#top_header {
}

#content_wrapper {
	border: 2px solid #000000;
	background: #E3F4E3 url(../images/layout/content_background.jpg) no-repeat 0 0;
}

#content {
}

h3 a, 
h3 a:LINK,
h3 a:VISITED, 
h3 a:ACTIVE, 
h3 a:HOVER { 
	border:1px solid;
	border-color: #EAEAEA #CCCCCC #CCCCCC #EAEAEA;
	background: #EAEAEA;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	margin-right: 5px;
	font-size: 80%;
	line-height: 1.6em;
}
h3 a:HOVER { 
	background: #FFFFFF;
}

/* left menu */

.left_menu_wrapper {
	
}

.left_menu {
	-moz-opacity:.60; 
	filter:alpha(opacity=60); 
	opacity:.60;
	padding-top: 15px;
	margin-left: 15px;
	padding: 0;
	width: 205px;
}

.left_menu_top {
	height: 12px;
	background: url(../images/layout/left_menu_background_top.jpg) repeat-y 0 0;
}

.left_menu_bottom {
	height: 12px;
	background: url(../images/layout/left_menu_background_bottom.jpg) repeat-y 0 0;
}

.left_menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	background: url(../images/layout/left_menu_background.jpg) repeat-y 0 0;

}

.left_menu li a {
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 15px;
	text-decoration: none;
}


* html .left_menu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 195px;
}

.left_menu li a:active {
	color: #FFFFFF;
	background: url(../images/layout/left_menu_background_hover.jpg) repeat-y 0 0;
}

.left_menu li a:hover {
	color:#FFFFFF;
	background: url(../images/layout/left_menu_background_hover.jpg) repeat-y 0 0;
}

.window_box {
	border: 1px solid #000000;
}

.window_box h3 {
	padding: 2px;
	border-bottom: 1px solid #000000;
	background: #82CE82 url(../images/layout/windowbox_header_background.jpg) repeat-x 0 0;	
}

.window_box .window_box_content {
	padding: 3px 5px 3px 10px;
	background: #A5DCA5 url(../images/layout/windowbox_content_background.jpg) repeat-x 0 0;	
}

.window_box .window_box_content h4 {
	text-decoration: underline;
}

.window_box.highlight h3 {
	background: #FFFF00 url(../images/layout/windowbox_highlight_header_background.jpg) repeat-x 0 0;	
}

.window_box.highlight .window_box_content {
	background: #A5DCA5 url(../images/layout/windowbox_highlight_content_background.jpg) repeat-x 0 0;	
}

p.highlight {
	padding: 3px;
	font-weight: bold;
	font-size: 130%;
	border: 1px solid #FFFF00;
	background: #FFFFCC;
	color: #000000;
}

#footer_wrapper {
}

#footer {
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background: url(../images/layout/footer_background.jpg) repeat-x bottom left;
}

#footer a, 
#footer a:LINK,
#footer a:VISITED, 
#footer a:ACTIVE, 
#footer a:HOVER { 
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:HOVER { 
	color: #F7FBF7;
}
