/*
--------------------------------
Home page layout stylesheet

webLearning site 2007

mastaklam
---------------------------------
*/


/*---------------- 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;
}
#divHeader h1 {
	color: #999999;
	margin-left: 5px;
	font-weight: bold;
}
#divHeadLogo {
	float: left;
	height: 45px;
	margin-left: 20px;
	margin-top: 45px;
	width: 400px;
	background-repeat: no-repeat;
	display: inline;
	background-position: top;
}
#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 Left more info column--------------------------------------*/
#divMoreInfo{
	width: 300px;
	float: left;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: center top;
}
#divMoreInfo a {
	text-decoration: none;
	color: #7E9C48;
}
#divMoreInfo a:hover {
	text-decoration: underline;
}
#divMoreInfo img {
	margin-left: 50px;
	width: 200px;
}
#divMoreInfo p {
	font-size: 12px;
}
#divMoreInfo .blurb {
		font-style: italic;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	width: 180px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 15px;
	margin-left: 53px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 5px;
}
#divMoreInfo .theLink {
	font-weight: bold;
	text-decoration: none;
	color: #7E9C48;
	margin-right: 10px;
	margin-left: 75px;
}
/*---------------- div Right boxes column -----------------------------------------*/
#divMain{
	width: 400px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#divMoreInfo img {
	margin-left: 50px;
	width: 200px;
}

/*--------------- 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;
}
.downloadPDF {
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 10px;
}
/*----------------Typography--------------------------------------------------------*/
h1 {
	color: #A9C689;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	color: #333333;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #DDE9CF;
	margin-bottom: 5px;
}
#divMain p {
	margin-bottom: 10px;
}
#divMain ul {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 0px;
	text-indent: -16px;
}
#divMain li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-top: 3px;
}

.theBold {
	Font-weight:bold;
}
.theItalic {
	font-style: italic;
}
.theSuperscript {
	vertical-align: super;
	font-size: .6em;
}
#divMain .h2p {
	margin-left: 35px;
}
#divMain .h2B {
	font-weight: bold;
	margin-left: 35px;
}
#divMain .h2bull {
	margin-left: 35px;
}
