body {
	background-color: #828282;
}

#header {
	padding-left: 15px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-top-color: #28558c;
	border-top-width: 4px;
	background-color: white;
	height: 98px;
}

#footer {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	text-align: left;
	text-transform: none;
	font-size: 9px;
	font-family: sans-serif;
	color: white;
	background-color: #28558c;
	float: none;
}

#leftnav {
	border-right-color: #959595;
	border-right-style: dashed;
	border-right-width: 1px;
	background-color: #dcdcdc;
	width: 150px;
	float: left;
}

#content {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333333;
	margin: 10px;
	padding: 10px;
	min-height: 500px;
	text-align: left;
	font-size: 11px;
	float: none;
	background-color: white;
}

td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	font-size: 11px;
	float: none;
}

#page {
	margin: 20px;
	width: 900px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	background-color: white;
}

#topnav {
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 3px;
	text-align: right;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #28558c;
}

.topnavbutton {
	border-collapse: collapse;
	border-right-width: 0px;
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: white;
	border-left-color: white;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
}

.topnavbutton:hover {
	border-collapse: collapse;
	color: #fecd0e;
	background-color: #3474be;
	font-weight: bold;
}

.navbutton {
	background-color: #cccccc;
	height: 25px;
	padding-right: 5px;
	padding-left: 3px;
	border-top-color: #eaeaea;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: sans-serif;
	border-bottom-color: #aeaeae;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.navbutton a {
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: sans-serif;
}

.nav {
	border-right-color: #777777;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #777777;
	border-bottom-color: #777777;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-family: sans-serif;
	padding-left: 0px;
	margin-left: 0px;
}

.nav li {
	background-color: #e7e7e7;
	list-style-position: outside;
	list-style-type: none;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.nav li a {
	padding: 8px;
	display: block;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: black;
}

.nav li a:hover {
	font-weight: bold;
	background-color: #f4f4f4;
}

.grid {
	min-width: 600px;
	font-size: 15px;
	font-family: sans-serif;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 15px;
	border-color: #777777;
	border-style: solid;
	border-width: 1px;
}

.gridheader {
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold;
	padding: 5px;
	color: black;
	background-color: #959595;
}

.gridrow1 {
	padding: 5px;
	background-color: white;
}

.gridrow2 {
	padding: 5px;
	background-color: #cecece;
}

.title {
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-family: sans-serif;
}

.record {
	margin-top: 15px;
	background-color: #cccccc;
	border-color: #777777;
	border-style: solid;
	border-width: 1px;
}

.editrow {
	font-weight: bold;
}

#content h2 {
	font-size: 15px;
	color: #2f2f2f;
	font-weight: bold;
}

#content h4 {
	font-size: 12px;
	color: #2f2f2f;
	font-weight: bold;
}

#content h3 {
	font-style: italic;
	font-size: 11px;
	color: #656565;
}

hr {
	border-style: none;
	border-width: 0px;
	height: 1px;
	background-color: #777777;
	color: #777777;
}

#content img {
	margin: 15px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.bubble {
	margin: 5px;
	padding: 10px;
	color: #333333;
	border-color: #959595;
	border-style: dashed;
	border-width: 1px;
	background-color: #eaeaea;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.testimonials {
	background-color: #eaeaea;
	width: 370px;
	padding: 15px;
	color: #333333;
	border-color: #959595;
	border-style: dashed;
	border-width: 1px;
	font-size: 9px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.address {
	background-color: #eaeaea;
	width: 370px;
	padding: 15px;
	color: #333333;
	border-color: #959595;
	border-style: dashed;
	border-width: 1px;
	font-size: 9px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.tips {
	color: #333333;
	padding: 10px;
	border-color: #333333;
	border-style: none;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

li {
	margin-left: 10px;
	padding: 3px;
	list-style-position: outside;
	list-style-image: url(/images/li.png);
	list-style-type: disc;
}

#content a {
	color: #28558c;
}

#footer a {
	color: white;
}

#logos {
	border-color: #333333;
	border-style: none;
	text-align: center;
	width: 800px;
}

#coupons {
	border-color: #333333;
	border-style: none;
	text-align: left;
	width: 400px;
}

#tagline {
	font-weight: bold;
	padding-left: 16px;
	padding-top: 2px;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff32b;
	float: left;
}

.newrecord {
	padding: 10px;
	font-weight: bold;
	text-align: right;
}

