@import url(../all.css);

/* Added by Jesse */

.pagebody {
	padding-top:20px; /*puts padding below header on sub pages */
}
#body_home .pagebody {
	padding-top:0;  /*removes padding below header on home */
}
#homepagetabs { 
margin: 0 0 20px 0;
}
.homepagecolumn .homepagemodule caption, caption {
height:21px;
background:transparent;
padding:0 1px 0 0 ;
}

.homepagecolumn .homepagemodule caption span, caption span {
padding:5px 10px 4px 25px;
background:transparent url(caption.gif) no-repeat 0 -2px;
color:#000;
font-size:9px;
border-right:1px solid #666;
float:right;
font-style:italic;
margin-right:7px;
font-family:Verdana, Arial, Helvetica, sans-serif; /* ensures consistency with module_expand */
}

/* Put a 1 pixel border around all home page modules. */
.homepagemodule {
   border: 1px solid black;
}
.homepagecolumn .homepagemodule caption span.module_expand,
caption span.module_expand {
background:none;
border-right:none;
padding:0px;
float:left;
}

/* Added by Kevin - July 31, 2008 */
.mainmenuon,
A.mainmenuon:hover,
A.mainmenuon:link,
A.mainmenuon:visited,
A.mainmenuon:active {
   color: #fff;
   background-color: #000;
}
.mainmenuoff,
A.mainmenuoff:hover,
A.mainmenuoff:link,
A.mainmenuoff:visited,
A.mainmenuoff:active,
.mainmenucurrent,
A.mainmenucurrent:hover,
A.mainmenucurrent:link,
A.mainmenucurrent:visited,
A.mainmenucurrent:active {
   color: #000;
   background-color: #fff;
}

caption a:link, caption a:hover, caption a:visited, caption a:active {
   color: #000;
}

