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

/* global reset */

* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----FAR BACK Gradient: light tan:#a3938a , dark tan:#413932 , ligher tan:#bcb29a----*/
/*----NEW: dark tan: 816e59, a69075----*/
html {
	background-color: #514335;
	background-image: url(../images/backE.png);
	background-repeat: repeat-x;
}
/*---- NEAR BACK Transparent Hoops----*/
	body {
	background-position:center top;
	width: auto;
	height: 1250px;
	background-image: url(../images/background_4b.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #222; /*--default font color should be defined in the BODY tag--*/
	font-family: Arial, sans-serif;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
}
/*----Body Div , white 960 x 800----*/
#wrapper {
	position: relative;
	width: 960px;
	background: #fff;
	margin: 0 auto; /*--margin: _px auto; CENTERS the div--*/
	padding: 20px; /*--this is for the white border around the content area*/
	margin-bottom:20px;
}
#header {
	width: 960px;
	height: 74px;
	background-image: url(../images/title.gif);
	color:#66FF66;
}
/*----ADDRESS HEADER----*/
.name {
	font-size: 14px;
	float:left;
	text-align: left;
	font-variant: small-caps;
	display: block;
	display: inline;
	width: 250px;
	height: 40px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.info {
	font-size: 13px;
	float: right;
	display: inline;
	width: 710px;
	height: 31px;
	padding-top:4px;
	padding-right:0;
	padding-bottom:0;
}
.info ul {
	margin: 0;
	list-style: none;
	padding-left: 10px;
}
.info ul li {
	float: right;
	display: block;
	display: inline;
	background:url(../images/small_bullet_circle.gif) no-repeat;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
.info #fax {
	padding-right: 0px;
}
.links {
	line-height:3em;
	text-align:left;
	display:block;
	padding:40px;
}
.links ul {
	list-style:none;
	text-decoration:none;
}
.clear {
	clear:both;
}
/*----TOP NAVIGATION----*/
#nav {
	width: 960px;
	height: 36px;
	position: relative;
	background-image: url(../images/nav_grid.gif);
	list-style: none;
}
#nav li {
	float:left;
	display: inline;
}
#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:36px;
	text-indent:-9999px;
	overflow: hidden;
	font-size:1%;
	background: url(../images/nav_grid.gif) no-repeat;
}
/*----NORMAL STATE----*/
li#nav_home a {
	left:50px;
	width:86px;
	background-position:-50px 0;
}
li#nav_mission a {
	left:136px;
	width:105px;
	background-position:-136px 0;
}
li#nav_facility a {
	left:241px;
	width:137px;
	background-position:-241px 0;
}
li#nav_forms a {
	left:378px;
	width:88px;
	background-position:-378px 0;
}
li#nav_procedures a {
	left:466px;
	width:132px;
	background-position:-466px 0;
}
li#nav_links a {
	left:598px;
	width:84px;
	background-position:-598px 0;
}
li#nav_contact a {
	left:682px;
	width:102px;
	background-position:-682px 0;
}
li#nav_directions a {
	left:784px;
	width:126px;
	background-position:-784px 0;
}
/*----HOVER STATE----*/
li#nav_home a:hover {
	background-position:-50px -36px;
}
li#nav_mission a:hover {
	background-position:-136px -36px;
}
li#nav_facility a:hover {
	background-position:-241px -36px;
}
li#nav_forms a:hover {
	background-position:-378px -36px;
}
li#nav_procedures a:hover {
	background-position:-466px -36px;
}
li#nav_links a:hover {
	background-position:-598px -36px;
}
li#nav_contact a:hover {
	background-position:-682px -36px;
}
li#nav_directions a:hover {
	background-position:-784px -36px;
}
/*----CLICK STATE----*/
li#nav_home a:active {
	background-position:-50px -72px;
}
li#nav_mission a:active {
	background-position:-136px -72px;
}
li#nav_facility a:active {
	background-position:-241px -72px;
}
li#nav_forms a:active {
	background-position:-378px -72px;
}
li#nav_procedures a:active {
	background-position:-466px -72px;
}
li#nav_links a:active {
	background-position:-598px -72px;
}
li#nav_contact a:active {
	background-position:-682px -72px;
}
li#nav_directions a:active {
	background-position:-784px -72px;
}
/*----YOU ARE HERE STATE----*/
#body_home li#nav_home a {
	background-position:-50px -36px;
}
#body_mission li#nav_mission a {
	background-position:-136px -36px;
}
#body_facility li#nav_facility a {
	background-position:-241px -36px;
}
#body_forms li#nav_forms a {
	background-position:-378px -36px;
}
#body_procedures li#nav_procedures a {
	background-position:-466px -36px;
}
#body_links li#nav_links a {
	background-position:-598px -36px;
}
#body_contact li#nav_contact a {
	background-position:-682px -36px;
}
#body_directions li#nav_directions a {
	background-position:-784px -36px;
}
/*----FORMS SIDEBAR----*/

