@charset "UTF-8";

body  {
	background: url(images/bkg_image2.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 20px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #inside_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dedede;
	border: 1px solid #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background: url(images/headerShade.jpg) repeat-x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 780px;
	height: 20px;
} 
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topBanner {
	background: url(images/ENMRSH_topbnr.gif) no-repeat;
	display: block;
	width: 780px;
	height: 257px;
	padding: 0px;
	margin: 0px;
}	
#navBarHorizontal {
	display: block;
	width: 780px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	direction:inline;
	margin:0 auto;
    width:780px;
    border:#000000 1px solid;
    min-height:30px;
    text-align:center;
}	
#poweby {
	float:right;
	display: block;
	width: 200px;
	height: 46px;
	padding: 10px 0px 0px;
	margin: 0px;
}	
a.power
{
	vertical-align:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #333333;
	font-weight: 400;
}

a.Banner {display: block;
			 width: 700px;
			 height: 100%;
			 text-decoration: none;
			 background: url(images/ENMRSH_topbnr.gif) no-repeat;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px;
	background: #DEDEDE;
}
 #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 0;

} 
 #footer {
	padding: 0 10px 0 20px;
	background:url(images/footer.jpg) repeat-x;
	height: 80px;
} 
 table.footer{
	height: 80px;
	width: 780px;
} 
 td.footer{
	width: 550px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: medium;
	text-decoration: none;
	color: #FFFFFF;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt {
	float: right;
	margin-right: 8px;
	padding-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	text-transform: uppercase;
	color: #40001B;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
a:link {
	font-size: 10pt;
	text-decoration: underline;
	font-style: italic;
	color: #003366;
}
a:visited {
	color: #003366;
}
a{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-style: oblique;
	color: #003366;
}
#aboutus {  
  display: block;  
  width: 130px;  
  height: 30px;  
  direction:inline;
  float:left;
  background: url(images/btn1.png) no-repeat top;  
  vertical-align:middle;
  text-align:center;
 	padding: 0px;
	margin: 0px;
}
#aboutus:hover {  
  background: url(images/btn1_f2.png) no-repeat bottom;  
}  

#services {  
  display: block;  
  width: 130px;  
  height: 30px;  
  direction:inline;
  float:left;
  background: url(images/btn2.png) no-repeat top;  
  vertical-align:middle;
  text-align:center;
  	padding: 0px;
	margin: 0px;
}
#services:hover {  
  background: url(images/btn2_f2.png) no-repeat bottom;  
}  

#training {  
  display: block;  
  width: 130px;  
  height: 30px;  
  direction:inline;
  float:left;
  background: url(images/btn3.png) no-repeat top;  
  vertical-align:middle;
  text-align:center;
  	padding: 0px;
	margin: 0px;
}
#training:hover {  
  background: url(images/btn3_f2.png) no-repeat bottom;  
}  

#employment {  
  display: block;  
  width: 130px;  
  height: 30px;  
  direction:inline;
  float:left;
  background: url(images/btn4.png) no-repeat top;  
  vertical-align:middle;
  text-align:center;
  	padding: 0px;
	margin: 0px;
}
#employment:hover {  
  background: url(images/btn4_f2.png) no-repeat bottom;  
}  

#donations {  
  display: block;  
  width: 130px;  
  height: 30px;  
  direction:inline;
  float:left;
  background: url(images/btn5.png) no-repeat top;  
  vertical-align:middle;
  text-align:center;
  	padding: 0px;
	margin: 0px;
}
#donations:hover {  
  background: url(images/btn5_f2.png) no-repeat bottom;  
}  

#contactus {  
  display: block;  
  width: 130px;  
  height: 30px;  
  direction:inline;
  float:left;
  background: url(images/btn6.png) no-repeat top;  
  text-align:center;
  padding: 0px;
  margin: 0px;
}
#contactus:hover {  
  background: url(images/btn6_f2.png) no-repeat bottom;  
}  
#container #sidebar1 a {
	color: #660000;
	font-style:  normal;
	font-variant: normal;
	font-weight: bolder;
	font-size: 8pt;
	display: block;
	border-bottom: 2px dotted #660033;
	height: 20px;
	padding: 0px;
    margin: 0px;
	padding-bottom: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ENMRSHInc {color: #2F0017}
.quote   {
	font-size: x-small;
	font-style: italic;
	color: #000033;
	text-indent: 10px;
}
.style5 {
	font-size: small;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	background: center;
}
.style6 {
	font-size: small;
	color: #CCCCCC;
}
.copyrights {
	font-size: small;
	display: block;
	color: #CCCCCC;
}
.copyrights  a {
	color: #FFFFFF;
	text-decoration: none;
}

.xtraBtn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #660033;
	border: 1px dotted #660033;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: square url(images/BULLET.png);
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#important {
	text-decoration: blink;
	background: #D2E2A9;
	margin: 0px;
	padding: 1px;
}
