@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	font-size:12px;
	color:#eaeaea;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#000;
	padding:0px;
	margin:0px;
}

a {
	color:#fedd00;
	text-decoration:none;
}

a:visited {
	color:#fedd00;
	text-decoration:none;
}

a:hover {
	color:#fedd00;
	text-decoration:underline;
}

a:active {
	color:#fedd00;
	text-decoration:underline;
}

img, a { behavior: url(/iepngfix.htc) }

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#fff;
}

h2 {
	font-size:18px;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#fff;
}

h3 {
	font-size:16px;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#fff;
}

.top {
	width:100%;
	height:271px;
	background-image:url(images/bg-top.jpg);
	background-position:center;
	text-align:center;
	background-repeat:no-repeat;
}

.contact {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	padding-top:10px;
}

.nav {
	width:100%;
	height:63px;
	background-image:url(images/bg-nav.gif);
	background-repeat:repeat-x;
	background-color:#d5b100;
	margin-bottom:20px;
}

#mainnav {
	position:relative;
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:940px;
	height:63px;
	font-size:22px;
	text-align:center;
}

#mainnav li {
	display: block inline;
	float:left;
	width:auto;
	height:63px;
	line-height:22px;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:auto;
	height:22px;
	padding:20px 52px 21px 52px;
	margin:0px 1px 0px 1px;
	line-height:22px;
	text-decoration: none;
	color:#fff192;
	font-size:22px;
	font-weight:normal;
	text-align:center;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	text-decoration:none;
	color:#ffffff;
}

.bottom {
	border-top:1px solid #181818;
	padding:15px 0px 25px 0px;
	color:#666;
	text-align:center;
	font-size:11px;
	margin-top:35px;
}

.image {
	float:right;
	width:200px;
	height:auto;
	border:3px solid #999;
	margin:0px 0px 10px 10px;
}

.sidebox {
	width:270px;
	padding:4px;
	background-color:#202020;
	border:1px solid #383838;
}

.sidetitle {
	width:260px;
	height:auto;
	padding:3px 5px 3px 5px;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.row {
	width:920px;
	border:1px solid #202020;
	padding:9px;
	margin-bottom:10px;
}

.rowimage {
	float:left;
	width:200px;
	height:auto;
	border:3px solid #999;
	margin-right:14px;
}

.rowinfo {
	float:left;
	width:700px;
	height:auto;
}

.rowdate {
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
	font-size:13px;
}

.calrow {
	margin-bottom:15px;
}

.cal {
	float:left;
	width:83px;
	height:83px;
	margin-right:14px;
	background-image:url(images/bg-cal.gif);
	background-repeat:no-repeat;
}

.calmonth {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:18px;
	text-align:center;
}

.calday {
	text-transform:uppercase;
	color:#333;
	font-size:32px;
	text-align:center;
}
.calyear {
	text-transform:uppercase;
	color:#333;
	font-size:12px;
	text-align:center;
}

.calinfo {
	float:left;
	width:820px;
	height:auto;
}

.caldate {
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
	font-size:12px;
}

.calrow2 {
	margin-bottom:10px;
}

.cal2 {
	float:left;
	width:50px;
	height:50px;
	margin-right:5px;
	background-image:url(images/bg-cal2.gif);
	background-repeat:no-repeat;
}

.calmonth2 {
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:12px;
	text-align:center;
}

.calday2 {
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	text-align:center;
}
.calyear2 {
	text-transform:uppercase;
	color:#333;
	font-size:10px;
	text-align:center;
}

.calinfo2 {
	float:left;
	width:205px;
	height:auto;
	font-size:11px;
}

.caldate2 {
	font-weight:bold;
	color:#fff;
	font-size:12px;
}
