@charset "utf-8";

/* 
Standard HTML CSS
--
CSS used to define the basic page setup, by defining values of default HTML tags.
*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family:Tahoma, Arial, Helvatica;
	font-size:12px;
	text-align:justify;
}

/* End of Standard HTML CSS */

/* 
Container CSS
---
CSS used to define the cotainer layers of the page, as well as setup css that automatically places the footer 
at the true bottom of the window 
*/
#container-page {
	width:740px;
	position:relative;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#container-header {
	width:740px;
	height:131px;
}

#container-content {
	padding-top:45px;
	padding-bottom:47px;
	margin-bottom:50px;
	background-color:#FFFFFF;
}

#content td {
	vertical-align:top;
}

.td_left {
	width:213px;
}

.td_right {
	padding-left:15px;
	padding-right:15px;
}

#container-footer {
	width:100%;
	position:absolute;
	bottom: 0 !important;
	bottom: -1px;
	z-index: 0;
}
/* End of Container CSS */


/* 
Site Navigation CSS
---
CSS use for the custom drop down top menu navigation through out the site 
*/
#container-nav a {
	float:left;
}

#container-nav img {
	border:0px;
	float:left;
}

.nav_a {
	padding:5px;
	width:92px;
	color:#ffffff;
	text-decoration:none;
}

.nav_a_x {
	padding:5px;
	width:145px;
	color:#ffffff;
	text-decoration:none;
}

.nav_a_x:hover {
	background-color:#2B67e5;
}


.nav_a:hover {
	background-color:#2B67e5;
}

#hidedropdown {
	position:absolute;
	width:781px;
	height:200px;
	z-index:1;
	left: -19px;
	top: 161px;
	visibility: hidden;
}

#aboutdropdown {
	position:absolute;
	width:102px;
	z-index:7;
	top: 161px;
	background-color: #164ed0;
	left: 106px;
	visibility: hidden;
	border-left:2px solid #133fa9;
	border-bottom:2px solid #133fa9;
	border-right:2px solid #133fa9;
}

#gamedropdown {
	position:absolute;
	width:155px;
	z-index:7;
	top: 161px;
	background-color: #164ed0;
	left: 317px;
	visibility:hidden;
	border-left:2px solid #133fa9;
	border-bottom:2px solid #133fa9;
	border-right:2px solid #133fa9;
	visibility: hidden;
}

#jundropdown {
	position:absolute;
	width:155px;
	z-index:7;
	background-color: #164ed0;
	left: 528px;
	top: 161px;
	visibility:hidden;
	border-left:2px solid #133fa9;
	border-bottom:2px solid #133fa9;
	border-right:2px solid #133fa9;
	visibility: hidden;
}
/* End of the Site Navigation CSS */

/* 
Left Hand Table CSS
---
CSS used to define the Left Hand Side Table with the appropriate 
border and background graphics 
*/
.td_header {
	background-image:url(../images/ebfc_12.gif);
	padding-left:20px;
	padding-top:4px;
	width:193px;
	height:26px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.td_middle {
	min-height:250px;
	background-image:url(../images/ebfc_16.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
}

.td_footer {
	background-image:url(../images/ebfc_17.gif);
	width:213px;
	height:17px;
}
/* End of Left Hand Table CSS */

/* 
Page Footer CSS
---
CSS used to create the footer equivalent of the drop down down menu site navigation, 
and footer page ownership and validation information.
*/
#container-footer-copy {
	color:#666666;
	font-size:10px;
	margin-bottom:5px;
	text-align:center;
}

#container-footer-nav {
	background:url(../images/ebfc_20.gif);
	width:100%;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	color:#FFFFFF;
	text-align:center;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.footer_button {
	color:#FFFFFF;
}

.ftr_spacer {
	padding-left:5px;
	padding-right:5px;
}

.ftr_a {
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	line-height:30px;
}

.ftr_a:hover {
	text-decoration:underline;
}

.ftr_a_x {
	padding:5px;
	color:#ffffff;
	text-decoration:none;
	line-height:30px;
}

.ftr_a_x:hover {
	text-decoration:underline;
}


.footer_buttons {
	text-align:center;
	margin-bottom:5px;
}

.footer_buttons img {
	border:0px;
}
/* End of Page Footer CSS */


/* 
Formatting CSS 
---
CSS used to create custom formatting tags, such as specific headers and font weight.
*/
.center {
	text-align:center;
}

.ch1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#b4b4b4;
	letter-spacing:0.1em;
}

.ch2 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#b4b4b4;
	letter-spacing:-0.1em;	
}

.ch3 {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.more {
	color:#FF0000;
}

.leaft_header_small {
	color:#286fdf;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.td_top {
	vertical-align:top;
}

.photo {
	border:1px solid #b4b4b4;	
	padding:5px;
	width:100px;
	height:75px;
	margin:5px;
}

.dir_link {
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
}

.dir_link:hover {	
	text-decoration:underline;
}

#about_table table {
	border-collapse: collapse;
}

#about_table td
{
	width:137px;
	vertical-align:top;
}

#about_table p
{
	text-align:left;
}

/* End of Formatting CSS */
