* { padding:0; margin:0; }
html { min-height: 101%; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	padding:0;
	text-align: center;
	font-family: Arial, Verdana, sans serif;
	font-size:0.8em;
	color: #cccccc;
	background-color: #666666;
	background-repeat:repeat-y;
	background-image:url(/AppImages/bg_body.jpg);
	background-position:center top;
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: right; margin: 0 0 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

/*** STRUCTURE ***/

.wrapper 
{
	width: 920px;
	padding: 10px 20px 0 20px;
	margin: 0 auto;
	background-repeat:repeat-x;
	background-image:url(/AppImages/bg_wrapper.jpg);
	background-position:center top;
	text-align: left;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	background-color: #252525;
	}

.content 
{
	margin-top: 20px;
	}
	
.c1 
{
	float:left;
	width: 220px;
	margin-right: 25px;
	}

.c2
{
	float:left;
	width: 675px;
	}

.footer 
{
	background-color: #3b3b3b;
	border-top: 1px solid #595959;
	padding: 5px 10px;
	margin-top: 10px;
	width: 910px;
	 }
	
.footer p
{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 0.8em;
	}

.footer a, .footer a:visited
{
	padding: 0;
	margin: 0 3px;
	color: #FFFFFF;
	font-weight: normal;
	}

.period
{
	background-color: #303030;
	padding: 9px;
	border: 1px solid #222222;
	margin-bottom: 10px;
	text-align: center;
	}

.period h2
{
	margin: 0px 0 9px 0;
	text-align: left;
	}

.period h2 a, .period h2 a:visited, .period h2 a:active, .period h2 a:hover
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 1.1em;
	}

.period h2 a:hover
{
	color: #FFFFFF;
	}
	
.period_thumb 
{
	border: 1px solid #222222;
	margin: 0 auto;
	}

.period a:hover .period_thumb
{
	}


/** TYPOGRAPHY ;-P **/

h1, h2, h3, h4
{
	font-size:1.6em;
	margin: 0 0 10px 0;
}

h1
{
	border-bottom:1px solid #313131;
	padding-bottom:10px;
	font-weight: normal;
}

h2 
{
	font-size:1.4em;
	color: #a4d26a;
	}

h3, h4
{
	font-size:1.2em;
	color: #a4d26a;
	}

p 
{
	line-height: 150%;
	margin-bottom: 1em;
	}

ul, ol 
{
	line-height: 150%;
	margin-bottom: 1em;
	margin-left: 30px;
	}

a
{
	text-decoration:none;
	font-weight: bold;
	color: #82b45a;
}
a:hover
{
	text-decoration: underline;
}

/*** CONTACT FROM ***/

.form_input input
{
	width: 400px;
	margin: 10px 0px;
	background-image: url(/AppImages/contact_bg.gif);
	background-repeat:repeat-x;
}
.form_input textarea
{
	width: 400px;
	margin: 10px 0px;
	background-image: url(/AppImages/contact_bg.gif);
	background-repeat:repeat-x;
}
.form_captcha input
{
	background-image: url(/AppImages/contact_bg.gif);
	background-repeat:repeat-x;
}
.form_button a
{
	background-image:url(/AppImages/bg_menu_item.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:3px;
	margin-left: 327px;
	margin-top:-30px;
	padding:5px 10px 5px 20px;
	text-decoration:none;
	border: 1px solid #36402E;
}
.form_button a:hover
{
	background-image:url(/AppImages/bg_menu_item_hover.gif);
}
.h1_none h1
{
	display: none;
}

/*** NEWS ***/

.news_list_item
{
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom:1px solid #313131;
}
.news_list_primary_image
{
	margin-right: 20px;
}
.news_list_item_date
{
	float: right;
	color: #CCCCCC;
}
.news_list_more_link
{
	float: right;
}
.pager
{
	background-color: #000000;
	margin: 10px 0;
	padding: 8px 5px;
}
.pager a, .pager a:visited, .pager a:active
{
	border:1px solid #36402E;
	padding: 2px 4px;
	color: #82B45A;
}
.pager a:hover
{
	background-color: #252525;
	text-decoration: underlined;
	border:1px solid #36402E;
}
.listpager_pageritem
{
	background-color: #252525;
	text-decoration: underlined;
}

/*** LOGIN ***/

.remember_me input
{
	margin-right: 5px;
}
.login_button a
{
	background-image:url(/AppImages/bg_menu_item.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:3px;
	margin-left: 357px;
	margin-top:-10px;
	padding:5px 10px 5px 20px;
	text-decoration:none;
	border: 1px solid #36402E;
}
.login_button a:hover
{
	background-image:url(/AppImages/bg_menu_item_hover.gif);
}

/** site_menus **/
/*** MAIN NAV ***/

.main_nav 
{
	margin: 10px 0 5px 0;
	background-repeat:repeat-x;
	background-image:url(/AppImages/bg_menu.gif);
	background-position:center top;
	}

.Level1 
{
	}

.Level1 ul 
{
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	display: block;
	}

.Level1 ul li
{
	display: block;
	float:left;
	padding: 0;
	margin: 0;
	}

.Level1 ul li a,.Level1 ul li a:visited,.Level1 ul li a:active
{
background-image:url(/AppImages/bg_menu_item.gif);
background-position:-3px top;
background-repeat:no-repeat;
display:block;
float:left;
margin-right:2px;
padding:5px 8px 5px 17px;
text-decoration:none;
white-space:nowrap;

}

.Level1 ul li a:hover, .Level1 ul li.selected a
{
	background-image:url(/AppImages/bg_menu_item_hover.gif);
	}

/*** SUB NAV ***/

.second_level_nav
{
	margin-bottom: 15px;
	}

.second_level_nav ul
{
	margin: 0;
	list-style-type: none;
	}

.second_level_nav ul li
{
	width: 100%;
	}

.second_level_nav ul li a, .second_level_nav ul li a:visited
{
	display: block;
	border-bottom: 1px solid #373737;
	padding: 3px 0 3px 20px;
	background-repeat:no-repeat;
	background-image:url(/AppImages/bg_sub_menu.jpg);
	background-position:left center;
	text-decoration: none;
	}

.second_level_nav ul a:hover, .second_level_nav ul li.selected a
{
	background-image:url(/AppImages/bg_sub_menu_hover.jpg);
	text-decoration: none;
	}
