
	
/* Header background color/image */
#header-wrap {
	width: 100%;
	margin: 0;
	background: #2f462b url(../images/style1/header_bg.png) repeat-x;
}

#header_logo {
	float: left;
	margin: 10px 16px 0px 16px;
}
#header_logo img {
	border: 2px solid #adc387;
}

/* Header Text */
#header_text	{
	width: 1000px;
	margin: 0px auto;
	}

#header_text h1, #header_text h1 a, #header_text h1 a:hover {
	padding:0px;
	background: #2f462b;
	text-decoration: none;
	color: #fff; /* Header Text Color */
	padding-top:15px ; /* Header Text distance from top */
	font: bold 28px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Header Text Typograhy */
	letter-spacing: -1px;
	
}

#header_text h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	color: #d4e3b9; /* Slogan Text Color */
	font: italic bold 18px/18px Geneva, Verdana, sans-serif;/* Slogan Text Typograhy */
}

/* CSS for Header Image */
#header_graphic a img {
	border: none;
}
#header_graphic	{width: 1000px;margin: 0px auto;}
#header_text .inside,#header_graphic .inside {padding:0; margin:0;}
#header_graphic h2 {text-indent: -6000em;padding:0px;margin:0px;line-height: 0px;font-size: 0;}
#header_graphic .inside {padding:0; margin:0;}

#header_graphic a img {
	padding-top: 15px; /* Header Text distance from top */

}

/* Total header height */

#header-wrap,#header_text,#header_graphic {
	height: 110px;
}


/* Header-Module */

#headermod {
	float: right;
	overflow: hidden;
	position: relative;
	height: 98px; /* Module Height */
	width: 350px; /* Module Width */
	top:10px; /* Distance from top */
	color: #fff; /* #dbded3; */  /* Text Color */
/*	border: 1px solid #adc387; */  
/*	background: #adc387; */
}
#headermod .moduletable h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
	margin: 0;
	text-indent: 0px;
	background-image: none;
	border-bottom: 1px solid #43643d;/* Content/Module Heading Border */
}
#headermod .moduletable {
	font-size: 11px;
	line-height: 145%;
}

#headermod .moduletableS2 img{
	border: 1px solid #adc387;
}

#headermod .contentheading,#headermod a.contentpagetitle {
	font-size: 16px;
	line-height: 18px;
	color: #f9f9f2;/* Heading/Link Color */
}






	
