/*
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    |
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
	margin: 1em 1em 1em 1em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	background-color: #666;
}

#siteBox {
	float: left;
	width: 100%;
	color: #000;
}




/* -- Header layout/display styles -- */

#header {
	float: left;
	width: 100%;
	height: 4em;
	background: #25509F url(../img/hdr.jpg) repeat-y bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #333;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #006;
}

#header a.lastMenuItem {
  background-image: url(../img/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
	display: none;
	text-transform: lowercase;
	color: #0FF;
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
	float: left;
	padding: 0.27em 0em 0em 0.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #009;
}

.titleBorder {
	float: left;
	border: 0.02em solid #000;
	padding: 0em 0.2em 0em 0.25em;
}

.subTitle {
	position: absolute; top: 3.9em; left: 12.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.31em;
	font-weight: normal;
	line-height: 1.2em;
	color: #000;
}




/* -- Content layout/display styles -- */

#content {
	float: left;
	width: 100%;
	padding: 1em 0 1em 0;
	background-color: #CCC;
}

#contentLeft {
	float: left;
	width: 23.3%;
	margin-bottom: 1em;
	background: #FFF url(../img/corner_sub_tr.gif) no-repeat top right;
}

#contentRight {
	float: right;
	width: 75%;
	background: #FFF url(../img/corner_sub_tl.gif) no-repeat top left;
}

#content p {
  margin: 1.2em 1.2em 1.8em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {
	text-decoration: none;
	color: #009;
	border-bottom: 1px solid #CCC;
}

#content a:hover {
  color: #FFF;
  background-color: #BBB;
  border-bottom: 1px solid #BBB;
}

.header {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: lowercase;
	color: #009;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.8em;
}

.subHeader {
	display: block;
	padding-bottom: 0.6em;
}




/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;
  padding: 3px 0 3px 25px;
  background: url(../img/mn_bullet.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem {
	color: #FFF;
	background: #BBB url(../img/mn_bullet_hover.gif) no-repeat center left;
	border: 0px;
}

#content a.activeMenuItem, #content a:hover.activeMenuItem {
	display: block;
	padding: 3px 0 3px 25px;
	color: #009;
	background: url(../img/mn_bullet_active.gif) no-repeat center left;
	border: 0px;
}




/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.6em;
	text-transform: none;
	line-height: 2.6em;
	color: #009;
	background: #25509F url(../img/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../img/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../img/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #009;
}

#footer a:hover {
  color: #666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #666;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}




/* -- <ul> tag styles -- */

ul {
	font-size: 0.8em;
	padding-bottom: 0.5em;
	list-style-image: url(../img/li_bullet.gif);
}

li {
  margin-left: 10px;
  padding-bottom: 0.5em;
}




/* -- Table formatting styles -- */

table {
	margin: 0.3em 1.2em 1.8em 1.2em;
	font-size: 0.8em;
}

td {
   vertical-align: top;
	padding-bottom: 0.3em;
	padding-right: 1.0em;	
}




/* -- Image alignment classes -- */

.imgLeft, .imgRight {
	margin: 5px 50px 5px 50px;
	border: none;
}

.imgLeft {
  float: left;
  margin-left: 5px;
}

.imgRight {
  float: right;
  margin-right: 20px;
}




/* -- Utility classes to create the rounded corners -- */

.fLeft {
  float: left;
}

.bottomCornerLeft {
  clear: both;
  text-align: right;
}

.bottomCornerRight {
  clear: both;
}

.vBottom {
  vertical-align: bottom;
}




/* -- Slide show formatting classes -- */

#slideshow {
  text-align: center;
}

#slideshow a, #slideshow a:hover {
	text-decoration: none;
	border: none;
	background-color: #FFF;
}

#slideshow img {
  border: none;
  vertical-align: baseline;
}

#slideshow p {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.timeLabel {
  display: block;
  text-align: center;
  font-weight: bold;
}