﻿body 
{
    background-image:url(/assets/images/body_background.gif);
}

h1
{
	color:#346279;
	font-family:Verdana;
	font-size:20px;
}

h2
{
    font-family:Arial;
    font-size:16px;
    color:#a30234;
}

h3
{
    font-family:Arial;
    font-size:24px;
    color:#a30234;
}

a
{
	color:#346279;
	text-decoration:none;
}

a hover
{
	text-decoration:underline;
}

#Content
{
	float:right;
	width:675px;
	margin-left:10px;
	margin-top:10px;
	margin-right:70px;
	background-color:White;
	font-family:Arial;
}

#Content p, ul
{
	font-family:Arial;
}

#Footer
{
	width:100%;
	height:45px;
	background-color:#346279;
	color:White;
	font-family:Arial;
	font-size:11px;
	padding-top:15px;
}

#Footer span
{
	margin-left:5px; 
	margin-right:5px;
}

#Footer a
{
	color:White;
}

#Header
{
	width:100%;
	height:200px;
	background-color:#437a95;
}

#Header p
{
	font-family:Times New Roman;
	font-size:16px;
	font-style:italic;
	color:White;
	text-align:center;
	margin-top:0px;
}

#Header span
{
	font-family:Lucida Calligraphy;
	font-size:24px;
	font-weight:bold;
}

#MainContainer
{
	width:1000px;
	background-image:url(/assets/images/MainContent_back.gif);
	background-repeat:repeat-y;
	margin:auto;
	border:solid 1px #346279;
	background-color:White;
}

#Nav
{
	float:left;
	width:200px;
	height:670px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}

#Nav ul
{
	list-style:none;
	padding-left:10px;
	margin-left:10px;
}

#Nav li
{
	padding-top:7px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
}

#Nav a
{
    display:block;
    background-image:url(/assets/images/navbtn_off.gif);
    background-repeat:no-repeat;
	padding-bottom:6px;
	padding-top:10px;
	margin-right:10px;
	width:87%;
	height:25px;
	color:White;
}

#Nav a:hover
{
    background-image:url(/assets/images/navbtn_on.gif);
    background-repeat:no-repeat;
    color:#346279;
}

#Nav span
{
    padding-bottom:5px;
    line-height:22px;
}

#NavExtender
{
    width:200px;
    height:1px;
    background-color:#A0C4CA;
	border-right:solid 1px #65a486;
}

.tblGuests td
{
    width:100px;
    margin-right:25px;
}

.dropdown
{
    width:100px;
    background-color:#e6e9e9;
    background-repeat:repeat-x;
    border:1px solid #437a95;
}

.resBack
{
    background-image:url(/assets/images/nav_backgroundon.gif);
    background-repeat:repeat-x;
    border:1px solid #437a95;
}

.resBack2
{
    background-image:url(/assets/images/textbackground.gif);
    background-repeat:repeat-x;
    border:1px solid #437a95;
}

.crew p
{
    margin-left:10px;
    margin-right:10px;
}
