/* CSS Document */

body {
	background-color: #003399;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-y;
}

#header img {
	border: 0;
}

#content {
	padding: 10px 80px
}

#nav {
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding: 0px 0px 15px 15px;
	text-align: center;
}

#nav .menuitem {
	display: inline;
	padding: 0px 12px;
}

#nav .menuitem img {
	vertical-align: middle;
}

#nav a {
	color: black;
	text-decoration: none;
}

#nav a:hover {
	color: red;
}

#footer {
	clear: both;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer img {
	border: 0;
}


/* CLASS CSS */

.leftside {
	float: left;
	width: 508px;
	margin: 0px 10px;
	padding: 10px;
	background-color: #ECE9D8;
	border: 1px solid #999;
}

.rightside {
	float: left;
	width: 250px;
	margin: 0px 10px;
}

.rightside img {
	border: 1px solid #999;
}

/* MAP CSS */

.leftside #map {
	width: 506px;
	height: 350px;
	border: 1px solid #039;
}

.directions form, .directions fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.directions fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
}

.directions form .address_input {
	width: 400px;
}

#routecontainer {
	width: 484px;
	border: 1px solid black;
	display: none;
	padding: 10px;
	margin: 5px 0px;
	background-color: white;
}

#route {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.mapinfo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mapinfo div {
	padding: 3px;
}

/* MENU CSS */

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu th {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #09C;
	font-weight: bold;
	text-transform: uppercase;
}

.menu .sub {
	font-style: italic;
	text-align: center;
}

.menu td {
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
}

.menu td.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 50px;
}

.menu .title {
	font-weight: bold;
	color: #039;
	text-transform: uppercase;
}

.menu .desc {
	font-size: 11px;
	font-style: italic;
	padding-left: 20px;
}


/* Global CSS */

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #039;
}

.clearboth {
	clear: both;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.nil {
	margin: 0;
	padding: 0;
	border: 0;
}

.center {
	text-align: center;
}

.border {
	border: 1px solid #999;
}


/***** CONTACT US CSS *****/	
	
#contact{
	width: 358px;
	margin: 0 auto;
	clear: both;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #09C;
	color: #FDFDFD;
	}

#contact .element {
	width: 350px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact td {
	font-size: 14px;
	color: #FDFDFD;
}

#contact .city, #contact .state, #contact .zip {
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
}

#contact .city {
	width: 150px;
}

#contact .state, #contact .zip {
	width: 95px;
}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
	color: white;
}

