
/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 100%;
  background-color: #F8F8F8;
}

#siteBox {
  width:800px;
  margin:0 auto;
  color: #333;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 75px;
  /* background: #25509F url(../images/hdr.jpg) no-repeat bottom left; **add this when we get pictures***/
  border:1px solid #ccc;
  background-color:#fff;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #CA0000;
}

a:hover .desc, .active .desc {
  display: block;
}


a.external { text-decoration:underline; background: url(../images/external.png) center right no-repeat; padding-right: 13px; }

/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  color: #4169E1;
}

.accent {
  color:#003366;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;
  letter-spacing: 0.01em;
}

/* -- Tabs -- */

#tabs {
	padding: 5px;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#tabs ul li {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border:1px solid #ccc;
	border-top:3px solid #9BC4E2;
	list-style: none;
	display: inline;
	}


#tabs ul li.here {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
	border-top:3px solid #4682B4;
	background-color:#fff;
	list-style: none;
	display: inline;
	}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #F8F8F8;
}

#contentRight {
  border:1px solid #ccc;
  background-color: #fff;
}

#content p {
  margin: 0.2em 1.2em 1.0em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content h1 {
  margin: 1.2em 1.2em 0.5em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content h2 {
  margin: 1.2em 1.2em 0.5em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#contentLeft p {
	font-size: 0.7em;
}

#content a {
  text-decoration: none;
  color: #1874CD;
}

#content a:hover {
  color: #380474;
}

h1 {
  display: block;
  clear: both;
  font-weight: bold;
  color: #23238E;
  border-bottom: 1px solid #AAA;
}

h2 {
  display: block;
  clear: both;
  font-weight: bold;
  color: #23238E;
}

.newsauthor {
	float:right;
	clear:both;
	margin-top:-2.4em;
	margin-right:1.2em;
	font-size: 0.8em;
	line-height: 1.8em;
}

/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;
  padding-left:15px;
  background: url(../images/li_bullet.gif) no-repeat center left;
  border: 0px;
  margin-bottom:-20px;
}

#content a:hover.menuItem {
  color: #DDD;
  background: #888 url(../images/li_bullet.gif) no-repeat center left;
  border: 0px;
}

/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0064B4;
  background-color:#fff;
  border:1px solid #ccc;
}

#footerLeft {
  float: left;
  width: 35%;
  height: 3em;
  text-align: left;
}

#footerRight {
  float: right;
  width: 60%;
  height: 3em;
  text-align: right;
  margin-right:0.5em;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 2px;
  padding-top:2px;
  padding-bottom:2px;
}


/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}


/* -- Schedule table -- */

#schedule {
	background:#f6f6f6;
	margin-bottom:10px;
}

#schedule tr {
	padding-bottom:3px;
}

#schedule td {
	padding:7px;
	margin:0;
	border:0;
	font-size:13px;
}

#schedule td.date {
	background:#4682B4;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

#schedule tr.alt td {
	background:#eee;
}

#schedule tr.alt td.date {
	background:#3c6e98;
}