@charset "UTF-8";
/* CSS Document */
/* Author: Travis Cunningham */
/* Descriiption: Common Styles */

* {
	margin:0;
	padding:0;
}
body {
	background:#2e1e00;
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	line-height:16px;
	font-size:13px;
	color:#231f20;
	text-align:center;
}
.wrapper {
	/* background:url(../images/bg_body.jpg) repeat-y 0 0; */
	background:#fff;
	width:850px;
	padding:0;
	margin:0 auto;
	text-align:left;
}
a, a:visited {
	color:#9FA617;
	text-decoration:none;
}
a:hover {
	color:#B8C74E;
}
p {
	margin-bottom:15px;
}
h1 {
	font-weight:bold;
	color:#2e1e00;
	font-size:18px;
	margin-bottom:15px;
}
h2, h3, h4, h5 {
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	margin:0 0 15px;
}
.green {
	color:#9FA617;
}
#masthead, #content, #footer {
	float:left;
	width:100%;
}
/* -- Masthead -- */
#masthead {
	background:url(../images/logo.jpg) no-repeat 0 0;
	width:850px;
	height:112px;
	/*overflow:hidden;*/
	font-size:15px;
	color:#455560;
	position:relative;
}
#navigation, #address {
	list-style:none;
	position:absolute;
}
#address {
	top:10px;
	right:37px;
}
#navigation {
	bottom:0;
	right:0;
}
#navigation li {
	float:left;
	position:relative;
}
#navigation li a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:27px;
	width:97px;
}
#navigation li ul {
	display:none;
	position: absolute; 
	top:27px;
	left: 0;
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li ul {
	top: auto;
	left: auto;
}
#navigation li:hover ul, #navigation li.over ul {
	display:block;
}
#navigation li ul li {
	clear:left;
}
#navigation li ul li a {
	display:block;
	background:#2E1E00;
	padding:4px 3px 4px 4px;
	width:90px;
	color:#fff;
	text-indent:0;
	height:auto;
	font-size:11px;
}
#navigation li ul li a:hover {
	color:#fff;
	background:#9FA615;
}
#navigation #homeNav {
	background:url(../images/bg_nav.jpg) no-repeat 0 0;
	width:98px;
}
#navigation #whoNav {
	background:url(../images/bg_nav.jpg) no-repeat -98px 0;
}
#navigation #servicesNav {
	background:url(../images/bg_nav.jpg) no-repeat -195px 0;
}
#navigation #formsNav {
	background:url(../images/bg_nav.jpg) no-repeat -389px 0;
}
#navigation #contactNav {
	background:url(../images/bg_nav.jpg) no-repeat -486px 0;
}
#navigation #apptNav {
	background:url(../images/bg_nav.jpg) no-repeat -583px 0;
}
#navigation #locationNav {
	background:url(../images/bg_nav.jpg) no-repeat -680px 0;
	width:98px;
}
#navigation #homeNav:hover, #home #homeNav {
	background:url(../images/bg_nav.jpg) no-repeat 0 -27px;
}
#navigation #whoNav:hover, #who #whoNav, #navigation li:hover #whoNav {
	background:url(../images/bg_nav.jpg) no-repeat -98px -27px;
}
#navigation #servicesNav:hover, #services #servicesNav {
	background:url(../images/bg_nav.jpg) no-repeat -195px -27px;

}
#navigation #formsNav:hover, #forms #formsNav {
	background:url(../images/bg_nav.jpg) no-repeat -389px -27px;

}
#navigation #contactNav:hover, #contact #contactNav {
	background:url(../images/bg_nav.jpg) no-repeat -486px -27px;

}
#navigation #apptNav:hover, #appt #apptNav {
	background:url(../images/bg_nav.jpg) no-repeat -583px -27px;

}
#navigation #locationNav:hover, #location #locationNav {
	background:url(../images/bg_nav.jpg) no-repeat -680px -27px;
}
/* -- Content -- */
#content {
	background:url(../images/bg_pageBody.jpg) repeat-x 0 0;
	padding-bottom:20px;
}
#flash {
	display:block;
	width:376px;
	height:522px;
}
.flashRail {
	clear:left;
	float:left;
	width:376px;
}
.locationRail {
	clear:left;
	float:left;
	width:425px;
	padding:44px 0 0 10px;
}
.sideFeature {
	float:left;
	width:376px;
}
.sideFeature {
	text-align:center;
}
.sideFeature img {
	margin:44px 0;
}
#pageBody {
	float:left;
	width:386px;
	padding:44px 44px 20px 44px;
	overflow-x:hidden;
}
#location #pageBody {
	width:327px;
}
.custBullets {
	margin:44px 0 0;
	padding:20px 0 10px 60px;
	width:316px;
	background:url(../images/bg_bullets.jpg) repeat-y right 0;
	list-style:none;
}
.custBullets li {
	background:url(../images/ico_bullet.gif) no-repeat 0 0;
	padding:0 20px 10px 20px;
	font-weight:bold;
	font-size:15px;
}
.linkList {
	list-style:none;
	margin:0 0 10px;
	padding:0;
}
/* -- Footer -- */
#footer {
	font-size:11px;
	text-align:center;
	padding-bottom:0;
}
#footerCap {
	/* background:url(../images/bg_footer.jpg) no-repeat 0 0; */
	margin:0 auto;
	display:block;
	width:878px;
	height:8px;
	padding:0 0 30px;
}
#footer a {
	color:#000;
}
#footer a:hover, #home #homeFtr, #who #whoFtr, #services #servicesFtr, 
#forms #formsFtr, #contact #contactFtr, #appt #apptFtr, #location #locationFtr, 
#privacy #privacyFtr, #sitemap #sitemapFtr, #financial #financialFtr {
	color:#b8c74e;
}
#footerNav {
	list-style:none;
	padding-bottom:5px;
	
}
#footerNav li {
	padding-left:10px;
	display:inline;
}
#footerNav li.first {
	padding-left:0;
}
/* Forms */
#appointmentForm {
	padding:0;
	margin:0;
	width:400px;
	float:left;
	position:relative;
}
.inputRow, .checkRow, .submitRow {
	float:left;
	clear:left;
	padding:0 0 10px;
	width:100%;
}
.inputRow label {
	float:left;
	width:70px;
	padding:0 10px 0 0;
}
.inputRow input, .inputRow select, .inputRow textarea {
	float:left;
}
.inputRow input {
	width:200px;
}
textarea, select, input {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}
textarea {
	overflow:auto;
	resize:none;
	width:250px;
}
.submitRow button {
	margin:0 0 0 80px;
	padding:3px 5px;
}
.checkRow input {
	float:left;
	margin:0 10px 0 80px;
}
.checkRow label {
	float:left;
}
.required, label span {
	color:#ff0000;
}
/* Date Picker */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #9FA615;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #9FA615;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* -- Overrides -- */
.margTop10 {
	margin-top:10px;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
	display:block;
}
.caption {
	font-weight:bold;
	font-size:10px;
	margin-top:-35px;
}
.newsHeader {
	font-weight:bold;
	font-size:14px;
	color:#9FA617;
	margin-top:30px;
	border-bottom:1px solid #666;
}
.siteMap ul li {
	line-height:18px;
	text-indent:10px;
	list-style:disc;
}
.siteMap ul li ul li {
	text-indent:50px;
	list-style:disc;
}