#sidebar {
	position:relative;
	float:right;
	display: inline;
	width:250px;
	height:1000px;
	background:url(../images/home_window_side.jpg) no-repeat;
	margin-top:20px;
	text-align:left;
	color:#fff;
}
#sidebar #forms a {
	text-decoration:none;
	font-size:.1em;
	text-indent:-9999px;
	display:block;
	width:140px;
	height:34px;
	margin-right:25px;
	margin-top:200px;
	background:url(../images/forms.gif) no-repeat;
	float:right;
	display: inline;
}
#sidebar #survey a {
	position:relative;
	text-decoration:none;
	font-size:.1em;
	text-indent:-9999px;
	display:block;
	width:60px;
	height:60px;
	margin-right:5px;
	background:url(../images/survey.gif) no-repeat;
	float:left;
	display: inline;
}
#sidebar #survey a:hover {
	background-position: 0 -60px;
}
#sidebar #survey {
	position:relative;
	height:75px;
	margin-top:95px;
	margin-left:25px;
}
#sidebar #instruct a {
	position:relative;
	text-decoration:none;
	font-size:.1em;
	text-indent:-9999px;
	display:block;
	width:60px;
	height:65px;
	margin-right:5px;
	background:url(../images/instruct.gif) no-repeat;
	float:left;
	display: inline;
}
#sidebar #instruct a:hover {
	background-position: 0 -64px;
}
#sidebar #instruct {
	position:relative;
	height:64px;
	margin-top:40px;
	margin-left:25px;
	margin-bottom:30px;
}
#sidebar h2 {
	font-size:1em;
	padding-top:1px;
	color:#fff;
}
#sidebar h3 {
	font-size:.8em;
	font-weight:200;
	padding-top:.1em;
	line-height:98%;
	color:#fff;
}
#sidebar #instruct h2 {
	padding-top:8px;
}
#sidebar strong {
	font-weight:800;
}
#sidebar p {
	font-size:80%;
	padding:15px;
	padding-top:10px;
	color:#fff;
	line-height:110%;
}
/*----MAIN CONTENT WINDOW----*/
.main {
	width:960px;
	height:1000px;
	margin-top:20px;
	overflow:hidden;
	text-align:left;
}
.main h1,h2,p {
	text-align:left;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	color:#222;
}
.main p {
	line-height:1.4em;
	color:#fff;
}
/*----HOME MAIN CONTENT WINDOW----*/
#body_home .main {
	width:697px;
	height:1000px;
	background:url(../images/home_window_main.jpg) no-repeat;
	margin-top:20px;
	color:#000;
}
#body_home .main h1 {
	font-size:1.8em;
	padding:0;
	width:690px;
	left:20px;
	top:160px;
	position:relative;
}
#body_home .main h2 {
	font-size:1.1em;
	line-height:1.5em;
	font-weight:500;
	text-align:left;
	height: 40px;
	width: 615px;
	left: 20px;
	top: 170px;
	padding:0;
	position: relative;
}
#body_home .main h3 {
	font-size:1.4em;
	line-height: 1.5em;
	text-align: left;
	font-weight:700;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left:0;
}
#body_home .main p {
	line-height:1.4em;
	font-size:1.1em;
	color:#fff;
	width:600px;
	top:250px;
	padding-top:20px;
	padding-left:20px;
	position:relative;
}
/*----MISSION MAIN CONTENT WINDOW----*/
#body_mission .main {
	background:url(../images/main_mission.jpg);
	overflow:hidden;
	height:1150px;
}
#body_mission .main h1 {
	font-size:1.4em;
	padding-top:175px;
	margin-bottom:20px;
	font-weight:200;
}
#body_mission p {
	line-height:1.4em;
	font-size:1.1em;
	color:#fff;
	width:850px;
	top:20px;
	padding-top:25px;
	position:relative;
}
/*---FACILITY MAIN CONTENT WINDOW----*/
#body_facility .main {
	background:url(../images/main_facility.jpg);
}
#body_facility h1 {
	width:230px;
	margin-left:680px;
	margin-top:220px;
	color:#fff;
	font-size:1.2em;
	font-weight:300;
	line-height:1.7em;
}

