@charset "UTF-8";
/* CSS Document */

/*reset styles*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, span {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0 none;
}
address, caption, cite, code, dfn, th {
font-style:normal;
font-weight:normal;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
caption, th {
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
q:before, q:after {
content:'';
}
abbr, acronym {
border:0 none;
}

/*3-column layout styles*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #404040;
	background-color: #7eaedd;
	background-image: url(../_images/bkgrd_gradient.gif);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	border:0;
	width: 975px;
}
a:link, a:visited {
	color: #d29d26;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*header styles*/

#header {
	width: 975px;
	height: 122px;
	background-image: url(../_images/header_logo_bkgd_02.png);
}
#header img {
	float: left;
	margin: 44px 63px 0 58px;
}
#header p.locations {
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 59px 175px 0 50px;
}
#hdr_form {	
	float: left;
	margin-top: 32px;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #e5ddd5;
	border-left: 1px solid #e5ddd5;
}
#hdr_form p {
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .75em;
	font-weight: bold;
	line-spacing: 0.5px;
	color: #977756;
}
#header form {
	margin: 6px 0 0 0;
	width: 135px;
	
}
#header form input {
	display: block;
	margin-bottom: 2px;
	color: #e5ddd5;
	font-size: .7em;
	padding: 2px 0 2px 2px;
	width: 135px;
	border: 1px solid #e5ddd5;
	font-family: Arial, Helvetica, sans-serif;
}
#header form input.button {
	width: 50px;
	font-weight: bold;
	color: #fff;
}
.button {
	background: #86d2e0;
}
.button:hover {
	background: #d29d26;
}

/*navbar styles*/

#navbar	{
	background-image: url(../_images/navbar_bkgd_02.png);
	height: 36px;
	width: 975px;
}
#navbar ul {
	display: inline;
	margin-left: 68px;
	margin-top: 10px;
}
#navbar ul li {
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-right: 40px;
	letter-spacing: 0.5px;
	color: #ffffff;
}
#navbar ul li .active {
	color: #d29d26;
}
#navbar a:link, #navbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navbar a:hover {
	color: #d29d26;
}

/*container styles*/


#containerold {
	background-image: url(../_images/container_bkgd_03.png);
	background-repeat: repeat-y;
	height: 1715px;
}
#container {
	background: url(../_images/container_bkgd_03.png) repeat-y scroll 0 0;
	float: left;
	padding-bottom: 10px;
	
}

	

/*left column styles*/

#left {
	float: left;
	width: 245px;
	padding-left: 25px;
	
	
}
#left p.video {
	border: 0px;
	padding-bottom: 13px;
}
#left img.specials {
	padding: 4px 0;
	border-top: 1px solid #e5ddd5;
	border-bottom: 1px solid #e5ddd5;
	margin-bottom: 20px;
}
#left img.specials-ba {
	padding: 4px 0;
	border-top: 1px solid #e5ddd5;
	border-bottom: 1px solid #e5ddd5;
	margin-bottom: 0px;
}
#left p {
	color: #5C939D;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
	padding-bottom: 20px;
	margin-right: 2px;
	border-bottom: 1px solid #e5ddd5;
}
#left img.visit {
	padding: 4px 0;
	margin-bottom: 20px;
}

/*right column styles*/

#right {
	float: right;
	width: 270px;
	font-size: .75em;
	
}
#right img.b-a {
	margin-bottom: 4px;
	border-bottom: 1px solid #e5ddd5;
	padding-bottom: 34px;
}
#right img.follow {
	padding: 0px 0;
	margin-bottom: 20px;
}
#right blockquote.top {
	width: 241px;
	padding: 4px 2px 20px 2px;
	margin-bottom: 5px;
	background: url(../_images/right_top_bkgd.gif) no-repeat;
	border-bottom: 1px solid #e5ddd5;
}
#right blockquote.bottom {
	width: 241px;
	padding: 4px 2px 10px 2px;
	margin-bottom: 5px;
	background: #fbf6eb url(../_images/right_btm_bkgd.gif) no-repeat;
	border-bottom: 1px solid #e5ddd5;
}
#right h1 {
	margin-right: 4px;
}
#right blockquote p {
	margin: 4px 4px 0 4px;
	line-height: 1.25em;
}
#right blockquote h1 {
	background: #fbf6eb;
	padding: 5px 0 5px 4px;
	margin-bottom: 8px;
}


