/* 
 _________________________________________________________
|                                                         |
|    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: #333;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}

a.tip {
	position: relative;
}

a.tip span {
	font-size: 0.6em;
	display: none;
	position: absolute;
	top: 2px;
	left: 90px;
	padding: 5px;
	z-index: 100;
	background: rgb(200, 200, 200);
	color: rgb(0, 0, 0);
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(../images/hdr3.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  background-color: #666;
  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: #333;
}

#header p {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header p:hover, #header p.active {
  padding-top: 10px;
  background-color: #333;
}

p .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

p:hover .desc, .active .desc {
  display: block;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: none;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#errormsg {
  color: #F00;  
}

#bubble {
  color: #000;  
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentFull {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#contentFull p {  
  margin: 1.2em 1.2em 1em 1.2em;
}

#contentRight {
  float: right;
  width: 75%;
  margin-bottom: 1em;
  color: rgb(0, 0, 0);
  background: #FFF url(../images/corner_sub_tl.gif) no-repeat top left;
}

#contentLeftMap {
  float: left;
  width: 28.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRightMap {
  float: right;
  width: 70%;
  font-size: 0.8em;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#contentLeftLarge {
  float: left;
  width: 43.0%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#map {
  margin: 1.2em 1.2em 1em 1.2em;
}


#contentRightLarge {
  float: right;
  width: 55.0%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

form.rightForm {  
  margin: 0em 0em 0em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#contentLeft p {  
  margin: 1.2em 1.2em 1em 1.2em;
}

#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
  padding-bottom: 0px;
  padding-top: 0px;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  font-size: 1.0em;
  border: 0px;
}

#contentRight .header {
  color: rgb(0, 0, 0);
}

#contentRight .subHeader {
  color: rgb(0, 0, 0);
}

#contentRight a {  
  color: #000;
}


/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

.black {
  color: #000;
}

.greyonly {
  color: #AAA;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  padding-top: 5px;
  padding-bottom: 5px;
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

.imgScaledLeft {
  margin: 1.2em 1.2em 1em 1.2em;
  width: 95%;
  padding: 1em 0 1em 0;
}





/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

table.parttable {
	margin: 0em 0em 0em 1em;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #777;
	border-collapse: separate;
}
table.parttable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	color: #000; 
	-moz-border-radius: 0px 0px 0px 0px;
}
table.parttable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.entrytable {
	margin: 0em 0em 0em 1em;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #777;
	border-collapse: separate;
}
table.entrytable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	color: #000; 
	-moz-border-radius: 0px 0px 0px 0px;
}
table.entrytable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

td.smalllist {
  font-size: 0.8em;
}

#buttonbar {
	height: 2.5em;
	margin: 0.0em 1.0em 0.0em 1.0em;
	padding: 0.5em 0.0em 0.0em 0.0em;
	border-bottom: solid 0.1em #AAA;	
	text-align: center;
  	color: #FC0;
	font-size: 1.0em;
	display: block;
}

#errormsg {
  	color: #F00;
}
