/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background:#996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	height: 100%;
	text-align: center;
}

#wrapper{
position:relative;
width:800px;
margin:0 auto;
text-align:left;
}

#header{
position:relative;
float:left;
width:800px;
}

.subhead {
 color:#692E0E;
	font-weight:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.subhead_alt {
 color:#F04B40;
	font-weight:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin-top:8px;
}

.smaller_text {
 font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

#nav{
position:relative;
float:left;
width:800px;
}

#left{
width:690px;
float:left;
position:relative;
}

#right_rotating{
width:92px;
float:left;
position:relative;
}

#right_fresh{
width:18px;
float:left;
position:relative;
}

#left_header{
width:690px;
float:left;
position:relative;
}

#main{
width:598px;
height:395px;
float:left;
position:relative;
}

#main_content{
width:370px;
position:relative;
padding-left:10px;
padding-right:5px;
}

#main_content_scroll{
width:370px;
position:relative;
padding-left:10px;
padding-right:5px;
overflow:auto; 
height:395px;
}

#main_content_scroll em{
color:#F03F37;
}

#index_signup{
	width:265px;
	height:205px;
	position:absolute;
	z-index:3;
	left: 0px;
	top: 179px;
}

#left_nav{
width:68px;
position:relative;
float:left;
}

#left_right{
width:24px;
float:left;
position:relative;
}

#left_bottom{
position:relative;
float:left;
width:690px;
}

.indexbg{
background-image:url('images/main_indexbg_Plain1 copy.jpg');
}

.locationsbg{
background-image:url('images/main_locationsbg.jpg');
}

.locations_map_bg{
background-image:url('images/main_locations_map_bg.jpg');
}

.menubg{
background-image:url('images/main_menubg.jpg');
}

.aboutbg{
background-image:url('images/main_aboutbg.jpg');
}

.contactbg{
background-image:url('images/main_contactbg.jpg');
}

.careersbg{
background-image:url('images/main_careersbg.jpg');
}

.newsbg{
background-image:url('images/main_newsbg.jpg');
}

.calendarbg{
background-image:url('images/main_calendarbg.jpg');
}

.cateringbg{
background-image:url('images/main_cateringbg.jpg');
}

.nationbg{
background-image:url('images/main_nationbg.jpg');
}

.lifebg{
background-image:url('images/main_lifebg.jpg');
}

.loginbg{
background-image:url('images/main_loginbg.jpg');
}

.informationbg{
background-image:url('images/main_informationbg.jpg');
}

h1{
font-family:"Trebuchet MS", Verdana;
font-weight:bold;
font-size:16px;
line-height:20px;
}

h2{
font-weight:bold;
font-size:16px;
line-height:20px;
}

#compass_overlay{
	position:absolute;
	width:250px;
	height:250px;
	z-index:2;
	left: 550px;
	top: 350px;
}

a.underline:link{
text-decoration:none;
color:#0093EB;
}

a.underline:visited{
text-decoration:none;
color:#41C4F0;
}

a.underline:hover{
text-decoration:none;
border-bottom:1px dotted #666;
color:#FF745B;
}