/*----FACILITY SLIDESHOW----*/
/*---entire slideshow container---*/
#body_facility .slideshow {
	font-family:Arial, Helvetica, sans-serif;
	width:658px;
	height:442px;
	margin-top:24px;
	margin-left:20px;
	background:url(../images/awning2.jpg) no-repeat;
	position:absolute;
	overflow:hidden;
}
#body_facility .slideshow ul li {
	display:inline;
	margin:0px;
	padding:0px;
	margin-right:-1px;
	margin-left:-1px;
	overflow-x:hidden;
}
/*---big image container---*/
#body_facility .slideshow ul li div {
  display:none;
  text-decoration:none;
  float:left;
  overflow:hidden;
  margin-top:-1px;
}
/*---big image---*/
#body_facility .slideshow ul li div a img {
	width:660px;
	height:442px;
	overflow:hidden;
}
#body_facility .slideshow  ul li img {
	border:1px solid #fff;
	margin:-2px;
	padding:0px;
	width:65px;
	height:44px;
	overflow:hidden;
}
/* Shows slides when mouse pointer is over a thumbnail image */
#body_facility .slideshow ul li:hover div {
	display: block;
}
/* Highlights the thumbnail image when mouse pointer is over it */
#body_facility .slideshow ul li:hover img {
	border-color:#64a7de;
}
/*---FORMS MAIN CONTENT WINDOW----*/
#body_forms .main {
	background:url(../images/main_forms.jpg);
}
#body_forms hr {
	position:relative;
	top:90px;
}
#body_forms h1 {
	font-size:1.4em;
	margin-top:160px;
	font-weight:200;
}
#body_forms p {
	color:#FFF;
	line-height:1.4em;
	font-size:1.1em;
	top:55px;
	position:relative;
}
#body_forms h2 {
	color:#fff;
	font-size:1.3em;
	padding-left:0;
}
#body_forms #survey {
	top:70px;
	position:relative;
	height:120px;
	width:400px;
	left:18px;
}
#body_forms #survey p {
	color:#fff;
	top:20px;
	padding:0;
}
#body_forms #survey a {
	text-decoration:none;
	font-size:.1em;
	text-indent:-9999px;
	display:block;
	width:81px;
	height:91px;
	background:url(../images/survey_med.gif) no-repeat;
	margin-top:20px;
}
#body_forms #survey a:hover {
	background-position: 0 -91px;
}

