@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	background-color:#999;
	background-position:top;
	background-repeat:no-repeat;
}

#wrapper{
	width: 1200px;
	height:640px;
	margin:0 auto 20px auto;
	padding:0;
	text-align:left;
}

#homenav-wrapper{
	width:700px;
	margin:80px 0 0 400px;
	padding:0;
	clear:both;
	float:left;
	display:inline;
	font-size:12px;
	color:#000;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	}

#homenav-wrapper ul {
	margin: 0px;
	padding:0;
	list-style: none;
	line-height: normal;
}

#homenav-wrapper li {
	display: inline;
}

#homenav-wrapper a {
	display: block;
	padding: 6px 0 0 0;
	height:20px;
	color: #000;
	width:160px;
	margin:0;
	text-align:center;
	background:url(images/homenavbuttons.gif) center no-repeat;
	text-decoration:none;
	
}

#homenav-wrapper a:hover, #homenav-wrapper .active a {
	color:#000;
	background:url(images/homenavbuttons-roll.gif) center no-repeat;
}

#tag-wrapper{
	width:1200px;
	height:180px;
	margin:20px auto 0 auto;
	padding:0 0 10px 0;
	clear:both;
}

#tag-box{
	float:left;
	margin:0 15px;
	padding:10px 0 0 0;
	width:210px;
	height:180px;
	display:inline;
	background:url(images/tag-image.gif) no-repeat top;
}

#tag-box p{
	padding:5px 0 0 0;
	color:#333333;
	font-size:10px;
	margin:0;
	line-height:18px;
	text-align:center;
}

#tag-box p a:link, #tag-box p a:visited{
color:#333;
text-decoration:none;
}

#tag-box p a:hover{
color:#13428c;
text-decoration:none;
}

#logo-wrapper{
	clear:both;
	width:800px;
	margin:10px auto;
}

.logospacer{
padding:0 10px;
}

#footer{
	clear:both;
	width:900px;
	height:20px;
	margin:0 auto;
	color:#47484a;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
	padding:0;
}

#footer ul{
	padding: 0;
	margin: 0;
}

#footer ul li{
	padding: 0;
	margin: 0;
	display: inline;
}

#footer ul li a{
	color: #47484a;
	text-decoration:none;
	padding: 0 12px;
	border-right: 1px solid #fff;
	text-align: center;
	width: 9em;
}

#footer ul li a:hover, #footer ul li a:focus{
	color: #13428c;
	text-decoration:none;
}

#onbutton-wrapper{
	width:700px;
	height:45px;
	margin:270px 0 0 0;
	padding:0;
	float:left;
	display:inline;
}

#onbutton{
	float:right;
	margin:0 0 0 660px;
	width:45px;
	height:45px;
	display:inline;
}