/* @override 
	http://www.kengreves.com/Styles/grevesGlobal.css
	http://kengreves.com/Styles/grevesGlobal.css
*/

@charset "UTF-8";

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../Images/BG/bg_scrll.gif);
	background-color: #000000;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 150%;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#mainContainer {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#innerContainer {
	width: 736px;
	background: url(../Images/BG/bg_innerContainer.gif) repeat-y 0 0;
}

#headerContainer {
	height: 250px;
	width: 736px;
}

#header1 {
	float: left;
	height: 250px;
	width: 239px;
	background-image: url(../Images/Header/header_01.jpg);
}

#header2 {
	float: right;
	height: 64px;
	width: 497px;
	background-image: url(../Images/Header/header_02.jpg);
}

#header3 {
	height: 186px;
	width: 497px;
	background-image: url(../Images/Header/header_03.jpg);
	float: right;
}

#mainContent {
	width: 491px;
	clear: both;
	float: left;
	background-color: #ffffff;
}

#topNav {
	background-color: #BA9F67;
	padding-top: 4px;
	padding-bottom: 4px;
}

#topNav ul {
	font-size: 75%;
	text-align: right;
	list-style-type: none;
}

#topNav li {
	display: inline;
}

#topNav li a:link, #topNav li a:visited {
	text-decoration: none;
	margin: 0 14px;
	background-color: #BA9F67;
	font-weight: bold;
}

#topNav li a:hover, #topNav li active, #topNav li a:focus {
	color: #FFFFFF;
}

#topNav li a.here {
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

#bottomNav {
	width: 100%;
}

#bottomNav ul {
	text-align: center;
	list-style-type: none;
	font-size: 70%;
	color: #666666;
	font-weight: bold;
}

#bottomNav li {
	display: inline;
}

#bottomNav li a:link, #bottomNav li a:visited {
	margin-right: 8px;
	margin-left: 8px;
	color: #666666;
}

#bottomNav li a:hover, #bottomNav li active, #bottomNav li a:focus {
	color: #BA9F67;
}

#bottomNav li a.here {
	color: #BA9F67;
}

#indicia {
	text-align: center;
	width: 459px;
	font-size: 60%;
	color: #666666;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-top: 8px;
}

#sidebar {
	width: 245px;
	float: right;
	background-color: #4D4D4F;
}

.floatLeft {
	margin-right: 6px;
	float: left;
}

.boldBody {
	font-weight: bold;
}

.boldItalicBody {
	font-style: italic;
	font-weight: bold;
}

.boldItalicWhite {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.boldBodyGold {
	font-weight: bold;
	color: #BA9F67;
}

.boldBodyItalicGold {
	font-style: italic;
	font-weight: bold;
	color: #BA9F67;
}

.floatRight {
	margin-left: 6px;
	float: right;
}

#download {
	font-size: 12px;
	margin: 15px;
}
#download h1 {
	font-size: 22px;
}

#download h2 {
	font-size: 16px;
	color: #666666;
}

#calendar {
	width: 450px;
	margin: 20px auto;
}

#epk {
	text-align: center;
	margin-bottom: 20px;
}

#newsletter {
	color: #BA9F67;
	font-size: 13px;
	padding: 15px;
}

#newsletter form {
	overflow: hidden;
	margin-bottom: 5px;
}

#newsletter h3 {
	margin-bottom: 12px;
}

#newsletter h5 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

#newsletter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#newsletter ul li {
	float: left;
}

#newsletter label {
	color: #ffffff;
	width: 50px;
	float: left;
	height: 26px;
	padding: 5px 0 0 0;
}

#newsletter input#email {
	width: 145px;
	float: left;
	padding: 3px 5px;
}

#newsletter #safe {
	text-align: center;
	background-color: #ffffff;
	padding: 3px;
}

