@charset "utf-8";

/* CSS Document */
body
{
	text-align: center;
	font: normal 14px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	background: #48484a url(../images/outline.png) repeat;
}

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

a:visited { color: #999; }


a:hover {
	color: #F00;
	text-decoration: inherit;
}

a:active {
	color: #F00;
	text-decoration: inherit;
}

.indentbetter { text-indent: 15px; }


#wrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
	width:980px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #48484a;
}

#header
{
	background: #48484a url(../temp_images/headerlogo.jpg) no-repeat 10px 10px;
	height: 138px;
	width: 100%;
}

#scroller
{
	margin: 10px 0px 0px 185px;
	float: left;
	height: 105px;
	width: 600px;
	position: relative;
	visibility: visible;
	z-index: 10;
	background-color: transparent;
	background-image: url(../images/mainlogo.png);
}
#logotext {
	font: bold 16px Trebuchet MS, Geneva, sans-serif;
	color: #FFF;
	height: auto;
	width: 550px;
	position: relative;
	float: left;
	margin-top: 80px;
	text-align: center;
}


#toppix
{
	background: url(../media/handicap-parking-sign_static.gif) no-repeat;
	clear: both;
	float: right;
	height: 125px;
	width: 125px;
	margin-top: 15px;
	margin-right: 10px;
	display: inline;
	text-align: right;
}


#topmenu
{
	background: #48484a url(../images/menubackproung.png) repeat-x;
	height: 35px;
	width: 980px;
	clear: both;
	border-bottom: 1px solid #F60;
}
#leftmenu {
	text-align: center;
	height: 300px;
	width: 320px;
	background: url(../images/compas.png) no-repeat;
}

.indentmenu
{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

.indentmenu ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: transparent;
}

.indentmenu ul li { display: inline; }

.indentmenu ul li a
{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited { color: white; }

.indentmenu ul li a:hover, .indentmenu ul li .current
{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background: #333;
}


#content
{
	background: #48484a url(../images/content_background.jpg) no-repeat;
	height: auto;
	width: 960px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
#homepagerightflash {
	float: right;
	height: 430px;
	width: 100px;
}



#footer
{
	background: #48484a url(../images/menubackproung.png);
	height: 175px;
	width: 100%;
	text-align: center;
	border-top: thin solid #F60;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