/*center column content styles*/

#content {
	float: left;
	width: 43%;
	border-right: 1px solid #e5ddd5;
	border-left: 1px solid #e5ddd5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .745em;
	padding: 0 5px;
	line-height: 1.15em;
	
}
h1 {
	color: #977756;
	font-weight: bold;
	padding: 15px 0 5px 8px;
	font-family: Tahoma, Geneva, sans-serif;
}
h1.top {
	padding: 0 0 5px 8px;
}
#content a:link, #content a:visited, #right a:link, #right a:visited {
	color: #d29d26;
	text-decoration: none;
}
#content a:hover, #right a:hover {
	text-decoration: underline;
}
#content blockquote {
	background: url(../_images/content_top.gif) no-repeat;
	padding: 4px 2px 5px 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5ddd5;
	line-height: 1.25em;
}
#content blockquote.faq {
	background: url(../_images/faq_bkgd.gif) no-repeat;
	padding: 4px 2px 5px 0px;
	border-bottom: none;
	margin-top: 4px;
	margin-bottom: 0;
}
#content blockquote.ba {
	background: #f0ede9;
	padding: 4px 0px 5px 0px;
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content blockquote.ba h1 {
	background: #f8f6f4;
	margin: 0 2px;
}
.imgba {
	margin: 5px 0 0 1px;
}

	
#content blockquote.sched_form {
	background: url(../_images/sched_form_bkgd.gif) no-repeat;
	height: 576px;
	border-bottom: none;
	margin-top: 4px;
	margin-bottom: 0;
}
#content blockquote h1 {
	background: #fbf6eb;
	padding: 5px 0 5px 4px;
}
#content blockquote h1.faq {
	margin: 0 0 5px 2px;	
}

#content blockquote h2 {
	padding: 0 0 0 10px;
	background-image: url(../_images/faqhdg_bkgd.png);
	background-repeat: no-repeat;
	color: #5c939d;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
}
#content blockquote p {
	padding: 5px 5px;
}

#content p {
	padding: 5px 8px;
}
#content p.bottom {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5ddd5;
}
#content ul {
	padding: 0 8px 10px 8px;
	list-style: disc inside;
	border-bottom: 1px solid #e5ddd5;
}
#content ul li {
	margin-bottom: 8px;
}
#content form {
	margin-top: 10px;
}
#content form input {
	display: block;
	margin: 5px 0 10px 5px;
	width: 240px;
	height: 25px;
	border: 1px solid #e5ddd5;
}
#content form label {
	margin-left: 6px;
	font-size: 1em;
	padding-bottom: 10px;
}
#content form input.comments {
	height: 100px;
	vertical-align: top;
}
#content form textarea {
	margin: 4px 0 15px 5px;
}
#content form input.button {
	display: inline;
	width: 55px;
	font-weight: bold;
	color: #fff;
}
#content form p {
	display: inline;
	margin-left: 0px;
}
select {
	margin: 4px 0 10px 6px;
}
#content form .textfieldValidState input, input.textfieldValidState {
	background-color: #ffffff;
}
#content form .textfieldRequiredMsg {
	float: right;
	margin-top: -40px;
	margin-right: 50px;
	
}
#content form .textfieldInvalidFormatMsg {
	float: right;
	margin-top: -40px;
	margin-right: 75px;
	
}

/*footer styles*/

#footer {
	clear: both;
	background: #977756;
	height: 55px;
	margin: 0px 10px 0 5px;
	
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	
}
#footer a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #86d2e0;
	text-decoration: underline;
}
#footer p {
	color: #fff;
	font-size: .7em;
}
#footer p.float_right {
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
}
#footer .float_left {
	margin: 15px 0 0 15px;
}
#footer .float_left p {
	margin-left: 5px;
}

/*general classes*/

.brown_ital {
	font-style: italic;
	font-weight: bold;
	color: #977756;
}
.aqua_bold {
	font-weight: bold;
	color: #5c939d;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.super {
	line-height: 0em;
	font-size: xx-small;
	vertical-align:top;
}
.supx {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.25em;
}
.sup2 {
	vertical-align: super;
}
.sup_bold {
	font-size: .75em;
	position: relative;
	top: .2em;
}
.sup {
	font-size: .75em;
	position: relative;
	top: -0.2em;
}
.reg {
	font-size: .75em;
	position: relative;
	top: -0.3em;
}
.bold {
	font-weight: bold;
}

