@charset "utf-8";
/* CSS Document */

/*General HTML Styling*/

body {
	margin-top:0px;
	margin-bottom: 0;
	background-image: url(../image-files/emhbackdrop.jpg);
}

p {
	font: normal Georgia;
	line-height: 1.35em;
	font-size: 11pt;
}

body {
	font-family: Georgia;
	color: #000101;
}


/* Div Elements */

#apDiv1 {
	background: #eac05f;
}

#header {
	height: 144px;
	margin-left: 10px;
	text-align: center;
	width: 90%;
	background-image: url(../image-files/emhbackdrop.jpg);
}

#container {
	width: 807px;
	margin: 0 auto;
	text-align:center;
	background: url(../image-files/bg.png) bottom;
}

#container:after { content:url(../image-files/after.png); }

#content {
	width: 600px;
	padding: 1em;
	margin-right: 0;
	text-align:left;
}

#rightColumn {
	float: right;
	width: 200px;
	margin: 0px;
	margin-top: 20px;
	padding: 1em;
	text-align:left;
	
}

#footer {
	clear: both;
	text-align:left;
	margin-left: 20px;
	margin-top: auto;
	width: 1024px;
	height: 40px;
	line-height: 1.0em;
	padding: 1em 0 ;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#002557;
	margin: 0 auto;
	text-align:center;
}
	
#rightColumn p {
	margin: .5em 0 1em 0;
	font: normal Times New Roman, Times, serif;
	line-height: normal;
}

#rightColumn h1, h2, h3 {
	font: normal Times New Roman, Times, serif;
	margin: .5em 0 1em 0;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
	border-bottom: none;
}

#rightColumn a:link {	
	color: #003f94;
	font-weight: bold;
}

	
#content p {
	font: normal Times New Roman, Times, serif;
	color: #333333;
	line-height: 16px;
}


#content h1, h3 {
	font: normal Times New Roman, Times, serif;
	font-weight: bold;
	border-bottom:none;
	color: #333333;
	
	
}
#content h2 {
	font: normal Times New Roman, Times, serif;
	font-weight: bold;
	color: #333333;
	
	}
	
#content a:link {	
	color: #003f94;
	font-weight: bold;
}

#content a:visited {
	font-weight:bold;
	color: #003f94;
}

#content a:hover {
	color: #daaa38;
}
#footer p {
	color: #FFFFFF;
	font: small Arial, Helvetica, sans-serif;
	}

h2 img {
	border: none;
}

a img {
	border: solid 1px #000;
}

/*New Chrome Menu*/

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(../image-files/matttabs3.gif)center center repeat-x; /*THEME CHANGE HERE*/
	padding: 8px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 8px 35px;
margin: 0;
text-decoration: none;
border-right: 1px solid #999999;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../image-files/matttabs.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #BECDE8;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
