/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}

/*
The code below is for setting the structure of the main content wrapper
*/
#contentwrap {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 609px;
	height: 835px;
	padding: 10px;
	border: 2px solid #13567D;
}
/*---end of main content wrapper structure---*/

/*
The code below is for setting the structure of the main content wrapper
*/
#address {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 609px;
	padding: 10px;
	border: none;
}
/*---end of main content wrapper structure---*/
/*
The code below is for the placement of the Restaurant Description
*/ 
#RestaurantDescriptionWrapper {
	width: 588px;
    border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #13567D;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	background: #FFFFFF;
}
#RestaurantHomePageHeaderLinks {
	position: absolute;
	left: 340px;
	width: 410px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 70px;
	padding: 20px 10px 10px 35px;
	background-color: #FFFFFF;
}
/*
The code below is for the structure and formatting of the Restaurant Home Page header
*/
#headerRestaurant {
	
	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---*/

.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;
}
.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;
}
.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;
}
.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;
}
.main11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
}
.main12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: normal;
}
.main11bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: bold;
}
.datatable {
border: 1px solid #13567D;
}
.datatable td, .datatable th,{
border: 1px solid #13567D;
}
form {
display: inline;
}
input.text {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 215px;
	height: 25px;
}
input.text2 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 120px;
	height: 25px;
}
input.text2b {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 90px;
	height: 25px;
}input.text3 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 180px;
	height: 25px;
}
input.text4 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 60px;
	height: 25px;
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
input.text5 {
	color: #0E405D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F9FF;
	border: 1px inset #13567D;
	width: 215px;
	height: 100px;
}
	
/*---end of Style Sheet---*/
