﻿/**********************************************************/
/*** ljf_home.css                       								***/
/*** Home Page CSS									 										***/
/*** LisaJohnsonFoundation.org													***/
/***	last updated:  2006 02 13													***/
/***	© 2005 The Lisa Johnson Foundation								***/
/**********************************************************/

/**********************************************************/
/*** ---------------------------------------------------***/
/***   Page Design Classes															***/
/*** ---------------------------------------------------***/
/**********************************************************/

.DesignLight{
	background-color: #AF93DF;
}
.DesignMedium{
	background-color: #8D65D2;
}
.DesignDark{
	background-color: #6F5595;
}
.DesignBorder{
	border-color: #AF93DF;
	border-style: solid;
}
.DesignLisaBG{
	background-color: #FFCCFF;
}

.ContentStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.FontColorLight{
	color: #AF93DF;
}
.FontColorMedium{
	color: #8D65D2;
}
.FontColorDark{
	color: #6F5595;
}

/**********************************************************/
/*** ---------------------------------------------------***/
/***   Boxed Area Design Classes												***/
/*** ---------------------------------------------------***/
/**********************************************************/

#BoxContainer{
	margin: 15px 15px 15px 15px;
}

.BoxWidth{
	width: 540px;
}

.BoxWidthWide{
	width: 674px;
}

.BoxBorderColor{
	border-color: #FFFFA8;
}

.BoxTitle{
	color: #AF93DF;
	font-size: 12px;
	font-weight: bold;
}

.BoxBGLight{
	background-color: #AF93DF;
}

.BoxBGMedium{
	background-color: #8D65D2;
}

.BoxBGDark{
	background-color: #6F5595;
}

.BoxBGVeryDark{
	background-color: #6633FF;
}

.BoxSection{
	width: 100%;
	padding: 10px;
	border: 2px;
	border-style: solid;
}

.BoxSectionTitle{
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.BoxSectionTextSmall{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.BoxSectionTextReg{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.BoxSectionTextLarge{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.BoxSection ul{
	margin: 0 0 0 15px;
	padding: 0px;
}

.BoxSection li{
	margin: 0;
	padding-bottom: 6px;
}

/**********************************************************/
/*** ---------------------------------------------------***/
/***   ResourceSection Classes and Styles				***/
/*** ---------------------------------------------------***/
/**********************************************************/

#ResourcesSection{
	margin: 0 0 25px 25px;
	line-height: 1.2; /* Avoids IE6 Peekaboo bug */	
}

.ResourceItem{
	padding: 36px 0 0 0;
}

.ResourceName{
	float: left;
	width: 160px;
	color: #AF93DF;
	font-size: 12px;
	font-weight: bold;
}

.ResourceDesc{
	float: left;
	width: 400px;
	color: #AF93DF;
	font-size: 12px;
	font-weight: bold;
}

.ResourceInfo{
	margin-left: 10px;
}

.ResourceLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F5595;
}
a.ResourceLink:active{
	color: #6F5595;
	text-decoration: underline; 
}
a.ResourceLink:visited{
	color: #6F5595;
	text-decoration: underline; 
}
a.ResourceLink:link{
	color: #6F5595;
	text-decoration: underline; 
}
a.ResourceLink{
	color: #6F5595;
	text-decoration: underline; 
}
a.ResourceLink:hover{
	color: #333333; 
	text-decoration: underline; 
}


