@charset "utf-8";
/* CSS Document */

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #393939 url('images/bg1.jpg') repeat-x top left;
	color: #7C7C7C;
}

#top
{
	height: 146px;
	background: url('images/top-bg.jpg') no-repeat top left;
}

#container
{
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	
	width: 947px;
	margin: 0 auto;
	background: black;
	color: #7C7C7C;
}

.main-header-text
{
	font-size: 10px;
	color: #7C7C7C;
	height: 31px;
	padding: 5px 0 0 0;
}

.main-header-text p,
.main-header-text td,
.main-header-text span
{
	font-size: 10px;
	color: #7C7C7C;
}

.main-header-text p
{
	margin: 0;
}

#main-left
{
	width: 698px;
	float: left;
	_display: inline;
}

#main-left .inner
{
	padding: 52px 0 61px 38px;
}

#main-right
{
	width: 249px;
	float: left;
	_display: inline;
}

#main-right .inner
{
	padding: 52px 0 0 0;
}

#main-bottom
{
	height: 85px;
	background: url('images/bottom-bg.jpg') repeat-x top left;
}

#second-wide
{
	padding-left:23px;
	padding-right:23px;
	padding-top: 25px;
	padding-bottom: 25px;
	
}

a:visited.button,
a:link.button,
a.button
{
	display: block;
	width: 197px;
	height: 23px;
	padding-top: 6px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #7C7C7C;
	background: url('images/sndnav-bg.jpg') no-repeat top left;
}

a:hover.button
{
	text-decoration: none;
	font-weight: normal;
	background: url('images/sndnav-over.jpg') no-repeat top left;
}

/* ---- navigation ---- */

ul#navigation
{
	list-style: none;
	padding: 9px 0 0 0;
	margin: 0;
	display:Block;
}

ul.submenu
{
	display: none;
	list-style: none;
	margin: 37px 0 0 0;
	padding: 0;
}

ul#navigation li,
ul.submenu li
{
	display: block;
	float: right;
	position: relative;
}

ul#navigation li.current, ul#navigation li:hover
{
	background: url('images/nav-current.jpg') no-repeat bottom center;
	height: 26px;
}

ul#navigation a.top,
ul.submenu a.top
{
	color: #929292;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 10px 0 10px;
	display: block;
}

ul.submenu a.top
{
	color: white;
}

ul#navigation a.current
{
	color: white;
}

ul#navigation a.top:hover
{
	color: white;
}

ul.flyout
{
	position: absolute;
	display: none;
	width: 150px;
	border-bottom: 1px solid #7C7C7C;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	right: 0px;
}

ul.submenu ul.flyout li
{
	display: inline;
	float: none;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	padding: 5px;
	font-size: 10px;
	background-color: #C7C7C7;
	color: black;
	text-decoration: none;
	border: 1px solid #7C7C7C;
	border-bottom: none;
	text-align: right;
	_height: 1%;
}

ul.flyout a.flyout:hover
{
	background: #7C7C7C;
	color: white;
}

#header_image {
	border-top: 14px solid #000000;
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
	border-bottom: 0px;
}





