﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #333;
	font: 80%/1.5em "Lucida Grande" , "Trebuchet MS" , "Bitstream Vera Sans" , verdana, helvetica, sans-serif;
	text-align: center;
	background: #c9c6b7;
}

/* -- Overall container -- */
#container
{
	position: relative;
	width: 700px;
	padding: 0px 7px;
	margin: 0 auto;
	text-align: left;
	background: url(../_img/bg.gif) repeat-y center;
}

/* -- Header -- */
#header
{
	position: relative;
	height: 181px;
	border-top: 8px solid #8b410f;
	background: white;
}

html > body #header
{
	margin: 0;
}

#header a
{
	position: absolute;
	display: block;
	top: 17px;
	right: 10px;
	width: 250px;
	height: 150px;
	border: none;
	background: url(../_img/logo.gif) no-repeat left top;
	text-decoration: none;
}
#header a:hover
{
	background-position: 0 -150px;
}
#header a em
{
	display: none;
}
#header img
{
	position: absolute;
	display: block;
	top: 17px;
	left: 10px;
}

/* -- Content -- */
#content
{
	float: left;
	width: 421px;
	padding: 0px 10px 10px 10px;
}
#content p
{
	margin: 0 0 1em;
}

#content h1
{
	margin: 0 0 15px;
	color: #89856c;
	font-size: 24px;
	letter-spacing: -1px;
}
#content h2
{
	margin: 1.5em 0 .3em;
	font-size: 16px;
}

/* -- Footer -- */
#footer
{
	clear: left;
	padding: .8em 1em;
	border-top: 10px solid white;
	color: white;
	background: #8b410f;
	font-size: .8em;
	line-height: 1em;
}
html > body #footer
{
	margin: 0;
}
#footer a:link, #footer a:visited
{
	color: white;
}

/* -- Navigation -- */
#navigation
{
	float: left;
	width: 250px;
	background: #D9D9C6;
}

