/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}
/*
The code below is for the structure and formatting of the Restaurant Home Page header
*/
#headerRestaurantHomePage {
	
	width: 750px;
	height: 76px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #7C97AE;
}
/*
The code below is for the structure and formatting of the Restaurant Home Page header logo
*/
#RestaurantHomePageLogo {
	padding: 0px 0px 0px 10px;
	width: 320px;
	height: 76px;
}
/*---end of header logo---*/
/*
The code below is for the structure and formatting of the Restaurant Home Page header links
*/
#RestaurantHomePageHeaderLinks {
	position: absolute;
	left: 340px;
	width: 410px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 70px;
	padding: 10px 3px 3px 3px;
	background-color: #FFFFFF;
}
a.smalltext:link, a.smalltext:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}
a.smalltext:hover {
	font-weight: normal;
	font-size: 11px;
	color: #7C97AE;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.headertext {
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
/*---end of Restaurant Home Page header links---*/
/*
The code below is for the formatting of the body links
*/ 
a.body:link, a.body:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.body:hover {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
a.body14:link, a.body14:visited {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.body14:hover {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C97AE;
	text-decoration: none;
}
a.footer:link, a.footer:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
}
a.footer:hover {
	font-weight: normal;
	font-size: 11px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
}
/*---end of body links---*/
/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 38px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 709px;
	padding: 10px;
	border: 2px solid #13567D;
	background: 7C97AE;
	background-image:  url(../images/bodybgblue01.jpg);
}
/*---end of main content wrapper structure---*/

/*
The code below is for the placement of the Restaurant Contact Info
*/ 
#restaurantcontact {
	width: 688px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0px;
	background: #FFFFFF;
	padding: 20px 35px 5px 40px;
}
#restaurantletter{
	width: 585px;
	margin-left: 10px;
	border-color: #7C97AE;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin-bottom: 0px;
	background: #F9FCFF;
	padding: 15px 20px 5px 20px;
}
.StrongTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #003366;
	font-style: normal;
	letter-spacing: 0px;
	
}
.StrongTitleLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #003366;
	font-style: normal;
	letter-spacing: 0px;
}
.ContrastTitleVeryLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #003366;
	font-style: normal;
	letter-spacing: 0px;
}
.ContrastTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #CC3300;
	font-style: normal;
	letter-spacing: 0px;
}

.main9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #13567D;
	font-weight: normal;
}

.main11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
}
.main11bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 5px 0px 15px;
}
.main11bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
.main11boldextra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 5px 0px 40px;
}

a.content:link, a.content:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #13567D;
	text-decoration: underline;
}
a.content:hover {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
}

/*
The code below is for the placement of the Restaurant Description
*/ 
#RestaurantDescriptionWrapper {
	width: 688px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #13567D;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	background: #FFFFFF;
}
.main12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.main12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
}
.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
}
.main14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;;
	font-weight: bold;
}
.main14bolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;;
	font-weight: bold;
	font-style: italic;
}
.main14highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	background-color: #FEFE76;
}
.main16{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.main18{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
}

.main16red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC3300;
	font-weight: bold;
}
.main18red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3300;
	font-weight: bold;
}
.main14italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
	font-style: italic;
}
/*---End of Restaurant Description---*/
/*
The code below is for the structure and formatting of the signup box and form
*/
#signupbox {
	margin-top: 12px;
	margin-left: 50px;
	width: 500px;
	border: 1px solid #13567D;
	}
.headingtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 500px;
	padding: 2px 2px 3px 2px;
	background-color: #7C97AE;
	border-bottom: 1px solid #13567D;
}
.heading3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 500px;
	padding: 2px 2px 3px 2px;
	background-color: #7C97AE;
}
form {
display: inline;
}
input.text {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 100px;
}
input.text2 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 180px;
}
input.btn{
	margin: 6px;
	color: #0E405D;
	font-weight: normal;
	}
select.text3 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 120px;
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
#headingbottom {
	width: 500px;
	border-top: 1px solid #13567D;
	background-color: #7C97AE;
}
/*---end of member signup box and form---*/
/*
The code below is for the placement and formatting of the footer links
*/ 
#footerwrap {
	margin-left: 150px;
	width: 472px;
	padding: 10px;
	border-top: 0px solid #7C97AE;
	border-left: 0px solid #7C97AE;
	border-right: 0px solid #7C97AE;
	border-bottom: 0px solid #7C97AE;
}	
a.footer:link, a.footer:visited {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-decoration: none;
}
a.footer:hover {
	font-weight: normal;
	font-size: 11px;
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
}
.footertext {
	font-weight: normal;
	font-size: 11px;
	color: #13567D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
/*---end of footer links---*/
#SiteFooter {
	margin-left: 15px;
	padding-left: 15px;
	width: 525px;
}
/*---end of Style Sheet---*/

