/***********************************************/
/* emx_nav_left.css               3f7a0b             */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ff3402;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wholePage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pagecell1{
	position: absolute;
	top: 160px;
	width:800px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 25px;
	width: 675px;
	margin-left:125px;;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	margin: 0px;
	background-color: #ebedec;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 620px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#logoImg {
	position: absolute;
	top: 0px;

}
/*
#bgLeft {
	position: absolute;
	top: -160px;
	left: -250px;

}
#bgRight {
	position: absolute;
	top: -160px;
	left: 800px;

} */

/************** utility styles *****************/

#utility{
	font: 100% Verdana,sans-serif;
	font-size: small;
	position: absolute;
	top: -20px;
	right: 8px;
	color: #ffffff;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 10px 5px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color:#ebedec;
}

#pageName h2{
	font: bold 130% Arial,sans-serif;
	color: #000000;
	margin:0px;
	height: 25px;
	padding: 0px;
	text-align:right;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: absolute;
top: 75px;
width: 100%;
min-width: 675px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 675px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #ff3402;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 35px;
	left: 0px;
	/*width: 100%;*/
	min-width: 675px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: small;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #ffd010;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #ff3402;
}

#search a:hover{
	margin: 0px;
	color: #ff3402;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #ff3402;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}


.feature h3{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

.feattable{
	text-align: center;
	display: block;
	padding: 10px 10px 10px 10px;
}

/*************** story styles ******************/

.story {
	padding: 10px 10px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom:1px solid #ccd2d2;
}

.story h4{
	font:  bold 120% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.story h5{
	font: 110% Arial,sans-serif;
	color: #ff3402;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-bottom:1px solid #ccd2d2;
}

.story h6{
	font:  120% Arial,sans-serif;
	color: #666666;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

/* Main Page Events Calendar CSS */
.story .eventsCal {
	position:inherit;
	top: 0px;
	width: 226px;
	height: 540px;
	float:right;
	padding: 5px 5px 5px 5px;
}

.story .eventsCal h4{
	font: bold 120% Arial,sans-serif;
	text-align:center;
	color: #000000;
	display:block;
}

.story .eventsCal .month{
    width: 216px;
	height: 210px;
    float:left;
    border:1px solid #ccd2d2;
    margin:3px;
    border-collapse:collapse;
}

.story .eventsCal .month td {
    border:1px solid #ccd2d2;
    color: #555555;
    padding:2px;
    text-align:right;
	background-color:#EEEEEE;
}

.story .eventsCal .month a {
    color: #000000;
    display:block;
}

.story .eventsCal .month td:hover {
	background-color:#ffffff;
}

.story .eventsCal .month th {
    padding:2px;
	background-color:#666666;
    color:#ffffff;
	text-align:center;
}

.story .eventsCal .month .days{
    background-color:#ffffff;
	font-weight:bold;
	color: #000000;
}

.story .eventsCal .month .Eventday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal .month .Adultday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal .month .Teenday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal .month .Youthday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal .month .Closedday{
	background-color: #ffb9b9;
    color:#000000;
}
.story .eventsCal .legend{
	height:150px;
	display: block;
}
/* FULL EVENTS CALENDAR CSS */
.story .eventsCal_full {
	padding: 5px 5px 5px 5px;
}

.story .eventsCal_full h4{
	font: bold 120% Arial,sans-serif;
	text-align:center;
	color: #000000;
	display:block;
}

.story .eventsCal_full .month{
    width: 185px;
	height: 175px;
    float:left;
    border:1px solid #ccd2d2;
    margin:3px;
    border-collapse:collapse;
}

.story .eventsCal_full .month td {
    border:1px solid #ccd2d2;
    color: #555555;
    padding:2px;
    text-align:right;
	background-color:#EEEEEE;
}

.story .eventsCal_full .month a {
    color: #000000;
    display:block;
}

.story .eventsCal_full .month td:hover {
	background-color:#ffffff;
}

.story .eventsCal_full .month th {
    padding:2px;
	height: 15px;
	background-color:#666666;
    color:#ffffff;
	text-align:center;
}

.story .eventsCal_full .month .days{
    background-color:#ffffff;
	height: 18px;
	font-weight:bold;
	color: #000000;
}

.story .eventsCal_full .month .Eventday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal_full .month .Adultday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal_full .month .Teenday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal_full .month .Youthday{
	background-color: #CACACA;
    color:#000000;
}
.story .eventsCal_full .month .Closedday{
	background-color: #ffb9b9;
    color:#000000;
}
.story .eventsCal_full td {
	text-align:center;
}

/* News Posts CSS */

.story a.capsule{
	font: 120% Arial,sans-serif;
	color: #ff3402;
	display:block;
	padding: 15px 0px 0px 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story .newscapsule{
	display:block;
}

.story .newscapsule .subnewsinfo{
	font: 90% Arial,sans-serif;
	color: #666666;
	display:block;
	padding: 0px 0px 0px 5px;
}

.story .newscapsule .subnewslead{
	font: 100% Arial,sans-serif;
	color: #000000;
	display:block;
	padding: 5px 5px 0px 15px;
}

/* Other Stuff */
.story .content2 {
	padding: 10px 5px 5px 10px;
}

.story .content2 li {
	padding: 0px 0px 5px 0px;
}

.story .gobackLink {
	text-align:right;
}

.story .eventMenu {
	padding: 0px 0px 10px 0px;
	text-align: right;
}

.story .contactsMenu {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.story .missionstatement {
	padding: 10px 0px 10px 10px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	text-align:center;
	color: #aaaaaa;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #c30000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	background-color: #dddddd;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.relatedLinks a{
	display: block; 
	padding: 3px 10px 3px 10px;
}

/************* wyldBox styles **************/

.wyldBox{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

.wyldBox h3{
	display: block;
	height: 24px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	background-color: #dddddd;
	font: 115% sans-serif;
	font-weight: bold;
	padding: 10px 4px 0px 4px;
}

.wyldBox form{
	padding: 5px 0px 2px 10px;
}

.wyldBox a{
	display: block; 
	padding: 0px 0px 0px 10px;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