/* Top-tier navigation */
#navigation ul
{
	line-height: 1em;
	list-style: none;
}
#navigation ul li
{
	display: inline;
	background: url(../_img/bg_seperator.gif) repeat-x left bottom;
}
html > body #navigation ul li
{
	display: block;
}
#navigation ul li a
{
	display: block;
	padding: 15px;
	color: #494637;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li.current
{
	background-image: none;
}
#navigation ul li.current a, #navigation ul li.current a:hover
{
	color: #393627;
	background-color: #c9c6ae;
	background-image: none;
}
#navigation ul li a:hover
{
	color: white;
	background: #838066;
}
html > body #navigation ul li a:hover
{
	background: #838066 url(../_img/bg_seperator.gif) repeat-x left bottom;
}

/* Second-tier navigation */
#navigation ul li ul
{
	display: none;
}
#navigation ul li.current ul
{
	display: block;
	padding-bottom: 15px;
	background: #c9c6ae;
	font-size: .9em;
}
html > body #navigation ul li.current ul
{
	background: #c9c6ae url(../_img/bg_seperator.gif) repeat-x left bottom;
}
#navigation ul li ul li
{
	background-image: none;
}
#navigation ul li ul li a
{
	padding: 5px 15px 5px 35px;
	border: none;
	color: white;
	background: transparent url(../_img/bullet.gif) no-repeat 20px 8px !important;
	font-weight: normal;
}
#navigation ul li ul li a:hover, #navigation ul li.current ul li a:hover
{
	color: black;
	background: transparent url(../_img/bullet.gif) no-repeat 20px 8px !important;
	text-decoration: underline;
}
#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:hover, #navigation ul li.current ul li.current a:link, #navigation ul li.current ul li.current a:visited, #navigation ul li.current ul li.current a:hover
{
	color: black;
	background: transparent url(../_img/bullet_current.gif) no-repeat 20px 8px !important;
	text-decoration: none;
}

/* Table of Contents */
.toc
{
	float: right;
	width: 203px;
	margin: 0 0 1em 1em;
	background: #efecdd url(../_img/bg_toc.gif) repeat-y left top;
	font-size: .9em;
}
.toc strong
{
	display: block;
	padding: .5em 1em .3em 1em;
	background: url(../_img/bg_toc_top.gif) no-repeat left top;
	font-size: 1.2em;
}
#content .toc ol
{
	margin: 0 !important;
	padding: 0 1em 1em;
	background: url(../_img/bg_toc_bottom.gif) no-repeat left bottom;
}
.toc ol li
{
	margin-left: 1.8em;
}

/* General Links */
a:link, a:visited
{
	color: maroon;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
}

a.top:link, a.top:visited
{
	display: block;
	clear: both;
	color: #aaa;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
a.top:hover
{
	text-decoration: underline;
}

/* General List */
#content ul, #content ol
{
	margin: 0 0 1em 1.5em;
}

/* Images */
img.image
{
	margin: 0 0 1em 1em;
	padding: 5px;
	border: 1px solid #ccc;
	background: white;
}

.right
{
	float: right;
}

.style2
{
	font-size: medium;
	color: #333333;
}
.style3
{
	font-family: Papyrus, Arial, "Times New Roman";
	font-size: small;
}

/*********************Form Manager**********************/
.fieldBlock
{
	padding-bottom: 15px;
}
.buttonBlock
{
	padding-top: 10px;
}
.buttonBlock input
{
	margin-right: 10px;
}
.shortAnswer, .addressLine
{
	width: 256px;
}
.addressCity
{
	width: 200px;
}
.addressZip
{
	width: 70px;
}
.longAnswer
{
	width: 395px;
	height: 68px;
}
.calcQuantity
{
	width: 25px;
}
.calcTotal
{
	width: 25px;
}
.showCalendar
{
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(../_img/calendar.gif) no-repeat;
	cursor: pointer;
}
.required
{
	color: Red;
}

/*Program Style*/
div#map_canvas
{
	width: 420px;
	height: 320px;
	margin-top: 5px;
	margin-bottom: 16px;
	font-size: 12px;
}
table.program
{
	border-collapse: collapse;
	background: #E9E7D2;
	width: 100%;
}

table.program td, table.program th
{
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

table.program thead
{
	background: #CAC5AF;
}

td.services
{
	vertical-align: top;
}

td.services table
{
	margin-right: 25px;
	width: 196px;
}

td.features
{
	vertical-align: top;
}

td.features table
{
	width: 196px;
}

.program_info
{
	line-height: 16px;
}

table.program_tags
{
	border: 1px solid #E5E5D9;
	line-height: 16px;
}

table.program_tags td.highlight
{
	background: #F7F7F7;
}

div.gmapInfo
{
	width: 205px;
}

div.gmapInfo a
{
	display: block;
	color: Blue;
}

.cmsButtonHolder
{
	height: 27px;
}

.cmsButton
{
	background-image: url(../_img/search_btn.gif);
	height: 27px;
	width: 81px;
	float: left;
	color: #676D77;
	padding: 0px;
	margin-right: 5px;
	text-decoration: none;
}

.cmsButton:hover
{
	text-decoration: none;
}

.cmsButtonText
{
	padding: 0px;
	position: relative;
}

.zipText
{
	width: 100px;
	height: 22px;
}

.cityText
{
	width: 209px;
	height: 22px;
}

.searchText
{
	width: 400px;
	height: 22px;
}

.tanback
{
	margin-top: 6px;
	padding: 10px;
	background: #f7f6e9;
}

.svcChecks
{
	background-color: #fff;
}

.svcAdvancedChecks
{
	background-color: #fff;
	height: 200px;
	overflow: scroll;
}

.click
{
	font-weight: bold;
	margin-bottom: 15px;
}

.headerimage
{
	text-align: left;
	margin-bottom: 0px;
}

.printer
{
	padding: 15px;
	background: url("../_img/icon_printer.gif") no-repeat right;
}

.arrow
{
	font-size: 11px;
	padding-right: 15px;
	background: url("../_img/icon_arrow.gif") no-repeat right;
}
.printdiv
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	text-align: right;
	line-height: 14px;
}

.svcChecks table td input, .svcAdvancedChecks table td input
{
	margin-right: 10px;
}
#logodiv
{
	background: url("../_img/logo.gif") no-repeat;
	width: 420px;
	height: 150px;
	margin-bottom: 15px;
}