@charset "utf-8";
/* CSS Document */


/*  CSS for the Footer Area  */
#footer {
	margin: 0px;
	height: 45px;
	background:url(../images/20070601/HeadersFooters/coe_footer_bkg_08.jpg) no-repeat;
/*	background-color:#E1E8FB;
	border-top: 20px solid #7398E9;
*/	padding:35px 8px 0 8px;
}

#FooterLocation {
	color: #00468F;
	text-align:right;
}


/*CSS for the LOGOS*/

#logos {
float:right;
margin-top:-5px;
margin-right:15px;
	
}

#logos a:link img {border: none;}     /* unvisited link */
#logos a:visited img{border: none;}  /* visited link */
#logos a:hover img{border: none;}   /* mouse over link */
#logos a:active img{border: none;}   /* selected link */



/********SEARCHBAR*****/
#searchbar {
	padding: 2px;
	float:left;
	margin-top:8px;;
}

#searchbar, #searchbar input {
	font:100% Geneva, Arial, Helvetica, sans-serif;
}
#searchbar input {
	padding:1px;
	border: 1px solid #00468F;
}

#searchbar ul {
	margin:0;
	padding:0;
	
}
#searchbar li {
	display: inline;
	 
	 
}

.search {
	background-color: #fff;
	width:150px;
	height:20px;
}

.gobutt {
	height: 22px;
	width: 25px;
	margin-left: 5px;
	color:#FFFFFF;
	background-color: #00468F;
}

/************************************** FOOTER **************************************/
#uwgfooter {
    position: relative;
    margin: 5px auto;
    padding: 0 10px 15px 10px;
    color: #00468F;
	width:740px;
	font-size:90%;

}
    
#uwgfooter a {
    color: #00468F;
    text-decoration: none;
    border-bottom: 1px solid #ADBDD1;  /* not working in IE */
}
#uwgfooter a:hover {
    color: #f00;
}
    
    
   
#uwgfooter #copyright {
	margin:5px 0 0 0;

}
   
#uwglinks {
	float:left;
}


