@charset "UTF-8";
/* CSS Document */


/*------------------------------ custum formating -------------------------------*/
/*sets the sub nav for the frotpage based navigation */
.spacer {
height: 14px;
width: 170px;
}

/*to use classes in the column div with class example <div class="1colspan dark-color">- also use the border class simmilarly located in the global style sheet*/
.blue {
background-color: #00B3EB;
}
.dark-color {
background-color: #6EC653;
}
.med-dark-color {
background-color: afd133;
}
.med-color {
background-color: #CBDC7C;
}
.light-med-color {
background-color: #DDE89F;
}
.light-color {
background-color: #e7f1b2;
}

/*-------------------------------- Heading Colors ---------------*/
#content-container h1,h2,h3,h4,h5,h6 { 
color: #4BA72E;}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
color: #4BA72E;
}
#content-container a:hover {
color: #000  !important;
}
.pageheading {
	color: #4BA72E;
}
/*------------------------------- Template color Formating -----------------------------------*
/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/
#inner-container {
	background-image:url(/departments/leadership/common/images/nav-color.gif);
	background-repeat: repeat-y !important;
}
#left-nav-container {
	/*this is used for whent the text is resized and should be the same color of the above bg image*/
background-color: #CAE8C1;
/*background-image: url(/bsaf/2008/common/images/leftnav-fade.jpg);
background-repeat: no-repeat;
background-position: top;*/
}
/*top nav color*/
#nav-container {
background-color:#6EC653;
/*background-image: url(/bsaf/2008/common/images/topnav-fade.gif);
background-repeat: repeat-x;
background-position: bottom;*/
}
/*bottom nav color*/
#footer-container {
background-color:#6EC653;
}

/*----------------- Template Font Formating --------------------*/

/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #ffffff !important;
}

#nav-container  a:hover {
	background-color: #CAE8C1;
	color: #333 !Important;
	text-decoration: none;
}


/*-------------- footer Nav Coloring ----------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #ffffff !important;
}

#footer-container  a:hover {
	background-color: #CAE8C1;
	color: #333;
	text-decoration: none;
}


/*-------------------- Left Navigation ---------------------*/

#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 8px;
	color: #333333;
}
#left-nav-container h2, #left-nav-container h3{
color: #333 !important;
}
#left-nav-container a:link {
color: #333;
}

#left-nav-container a:visited {
color: #333;
}

#left-nav-container h2 a:link, #left-nav-container h2 a:visited{
	padding-left: 14px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h3 a:link, #left-nav-container h3 a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h4 a:link, #left-nav-container h4 a:visited{
	padding-left: 30px;
}

#left-nav-container a:hover{
	background-color: #6EC653;
	color: #ffffff;
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}
#left-nav-container h1, #left-nav-container h2, #left-nav-container h3, #left-nav-container h4 {
line-height: 20px !important;
}


/*--- add for non linked text in leftnav ---*/

h3.nav-nolink {
color: #ffffff !important;
padding-left: 22px !important;
padding-top: 8px;
}

h2.nav-nolink {
color: #ffffff !important;
padding-left: 14px !important;
padding-top: 8px;
}

/*------------ special formating ----------------- */
h1.white-large {
font-size: 158% !important;
color: #ffffff !important;
font-weight: normal !important;
padding-bottom: 14px;
}
.left-image {
	float: left;
	margin: 20px 20px 20px 56px;
}

