body, html{
	height:100%;
}
body{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#46230d;
	line-height:14px;
	background:url(../_img/main_bg.jpg) center top;
}
a:link, a:visited{
	color:#bb4b04;
	text-decoration:none;
}
a:hover, a:active{
	color:#943e09;
}

.page_repeat{
	background:url(../_img/page_repeat.jpg) repeat-y center top;
}
.header{
	background:url(../_img/header_bg.jpg) no-repeat center top;
}

#flash_header{
	height:180px;
	width:778px;
	margin:0px auto;
	overflow:visible;
}

#content{
	position:relative;
	width:678px;
	padding:0px 0px 1px 0px;
	margin:0px auto;
}

.footer{
	width:748px;
	font-size:10px;
	/*background:url(../_img/footer_bg.png) no-repeat center top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/footer_bg.png',sizingMethod='scale');*/
	padding:0px 10px 30px 10px;
	margin:0px auto;
	color:#84d904;
}
.flash_footer{
	margin-left:-15px;
}
.return_to_top{
	padding:60px 35px 31px 35px;
	text-align:right;
}
.return_to_top a{
	color:#943e09 !important;
}
.return_to_top a:hover{
	color:#bb4b04 !important;
}
.footer a:link, .footer a:visited{
	color:#c0ff62;
}
.footer a:hover, .footer a:active{
	color:white;
}
a.je_logo{
	display:block;
	width:42px;
	height:23px;
	float:right;
	background:url(../_img/footer_logo_inert.gif);
	margin:5px 12px 0px 0px;
}
a.je_logo:hover{
	background:url(../_img/footer_logo_hover.gif);
}
.footer_right{
	width:200px;
	float:right;
	text-align:right;
}
.footer_back{
	padding:0px 10px;
}

p{
	margin:10px 0px;
}
.h1_space{
	height:40px;
}
h1{
	font-size:15px;
	height:20px;
	font-weight:bold;
	color:#d05300;
	background:url(../_img/h1_leaf.gif) no-repeat;
	padding:0px 0px 5px 23px;
	margin:0px;
}
h2{
	font-size:13px;
	color:#eba500;
	padding:0px 0px 0px 23px;
	margin:-7px 0px 10px 0px;
	font-weight:normal;
}
h3{
	color:#d05300;
	font-size:11px;
	margin:10px 0px 5px 0px;
}
img.picture{
	background:white;
	padding:5px;
	border:0px;
	border-left:1px solid #cfcdc9;
	border-right:1px solid #cfcdc9;
	border-bottom:1px solid #757471;
	margin:15px;
}
.picture_caption, .video_caption{
	display:block;
	width:152px;
	padding:4px 10px 10px 50px;
	clear:both;
	float:right;
	background:url(../_img/img_caption_bg.jpg) no-repeat;
	font-size:10px;
	line-height:13px;
	color:#303030;
}

.subNav{
	background:url(../_img/subnav_bg.gif) repeat-y;
}
.subNav_header{
	display:block;
	height:33px;
	margin:0px 0px 2px 0px !important;
	padding:0px !important;
}
.subNav a{
	display:block;
	font-weight:normal;
	padding:3px 8px 3px 6px;
	margin:2px 0px 2px 3px;
	color:white;
}
.subNav a:hover, .subNav a:active{
	background:#faf8f3;
	color:black;
}
.subNav div.selected{
	padding:4px 8px 6px 10px;
	background:url(../_img/subnav_selected_bg.gif) no-repeat;
	font-weight:bold;
}
.subNav_divider{
	height:2px;
	background:url(../_img/subnav_divider.gif) no-repeat;
}
.subNav_bottom{
	height:2px;
	background:url(../_img/subnav_bottom.gif) no-repeat;
}

.information{
	padding:0px 8px;
}

.clear{
	clear:both;
}
.clear_right{
	clear:right;
}
.clear_left{
	clear:left;
}

.asterik{
	clear:both;
	padding-bottom:5px;
	color:#7e5c46;
	font-style:italic;
}

.alert{
	background:#ff0000 url(../_img/alert_bg.gif) no-repeat left center;
	padding:20px 20px 20px 68px;
	color:white;
	margin-bottom:10px;
}
.alert a{
	color:white;
	border-bottom:1px dotted white;
}
.alert a:hover{
	border-bottom:1px solid white;
}

.tempting{
	font-style:italic;
}
dl{
	margin-bottom:20px;
}
dt{
	font-weight:bold;
	margin:15px 0px -5px 0px;
	color:#d05300;
}
dd{
	margin:0px 0px 5px 0px;
}
dl ul{
	margin-top:10px;
}

ul{
	padding:0px;
	margin-left:15px;
	list-style-image:url(../_img/list_arrow.gif);
}
ul li{
	margin-bottom:2px;
}
.px9{
	font-size:9px;
	line-height:0px;
}