/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.75em;
  color: #666;
  background-color: #EEE;
}

h1 {
  clear: both;
  padding: 5px 0 12px 4px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#text h1 {
  background:  url(images/2005/h1_bg.jpg) no-repeat center bottom;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

#news p {
  padding: 8px;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image:  url(images/2005/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container
 ***************************************************/

#siteBox {
  width: 740px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
 ***************************************************/


#header {
  height: 144px;
  background:  url(images/2005/hdr_road.jpg) no-repeat center top;
}

#header .title {
	padding: 10px 0 0 10px;
	font-size: 2.5em;
	line-height: 0.9em;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	font-weight: bold;
}

#header .subTitle {
	padding: 0 0 0 12px;
	color: #EEE;
	font-weight: bold;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.75em;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background:  url(images/2005/menu_tab.gif) no-repeat center top;
}





/***************************************************
   Side Menu
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#news .block {
  margin-bottom: 20px;
  background: #DDD url(images/2005/block_top.gif) no-repeat center top;
}

#news .block .bottom {
  height: 28px;
  background: #DDD url(images/2005/block_bottom.gif) no-repeat center bottom;
}

#news .links {
  margin: 5px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 15px;
  text-transform: uppercase;  
}

#news .links a:hover {
  background: #DDD url(images/2005/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}


/***************************************************
   Right Column
 ***************************************************/

#text {
  float: left;
  width: 540px;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background:  url("../../../../../images/2005/footer.gif") no-repeat top right;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(images/2005/link_top.gif) no-repeat center top;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background:  url(images/2005/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(images/2005/link_bottom.gif) no-repeat center top;
}


/***************************************************
   Formatting Classes
 ***************************************************/

.date {
	display: block;
	text-transform: uppercase;
	color: #56B600;
	font-size: 12px;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(images/2005/quote_top.gif) no-repeat right top;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background:  url(images/2005/quote_bottom.gif) no-repeat right bottom;
}

img.right {
	float: right;
	padding: 3px;
	margin-left: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}
