/* CSS Document */

body, 
html {
	margin:0;
	padding:0;
	background: #749ac1 url(../Images/htmlBG.jpg) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {color: #00c000; margin-top: 4px;}
h1, h2 {border-bottom: 1px solid #00c000;}
a {color: #006699; text-decoration: none;}
a:hover {color: #006699; text-decoration: none; background-color:#FFFFCC;}

/*-----------------------------------Layout Styles Begin - Wrap-------------------------------*/
#wrap {
    background: transparent;
    margin:0 auto;
	margin-top: 0px;
	margin-bottom:20px;
    width:776px;
    }
/*---------------------------------------------Header----------------------------------------*/
#header {
	background-image: url(../Images/headerBG.jpg);
	width: 776px;
	height: 248px;	
	margin: 0;
	padding: 0;
	}
/*-------------------------------------------Navigation--------------------------------------*/
#navigation {
	background: transparent;
	margin: -34px 0 10px 0;
	padding: 0;
	width: 776px;
	height: 40px;
	font-size: 12px;}
			/*..................................*/
			#navigation ul {
				list-style: none;
				margin: 0;
				padding: 12px 0 0 0;
				text-align: center;}	
			#navigation ul li{
				display: inline;
				margin: 0;
				padding: 0;}	
			#navigation ul li a {
				color:#000;
				text-decoration:none;
				font-family: Arial, Helvetica, sans-serif;
				padding: 10px 8px 10px 8px;}
			#navigation ul li a:hover {
				color:#000;
				text-decoration:none;
				background-color: #FFFFFF;
				padding: 7px 8px 7px 8px;}
/*-------------------------------------------Wrap 2--------------------------------------*/
#wrap2 {
background-color:blue;
width:776px;}
/*-------------------------------------------TopBlueCornerImage--------------------------------------*/
#topCorner {
background-image:url(../Images/contentTop.gif);
width:776px;
height:19px;
float:left;}
/*-------------------------------------------Wrap 3--------------------------------------*/
#wrap3 {
background-color:#39699a;
width:772px;
float:left;
clear:left;
border-left: 2px solid #000; 
border-right: 2px solid #000; }
/*-------------------------------------------Left Column - wrap --------------------------------------*/
#leftColumn {
	float: left;
	background-color: transparent;
	margin-left: 8px;
	padding: 2px 0 0 0;
	
	width: 185px;
	height: auto;}
/*-------------------------Calendar----------------------*/
	#calendar {
			background: #afc5db url(../Images/calendarBottom.gif) no-repeat bottom;
			margin-bottom:25px;
			margin-top:25px;/*not reading this???*/
			padding: 0px 0px 10px 0px;
			width: 175px;
			text-align: center;
			height: auto;}
			/*..................................*/
				#calendar ul {list-style: none; margin:0 0 5px 0; padding: 0;}
				#calendar ul li {margin: 0; padding: 0;}
				#calendar li a {
					color: #336699;
					display: block;
					padding: 0;
					margin: 0;
					width: 175px;
					border-bottom: 1px dotted #eee;}
				#calendar li a:hover {
					color: #336699;
					background-color: #eee;}
					

					
/*------------------------Developmental Assets----------------------*/
	#developmentalAssets {
	background: #afc5db url(../Images/calendarBottom.gif) no-repeat bottom;
			margin: 0 0 25px 0;
			padding: 0px 0px 10px 0px;
			width: 175px;
			text-align: center;
			height: auto;
			}
				.developmentalAssetsHeader {margin-left: -10px;}
					#developmentalAssets ul {list-style: none; margin:0 0 5px 0; padding: 0;}
					#developmentalAssets ul li {margin: 0; padding: 0;}
					#developmentalAssets li a {
						color: #336699;
						display: block;
						padding: 0;
						margin: 0;
						width: 175px;
						border-bottom: 1px dotted #eee;}
					#developmentalAssets li a:hover {
						color: #336699;
						background-color: #eee;}
/*-------------------------Calendar----------------------*/
	#calendar {
	
	background: #afc5db url(../Images/calendarBottom.gif) no-repeat bottom;
			margin: 0 0 25px 0;
			padding: 0 0 10px 0;
			width: 175px;
			text-align: center;
			height: auto;
			float:left;
			clear:left;
	
			}
			/*..................................*/
				#calendar ul {list-style: none; margin:0 0 5px 0; padding: 0;}
				#calendar ul li {margin: 0; padding: 0;}
				#calendar li a {
					color: #336699;
					display: block;
					padding: 0;
					margin: 0;
					width: 175px;
					border-bottom: 1px dotted #eee;}
				#calendar li a:hover {
					color: #336699;
					background-color: #eee;}
/*-------------------------------------------Left Side Links: RESOURCES--------------------------------------*/
	#resources {
			background: #afc5db url(../Images/calendarBottom.gif) no-repeat bottom;
			margin: 0;
			padding: 0 0 10px 0;
			width: 175px;
			height: auto;
			text-align: center;}
			/*..................................*/
					.resourcesHeader {margin-left: -10px;}
					#resources ul {list-style: none; margin:0 0 5px 0; padding: 0;}
					#resources ul li {margin: 0; padding: 0;}
					#resources li a {
						color: #336699;
						display: block;
						padding: 0;
						margin: 0;
						width: 175px;
						border-bottom: 1px dotted #eee;}
					#resources li a:hover {
						color: #336699;
						background-color: #eee;}
/*-------------------------------------------RightColumn- wrap --------------------------------------*/
#rightColumn{
	float: left;
	background-color: #39699a;
	margin-left:0px;
	padding: 0;
	width: 570px;
	height: auto;}
		#content{
			background: #ffffff url(../Images/mainContentBottom.gif) no-repeat bottom;
			margin: 0px 0px 25px 0px;
			padding: 0px 13px 20px 15px;
			width:541px;
			height:auto;
			float:left;
			clear:left;}
			/*-----------------------------------------Content White top and bottom Corner Images -------------------------------------*/
				#topWhiteBox{
					background-image:url(../Images/mainContent.gif);
					width:569px;
					height:21px;
					float:left;
					margin-top:0px;}
				#bottomCorner {
					background: #39699a url(../Images/contentBottom.gif) no-repeat bottom;
					width:776px;
					height:19px;
					float:left;
					clear:left;
					margin: 0;
					padding: 0;}
/*------------------------------------------/Wrap2 --------------------------------------*/
#clear {clear: both; visibility: hidden; margin-top: -3px;}
/*---------------------------------------------Footer----------------------------------------*/
#footer {
		clear: both;
		background: transparent;
		margin: 0;
		padding: 0;
		width: 774px;
		height: auto;
		text-align: center;}
		/*..................................*/
	#footer a {color: #ffcc33; text-decoration: underline;}
	#footer a:hover {text-decoration: none; background-color: transparent;}