/*
   Filename:  main.css
*/

body {
	background-color: #010800;
	color: #dddddd; 
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x; 
	height:100%;
	font-family: "Myriad Pro",Corbel, Calibri,sans-serif;
	font-size: 15px
}
.menubar ul {
	clear:both;
	float:left;
	list-style:none;
	text-align:center;
	border: 0;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.menubar ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	padding-top: 5px;
	border: 0;
}
.menubar ul li a {
    width: 115px;
	line-height: 25px;
	font-weight: bold;
	display:block;
	margin:0;
	padding: 5px;
	color:#ffffff;
	text-decoration:none;
	text-align: center;
}
.menubar ul li a:hover {
	background-image:url(/images/rollover.png)
}
#menupad {
	clear: both;
	width: 795px;
	height: 27px;
	min-height: 27px;
	border: 0;
}
#wrapper {
	clear:both;	
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
	padding-top:45px;
	border: 0;
}
#topLinks{
	color:#c0c68e;
	width: 250px;
	height: 40px;
	min-height: 40px;
	float:right;
	border: 0;
}
#topLinks a {
	text-decoration: none;
	color:#c0c68e;
	font-size: 90%
}
#topLinks a:hover {
	text-decoration: none;
	color:#ffffff;
}
#leftcolumn {
	float:left;
	width: 263px;
	overflow: hidden;
	border: 0;
}
.tinylink {
    color:#c0c68e;
    text-align: right;
    clear: both;
}
.tinylink a, .mini_calendar_title {
	text-decoration: none;
	font-size: 110%;
	color:#c0c68e;
}
.tinylink a:hover {
	text-decoration: none;
	color:#ffffff;
}
#newsform{
	width:285px; 
	border: 0;
	margin: 0;
	padding: 0;
}
#emailBox {
	width: 260px;
	margin-right: 25px; 
	border: 0px;
}
#submit {
	margin-top:10px; 
}
#calendar {
    width: 255px;
    clear: both;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0px;
    padding-top: 15px;
}
#rightcolhome {
	background-image:url(/images/flashBG.png);
	background-repeat:no-repeat;
	float:right;
	width: 795px;
	overflow: hidden;
	border: 0;
}
#flashhome{
	clear: both;
	padding-left:15px;
	border: 0;
	padding-top: 33px;
}
#flashhome2{
	clear: both;
	padding-left:15px;
	border: 0;
	padding-top: 33px;
	height: 180px;
}
#rightcolsub {
	background-image:url(/images/subHeadBG.png);
	background-repeat:no-repeat;
	float:right;
	width: 795px;
	overflow: hidden;
	border: 0;
}
#flashsub {
	clear: both;
	padding-left: 17px;
	border: 0;
}
#content {
	width: 520px;
	float: left;
	border: 0;
	padding-left: 30px;
	padding-bottom: 40px;
	;
}
#maintxt p {
	padding-bottom: 1em;
}
#footer {
	clear: both;
	background-image: url(/images/footer-background.jpg);
	background-repeat: repeat-x;
	height:55px;
	color:#b6be87;
	border: 0;
	text-align: center;
	padding-bottom: 50px;
}
#footer_content {
	position: relative;
	top: -20px;
}
h3 {
	color:#daac5b;
	font-size: 24px;
	margin-bottom: 0px;
	padding: 0px;
}
h1 {
	color:#f9de6d;
	font-weight: lighter;
	border-bottom: 1px solid #f9de6d;
}
h2 {
	font-size: 18px;
	color: #CCFFCC;
}
h4 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	color: #FFFFFF;
}
/************************************************/
/*	Calendar						*/
/************************************************/
.mini_calendar_title {
	color: #ffffff;
}
.EM_mini_calendar_days {
	color: #ffffff;
}
.EM_mini_calendar_line {
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.EM_mini_calendar_numbers a {
	font-family: "OCR A Std", "OCR A Extended", Monospace;
	color: #ffffff;
}
.EM_mini_calendar_shaded {
	background-color: #ad947c;
}
.EM_mini_calendar_shaded a {
	color: #000000;
}