/*
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: 138px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 609px;
	padding: 10px;
	border: 2px solid #13567D;
	background-image:  url(../images/bodybgblue01.jpg);
}
/*---end of main content wrapper structure---*/
#welcomeimage {
	width: 200px;
	height: 130px;
	float: right;
	background-image: url(../images/distraught_sml.jpg);
	border-color: #7C97AE;
	border-style: solid;
	border-width: 1px;
	border-color: #7C97AE;
}
/*
The code below is for the placement of the Menu Detail
*/ 
#menu {
	width: 588px;
	border-color: #13567D;
	border-style: solid;
	border-width: 1px;
	padding: 5px 30px 10px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
}
.menuhead {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 1px;
}
.sectionheading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #13567D;
	font-style: italic;
	letter-spacing: 0px;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13567D;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.itemtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
/*
The code below is for 
*/ 

/*
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;
}
/*---end of body links---*/
/*
The code below is for the placement of the opaque filter
*/ 
#container { 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 128px;
	height: 400px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	background-image:  url(../../images/sidenavnew_bg.jpg);
}
/*---end of opaque filter---*/

.main14normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #13567D;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

/*
The code below is for the structure and formatting of the signup box and form
*/
#restaurantsearchbox {
	margin-top: 0px;
	margin-left: 135px;
	width: 250px;
	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: 250px;
	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: 250px;
	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: 150px;
}
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: 105px;
}
.smalltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px
}
#headingbottom {
	width: 250px;
	border-top: 1px solid #13567D;
	background-color: #7C97AE;
}
/*---end of member signup box and form---*/
/*---end of Style Sheet---*/