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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	position:relative;
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:	600px;
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	position:relative;
	padding: 14px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

object { outline:none; }

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
}

#container #mainContent #navButtons {

	width:	490px;
	height: 280px;
	z-index: 1;
	
}

#container #mainContent #box{
	position:relative;

}
#flashContent {
	position:absolute;
	left: 492px;
	top: 14px;
	width:468px;
	height:502px;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:199;
	left: 128px;
	top: 88px;
}

#social_media, #copyright {
	margin-left: 75px;
}

#copyright {
	color: #b5b5bb;
	font-size: 10px;
	margin-top: 10px;
}

#social_media img {
	display: inline;
}

#sitemap h1 {
	font-weight: normal;
}

#sitemap a, #copyright a {
	color: #65B947;
	text-decoration: none;
}

#sitemap a:hover, #copyright a:hover {
	color: #b5b5bb;
}