/* CSS Document */

body {
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#1a0e02;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial,Helvetica,sans-serif;
	font-size:9pt;
	margin:0;
	text-align: center;
	color:#ffffff;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
}

#Page {
	width:1000px;
	position: relative;
	top: 40px;
	border-left: solid 5px #433f3e;
	border-right: solid 5px #433f3e;
	margin: 0 auto;
}

#Navigation {
	position: relative;
	background-image:url(/images/nav_bkg.jpg);
	background-repeat:repeat-x;
	width: 1000px;
	text-align:left;
}

#WeatherBox
{
	position:absolute;
	top: 48px;
	left: 765px;
	width: 190px;
	height: 96px;
	background-image:url(/images/weatherbox.png);
	color:#484c4c;
	font-size:7pt;
	font-weight:600;	
	padding-left:10px;
	padding-top: 6px;
}

#Footer {
	clear:both;
	width: 980px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	border-top: solid 2px #433f3e;
	padding-left: 20px;
	padding-top: 5px;
	color:#776d64;
	font-size:7pt;
}

#Interior {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-image:url(/images/home/carousel_bkg.jpg);
	background-repeat:repeat-x;
	min-height: 500px;
}



/* Basic styles */
h1 
{
	color: #56c2d5;
	font-size: 14pt;
}

h2 
{
	color: #56c2d5;
	font-size: 10pt;
}

hr {
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	width: 100%;
	text-align: left;
}

a:link, a:visited {
	color: #f6ff00;
	text-decoration: none;
}
a:hover {
	color: #f6ff00;
	border-bottom: solid 1px #fdeba8; 
}

#Footer a:link, #Footer a:visited {
	color: #776d64;
	text-decoration: none;
}

#Footer a:hover {
	color: #776d64 ;
	border-bottom: solid 1px #776d64 ; 
}

/*Menu Styles */
.MainMenu {
	float:left; 
	margin-left:10px;
}

.MainMenuItem {
	text-decoration: none;
	color: #d2d753 !important;
	font-size:9pt;
	font-weight:600;
}

.MainDynamicMenuItem {
	text-decoration: none;
	color: purple !important;
	z-index: 1000; 
}

.SecondaryMenu {
	float:right;
}

.SecondaryMenuItem {
	text-decoration: none;
	color: #dedfd8 !important;
	font-size:9pt;
	font-weight:500;
}

.SecondaryDynamicMenuItem {
	text-decoration: none;
	color: purple !important;
	z-index: 1000; 
}

.LeftMenuItem {
	text-decoration: none;
	color: #d2d753 !important;
	font-size:8pt;
	text-transform:uppercase;
}

.LeftMenuSubItem {
	text-decoration: none;
	color: #d2d753 !important;
	font-size:8pt;
}

.LeftMenuSelected {
	text-decoration: none;
	color: white !important;
	font-size:8pt;
	text-transform:uppercase;
}

.IE8MenuFix 
{ 
	z-index: 1000; 
}


/* Special styles */
.temptext 
{
	color: #e1dfde;
	font-size:20pt;
	font-weight: bold;
}

.weathertext 
{
	color: #e1dfde;
	font-size:9pt;
}

.formfield
{
	color: #e1dfde;
	background-color:#2b2723;
	background-image:url(/images/formfield_bkg.gif);
	background-repeat:repeat-x;
	border: solid 1px #b0aeac;
	font-size:9pt;
}

hr.leftnav {
	border: 0;
	color: #433f3e;
	background-color: #433f3e;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1.menutitle 
{
	color: #56c2d5;
	font-size: 14pt;
	margin-bottom: 5px;
}

