/* CSS Document */
body
{
	margin: 20px 0 0 0;
	text-align: center;
	background-color: #51baff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}

#pageContainer
{
	margin: 0 auto 15px auto;
	width: 776px;
	text-align: left;
}

#topRow, #bottomRow
{
	height: 18px;
	font-size: 1px;
}

#topRow img, #bottomRow img
{
	height: 18px;
}

#topNavContainer
{
	float: right;
	width: 370px;
}

.topNav
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #858585;
	text-align: right;
}

.topNav a:link, .topNav a:visited, .topNav a:hover, .topNav a:active
{
	color: #858585;
	text-decoration: none;
}

.topNav a:hover
{
	text-decoration: underline;
}

.topNav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.topNav .spacer
{
	padding: 0 2px;
	font-size: 10px;
}

#newsNav
{
	display: none;
	position: absolute;
	margin: 17px 0 0 131px;
	width: 150px;
}

#newsNav a:link, #newsNav a:visited, #newsNav a:hover, #newsNav a:active
{
	display: block;
	font-size: 11px;
	color: #858585;
	text-decoration: none;	
}

#newsNav a:hover
{
	text-decoration: underline;	
}

#logoContainer
{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1px;
}

#logoContainer #locationImg
{
	margin-left: 30px;
}

#logoContainer img
{
	border: none;
}

#navigationRow
{
	background-color: #fdb930;
	height: 25px;
	font-size: 1px;
}

#navigationRow img
{
	border: none;
	margin: 0;
	padding: 0;
}

.topLevelLink
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fdb930;
	border-right: 1px solid #fff;
	float: left;
	height: 25px;
	position: relative;
}

.topLevelLink a:link, .topLevelLink a:visited, .topLevelLink a:hover, .topLevelLink a:active
{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#navigationRow ul
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	height: 25px;
}

#navigationRow li ul
{
	display: none;
	position: absolute;
	left: -5px;
	top: 25px;
	background-color: #fff;
	padding-top: 3px;
	width: 175px;
}

#navigationRow li ul li
{
	border-bottom: 1px solid #fff;
	background-color: #fdb930;
	margin: 0;
	padding: 0;
	height: 24px;
}

#navigationRow li ul li a:link, #navigationRow li ul li a:visited, #navigationRow li ul li a:hover, #navigationRow li ul li a:active
{
	color: #352769;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 5px 0;
}

#navigationRow li ul li a:hover
{
	background-color: #fdcf72;
}

#navigationRow li ul li span
{
	margin-left: 10px;
}

#navigationRow li > #navigationRow ul
{
	top: auto;
	left: auto;
}

#navigationRow li:hover ul, #navigationRow li.over ul
{ 
	display: block; 
}


#content
{
	width: 776px;
	padding: 15px 0;
	background-image: url("../images/site/main-content-background.jpg");
	background-repeat: repeat-y;
}

#footer
{
	font-size: 10px;
	width: 750px;
	margin: 0 auto;
	padding-left: 11px;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer ul a:link, #footer ul a:visited, #footer ul a:hover, #footer ul a:active
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#footer ul a:hover
{
	text-decoration: underline;
}

#footer li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer .spacer
{
	color: #000;
	padding: 0 2px;
	font-size: 9px;
}

#footer p
{
	color: #fff;
	text-align: left;
	margin: 5px 0 0 0;
}

#adminLoginButton:link, #adminLoginButton:visited, #adminLoginButton:hover, #adminLoginButton:active
{
	color: #fff;
	text-decoration: none;
	cursor: text;
}

.counterNumber
{
	font-weight: bold;
	color: #3085cb;
	
}

