* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 20px 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding: 10px; }

body { 
	background: url('menu-template/sample-background.jpg') 0 0;
}

#menu {
	position: absolute; top: 110px; left: 10px;
	width: 180px; height: 450px;
	z-index: 2;
}
#menu img { display: none; }
#menu p {
	font: bold 10pt 'Arial',Helvetica,Verdana,sans-serif;
	color: #e0e0e0;
	margin-bottom: 0;
}
#menu a {
	display: block;
	font: bold 9pt 'Arial',Helvetica,Verdana,sans-serif;
	color: #ffddbb;
	text-decoration: none;
}
#menu li {
	padding-top: 0px; padding-bottom: 2px;
	margin-left: 0; margin-bottom: 0px;
	padding-left: 5px;
	text-indent: -5px;
}
#menu ul {
	list-style: none;
	padding-left: 15px;
	margin-top: 0;
}

#something {
	position: absolute; top: 10px; right: 0px;
	height: 45px;
	margin-top: 10px;
	vertical-align: middle;
	text-align: right;
	padding: 10px;
	font: bold 24pt 'Arial',Helvetica,Verdana,sans-serif;
	color: white;
}

#submenu {
	z-index: 2;
	position: relative; margin-top: 90px;
	margin-left: 200px; margin-right: 10px;
	padding: 0 0 0 10px;
	font: bold 10pt 'Arial',Helvetica,Verdana,sans-serif;
	background: url('/menu-template/white70.png');
	vertical-align: middle;
	text-align: left;
}
#submenu ul { margin: 0; padding: 0; list-style: none; }
#submenu li { 
	display: inline; 
	margin: 0 10px 0 0; padding: 0px 8px 0px 0px; 
	border-right: 1px solid black;
}
#submenu li.last { display: inline; margin: 0; border-right: none; }
#submenu li.right { display: inline; float: right; margin: 0; border: none; }
#submenu li a {
	margin: 0; padding: 0;
	text-decoration: none;
	color: black;
}
#submenu a.h { color: #007744; }

#subsubmenu {
	z-index: 3;
	position: relative; 
	margin: 10px 20px;
	padding-left: 10px;
	font: bold 10pt 'Arial',Helvetica,Verdana,sans-serif;
	background: url('/menu-template/white70.png');
	vertical-align: middle;
	text-align: left;
}
#subsubmenu ul { margin: 0; padding: 5px 0; list-style: none; }
#subsubmenu li { 
	display: inline; 
	margin: 0 10px 0 0; padding: 0px 8px 0px 0px; 
	border-right: 1px solid black;
}
#subsubmenu li.last { display: inline; margin: 0; border-right: none; }
#subsubmenu li.right { display: inline; float: right; margin: 0; border: none; }
#subsubmenu li a {
	margin: 0; padding: 0;
	text-decoration: none;
	color: #007744;
}

#subsubmenu div.topleftcorner { background: #e5e5e5; }
#subsubmenu div.toprightcorner { background: #e5e5e5; }
#subsubmenu div.bottomleftcorner { background: #e5e5e5; }
#subsubmenu div.bottomrightcorner { background: #e5e5e5; }

div.topleftcorner {
	position: absolute; top: 0; left: 0px;
	width: 10px; height: 10px;
	background: url('menu-template/sample-background.jpg') 0 0;
	margin: 0; padding: 0;
}
div.topleftcorner img { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }
div.toprightcorner {
	position: absolute; top: 0; right: 0;
	width: 10px; height: 10px;
	background: url('menu-template/sample-background.jpg') 0 0;
	margin: 0; padding: 0;
}
div.toprightcorner img { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }
div.bottomleftcorner {
	position: absolute; bottom: 0; left: 0;
	width: 10px; height: 10px;
	background: url('menu-template/sample-background.jpg') 0 0;
	margin: 0; padding: 0;
}
div.bottomleftcorner img { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }
div.bottomrightcorner {
	position: absolute; bottom: 0; right: 0;
	width: 10px; height: 10px;
	background: url('menu-template/sample-background.jpg') 0 0;
	margin: 0; padding: 0;
}
div.bottomrightcorner img { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }


#content {
	position: relative;
	background: url('/menu-template/white90.png');
	margin-left: 200px; margin-right: 10px; padding: 10px;
	font-family: 'Arial',Helvetica,Verdana,sans-serif;
	color: black;
	z-index: 2;
}
#content h1 { font-size: 18pt; margin-bottom: 10px; padding-bottom: 0; }
#content h2 { font-size: 16pt; margin-bottom: 5px; padding-bottom: 0; }
#content h3 { font-size: 14pt; margin-bottom: 5px; padding-bottom: 0; }
#content h4 { font-size: 12pt; margin-bottom: 0; padding-bottom: 0; }
#content h5 {
	font-size: 8pt; font-weight: normal;
	margin-bottom: 15px; padding-bottom: 0; padding-right: 5px;
	text-align: right;
	background: url('/menu-template/peach50.png');
}
#content p { color: black; margin-top: 0; margin-bottom: 15px; }
#content p.filler { margin-top: 0; margin-bottom: 0; }
#content a {
	color: #00724c;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content ul a {
	color: #00724c;
	text-decoration: none;
}
#content ul a:hover {
	text-decoration: underline;
}

#content table.centered { margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 10px; }
#content table.centered tr td { padding: 5px 10px; vertical-align: top; }
#content table.centered tr th { padding: 2px 10px; text-align: center; vertical-align: middle; background: #00724c; color: white; }

#content table.leftjustify { margin-top: 0; margin-bottom: 10px; }
#content table.leftjustify tr td { padding: 0 10px 0 0; vertical-align: top; }
#content table.leftjustify tr th { padding: 2px 10px 0 0; text-align: center; vertical-align: middle; background: #00724c; color: white; }

#aboutlegal {
	margin-left: 200px; margin-right: 10px;
	text-align: center;
}
#aboutlegal p {
	text-align: center;
	color: #606060;
}
#aboutlegal a {
	text-decoration: none;
	color: #909090;
}

#copyright {
	text-align: center;
}
#copyright p {
	text-align: center;
	color: black;
}
#copyright a {
	text-decoration: none;
	color: black;
}

#logo {
	position: absolute; top: 0; left: 0;
	z-index: 1;
	width: 400px;
	height: 135px;
}
#logo img {
	margin-top: 10px; margin-left: 20px; margin-right: 0px; margin-bottom: 0px;
}
