*{
	margin:0;
	padding:0;
}
html,body, form{
	height:100%;
}
body{
	background:url('../images/bg1.gif') top left repeat-x #E9E7D2;
	font-family:Arial, Helvetica, sans-serif;
	font-family:"Times New Roman", Times, serif;
	font-size:0.9em;
	color:#4F4531;
}
h1{
color:#555555 !important;
font-size:125% !important;
}

h2{
color:#555555 !important;
font-size:110% !important;
}

a, a:visited{
	color:#FFF;
}
#anchor{
	height:100%;
	margin:0 auto;
	background:url('../images/bg_head.gif') top center repeat-y;
}
#header{
	width:966px;
	height:115px;
	margin:0 auto;
}
#header img{
	margin:15px 20px;
}

#newhome_content_block_4{
    background:url('../images/loading.gif') center no-repeat;
}
 
#menuwrap{
	background:url('../images/bg_menu.gif') top center no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	min-height:29px;
}
* html #menuwrap{ height:29px; }
#ig-menu{
	width:966px;
	margin:0 auto;
	z-index:1;
}
#ig-menunav ul, #ig-menunav li{
	list-style:none outside none;
}
#ig-menunav{
	text-align:left;
	float:left;
	height:29px;
	position:absolute;
	z-index:1;
}
#ig-menunav li{
	display:inline;
	float:left;
	position:relative;
	height:29px;
	background:url('../images/bg_menu.gif') bottom center no-repeat;
	margin-left:15px;
}
#ig-menunav li ul{
	position:absolute;
	clear:both;
	width:120px;
	left:14px;
	top:0px;
	padding:29px 0 0;
	visibility:hidden;
	z-index:1;
}
#ig-menunav li:hover ul, #ig-menunav li.sfhover ul{
	visibility:visible;
	color:#FFF;
}
#ig-menunav li ul li {
	text-align:left;
	width:100%;
	margin:0;
}
#ig-menunav li a{
	line-height:29px;
	padding:0 14px;
	text-decoration:none;
	position:relative;
	z-index:2;
}
#ig-menunav li a:hover, #ig-menunav li:hover{
	color:#4F4531;
}
#ig-menunav li a.ig-menuselectedcolor{
	color:#4F4531;
}
#contentwrap{
	margin:0 auto;
	background:url('../images/bg_head.gif') top center repeat-y;
}
#contentbg{
	margin:0 auto;
	background:url('../images/bg_content.gif') top center repeat-y;
	min-height:575px;
}
#contentmain{
	width:966px;
	margin:0 auto;
	padding:1px 0 25px;
	min-height:500px;
	color:#000;
	background:#E9E7D2;
}
#contentmain a{
	color:#000;
}
* html #contentmain{ height:500px; }
#bottombar{
	height:4px;
	background:url('../images/bg1.gif') 0 -115px  repeat-x;
	width:100%;
	position:absolute;
	left:0px;
}
#footer{
	margin:0 auto;
	text-align:right;
	background:url('../images/bg_head.gif') top center repeat-y;
}
#footerbg{
	background:url('../images/bg_footer.gif') top center repeat-y;
	margin:0 auto;
	position:relative;
	top:0px;
	min-height:80px;
}
#footercontent{
	width:940px;
	margin:0 auto;
	min-height:80px;
}
* html #footercontent{ height:80px; }
hr{
	border:none;
	height:1px;
	font-size:1px;
	line-height:1px;
	border-top: 1px solid #84724A;
	margin:0;
	padding:0;
}
/**
 * Clr Class fix for adding to elements containing floating elements
 */
.clr:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clr{display:inline-block;}
html[xmlns] .clr{display:block;}
* html .clr{height:1%;}
.clear{clear:both;}
