@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	}

#wrapper {
	width:1000px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
	}	

#header {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	}
	
#logoWrapper {
	width:100%;
	background-image:;
	height:95px;
	}

#attLogo {
	float:left;
	padding-top:10px;
	}
	
#springLogo {
	float:right;
	}
	
#search {
	float:right;
	clear:both;
	margin-top:10px;
	}
	
input.go {
	background-image: url('../images/navigation/arrowGo.jpg');
	width:31px;
	height:19px;
	border:none;
	color:#ffffff;
	margin-left:5px;
	}
	
input.go:hover {	
	cursor:pointer;
	}

.topnav {
	color:#666;
	width:590px;
	padding:0;
	float:left;
	clear:left;
	margin-top:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}	
	
.top-nav ul li {
	float:left;
	position:relative;
	}		
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	margin-right:20px;
	}

#nav li {
	float: left;
	}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background:#ffffff;
	padding-bottom:10px;
	}

#nav li ul li {
	clear:left;
	width:150px;
	margin:3px 0 0 0;
	}

#nav li ul li a {
	text-transform:none;
	line-height:normal;
	padding:0;
	color:#ef6e00;
	text-decoration:none;
	line-height:18px;
	}
	
#nav li ul li a:hover {	
	color:#bfbfbf;
	}

#nav li:hover ul {
	left: auto;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
#subnavWrapper {
	margin:20px 0 0 0;
	padding:0;
	float:left;
	clear:left;
	}
	
.temporarySubnav {
	float:left;
	background:#808080;
	height:44px;
	margin-left:-3px;
	}
	
.temporarySubnav ul {	
	margin:0;
	padding:0;
	list-style:none;
	}

.temporarySubnav ul li {	
	float:left;
	margin:15px 10px 0 0px;
	}
	
.temporarySubnav ul li a {	
	color:#ffffff;
	}	
	
.subnavImgLeft {
	float:left; 
	margin-left:-3px;
	}

#placeholder {
	float:left;
	clear:left;
	margin-top:20px;
	width:1000px;
	}	

#footer {
	float:left;
	clear:left;
	margin-top:20px;
	width:100%;
	}

.footerNav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	}
	
.copyright {
	font-size:10px;
	color:#808080;
	}