@charset "utf-8";
/****************************/
/*  Special Education CSS   */
/*  David Niemczyk          */
/*  8/13/2009               */
/****************************/

/*  Common CSS  */
#wrapper {
	margin:0px auto;
	width:1000px;
	height:auto;
}
	
.clear {
	clear:both;
	height:0px;
	width:1000px;
}

body {
	background:#e4fcdf;
	margin:0px;
}
	
img {
	border:0px;
	outline-style:none;
}
	
/*  Header CSS  */
#header {
	width:950px;
	height:130px;
	background:url(images/layout/Top_slice2.jpg) repeat-x;
	display:block;
	padding:0px 0px 0px 50px;
	margin:0px;
}

#header .leftSide {
	float:left;
	color:#FFF;
	font:13px Arial;
	padding-top:5px;
}
	
#header .leftSide a {
	display:block;
	width:auto;
	margin-top:20px;
	position:absolute;
}
	
#header .randpic {
	display:block;
	float:right;
	height:130px;
	margin-top:0px;
	position:relative;
	top:0px;
}

/*  Menu CSS  */

#bottomHeader {
	height:30px;
	width:1000px;
	padding:0px;
	background:#5889c3;
	display:block;
	clear:left;
	position:relative;
}
	
#topMenu {
	/*Container for the menu*/
	float:right;
	width:450px;
}

#topMenu a {
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 8px 6px 8px;
	#padding:5px 0px 7px 18px; /*IE fix, for that one pixel*/
}
	
#topMenu ul {
	float:right;
	padding:0px;
	margin:0px;
	margin-right:4px;
	list-style-type:none;
}
	
#topMenu li {
	float:left;
	display:block;
}

#topMenu li li {
	width:160px;
	background:#d4cee6;
	height:auto;
}

#topMenu li ul a {
	color:#000;/*#7a6593;*/
	display:block;
	height:auto;
	font:16px Arial;
	padding:0px 2px 2px 4px;
}
	
#topMenu li ul a:hover {
	color:#FFF;/*#d4cee6;*/
	background:#7a6593;
}

/* Add padding to the top and bottom of the second list element */
#topMenu li li:first-child {padding-top:2px;}
#topMenu li li:last-child { /*Only works in Firefox*/ padding-bottom:2px;}
/*Display code */
#topMenu li ul {display:none;}
#topMenu li:hover ul {display:block;}
	
/*  Main CSS  */
#main {
	width:1000px;
	height:auto;
	display:block;
	background:#b7e9ad;
}
	
#main .menu {
	display:block;
	float:left;
	height:auto;
	width:200px;
}

#main .menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
	
#main .menu li {
	display:block;
	margin-top:2px;
	background:#8db286;
}

#main .menu li li {
	padding-bottom:2px;
	margin:0px;
}

#main .menu a {
	text-decoration:none;
	color:#FFF;
	font:16px Arial;
	padding:4px 0px 8px 15px;
	width:185px;
	display:block;
}

#main .menu a:hover {background:#7a6593;}

#main .menu li ul a {
	font:13px Arial;
	padding:0px 0px 0px 40px;
	width:160px;
}

/* Search Box CSS */	
#search {
	width:190px;
	background:#8db286;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	position:relative;
	margin-top:2px;
}

#search .search {
	display:block;
	float:left;
	width:125px;
	height:17px;
	border:1px solid #FFF;
	background:#FFF;
	margin-right:10px;
}

#search .submit {
	background:#8db286;
	height:23px;
	width:30px;
	border:0px;
	display:block;
	padding:4px 2px;
	color:#fff;
	font-weight:bold;
}
	
#search .submit:hover {cursor:pointer;}
	
#main .content {
	float:right;
	padding:0px 10px;
	width:780px;
	height:auto;
	min-height:440px;
	#min-height:455px; /*IE only, don't touch*/
	display:block;
	background:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
	
#main .content h1 {
	display:block;
	width:100%;
	border-bottom:1px solid #000;
	margin:0px 0px 5px 0px;
	color:#7a6593;
	font-family:Arial, Helvetica, sans-serif;
}

#main .content h2 {
	font:18px arial;
	color:#7a6593;
	margin:0px 0px 5px 0px;
}
	
#main .content img {
	border:1px solid #5889c3;
}

#main .content td {
	vertical-align:top;
}

#main .content a {
	color:#5889C3;
}

/* Footer CSS */
#footer {
	width:950px;
	height:40px;
	display:block;
	background:#5889c3;
	padding:2px 25px;
	color:#FFF;
	font:12px Verdana, Geneva, sans-serif;
}
	
#footer .logo {
	display:block;
	background:url(images/layout/Uww-Logo.png) no-repeat;
	height:36px;
	width:36px;
	float:right;
	margin-left:15px;
	margin-top:2px;
}
	
#footer .subText {
	width:895px;
	display:block;
	float:left;
	text-align:center;
}

#footer .subText p {
	width:100%;
	display:block;
	height:1px;
	background:#FFF;
	margin:4px 0px 4px 0px;
}
	
#footer .subText a {
	text-decoration:underline;
	color:#FFF;
}

.hidden
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#search
{
	padding: 0px 5px;
}
