﻿body {
	margin: 5px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	background-color: #333;
	font-size: 10pt;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	line-height: 1.5em;
}
h1 { font-size: 1.5em; font-style: italic; text-align: center; }

#navigation {
	font-size: 1em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	background: #f3f5c4;
	border-left: 1px dotted #333;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #333;
	padding: 5px 10px;
	text-decoration: none;
}
#navigation a:hover {
	color: #333;
	text-decoration: underline;
}
#navigation #currentpage a {
	background: #f3f5c4;
	color: #333;
}

p {
	line-height: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
}


#footer {
	font-size: x-small;
	color: #999;
	text-align: center;
	border-top: solid 1px #999;
	width: 600px;
	margin: 50px 0 25px 100px;
	line-height: 1.5em;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999;
	text-decoration: underline;
}
ul.normal {
	list-style: disc !important;
	list-style-position: inside;
}
ul.normal li { padding-left: 15px; }

p.hint {
	background-color: #ffc;
	border: solid 1px #999;
	font-size: .8em;
	margin: 5px 15px;
	padding: 5px;
	padding-left: 35px;
	text-indent: -30px;
}


fieldset {
	margin-bottom: 10px;
	font-size: 1em;
}
fieldset legend {
	padding: 0 2px;
	font-weight: bold;
}
fieldset label {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}
fieldset ol {
	margin: 0; padding: 0;
}
fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0px;
}
fieldset label {
	width: 120px;
	text-align: right;
}
fieldset.signup label {
	width: 40px;
}
fieldset.signup .txt {
	width: 180px;
}

fieldset.signup {
	width: 225px;
	color: #000;
}
fieldset.contact {
	width: 350px;
	color: #000;
}
fieldset.contact label {
	width: 100px;
}
fieldset legend { padding-left: 0px; }
fieldset legend, fieldset label { color: #000; }
fieldset {
	border: none;
	border-top: 1px solid #cd1651;
}
	
fieldset li {
	padding: 5px 10px 7px;
	border-bottom: 1px solid #cc6;
	}
	
.txt {
	width: 175px;
	font-family: "Lucida Console", "Courier New", Monospace;
	font-size: 10pt;
	background: #fff url(../images/formfill.jpg) no-repeat bottom right;
	border: solid 1px #333;
	padding: 5px;
}
.mtxt {
	width: 185px;
	height: 75px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background: #fff url(../images/formfill.jpg) no-repeat bottom right;
	border: solid 1px #333;
}

span.hint {
	display: block;
	font-size: smaller;
	color: #666;
}

.sel {
	width: 185px;
	border: solid 1px #333;
	background: #fff url(../images/formfill.jpg) no-repeat bottom right;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
}

ol.hours {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.hours li {
	margin-left: 5px;
}
ol.hours li label {
	display: -moz-inline-box;
	display: inline-block;
	width: 75px;
	text-align: right;
}

ul.special {
	list-style-type: disc;
	padding-left: 25px;
}

table.grid {
	border: solid 1px #666;
}
table.grid td { padding: 2px 5px; border-bottom: solid 1px #333; }
table.grid thead td { font-weight: bold; }
table.grid tr.alt { background-color: #ffc; }

div.testimonial {
	border-bottom: solid 1px #000;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 1em;
	font-family: Times, Times New Roman, Serif;
	font-size: 1.1em;
}

#premast {
	width: 800px;
	color: #fff;
	text-align: right;
	margin: 3px 0;
}
#premast a {
	color: #fff;
	text-decoration: none;
}
#premast a:hover {
	text-decoration: underline;
}


#main {
	width: 801px; 
	background-color: #f3f5c4; 
	border: solid 1px #000; 
	text-align: left;
	margin: auto;
}

.navbar {
	height: 1.1em;
	border-bottom: dotted 2px #333;
	padding: 0 0 2px 0;
}
.rightbar {
	float: right;
	width: 228px;
}