/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.16;
	margin: 5px;
	padding:0px;
	background: #cccccc url(./image/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	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: 70% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 line-height:1.5;
}
li {
  margin-bottom:13px;
}

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                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 189px;
	left: 129px;
	right: 10%;
	width:80%;
	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;
	left: 10%;
	right: 10%;
	width:80%;
	/*min-width_changed: 680px;*/
	background-color:rgb(149,189,240);
	margin-top:0px;
	padding-top: 5px;
}
#masthead img{
	margin-top:7px;
}

#pageNav{
	float: left;
	width:195px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 195px;
	border-left: 1px solid #ccd2d2;
	font-size: small;
	color: #000;
/*	min-width_changed: 680px;*/
}
#content_pf{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
	font-size: 80%;
/*	min-width_changed: 680px;*/
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


#addressbar{
	font: 90% Verdana,sans-serif;
	padding:5px;
}
#titlebar{
	font: 120% Verdana,sans-serif;
	position: absolute;
	top: 2px;
	right: 5px;
	color: black;
}
#streetbar{
	font: 75% Verdana,sans-serif;
	position: absolute;
	right: 5px;
	top:25px;
}
#citybar{
	font: 75% Verdana,sans-serif;
	position: absolute;
	right: 5px;
	top:40px;
}

#phone{
	font: 68% Verdana,sans-serif;
	position: absolute;
	top: 58px;
	bottom:0px;
	right: 5px;
	z-index: 101;
}

/************** pageName styles ****************/

#pageName{
            padding: 12px 0px 12px 10px;
            margin: 0px;
            border-bottom:1px solid #ccd2d2;


}


#pageName h2{
	font: bold 120% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

.eBooksImage{
	top:4px;
      height:35px;
	padding-right:15px;
	margin: 0px;
      width:230px;
}
.bannerImage{
	top:4px;
      height:35px;
	padding: 0px;
	margin: 0px;
      width:230px;
}

#banners {
	position:absolute;
	left:206px;
	top:2px;
	width:593px;
	height: 52px;
}

#errorText {
  color:red;
  font-style:italic;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
/*min-width_changed: 640px;*/
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(./image/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
	margin-top:0px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#pageLink{
	position: absolute;
	top: 6px;
	height: 22px;
/*	min-width_changed: 640px;*/
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(./image/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 105px;
	left: 0px;
	/*width: 100%;*/
	/*min-width_changed: 640px;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font: bold 80% Arial,sans-serif;
/*	font-size: bold 90%;*/
    color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}



#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature p {
	position:absolute;
	left: 205px;
	top: 797px;
	width: 392px;
	height: 1399px;
}


/*************** story styles ******************/

.story {
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	position:absolute;
	left: 227px;
	height: 844px;
	top: 39px;
	width: 379px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;

}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 42px;
	padding-left: 10px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ hours styles **************/

#hours{
	margin: 10px;
	padding: 10px;
	font: 70% Arial,sans-serif;
}
#hours th{
	font: bold 125% Arial,sans-serif;
}

#hours td{
	vertical-align:middle;
}




/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(./image/bg_nav.jpg);
	font-weight: bold;
	font-size:80%;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.relatedLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/**  Style for the maps area **/
.maps {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.maps h3{
	padding: 10px 0px 2px 0px;
}
.maps a{
	display: block; 
}

.todotext {
 font-weight:bold;
  color:red;
  font-size:16px;
}

.rightimage {
  padding:10px 10px 10px 10px;
  }

/**************** advert styles *****************/

#advert{
	padding: 10px;
	font: 68% Verdana,sans-serif;
}

#advert img{
	display: block;
}


/********************* end **********************/

.weather {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}







.phoneblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: oblique;
	color: #B06047;
}
.calendar {
	text-align:center;
}

.highlight {
  font-style:italic;
  font-weight:bold;
}

.caption {
  font-style:italic;
  font-size: x-small;
}

.missionstatement {
	background-color: #FFFFCC;
	border: 1px dashed #000000;
	padding:10px;
}

.addtext {
   font-style:italic;
   font-size: x-small;
   text-align:right;
   color:black;
 }
#subglobal4 {
	padding: 0px 0px 0px 57px;
}
#subglobal5 {
	padding: 0px 0px 0px 172px;
}
#subglobal8 {
	padding: 0px 0px 0px 462px;
}

.faq {
  color: #21536A;
}
.smallstory {
	color:#06C;
	font-size:12px;
	font-weight:bold;
 }
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #000;
}
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #800000;
}
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #000;
}
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #5C98FC;
}
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #03F;
}
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #34539A;
}
#pagecell1 #content .story div table tr td .smallstory.style19 .style38 {
	color: #090;
	font-size: large;
}
#content .story div table tr td .smallstory.style19 .style38 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 {
	color: #F0F;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 .style381 {
	color: #009B2F;
	font-size: 18px;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 .style383 {
	color: #009B2F;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 .style382 .style147 {
	color: #009B2F;
}
#pagecell1 #content div p .style38 strong {
	color: #00F;
}
#pagecell1 #content div p strong {
	font-family: Comic Sans MS, cursive;
}
#pagecell1 #content div p strong {
	color: #008000;
}
#pagecell1 #content div p strong {
	color: #000;
}
#pagecell1 #content div p .style147 {
	color: #008000;
}
#pagecell1 #content div p strong {
	color: #800040;
}
#pagecell1 #content div p .style38 strong {
	color: #000;
}
#pagecell1 #content div p .style38 strong {
	font-family: Arial, Helvetica, sans-serif;
}
#pagecell1 #content div p .style92 br {
	color: #008000;
}
#pagecell1 #content div p .style92 u br {
	color: #008000;
}
#pagecell1 #content div p .style92 u br {
	color: #008000;
}
#pagecell1 #content div p .style92 u br {
	color: #008000;
}
#pagecell1 #content div p .style92 u {
	color: #8000FF;
}
#pagecell1 #content div p .style147 {
	color: #800040;
}
#pagecell1 #content div p .style92 a br {
	color: #8000FF;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 {
	font-family: Comic Sans MS, cursive;
	color: #C33;
	font-size: 24px;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 a {
	color: #00F;
}
#pagecell1 #content div table tr td .smallstory.style19 .style38 a {
	font-size: 18px;
}
#pagecell1 #content p .style31 .style46 .style59 {
	color: #000;
}
#pagecell1 #content p .style31 .style46 .style20 strong {
	color: #00F;
}
#pagecell1 #content p .style31 .style46 .style147 {
	color: #000;
}
#pagecell1 #content p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#pagecell1 #content p {
	color: #069;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#pagecell1 #content p br {
	color: #000;
}
