/*-------------------- GENERAL STYLES FOR TABLES AND BODY --------------------*/
body, html{
   height: 100%;
   width: 100%;
   padding:0;
   margin:0;
   background-color:#000000;
   background-image:url(../images/bg_images/bg.jpg);
   background-position:bottom;
   background-attachment:fixed;
   background-repeat:repeat-x;
}

.white {
	background-image:url(../images/bg_images/bg_white_fade.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:inherit;
}

/*-------------------- BREADCRUMBS --------------------*/
.bread {
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.bread a { color:#000000; text-decoration:none }
.bread a:hover { color:#999999; text-decoration:none; }
.bread a:visted { color:#000000; text-decoration:none}

.bread_yellow {
	font-size:30px;
	color:#DCB800;
	text-transform:uppercase;
	font-family:"Arial Narrow";
	line-height:29px;
}

/*-------------------- Top Navigation --------------------*/
.topnav {
	font-size:12px;
	color:#DCB800;
	font-family:Arial, Helvetica, sans-serif;
}

.topnav a { color:#DCB800; text-decoration:none; }
.topnav a:hover { color:#999999; text-decoration:none; }
.topnav a:visted { color:#DCB800; text-decoration:none;}

/*-------------------- FOOTER --------------------*/
.foot {
	font-size:10px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

.foot a { color:#999999; }
.foot a:hover { color:#DCB800; text-decoration:none; }
.foot a:visted { color:#999999;}

/*-------------------- Body Text --------------------*/
.text {
	font-size:11px;
	color:#3b3939;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align:justify;
}

.text a { color:#3b3939; }
.text a:hover { color:#DCB800; text-decoration:none; }
.text a:visted { color:#3b3939;}

/*-------------------- Image style --------------------*/
.left_image{
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-top: 5px
}

.right_image{
	float: right;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 5px;
}

/*-------------------- home Page Text --------------------*/
.home_head {
	font-size:30px;
	color:#ffffff;
	font-family:Arial;
	line-height:32px;
	text-transform:lowercase;
	letter-spacing:4px;
}

.home_head_span {
	font-size:30px;
	color:#ffffff;
	font-family:Arial;
	line-height:50px;
	text-transform:lowercase;
	letter-spacing:4px;
	font-weight:bolder;
}

.home_text {
	font-size:12px;
	line-height:16px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

/*--------------------Specials Styling --------------------*/
.s_head {
	font-size:15px;
	color:#666666;
	font-family:Arial;
}

.date {
	font-size:12px;
	color:#666666;
	font-family:Arial;
}

/*---------------- Gallery Rollover Style -------------------*/
.pic {
	margin-top:-100px; 
	margin-left:+17;
	width:100;
	text-align:center;
	z-index:100;
	position:absolute;
	background-color:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*---------------- Printing Map Style -------------------*/
.print {
	margin-top:-29px; 
	text-align:center;
	z-index:100;
	position:absolute;
}

/*---------------- Contact Midgard Style -------------------*/
.date a { color:#666666;}
.date a:hover { color:#DCB800; text-decoration:none; }
.date a:visted { color:#666666;}

.error { color:#FF0000; font-weight:bold} 
