/* CSS by Travis King of Touchmedia */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



																		/* CSS Document */
																		/******* Body / Wrapper / Header ********/
body {
	font-family: Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
	text-align:center;
	font-size: 62.5%;
	margin:0;
	background: url(images/bg.jpg) center top no-repeat #0d4c7d;
}
.wrapper{
	width: 900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
	background: #FFF;	
}
#header {
	height: 375px;
	position: relative;
	background:  url(images/header.jpg) no-repeat #396d95;
	border-bottom: 9px solid #FFF;
}
#header p{
	position: absolute;
	top: 90px;
	right: 20px;
	font-size: 1.2em;
	color: #fff;
}
#header a{
	color: #fff;
}
#header a:hover, #header a:visited:hover{
	color: #fff;
	text-decoration: underline;
}



																		/******* Navigation ********/
#navigation {
	width: 250px;
	padding-top: 135px;
	padding-left: 75px;
	font-size: 2.2em;
	font-family: "Trebuchet MS",Verdana,Trebuchet,Arial,Sans-serif;
	color: #FFF;
}
#navigation a{
	display: block;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
}
#navigation a:hover, #navigation a:visited:hover{
	color: #062137;
	text-decoration: none;
}
#navigation li{

	background: url(images/nav-break.png) bottom no-repeat;
}


																		/******* Content ********/
#content {
	width: 543px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	display: inline;
	border-right: 9px solid #fff;
	border-bottom: 9px solid #fff;
	background: url(images/content-bg.jpg) repeat-x #fff;
}
#content p{
	padding-bottom: 20px;
	font-family: "Trebuchet MS",Verdana,Trebuchet,Arial,Sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
}
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	color: #062137;
}
#content h2{
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	color: #062137;
}
#content h3{
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	color: #062137;
}
#content h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	color: #062137;
}
#content h5{
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
}
#content h5 a{
	color: #fff;
}
#content a{
	color: #0d4c7d;
	text-decoration: none;
}
#content a:hover, #content a:visited:hover{
	text-decoration: underline;
}
#content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content hr {
	margin: 5px 0;
	color: #d6d6d6;
}
#content ul {
	font-size: 1.4em;
}
#content table{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content td{
	padding: 10px;
	font-size: 1.2em;
	border: 1px solid #CCC;
	vertical-align: text-top;
}
#content td img{
	margin-top: 20px;
}
#content td hr{
	margin: 5px 0;
	padding: 0;
}
.blue-td{
	background: #d4dbe0;
}
.text-small{
	font-size: 75%;
}
.less-padding{
	padding: 5px;
}
																	    /******* Meals ********/
																		
#meals {
	width: 800px;
	background: #fff;
}
#meals h3{
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	color: #062137;
}
#meals h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	color: #062137;
}
#meals hr {
	color: #d6d6d6;
}
#meals table{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#meals td{
	padding: 10px;
	font-size: 1.2em;
	border: 1px solid #CCC;
	vertical-align: text-top;
}
#meals td hr{
	margin: 5px 0;
	padding: 0;
}
																	    /******* Contact ********/
#contact{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}	
																	    /******* Sidebar ********/

#sidebar {
	width: 290px;
	float: left;
	display: inline;
	background: #d4dbe0;
	border-left: 9px solid #fff;
	border-right: 9px solid #fff;
	border-bottom: 9px solid #fff;   
}
																	    /******* Quotes ********/

#quotes-pic img{
	float: left;
	display: inline;
	margin-right: 11px;
	margin-left: 11px;
	border: 3px solid #cc2229;
}

#my_slideshow{
	margin-left: 15px;
}

																		/******* Footer ********/
#footer {
	clear: both;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
	background: url(images/footer-bg.jpg) repeat-x #250101;
}
#footer a{
	color: #FFF;
}
#footer a:visited{
	color: #FFF;
}
#footer a:link:hover, #footer a:visited:hover{
	color: #FFF;
	text-decoration:underline;
}
			

															/******* Special Style Classes ********/
.bold {
	font-weight: bold;
	color: #8eacb3;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.float-left{
	float: left;
	display: inline;
	padding-left: 20px;
	padding-bottom: 10px;
}

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
input {
	border: none;
}
.red-box{
	background: #cc2229;
}
															/******* Flyout Menu ********/
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 6em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		text-decoration : none;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : black;
		background-color : white;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		background: url(images/nav-bg.jpg) no-repeat;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		background: url(images/nav-bg.jpg) no-repeat;
	}