/* ---------  kjg took out the zeroed default to make the page site a bit off the edges.  --------- */

/*
* {
  margin: 0;
  padding: 0;
}
*/

#body {
  border-collapse: collapse;
  display: table;
  table-layout: fixed;

}

#wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#header {
  height: 180px;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-color: #68241D;
  border-top: 2px solid #d7ad7b;
  border-top: 2px solid #d7ad7b;
  border-bottom: 2px solid #d7ad7b;
}

#main {
  display: table;
  border-collapse: collapse;
  width: 100%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav {
  display: table-cell;
  width: 180px;
  background-color: #1D3B68;
}

#extras {
  display: table-cell;
  padding-left: 10px;
  width: 210px;
}

#calendar {
	display: table;
	margin-left: 5em;
	padding-left: 10px;
	width: 100%;
}

#calendarRow {
	display: table-row;
	width: 100%;
}
calendarLeft {
  display: table-cell;
  padding-left: 0px;
  width: 400px;
}

calendarRight {
  display: table-cell;
  padding-left: 5px;
  width: 235px;
}

#content {
  display: table-cell;
  padding: 0 0px 0 10px;
}

#contentReport {
  display: table-cell;
  padding: 0 0px 0 10px;
  margin-left: 250px;
}

#content ul {
	margin-left: 4em;
	line-height: 2em;
	font-size: 80%;
	list-style-type: circle;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

#contentReport ul {
	margin-left: 4em;
	line-height: 2em;
	font-size: 80%;
	list-style-type: circle;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

#content ol {
	margin-top: .8em;
	margin-left: 2em;
	line-height: 2em;
}

#footer {
	border-top: 2px solid #d7ad7b;
    border-bottom: 2px solid #d7ad7b;
	background-color: #CFDAEC;
	font-size: 0.8em;
	text-align: center;
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
  color: #595959;
}

#footer a:hover {
  color: #68241D;
}

#footer p {
  padding-bottom: 0em;

} 

h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: .5em;
  color: #08024C; 
}

h2 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: .7em;
  color: #5a3811;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #5a3811; 
}

h3 {
  font-size: 130%;
  font-weight: normal;
  padding-bottom: .5em;
  color: #5a3811; 
}

h4 {
  font-size: 120%;
  font-weight: normal;
  padding-bottom: .5em;
  color: #ff0000; 
}

h5 {
  font-size: 110%;
  font-weight: normal;
  padding-bottom: .5em;
  color: #5a3811; 
}

p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: .5em;
} 

a {
  padding: 0;
  color: #122540;
} 

a:hover {
  color: #68241D;
}  
 

/* --------- navigation -------------*/

#nav ul {
  list-style: none;
  margin-top: .5em;
  margin-left: .5em;
}
#nav li {
  font-size: 80%;
  width: 190px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  display: block;
  padding: 0.5em 10px 0.5em 2px;
  border-bottom: 2px solid #FBE184;
}
#nav a:hover {
  border-bottom: 2px solid #68241D;
  color: #122540;
  background-color: #fff;
}

/* --------- the "extras" div "goodies" -------------*/


#extras .box {
  padding: .0em 5px .5em 10px;
  border: 1px solid #8B5F2B;
  background-color: #F3F6FA;
  margin-bottom: 1em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: bold;
  color: #913228;
  padding: 0;
  margin-bottom: 0;
}
#extras .box p {
  font-size: 80%;
}

#clear {
	clear:both;
}	

/* --------- special "boxes" -------------*/

.promo {
  display: table;
  min-width: 200px;
  border: 2px solid #5a3811;
  border-collapse:collapse;
  margin: 0 5% 1em 5%;
}
.promo .mission {
  min-width: 300px;
  display: table-cell;
  border: 2px solid #8B5F2B;
  padding: 10px;
  background-color: #EFE6DA;
  text-align: center;
}

.promo .news {
  width: 340px;
  display: table-cell;
  border: 2px solid #5a3811;
  padding: 10px;
}
.promo h3 {
  font-size: 120%;
  font-weight: normal;
  color: #5a3811;
  margin-botton: .3em;
  padding: 0;
}

.promo p {
  margin: 0;
  padding: 0;
}

.promo ul {
  list-style:none;
}
.promo p, .promo li {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 4px 0 1px 8px;
}

.left {
	float: left;
	margin: 4px 8px 1px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.important{
	font-weight: bold;
}

.urgent{
	font-weight: bold;
	color: #FF0000;
}

#stories{
}

#stories a {
  color: #ffffff;
  background-color: #1D3B68;
  text-decoration: none;
  padding: 0.5em 350px 0.5em 12px;
  border: 1px solid #5A3811;
  height: 2em;
}

#stories a:hover {
  color: #0D1A2C;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #1D3B68;

}