@charset     "UTF-8";

/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body { background-color: #383838; }
img { border: 0; }

/*
MSIE 7 does not like this as an empty style
it is only used as a selector by MSIE 6 PNG fixer js
*/

/*.pngfix { }*/
/* Background Image */
#background, .backgroundUpper, .backgroundLower {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #999;
}

.backgroundUpper { height: 397px; }

.backgroundLower {
	height: 50%;
	outline: none;
	background-color: #383838;
	/*IE 6 fix*/
	_height: 100%;
	/*border-bottom: 2px solid black;*/
}

.bgLowerBox {
	padding: 397px 0 0 0;
	margin: 0 0 1px 0;
	background-color: #383838;
	height: 50%;
}

#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2;
	visibility: visible;
}

#container {
	background-image: url('../images/base/white.png');
	width: 980px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -142px;
	/* the bottom margin is the negative value of the footer's height */
}

/* Top Area, Top half of logo, Social Links */
#mainNav { width: 980px; }

#topNavContainer {
	width: 980px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

#leftTop {
	width: 45px;
	height: 36px;
	padding: 7px 0 0 73px;
	float: left;
	overflow: hidden;
	display: inline;
}

#rightTop {
	width: 219px;
	height: 20px;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
	overflow: hidden;
}

#rightTop img {
	padding: 0;
	float: left;
	display: inline;
}

#rightTop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 2px 0 10px 5px;
	padding: 0 20px 0 0;
	float: left;
	display: inline;
}

#rightTop a:link {
	color: #FFF;
	text-decoration: none;
}

#rightTop a:visited {
	text-decoration: none;
	color: #FFF;
}

#rightTop a:hover { text-decoration: underline; }
#rightTop a:active { text-decoration: none; }



