@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/tile.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtrHdr #super_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	border:1px #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	}
.oneColFixCtrHdr #container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 40px;
	position:absolute;
	top:35px;
	border: 1px solid #000000;
	padding: 2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #0064A1; 
	position:relative;
	padding: 0 10px 0 20px;  /* 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:784px;
	height:20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/topgrad.jpg);
	background-repeat:repeat-x;

}
.oneColFixCtrHdr #tagline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:810px;
	position:relative;
	top:45px;
	
}
.oneColFixCtrHdr #tagline p{
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.menu {
	width:147px;
	height:385px;
	margin-top:-11px;
	background-color:#423A2F;
	float:left;
}

.menu-text {
	position:relative;
	margin: 0 auto;
	top:105px;
	left:-60px;
	/* margin-left:-60px; */
	text-indent:30px; 
	color:#CD853F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:5px;
	font-size:14px;
	z-index: 400;
	
}

.mid-pic {
	width:212px;
	float:left;
	}

.oneColFixCtrHdr #rtl {	
	text-align:right;
	margin-right:10px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColFixCtrHdr #Sub-mainContent {
	float:left;
	position:relative;
	font-size:10px;
	/* text-indent:10px; */
	width:445px;
	height:379px;
	overflow:scroll;
	z-index: 500;
}
.oneColFixCtrHdr #Sub-mainContent p{
	padding:0 20px;
	margin-left:5px;
	line-height:1.5em;
}

.oneColFixCtrHdr #Sub-mainContent h1{
	line-height:1.5em;
	font-size:24px;
	font-color:#56B3D4;
	color:#56B3D4;
	z-index: 500;
	margin-left:10px;
}
.oneColFixCtrHdr #Sub-mainContent a:link, .oneColFixCtrHdr #Sub-mainContent a:visited, .oneColFixCtrHdr #Sub-mainContent a:link, .oneColFixCtrHdr #Sub-mainContent a:visited{
	font: bold 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #CD853F;
	padding: 8px 0 8px 0;
	text-decoration: none;
	height:auto;
	display: block;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 657px;
	height:383px; 
	margin-left:127px;
	margin-top:-09px;
	background-repeat:no-repeat;
}

#footer {
	top:485px;
	position:absolute;
	width:804px;
	height:250px;
	margin-top:15px;
	line-height:1em;
	background-position:top;
	align:center;
	background-image:url(../images/tagline.png);
	background-repeat:no-repeat;
} 
#footer p{
	text-align:center;
	margin-top:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
}

.oneColFixCtrHdr #bottombar {
	margin-left:0px;
	top:386px;
	width:784px;
	height:20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/bottomgrad.jpg);
	background-repeat:repeat-x;
	
}
.oneColFixCtrHdr #sub-bottombar {
	margin-left:0px;
	margin-top:364px;
	width:784px;
	height:20px;
	position:relative;
	z-index: 501;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/bottomgrad.jpg);
	background-repeat:repeat-x;
	
}
.oneColFixCtrHdr #bottombar 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 */
}
.oneColFixCtrHdr #logo {
	width:935px;
	z-index:2;
	position:absolute;
	top:1px;
	left:-50px;
	height:530px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	
}
	
	


.menu ul#nav_categories, .menu ul.nav_categories{
	width: 147px;
	margin-left: 20px;
	
	
}

.menu ul#nav_categories li, .menu ul.nav_categories li{
	font: normal 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	height: auto;
	display: block;
}

.menu ul#nav_categories li a:link, .menu ul#nav_categories li a:visited, .menu ul.nav_categories li a:link, .menu ul.nav_categories li a:visited{
	font: bold 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #CD853F;
	background-color:#423A2F;
	padding: 8px 0 8px 0;
	text-decoration: none;
	height:auto;
	display: block;
}

.menu ul#nav_categories li a:hover, .menu  ul.nav_categories li a:hover{
	background: transparent url(../images/downbtn.jpg);
	color:#FFFFFF;
}

.menu ul#nav_categories li ul li, .menu  ul.nav_categories li ul li{
	font: normal 100% arial, sans-serif;
	border-top: none;
	border-bottom: none;
	list-style: none;
	padding: 0 0 5px 20px;
	margin: 0;
}

.menu ul#nav_categories li ul li a:link,  .menu ul#nav_categories li ul li a:visited {
	font: normal 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	background: transparent url(../images/downbtn.jpg) no-repeat;
	text-decoration: none;
	padding: 0 0 2px 23px;
	margin: 0;
	color: #666666;
}

.menu ul#nav_categories li ul li a:hover, .menu ul#nav_categories li ul li a:hover{
	background: transparent url(eeimages/left_nav-arrow.gif) 16px 4px no-repeat;
	font: normal 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	text-decoration: none;
	padding: 0px 0 2px 23px;
	color: #CD853F;
}

.menu ul#nav_categories li ul{
	padding-bottom: 0;
}

/*------------- LEFT CATEGORIES HOVER ------------------*/

.menu ul#nav_categories li a#catC{
	font: bold 12px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #CD853F;
	background: #423A2F;
	text-decoration: none;
}


.menu ul#nav_categories li a#catC41
{
	font: bold 13px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #ffffff;
	background: transparent url(../images/downbtn.jpg);
	text-decoration: none;

}

.menu ul#nav_categories li ul li #catC41
{
	background: transparent url(eeimages/left_nav-arrow.gif) 16px 6px no-repeat;
	font: bold 11px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	text-decoration: none;
	padding: 0px 0 2px 23px;
	color: #CD853F;

}

.menu  ul li ul{
	background-color: #ffffff;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash  h1.title {
	visibility: hidden;
	font-size: 25px;
  line-height: 1em;
}

.sIFR-hasFlash  h2.title {
	visibility: hidden;
	font-size: 20px;
  line-height: 1em;
}
.sIFR-hasFlash  h3.news {
	visibility: hidden;
	font-size: 25px;
  line-height: 18px;
}
.sIFR-hasFlash  h3.welcomeQuote {
	visibility: hidden;
	font-size: 25px;
  line-height: 15px;
}

.sIFR-hasFlash  h1.welcome {
	visibility: hidden;
	font-size: 20px;
  line-height: 20px;
}
/*.sIFR-hasFlash  p.copy {
	visibility: hidden;
	font-size: 10px;
  line-height: 25px;
  text-align:justify;
}
*/
.sIFR-hasFlash  h5.footer {
	visibility: hidden;
	font-size: 11px;
  line-height: 12px;
}

.sFIP-hasFlash h4.bottom_box{
	visibility: hidden;
	font-size: 5px;
  line-height: .5em;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.divider{
	margin: 15px 0;
	padding: 0;
	height: auto;
	border-top: 1px solid #EAEAEA;
	clear: left;
}

