/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 0.90em;
}

a{
  color: #E28C05;
  text-decoration: none;
}

a:link{
  color: #E28C05;
  text-decoration: none;
}

a:hover{
  color: #E28C05;
  text-decoration: underline;
}

/***********************************************/
/* content Components                          */
/***********************************************/

.contentWrapper{
  width: 610px;
  float: left;
  padding: 0px;
  margin: 0px;
}

.contentMain
{
  width: 610px;
  padding-left: 10px;
  padding-top: 10px;
  clear: left;
}

.contentMainLeft
{
  float: left;
  width: 300px;
}

.contentMainLeftHome
{
  background-image: url(/img/homepage_kids.jpg);
  background-repeat: no-repeat;
  width: 300px;
  height: 456px;
}

/* added by Tom for nav links over homepage photo*/
.photonav {
color: white;
list-style-type: none;
margin: 75px 0 0 25px;
padding: 0;
text-align: left;
line-height: 25px;
font-weight: bold;
height: 250px;
}

.photonav a{
  color: white;
  text-decoration: none;
}

.photonav a:link{
  color: white;
  text-decoration: none;
}

.photonav a:hover{
  color: #E28C05;
  text-decoration: none;
}
/* end home photo nav links -Tom */

/* added by Tom for home text table on right*/

#homeRightColumnText {
  height: 456px;
}
/* end home text table on right -Tom */

.contentMainCenter
{
  float: left;
  width: 10px;
}

.contentMainCenterFull
{
  width: 610px;
}

.contentMainRight
{
  float: left; 
  width: 290px;
}

.contentRight{
  float: right;
  width: 267px;
  margin-left: 10px;
  margin-top: 10px;
}

.contentBanner{
  float: left;
  width: 591px;
  margin-left: 5px;
  margin-top: 10px;
  font-size: .8em;
}

.contentBanner table{
  color: #FFFFFF;
  background-position: center bottom;
  width: 610px;
  height: 76px;
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#printHeader
{
  font-size: 1.50em;
  font-weight: bold;
}

#printerFriendlyLink
{
  float: right;
  font-size: 0.80em;
  position: relative;
  top: -5px;
}

/*-- TR added for event page --*/

#newsEventsPage {
  width: 575px;
  padding-left: 10px;
  padding-top: 10px;
  clear: left;
}

#newsWrapper {
  width:310px;
  float:left;
}

.newsTitle {
  clear:left;
  padding-left:10px;
  padding-top:10px;
  font-weight: bold;
}

.eventWrapperSubject {
  width:225px;
  padding: 0 0 12px 0;
  overflow: hidden;
  font-weight: normal;
}

.eventWrapperDate {
  width:225px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

#eventWrapper {
  width:225px;
  height: 300px;
  float:left;
  border-left: 1px solid #dfdfdf;
}

.newsWrapperDate {
  width:275px;
  font-weight: bold;
  padding: 10px 0 0 10px;
}

.newsWrapperSubject {
  width:275px;
  padding: 0 0 12px 10px;
  overflow: hidden;
}

/***********************************************/
/* Masthead Components                         */
/***********************************************/

#masthead{
  width: 800px;
  height: 108px;
  background-image: url(/img/background.gif);
  padding: 0px;
  background-repeat: no-repeat;
}

#headerImg{
  margin: 0;
  padding-top: 49px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 24px;
}

/***********************************************/
/* topNav Components                           */
/***********************************************/

#topNav{
  text-align: right;
  color: #E28C05;
  margin-left: 470px;
  position: relative;
  top: -2px;
  background-color: transparent;
}

#topNav a {
  font-family: Arial, Helvetica, sans-serif;
  color: #E28C05;
  margin-right: 10px;
}

/***********************************************/
/* navBar Components                           */
/***********************************************/

#navBar{
  float: left;
  width: 175px;
  padding-left: 5px;
  padding-top: 10px;
}

#navBar ul a:link, #navBar ul a:visited {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

#navBar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#navBar li {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  color: #FFFFFF;
  text-indent: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/***********************************************/
/* mainMenuLinks Components                    */
/***********************************************/

/* level one of the menu */
#mainMenuLinks ul li{
  list-style-type: none;
  background-color: #E28C05;
  background-image: url(/img/triangle.gif);
  background-repeat: no-repeat;
  background-position: 160px 10px;
  width: 175px;
}

/* level two of the menu */
#mainMenuLinks ul ul li{
  list-style-type: none;
  background-image: none;
  background-color: #F8981D;
  width: 175px;
}

/* level three of the menu */
#mainMenuLinks ul ul ul li{
  list-style-type: none;
  background-color: #FBAE57;
  width: 175px;
}

/* level four of the menu */
#mainMenuLinks ul ul ul ul li{
  list-style-type: none;
  background-color: #808284;
  width: 175px;
}


/***********************************************/
/* .aqi styles                                 */
/***********************************************/

#aqi{
  padding: 0;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  text-align: left;
}

/***********************************************/
/* spotlight styles                            */
/***********************************************/

#spotlight{
  padding: 0;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
}

#spotlight img{
  display: block;
}

#rotizzle img{
width: 175px;
padding-top: 15px;
}

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

#breadCrumb{
  font-family: Arial, Helvetica, sans-serif;
  color: #E28C05;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  clear: left;
}

#backLink{
  float: right;
  padding: 30px 10px;
}

/***********************************************/
/* banner styles *                             */
/***********************************************/

#bannerTextDark{
  color: #808284;
}

/***********************************************/
/* footer styles                               */
/***********************************************/

#footer{
  width: 800px;
  clear: both;
  color: #A7A9AC;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.80em;
  text-align: center;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #A7A9AC;
  margin-top: 5px;
}

/***********************************************/
/* AJAX Areas                                  */
/***********************************************/

#div_message_email
{
  position: relative;
  top: -4px;
}

#div_busy_email
{
  position: relative;
  top: 4px;
}

#div_entry_shell
{
  background-color: #eeeeee; 
  border: 2px outset #999999; 
  width: 175px; 
  height: 200px; 
  position: absolute; 
  visibility: hidden;
}

#div_entry_bar
{
  width: 175px; 
  height: 20px; 
  background-color: #aaaaaa;
}

#div_entry_title
{
  width: 90%; 
  float: left; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.80em; 
  font-weight: bold; 
  padding: 2px;
  color: #000000;
}

div_entry_x
{
  width: 10%; 
  float: right;
  padding-right: 5px;
  color: #000000;
}

#div_entry_text
{
  overflow: auto; 
  width: 175px; 
  height: 180px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.80em;
  float: left;
  color: #000000;
  padding-left: 2px;
}

#div_message
{
  background-color: #dddddd; 
  border: 2px solid black; 
  text-align: center; 
  font-family: Arial, Helvetica, sans-serif; 
  width: 200px; 
  height: 50px; 
  position: absolute; 
  visibility: hidden;
}

/***********************************************/
/* Miscellaneous styles                        */
/***********************************************/

#img_caption
{
  background-color: #808284;
  color: white;
  padding: 7px;
  font-size: .9em;
}