html {
}
body {
	margin:0;
	padding:0;
	background-color: #FFF;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
}
/*   Containers   */

#search {
	position:absolute;
	background-color:transparent;
	width:315px;
	padding: 6px 0 0 0;
	height:50px;
	top:12px;
	left: 630px;
	z-index:1;
}
#searchField {
	padding-left:5px;
}
#outer {
	max-width:960px;
	margin:0 auto;
	padding: 0px;
}
#header {
	width:960px;
	margin:0 auto;
	background-repeat:no-repeat;
	height:145px;
}
#headerMobile {
	display: none;
}
#wrapper {
	width:960px;
	margin:0 auto;
	height: auto;
	background-color: #FFF;
}
#divisions {
	width:220px;
	float:left;
	font-size:12px;
	padding:0 0px 10px 10px;
	background:url(/images/background_stripe.gif);
	background-repeat:repeat-y;
	margin-top: 0;
	min-height:640px;
}
#divisions ul {
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
}
#divisions li {
	line-height:100%;
	list-style:none;
	padding: 10px 0px 3px 16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-color:#404040;
	padding:0;
	margin:0;
}
#footer {
	clear:both;
	padding-top:10px;
	border-top: 1px #ccc solid;
	background-color:#FFF;
}
.footer-text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
	color:#9A9A9A;
	text-align: center;
}
.footer-text a {
	font-weight:normal;
}
#skip a { 
	font-size: 1px;
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
#skip a:focus { 
	position:absolute; 
	top:40px;
	left:20px;
	width:auto; 
	height:auto; 
	z-index:100;
	color:#FFFFFF;
	background-color:#B11518;
} 
#footer a:hover {
	color:#2A9FFF;
}