html {
	height:100%!important;
	margin:0px;
	padding:0px;
	background-color:#fff;
	background: url(/themes/JESTheme/images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
body {
	/*height:100%!important;*/
	margin:0px;
	padding:0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	/*min-height: 100%;
	/*height: auto !important;
	height: 100%;
	margin: 0 auto;*/
}

.container {
	overflow:hidden;
	width: 950px;
	background-color:#FFF;
	margin: 10px;
	margin-top:30px!important;
	padding:16px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	-moz-border-radius: 10px;
 	border-radius: 10px;
	box-shadow:0 0 10px #333;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#333333');
}

/* Header Content */
.head {
	width:950px;
	margin: 0 auto;
	/*height:165px;*/
}
.headlogo {
	margin:0 auto!important;
	float:left;
	width: 400px;
	padding: 15px;
	height: 90px;
	padding: 0px 0px 0px 0px;
}
.headrighttop {
	text-align:right;
	/*margin:0 auto!important;*/
	width: 400px;
	float:right;
	height: 50px;
	padding: 0px 0px 0px 0px;
}
.nav {
	margin:0 auto!important;
	width: 400px;
	background-color: #789B1B;
	float:right;
	height: 40px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
}

.slider {
	width:950px;
	height:290px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:10px;
	/*margin-top:4px;*/
}
.bodycontainer {
	text-align:left;
	clear:both;
	width: 950px!important;
	padding: 0px!important;
	margin:0 auto;
	background-color:#FFF;
	/*overflow:hidden;*/
}

/*------------- Right Sidebar -------------- */

.rsb_container {
	float: left;
	text-align:left;
	width: 690px!important;
	padding: 5px 5px 5px 0px!important;
	background-color:#fff;
}

.rsb_right {
	float: left;	
	text-align:left;
	width: 260px!important;
	padding: 5px 0px 5px 5px!important;
	background-color:#fff;	
}

/*Footer Content*/

/*.wrapper2 {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}*/
.push2 {
height: 0.0em;
clear: both;
}
.footer2{
height: 50px;
margin-top:-30px;
width: 950px!important;
background-color: #fff;
clear: both;
margin:0 auto;
padding:5px;
}

.footercontent {
	/*padding-top: 10px;*/
	float:left;
	width:950px;
	text-align:center!important;
}

.footerleft {
	padding-top: 10px;
	float:left;
	width:500px;
	text-align:left!important;
	bottom: 0px;
}
.footerright {
	padding-top: 10px;
	float:right;
	width:400px;
	text-align:right!important;
}

.footertext{ font-size:12px; font-family:Georgia; font-style: normal; color:#789A1A; text-align:right;}
.footertext a {color: #789A1A; text-decoration:none;}
.footertext a:hover {color: #789A1A; text-decoration:none;}
.footertext a:active {color: #789A1A; text-decoration:none;}
.footertext a:visited {color: #789A1A; text-decoration:none;}

#cms_fix001
{
padding-bottom:60px;
}