@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

#outerWrapper {
	width: 1056px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
body {
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat; 
	}

#header {
	height: 196px;
	width: 100%;
	}
	
#navigation {
	height: 44px;
	width: 100%;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#navigationMenu {
	width: 100%;
	margin-left: 320px;
	margin-top: 5px;
	}
	
#navigationMenu li{
	padding-left: 35px;
	display: inline;
	list-style-type: none;
	}
	
#navigationMenu a{
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #fff;
	width: auto;
	text-decoration: none;
	}
	
#navigationMenu li a:visited, #navigationMenu li a:active{
	color: #fff;
	}

#navigationMenu li a:hover {
	color: #76ab01;
	}

#contentWrapper {
	width: 100%;
	background-image: url(../images/fauxColumn.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	}
	
.sidebar {
	width: 320px;
	float: left;
	overflow: hidden;
	}
	
.siderbarNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 320px; /* width of menu */
	}

.siderbarNav li{
	padding-bottom: 0px;
	}

.siderbarNav li a{
	background-image: url(../images/off2.png);
	background-repeat: no-repeat;
	height: 30px;
	font: bold 13px Verdana, Geneva, sans-serif;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 25px;
	text-decoration: none;
	}

.siderbarNav li a:visited, .siderbarNav li a:active{
	color: white;
	}

.siderbarNav li a:hover {
	background-image: url(../images/hover2.png);  /*color of menu onMouseover*/
	background-repeat: no-repeat;
	color: white;
	}
	
.sidebarCopy {
	width: 320px; /* width of menu */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: 35px;
	text-align: left;
	color: #fff;
	line-height: 25px;
	padding-top: 10px;
	}
	
.sidebarCopyHLS {
	list-style: none;
	width: 265px;
	padding-left: 20px;
	}

.sidebarCopyHLS ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.sidebarCopyHLS a:link{
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	height: 23px;
	text-decoration: none;
	padding: 8px 0 0 0px;
	font-weight: normal;
	}
	
.sidebarCopyHLS a:active {
	color: #ffffff;
	}

.sidebarCopyHLS a:visited {
	color: #76ab01;
	}

.sidebarCopyHLS a:hover {
	color: #76ab01;
	}
	
.sidebarPic {
	padding-left: 35px;
	}			

.content {
	float: right;
	overflow: hidden;
	width: 656px;
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}
	
.pic {
	width: 300px;
	margin-left: 10px;
	float: right;
	}
	
.pic2 {
	width: 199px;
	margin-left: 10px;
	float: right;
	}
	
#breakfastMenu {
	width: 656px;
	text-align: center;
	}
	
.breakfastPic {
	width: 656px;
	text-align: center;
	}
	
.breakfastPic2 {
	width: 656px;
	text-align: center;
	}
	
#breakfast {
	width: 300px;
	float: left;
	overflow: hidden;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	}
	
#breakfastInfo {
	width: 300px;
	float: right;
	overflow: hidden;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: center;
	}
		
#footer {
	height: 212px;
	width: 100%;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 177px;
	}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #76ab01;
	}			

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4a1a2c;
	text-align: left;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #8e3557;
	text-align: left;
	} 

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	text-align: justify;
	color: #4a1a2c;
	}
	
h3  a:link, h3 a:visited {
	text-decoration: none;
	color: #8e3557;
	}
	
h3 a:hover, h3 a:active {
	text-decoration: none;
	color: #76ab01;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	}
	
h4  a:link, h4 a:visited {
	text-decoration: none;
	color: #8e3557;
	}
	
h4 a:hover, h4 a:active {
	text-decoration: none;
	color: #76ab01;
	}			
	
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	}
	
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #8e3557;
	text-align: center;
	}
	
.bbCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-transform: capitalize;
}

.breakfastCopy {
	text-align: center;
	font-family: Arial Narrow Bold, Blue Highway Bold, Impact;
	font-size: 16px;
	font-style: normal;
	color: #98000c;
}

	
	
	
