@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}

body.main
{
	background: #EBD79F url('images/tile1.png') repeat-x left top;
}

body.second
{
	background: #EBD79F url('images/tile2.png') repeat-x left top;
}

img.block
{
	border: none;
	display: block;
}

div#page
{
	min-height: 100%;
}

.main div#page
{
	background: url('images/bg1.jpg') no-repeat center top;
}

.second div#page
{
	background: url('images/bg2.jpg') no-repeat center top;
}

div#container
{
	margin: 0 auto;
	width: 929px;
}

.main div#top
{
	height: 197px;
}

.second div#top
{
	height: 190px;
}

div#top-btns
{
	padding: 13px 0 0 635px;
}

div#nav-holder
{
	padding: 103px 0 0 207px;
	position: relative;
	z-index: 999;
}

div#nav-holder .hhContentArea
{
	margin-top: -60px !important;
	position: relative;
}

ul#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation li
{
	display: block;
	float: left;
}

ul#navigation a.top
{
	color: #B20907;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding: 0 39px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

ul.flyout
{
	border-bottom: 1px solid #4F4D26;
	display: none;
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 170px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
}

ul.flyout a.flyout
{
	background: white;
	border: 1px solid #B50907;
	border-bottom: none;
	color: #B50907;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 8px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	background: #B50907;
	color: white;
}


.main div#header
{
	height: 277px;
}

.second div#header
{
	height: 173px;
}

div#header p
{
	margin: 0;
	padding: 0;
}

div#fader
{
	float: left;
	height: 260px;
	margin-left: 21px;
	overflow: hidden;
	width: 581px;
}

div#fader .rotate
{
	border: none;
	display: block;
	position: absolute;
}

div#header-text
{
	color: white;
	float: left;
	padding: 0 32px 0 18px;
	width: 277px;
}

div#header-text p,
div#header-text span,
div#header-text td,
div#header-text a
{
	color: white;
}

div.news-post
{
	padding: 10px 15px;
}

div.rowB
{
	background: #ECECEC;
}

.main div#left-column
{
	float: left;
	width: 464px;
}

.main div#left-column .inner
{
	background: url('images/left-tile1.png') repeat-y left top;
	overflow: auto;
	padding: 0 17px 0 21px;
}

.main div#right-column
{
	float: left;
	width: 465px;
}

.main div#right-column .inner
{
	background: url('images/right-tile1.png') repeat-y left top;
	overflow: auto;
	padding: 0 18px 0 17px;
}

div#main-content
{
	float: left;
	width: 626px;
}

div#main-content .inner
{
	background: url('images/mc-tile1.png') repeat-y left top;
	overflow: auto;
	padding: 0 20px 0 21px;
}

div#sidebar
{
	float: left;
	width: 303px;
}

div#sidebar .inner
{
	background: url('images/sb-tile1.png') repeat-y left top;
	overflow: auto;
	padding:  0 18px 0 18px;
}

div#footer
{
	background: url('images/footer-bg.png') no-repeat left top;
	clear: both;
	color: #EBE2C6;
	height: 59px;
	padding-top: 29px;
}

div#footer a,
div#footer span,
div#footer td,
div#footer p
{
	color: #EBE2C6;
}

ul.submenu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.submenu a.sub
{
	color: #606060;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul.submenu ul.submenu
{
	padding-left: 12px;
}

ul.submenu ul.submenu a.sub
{
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}






















