@charset "utf-8";
/*	
	=========================================================
	Client: Imagination Education
	Crafted by MadGENIUS INC. CLEAN XHTML CSS & PHP
	www.madgeniusinc.com | info@madgeniusinc.com
    rob rubinoff, brad bishop, jay pennington
	=========================================================
*/



/* //////////////////////////////////////
/	Global Definitions & Styles		    /
///////////////////////////////////////*/

body {
	background-color: #F3F3F3;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color:#DE5D1E;
	text-decoration:none;
}
a:hover {
	color: #777;
	text-decoration:underline;
}
a img {
	border:none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h1 span {/* hides the h1 tag from view but not from google */
	display:none;
}
h2 {
	font-family: "Arial Narrow", arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	color:#FAA41A;
	background-image:url(/images/bg_h2_home.gif);
	background-repeat: repeat-x;
}
h3 {
	font-family: "Arial Narrow", arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	color:#999;
	border-bottom: solid #ccc 1px;
}
/* //////////////////////////////////////
/	Layout Divs 					    /
///////////////////////////////////////*/

#wrapper {
	margin: 20px auto;
	width: 768px;
	background-color: #fff;
	display: block;
}
#headerContainer { /* container for logo, global nav and homepage messaging */
	margin: 0px;
	padding: 0px;
	width: 768px;
}
#gnavContainer {
	width: 618px;
	height:70px;
	float: right;
	background-image: url(/images/bg_gnav_home.gif);
	background-repeat:no-repeat;
}
#contentContainer { /* container for main content area - see below for more content styles*/
	margin: 0px;
	padding: 0px;
	width: 768px;
	clear:both;
	background-image:url(/images/bg_content.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#footerContainer { /* container for footer nav, copyright etc. */
	margin: 0px;
	padding: 0px;
	width: 768px;
	clear:both;
	background-color: #F3F3F3;
}
/* //////////////////////////////////////
/	Global Navigation Styles		    /
///////////////////////////////////////*/	

#gnav {
	font-family: "Arial Narrow", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:22px 20px 0px 0px;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	text-align: left;
}
#gnav li {
	display:inline;
}
#gnav li a {
	padding:25px 3px 3px 3px;
	margin: 0px 20px;
	color:#AAABAD;
	text-decoration:none;
}
#gnav li a:hover {
	color:#DE5D1E;
	border-bottom:solid #B5B7B9 3px;
	padding-bottom: 3px;
}
#gnav li a.current {
	color:#DE5D1E;
	border-bottom:solid #333 3px;
	cursor:default;
}
/* //////////////////////////////////////
/	Footer Styles					 /
///////////////////////////////////////*/	

#footerNav {
	background-image:url(/images/bg_footerNav.gif);
	background-repeat: repeat-y;
	overflow:hidden;
	width: 768px;
}
div.footerTop {/* provides for bottom of orange dots */
	width: 768px;
	height: 35px;
	background-image:url(/images/bg_footerTop.gif);
	background-repeat: no-repeat;
}
div.footerBtm {/* provides for bottom white curvy background */
	width: 768px;
	height: 20px;
	background-image:url(/images/bg_footerBtm.gif);
	background-repeat: no-repeat;
}
div.footerCopy { /* sits below curvy white bottom and displays copyright stuff */
	width: 648;
}
div.footerCopy p {
	margin: 5px 0px 0px 128px;
	font-size:9px;
	color: #ccc;
	text-align:center;
}
#fnav { /* these are the acutal footer navigation styles */
	font-family: "Arial Narrow", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:10px 0x 10px 0px;
	margin: 0px 20px 0px 85px;
	white-space:nowrap;
	list-style-type:none;
}
#fnav li {
	display:inline;
}
#fnav li a {
	padding:25px 3px 3px 3px;
	margin: 0px 15px;
	color:#AAABAD;
	text-decoration:none;
}
#fnav li a:hover {
	color:#DE5D1E;
	text-decoration: underline;
}
div.footerTop {/* provides for bottom of orange dots */
	width: 768px;
	height: 35px;
	background-image:url(/images/bg_footerTop.gif);
	background-repeat: no-repeat;
}
div.footerBtm {/* provides for bottom white curvy background */
	width: 768px;
	height: 20px;
	background-image:url(/images/bg_footerBtm.gif);
	background-repeat: no-repeat;
}
div.footerCopy { /* sits below curvy white bottom and displays copyright stuff */
	width: 648;
}
div.footerCopy p {
	margin: 5px 0px 0px 128px;
	font-size:9px;
	color: #999;
	text-align:center;
}
