/*
--------------------------------
Home page layout stylesheet

webLearning site 2007

klam
---------------------------------
*/


/*---------------- universal selector: 0 out all margin & padding -------------*/
*{
margin: 0;
padding: 0;
}
/*---------------- body color------------------------------------ -------------*/
body{
	background-color: #8E8D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*---------------- div wrapper to house the shadow background-------------------*/
#divShadowWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/base_bg_repeat.jpg);
}
/*--------------- div wrapper to house the shadow background--------------------*/
#divWrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------- div header houses backgound gradient repeat--------------------*/
#divHeader {
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/struct_masthead_bg.gif);
	background-repeat: repeat-x;
}
#divHeadLogo {
	float: left;
	height: 45px;
	margin-left: 20px;
	margin-top: 43px;
	width: 255px;
	background-image: url(../img/logo_wl.jpg);
	background-repeat: no-repeat;
	display: inline;
}
#divHeadStaticLinks {
	float: right;
	margin-right: 0px;
	height: 139px;
	width: 258px;
	margin-top: 1px;
	background-image: url(../img/headGraphic.jpg);
}
#divHeadStaticLinks p {
	float: right;
	margin-top: 110px;
	margin-right: 0px;
	display: inline;
	background-color: #588CB1;
	margin-left: 5px;
	color: #FFFFFF;
}
#divHeadStaticLinks a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#divHeadStaticLinks a:hover {
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}
/*---------------- div horizonal navigation--------------------------------------*/
#divNavH {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------- div content wrapper-------------------------------------------*/
#divContentWrapper{
	clear: both;
}
/*---------------- div intro text dimensions ------------------------------------*/
#divIntro{
	width: 760px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 55px;
	background-image: url(../img/bg_home_intro.gif);
}
/*---------------- intro text p style---------------------------------------------*/
#divIntro p{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
}

/*---------------- div LEFT boxes column -----------------------------------------*/
#divBoxesWrapper{
	width: 515px;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}


/*---------------- div Box a: link img----------------------------------------------*/
/*---set initial transparent background--*/
a img {
	height: 140px;
	width: 240px;
	border-width: 0;
	background: top left no-repeat;
	margin: 4px;
	padding: 3px;
}

/*---------------- Box class-----------------------------------------------------*/

/*--------------- div RIGHT more info column--------------------------------------*/
#divMoreInfo{
	width: 180px;
	float: left;
	height: 300px;
	padding-right: 3px;
	margin-top: 10px;
}
#divMoreInfo ul{
	clear: both;
}
#divMoreInfo li{
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 16px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C5CED2;
	margin-top: 5px;
}
#divMoreInfo h1 {
	font-size: 14px;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #666666;
}


/*--------------- div footer-------------------------------------------------------*/
#divFooter {
	clear: both;
	background-image: url(../img/bg_foot_line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}
#footNav {
	float: left;
	height: 20px;
	margin-top: 10px;
	margin-left: 250px;
	display: inline;
	color: #999999;
}
#footNav a {
	color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#footNav a:hover {
	text-decoration: underline;
	color: #000000;
}
#footCopyright {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	display: inline;
	color: #999999;
 }
#divBottomShadow {
	background-image: url(../img/bg_bottomShadow.jpg);
	height: 25px;
	clear: both;
}

/*----------------classes----------------------------------------------------------*/

.darker{
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
/*  text hidden - accessibity issue s ----------
#divReader {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}
*/
