/*
 * YUI Resect CSS version: 2.2.2 
 * Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * Licensed under the BSD License: http://developer.yahoo.net/yui/license.txt
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,optgroup,button,p,blockquote,th,td{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}ol,ul{list-style:none;}fieldset,img{border:0;}input,textarea,select,optgroup,option,button{font-family:inherit;font-size:100%;}button,input {width: auto;overflow: visible;}optgroup,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
dl li{list-style: none;}

body{
	font-size: 83%;
	line-height: 1.8em;
	font-family: Helvetica Neue, Helvetica, sans;
	color: #58595b;
	background: #006b9c;
}

div#wrapper{
	width: 760px;
	margin: 0 auto 0 auto;
}

div#header h1{
	width: 760px;
	height: 102px;
	background: url(/img/header.jpg) top left no-repeat;
	text-indent: -9999em;
}

div#nav ul li { float: left; }

div#nav ul li a{
	height: 35px;
	display: block;
	text-indent: -9999em;
	float: left;
}

div#nav ul li.nav_home a{
	width: 113px;
	background: url(/img/navHome.jpg) top left no-repeat;
}

div#nav ul li.nav_home a:hover, div#nav ul li#nav_home.active a{
	width: 113px;
	background: url(/img/navHome.jpg) bottom left no-repeat;
}

div#nav ul li.nav_about a{
	width: 150px;
	background: url(/img/navAbout.jpg) top left no-repeat;
}

div#nav ul li.nav_about a:hover, div#nav ul li#nav_about.active a{
	width: 150px;
	background: url(/img/navAbout.jpg) bottom left no-repeat;
}

div#nav ul li.nav_helpful a{
	width: 184px;
	background: url(/img/navHelpful.jpg) top left no-repeat;
}

div#nav ul li.nav_helpful a:hover, div#nav ul li#nav_helpful.active a{
	width: 184px;
	background: url(/img/navHelpful.jpg) bottom left no-repeat;
}

div#nav ul li.nav_contact a{
	width: 104px;
	background: url(/img/navContact.jpg) top left no-repeat;
}

div#nav ul li.nav_contact a:hover, div#nav ul li#nav_contact.active a{
	width: 104px;
	background: url(/img/navContact.jpg) bottom left no-repeat;
}

div#nav{
	height: 35px;
	background: url(/img/navExtra.jpg) bottom right no-repeat;
}

div#mainContent{
	background: #e7e8e9;
	padding: 30px;
}

div#pageImages{
	height:195px;
}

div#ltColumn{
	width: 400px;
	float: left;
}

p{
	margin-bottom: 1em;
}

div#ltColumn h2{
	font-weight: bold;
	font-size: 150%;
	color: #006c9d;
	margin-bottom: 15px;
}
div#ltColumn h2 a { color: #006c9d }

div#ltColumn h3{
	font-weight: bold;
	font-size: 120%;
	color: #006c9d;
}

div#ltColumn ul{
	list-style-type: circle;
	margin-left: 1em;
}

div#ltColumn ul a{
	color: #58595b;
}

div#rtColumn{
	float: right;
	width: 260px;
}

body.interior div#rtColumn { padding-top: 40px; }

.clear{
	clear: both;
}

div#footer {
	background: #fff;
	padding: 20px 30px 10px 30px;
}

.left { float: left; margin-right: 30px; }

a:link { color: #006c9d }
a:visited { color: #208cbd }
a:hover { color: #006c9d }
a:active { color: #006c9d }

#pageImages{
	margin-bottom: 20px;
}

div#rtColumn h4{
	color: #59850c;
	font-weight: bold;
	font-size: 120%;
}

div.adr{
	margin-bottom: 10px;
}

div.phone{
	font-weight: bold;
}

span.tel{
	font-weight: normal;
}

span.imp{
	font-weight: bold;
}

div#jillPhoto{
	width: 400px;
	height: 253px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

div.aboutContent p{
	margin-top: 1em;
}

label{
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
}

div#ltColumn ul.major{
	list-style-type: none;
	margin-left: 0;
}

ul.major h4{
	font-weight: bold;
	padding-top: .5em;
}

ul.major li{
	clear: left;
}

ul.grid li{
	float: left;
	clear: none;
	width: 180px;
}

div.rightCallout {
	background: #e4e2cc;
	margin-top: 20px;
	padding: 1em;
}

div.rightCallout h3 {
	font-weight: bold;
	margin-bottom: 1em;
}

div.leftCallout {
	background: #e4e2cc;
	padding: 1em;
	margin-bottom: 2em;
}

div#map{
	height: 330px;
	width: 400px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: 90%;
}

div#map h2 {
	font-size: 100%;
}

form * { float: none; }
form label { text-align: left; }
form input, form textarea { border: 2px solid #ccc; padding: 4px; width: 252px; }
form input#submit {width: auto;}