#body_forms #bill {
	top:90px;
	position:relative;
	height:120px;
	width:400px;
	left:18px;
}
#body_forms #bill p {
	color:#fff;
	top:20px;
	padding:0;
}
#body_forms #bill a {
	text-decoration:none;
	font-size:.1em;
	text-indent:-9999px;
	display:block;
	width:81px;
	height:91px;
	background:url(../images/survey_med.gif) no-repeat;
	margin-top:20px;
}
#body_forms #bill a:hover {
	background-position: 0 -91px;
}
#body_forms #instruct {
	top:70px;
	height:120px;
	width:500px;
	float:right;
	position: relative;
}
#body_forms #instruct p {
	color:#fff;
	top:20px;
	padding:0;
}
#body_forms #instruct a {
	text-decoration:none;
	font-size:.1em;
	text-indent:-9999px;
	display:block;
	width:81px;
	height:91px;
	background:url(../images/instruct_med.gif) no-repeat;
	margin-top:20px;
}
#body_forms #instruct a:hover {
	background-position: 0 -91px;
}
#body_forms #adobe {
	position:relative;
	top:80px;
}
/*----PROCEDURES MAIN CONTENT WINDOW----*/
#body_procedures .main {
	background:url(../images/main_procedures.jpg);
	height:1500px;
	position:relative;
}
#body_procedures .main #definitions {
	position: relative;
	top: 225px;
}
#body_procedures .main h1 {
	color:#222;
	font-size:1.8em;
	letter-spacing:-0.05em;
}
#body_procedures .main h2 {
	font-weight:500;
	margin-top:-10px;
}
#body_procedures p {
	line-height:1.4em;
	color:#fff;
	width: 700px;
	padding-top:20px;
}
#body_procedures a {
	color:#fff;
}
#body_procedures a:hover {
	color:#8bb2dd;
}
/*----LINKS MAIN CONTENT WINDOW----*/
#body_links .main {
	background:url(../images/main_links.jpg) no-repeat;
}
#body_links .main h1 {
	font-size:1.4em;
	margin-top:160px;
	font-weight:200;
}
#body_links .main h2 {
	font-size:1.5em;
	font-weight:200;
	font-size:1em;
	margin-top:-12px;
}
#body_links .main p {
	margin-top:50px;
	font-weight:800;
}
#body_links .links a {
	margin-left:-20px;
	padding-left:40px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:800;
	background:url(../images/bullet_circle_medium.gif) left center no-repeat;
}
#body_links .links a:hover {
	color:#8bb2dd;
}
/*----CONTACT MAIN CONTENT WINDOW----*/
#body_contact .main {
	background:url(../images/main_contact.jpg) no-repeat;
}
#body_contact .main h1 {
	padding-top:80px;
}
#body_contact .main h2 {
	line-height:1.2em;
}
#body_contact .main a {
	color:#699ad0;
}
/*----DIRECTIONS MAIN CONTENT WINDOW----*/
#body_directions .main {
	background:url(../images/main_directions.jpg) no-repeat;
	height:1250px;
}
#body_directions h1 {
	font-size:1.4em;
	padding-top:175px;
	margin-bottom:20px;
	font-weight:200;
}
#body_directions p {
	font-size:90%;
}
#body_directions #mta {
	float:right;
	width:420px;
	margin-top:30px;
	font-size:110%;
	line-height:0.1em;
}
#body_directions #mta img {
	vertical-align:text-bottom;
	padding-right:3px;
	padding-left:2px;
}
#body_directions iframe {
	margin-top:35px;
	margin-left:20px;
}
#body_directions small a {
	color:#fff;
	display:block;
	width:509px;
	text-align:center;
	position: relative;
	margin-top:10px;
}
#body_directions #car {
	width:840px;
	position: relative;
}
/*----CUSTOMER SATISFACTION SURVEY----*/
#body_survey .main {
	background:url(../images/main_survey.jpg) no-repeat;
	height:2000px;
}
#body_survey legend {
	position:absolute;
	text-indent:-9999px;
}
#body_survey h1 {
	width:750px;
	font-size:1.4em;
	padding-top:175px;
	margin-bottom:20px;
	font-weight:200;
}
#body_survey p {
	line-height:1.4em;
	font-size:1.1em;
	color:#fff;
	text-align:left;
	top:20px;
	padding-top:40px;
}
#body_survey fieldset ol {
	list-style:decimal;
	padding-left:40px;
	padding-top:20px;
	color:#fff;
	text-align:left;
}
#body_survey fieldset li {
	line-height: 150%;
	padding-top:20px;
}
#body_survey textarea {
	width:500px;
	height:90px;
}
/*----BOTTOM NAVIGATION AND COPYRIGHT----*/

#footer {
	width: 960px;
	height: 70px;
	background: #fff;
	margin:0 auto;
}
#footer ul {
	margin:0 auto;
	padding:20px;
	list-style:none;
	text-align:center;
	display:table;
}
#footer ul li {
	display:inline;	
}
#footer ul a {
	padding: 10px 5px;
	font-size:1.1em;
	color:#222;
	text-align:center;
}
#footer li a:hover {
	color:#8bb2dd;
}
#footer p {
	word-spacing:1em;
	font-size:70%;
	text-align:center;
	margin-bottom:50px;
}
