/*
 _________________________________________________________
|                         |
|    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; /* Color of extreme edges of layout */
}

/* Color of main body of text */
#siteBox {
  float: left;
  width: 100%;
  color: #555;
}





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

#header {
  float: left;
  width: 100%;
  height: 6em;
  background: #25509F url(../../../images/theme/Header-1280x160.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; */
  text-decoration: none;
  color: #FFF;
  background-color: #666; /* color of top menu items */
  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; /* color of top menus when hovered over */
}

#header a.lastMenuItem {
  background-image: url(../../../images/theme/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}


#back a {
  float: right;
  font-size: 0.6em;
  padding: 5px 5px 1px 5px;
  text-align: center;
  /*text-transform: uppercase; */
  text-decoration: none;
  color: #FFF;
  /* 
  width: 8em;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333; */
}

#back a.backLink {
  background-position: top right;
  border-right: 0px;
}


a .desc {
  display: none;
/*  text-transform: lowercase; */
  color: #FC0;   color: #00F1F4; /* color of top menu text */
}

a:hover .desc, .active .desc {
  display: block; text-decoration: none;
}


A, .cls         { text-decoration:none; color:blue;}
A:hover, .clh     { text-decoration:none; color:red; font-weight : bold;}
A:visited, .clv    { text-decoration:none; color:#FF1493; }
A:active, .cla
     {
     font-family: tahoma, sans-serif;
     font-weight: bold;
     color: #708090;
     text-decoration: none;
   }

/* -- 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: #FF0000;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  /* text-transform: lowercase; */
  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; /* Background under rounded text areas */
}

#contentLeft {
  float: left;
  width: 24.3%;
  margin-bottom: 1em;
  background: #FFF url(../../../images/theme/corner_sub_tr.gif) no-repeat top right;  
}
#contentRight {
  float: right;
  width: 74%;
  background: #FFF url(../../../images/theme/corner_sub_tl.gif) no-repeat top left;
}

#contentLeftA {
  float: left;
  width: 22.3%;
  margin-bottom: 1em;
  background: #FFF url(../../../images/theme/corner_sub_tr.gif) no-repeat top right;  
}


#contentRightA {
  float: right;
  width: 70%;
  background: #FFF url(../../../images/theme/corner_sub_tl.gif) no-repeat top left;
}

#contentLeftB {
  float: left;
  width: 28.3%;
  margin-bottom: 1em;
  background: #FFF url(../../../images/theme/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight a:visited { 
    border: 0px;
    color:#FF1493;
    text-decoration: none;
}

#contentRightL {
  float: left;
  width: 30%;
  padding: 5px 0 5px 10px;
  font-size: small;
}


#contentRightL a:visited { 
    border: 0px;
    color:#FF1493;
    text-decoration: none;
}


#contentRightR {
  float: right;
  width: 60%;
  padding: 5px 0 5px 10px;
  font-size: small;
}


#contentRightR a:visited { 
    border: 0px;
    color:#FF1493;
    text-decoration: none;
}

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

#content a {  
  text-decoration: none;
  color: #00F1F4; /* Affects color of menu items on left Display area on home page only  */
  color: #0000FF; /* Affects color of menu items on left Display area on home page only  */
  border-bottom: 1px solid #AAA;
}

#content a:hover, .cclh {
  color: #DDD;
  background-color: #888;  /* Unknown effect */
  border-bottom: 1px solid #EEEEEE;
}

#content .s {  
  FONT-SIZE: xx-small;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.0em;
  /*text-transform: lowercase; */
  color: #00F1F4; /* Affects headers of paragraph text */
  color: maroon; /* Affects headers of paragraph text */
  border-bottom: 1px solid #AAA;
  margin-left: 0em;
  margin-right: 2em;
}

.subHeader {
  border: 0px;
}



.header-small, .subHeader-small {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  line-height: 0.8em;
  /*text-transform: lowercase; */
  color: #00F1F4; /* Affects headers of paragraph text */
  color: maroon; /* Affects headers of paragraph text */
  border-bottom: 1px solid #AAA;    
}


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

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD; /* Affects hover color of menu items on left (might need to change if left background color is changed and menu is not visible when hovering over item) */
  background: #888 url(../../../images/buses/BusIcon-32x24.jpg) no-repeat center left;
  border: 0px;
}


#content a.menuItem1 {
  display: block;  
  padding: 5px 0 5px 54px;
  /*background: url(../../../images/logos/PDF-Icon-28x31.gif) no-repeat center left; */
  border: 0px;
}

#content a:hover.menuItem1 { 
  color: #DDD; /* Affects hover color of menu items on left (might need to change if left background color is changed and menu is not visible when hovering over item) */
  background: #888 url(../../../images/logos/PDF-Icon-28x31.gif) no-repeat center left;
  border: 0px;
}



#content a.menuItem2 {
  display: block;  
  padding: 5px 0 5px 54px;
  /*background: url(../../../images/logos/PDF-Icon-28x31.gif) no-repeat center left; */
  border: 0px;
}

#content a:hover.menuItem2 { 
color: #DDD; /* Affects hover color of menu items on left (might need to change if left background color is changed and menu is not visible when hovering over item) */
  background: #888 url(../../../images/logos/GCS-32x12.gif) no-repeat center left;
  border: 0px;
}

#content a:visited.menuItem { 
    border: 0px;
}


.photoprev {
  float: left; margin-left: 60px; font-size: 0.7em;
}

.photonext {
  float: right; margin-right: 60px; font-size: 0.7em;
}
/* -- Footer layout/display styles -- */

#notes {
  float: left;
  width: 100%;
  font-size: 0.7em;
  /*text-transform: lowercase; */
  line-height: 1.0em;
  color: #000;
}


#footer {
  float: left;
  width: 100%;
  height: 18.0em;
  font-size: 0.7em;
  /*text-transform: lowercase; */
  line-height: 1.0em;
  color: #000;
  background: #25509F url(../../../images/theme/footer.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../../../images/theme/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../../../images/theme/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD; color: blue;
}

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

#footer a:visited { 
    border: 0px; color:#FF1493;
}


/* -- Display formatting styles -- */

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

.white {
  color: #FFF;
}

.bblue {
color: blue; font-weight: bold;
}

.aqua {
color: #00F1F4;
}

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/theme/li_bullet.gif);
}

li {
  margin-left: 0px;
}






/* -- Image alignment classes -- */

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

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

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






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
