@charset "utf-8";
/* Head Start Preschool Program Main */

body {
	background-image: url(../images/background2.jpg);
	background-repeat:repeat-x;
	background-color:#0000cc;
	margin: 0px;
	padding: 0px;
}

#wrapper { 
 	
 	width: 962px;
 	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#fff;
	box-shadow: 0px 5px 20px #000;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
}

#logo	{
	margin-left: 60px;
	margin-top: 5px;
	float:left;
}

h1 {	text-align:center;
		margin-top: 30px;
		color:#0000cc;
		font-family:Georgia, "Times New Roman", Times, serif;
}

#options {
	margin-left:auto;
	margin-right:auto;
	width:962px;
	height:20px;
	color:white;
	text-align:right;
}

#options a{
	display:inline;
	padding:5px;
	color:#fff;
	background:transparent;
	text-decoration:none;
}
#options a:hover{
	color:yellow;
	background:#000000;
	text-decoration:underline;
}


#header {
 	width:962px;
	height:100px;
 	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
 	background:#fff;
}

#links {
/*	background-color:#000033; */
background:#CCC;
	height:55px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#leftcolumn { 
 	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif, cursive;
 	<!-- border:1px solid #ccc; -->
 	background:#FFF;
 	margin:0px 0px 0px 0px;
 	width: 200px;
 	float: left;
}

h3	{
	text-align: left;
	margin-top: 20px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#rightcolumn { 
 	float:right;
 	<!-- border:1px solid #ccc; -->
 	margin:0px 0px 0px 0px;
	padding: 0 10px 0 10px;
	
 	width:730px;
 	background-color:#fff;
}

#footer { 
 	width:952px;
 	color:#000;
	text-align:center;
 	background:#CCC;
 	font-size:small;
 	padding:5px;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration:none;
}    

a:visited {
	text-decoration:none;
	} 

a:hover {
	text-decoration:underline;
	}   

a:active {
	text-decoration:underline;
	}  
	
h4 {
	text-align: center;
	margin-top: 10px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	

table {
	text-align:center;
	border-collapse:collapse;
	border: 1px solid black;
}


#nav{
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	
	/* Clear floats */
	
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
#nav li{
	float:left;
	margin-right:40px;
	position:relative;
}
#nav a{
	display:block;
	padding:2px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* background:#000033; */
	background:#CCC;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}
a.horizontal_menu, a.horizontal_menu:link,
   a.horizontal_menu:visited {display:block; /* you can define background colors behind the text. */width:158px; height:16px; 
   background:#999999; border:1px solid #ffffff; margin-top:2px; 
   text-align:center; text-decoration:none; /* the link is not underlined */
   font-family:verdana, arial, sans-serif; font-size:10px;
    color:#ffffff; line-height:14px; overflow:hidden; float:left;}
a.horizontal_menu:hover {color:#fff; background:#003366;}
a.horizontal_menu:active {color:#fff; background:#99ccff;}

/*--- DROPDOWN ---*/
#nav ul{
	/*background:#fff; /*IE7 bugfix*/
	background:rgba(255,255,255,0); /*transparency for bugfix*/
	list-style:none;
	position:absolute;
	left:-9999px; /*ul bugfix*/
}

#nav ul li{
	padding-top:0px;
	float:none;
}

#nav ul a{
	white-space:nowrap;
}

#nav li:hover ul{ 
/* Display the dropdown on hover */
	left:0; 
	/* Bring back on-screen when needed */
}

#nav li:hover a{ /* Makes it stay hovered when moving mouse down */
/*	background:#300; */
background:#999;
	text-decoration:none;
}

#nav li:hover ul a{ /* effects fix after hover */
	text-decoration:none;
}

#nav li:hover ul li a:hover{ 
	background:#ccc;
	color:#FFF;
}
/*---END DROPDOWN---*/
