/*         RESET         */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*     GLOBAL       */


body{
  background: url(/images/topBG.jpg) center top no-repeat #6C8441;
  font-family: georgia, serif;
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
  margin: 0 20px 20px;
}
a, a:visited{
  color: #5B6599;
}
a:hover{
  color: #3D4467;
}
ol{
  padding: 0 0 0 36px;
}
p{
  margin: 0 0 12px 0;
}
small{
  font-size: 75%;
}
h1{
  font-size: 30px;
  margin: 0 0 5px 0;
  padding: 0 0 6px 0;
}
h2{
  font-size: 24px;
  margin: 0 0 25px 0;
  padding: 0 0 6px 0;
  line-height: 24px;
}
h3{
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0 0 6px 0;
  line-height: 18px;
}
h4{
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0 0 6px 0;
}
img{ 
  border: none;
}
hr{
  border: none;
  border-bottom: 1px solid #C7C7C7;
}
#holder{
  width: 950px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#top{
  height: 134px;
  position: relative;
  width: 950px;
}
#homethree{
  z-index: 2;
  position: relative;
  margin: 36px 0 0 0;
}
#homethree embed{
    margin: 36px 0 0 0;
}
#content{
  background: url(/images/contentBG.gif) no-repeat white;
  position: relative;
  width: 950px;
  z-index: 0;
}
.c_pad{
  padding: 0 38px;
}
.corner_TL{
  position: absolute;
  top: 0px;
  left: 0px;
}
.corner_TR{
  position: absolute;
  top: 0px;
  right: 0px;
}
.corner_BL{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.corner_BR{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.clear{
  clear: both;
  font-size: 1px;
  line-height: 1px;
}
.right{
  float: right;
}
.left{
  float: left;
}
#footer{
  background: #4e5b3b;
  margin: 0 39px;
  color: #dedede;
  font-size: 12px;
  padding-top: 6px;
}
#footer a{
  color: #AED095;
}
#footer p{
  padding: 0 0 0 24px;
}
#footer ul{
  float: left;
  margin: 0 0 12px 24px;
  color: #AED095;
}
#footer ul li{
  padding: 0 0 0 10px;
}
#footer ul li.title{
  padding: 0;
  font-size: 14px;
  color: #fff;
}
#footer ul li.title a{
  color: #fff;
}
#footer .fImg{
	width: 60px;
}
ul#nav{
  position: absolute;
  bottom: 13px;
  right: 0;
}
ul#nav li{
  float: left;
}
ul#nav li a{
  background: url(/images/navBG.gif) repeat-x;
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 13px 18px 13px;
  border-right: 1px solid #6E3E7D;
  border-left: 1px solid #90649F;
}
ul#nav li a:hover, ul#nav li a.selected, ul#nav li.donate a.selected{
  background-position: 0 -45px;
  border-left: 1px solid #6E3E7D;
  border-right: 1px solid #90649F;
}
ul#nav li.donate a{
  background: url(/images/navBG2.gif) repeat-x;
}
ul#nav li.donate a:hover{
  background-position: 0 -45px;
}
ul#topNav{
  position: absolute;
  right: 0;
  top: 10px;
}
ul#topNav li{
  display: inline;
}
ul#topNav li a{
  background: url(/images/navBG3.gif) repeat-x;
  background-position: 0 10px;
  padding: 20px 20px 10px 20px;
  color: white;
  text-decoration: none;
  position: relative;
/*  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-radius-bottomleft: 10px;*/
}
ul#topNav li a img.bottomLeft{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
ul#topNav li a img.bottomRight{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
ul#topNav li a:hover, ul#topNav li a.selected{
  background-position: 0 -35px;
}
.player{
  position: relative;
  width: 280px;
  margin: 0 0 24px 0;
}
.h_vidTop, .h_vidLeft, .h_vidRight{
  position: absolute;
}
.h_vidLeft{
  left: 0;
  top: 15px;
}
.h_vidRight{
  right: -2px;
  top: 15px;
}
#testiContent{
  float: right;
  width: 200px;
  padding: 0 0 0 40px;
  margin: 0 0 24px 0;
  border-left: 1px solid #BABABA;
}
.textTest a{
  background: url(/images/textTestimonial.jpg) no-repeat;
  width: 140px;
  height: 70px;
  display: block;
  text-align: center;
  padding: 35px 0 0 0;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}



/*     HOME PAGE      */

#c_left, #c_middle, #c_right{
  width: 280px;
  float: left;
  margin: 12px 0;
}
#c_left, #c_middle{
  margin-right: 16px;
}
ul.h_list{
  margin: 22px 0 0 0;
}
ul.h_list li{
  padding: 4px 0 4px 12px;
  border-bottom: 1px solid #E0E0E0;
}
ul.h_list li small{
  color: #999;
}
ul.h_list li h1{
  margin-left: -11px;
}
ul.h_list li h1.contact a{
  text-decoration: none;
}
.h_news a, .h_events a{
  color: #6F6F6F;
}
#thanks{
  background: #e8e8e8;
  position: relative;
  padding: 12px;
  margin: 24px 0 0 0;
}




/*     INSIDE PAGES      */



#inside{
  padding: 40px 52px;
}
#insideLeft{
  width: 229px;
  float: left;
}
ul#subNav{
  font-size: 14px;
  padding: 24px 0;
  min-height: 130px;
}
ul#subNav li{
  padding: 0 18px;
}
ul#subNav li:hover, ul#subNav li.selected{
  background: url(/images/subNavBG.gif) 0 8px repeat-x;
}
ul#subNav li a{
  text-decoration: none;
  background: white;
  padding: 0 6px;
}
ul#subNav li ul{
  padding: 6px 0 12px 12px;
  font-size: 12px;
}

#insideLeft .testimonial h3{
  border-bottom: 1px solid #B0B0B0;
  padding: 0 0 2px 0;
  margin: 24px 0 6px 0;
}
#insideLeft .testimonial h4{
  margin: 0;
  padding: 0;
}
#insideLeft blockquote{
  padding: 6px 0 0 20px;
  font-style: italic;
}
#insideLeft blockquote:before{
  content: url(/images/quoteBegin.gif);
}
#insideLeft blockquote:after{
  content: url(/images/quoteEnd.gif);
}
#insideLeft #newsletterSignup, #c_left #newsletterSignup{
  background: url(/images/newsletterBG.gif) no-repeat;
  padding: 60px 17px 0;
  margin: 24px 0 0 0;
}
#c_left #newsletterSignup{
  margin-left: 48px;
}
#insideRight{
  float: left;
  width: 557px;
  padding: 0 30px;
}
#insideRight h1{
  color: white;
  margin: 70px 0 70px 0;
}
#insideRight h2{
  border-bottom: 1px solid #B0B0B0;
  padding: 0 0 2px 0;
  margin: 24px 0 24px 0;
}
#insideRight h3{
  margin: 24px 0 12px;
}
#faq, #downloads{
  width: 268px;
  float: left;
  margin: 0 0 24px 0;
}
#faq{
  margin: 0 20px 0 0;
}
ul#board{
  margin: 12px 0 24px 0;
}
ul#board li{
  margin: 0 0 6px 0;
}
ul#board li small{
  color: #999;
}

form.sortCat{
  float: right;
  margin: 0 0 2px 0;
}
.contentList{
  border-bottom: 1px solid #D2D2D2;
  padding: 0 0 12px 0;
}
.contentList img{
  float: left;
  margin: 0 24px 12px 0;
}
.contentList small, .timeCat{
  color: #A2A2A2;
  margin: -12px 0 12px 0;
  display: block;
  font-size: 80%;
}
.contentList small time, .timeCat time{
  color: #666;
}
.faq small{
  margin: 0 0 12px 0;
}
.faq span{
  font-size: 18px;
  color: #C0C0C0;
  float: left;
  margin: 0 6px 0 0;
}
#paging{
  padding: 12px 0 0 0;
}
#paging a{
  background: #EAE0F5;
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#sprinkled{
  background: #EDEDED;
  padding: 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  margin: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#mainTour{
  border-bottom: 1px solid #D2D2D2;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
}
#mainTour p{
  margin: 0 0 12px 0;
}
#mainTour #slideshow{
  border: 1px solid #C7C7C7;
  background: #EDEDED;
}
#mainTour #slideshowHolder{
  background: #EDEDED;
  padding: 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  margin: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#tours .tours, .galleryPics{
  float: left;
  width: 140px;
  margin: 0 10px 20px;
  border: 1px solid #C7C7C7;
  background: #EDEDED;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#tours .tours img{
  width: 100%;
}
#tours .tours div{
  height: 80px;
  overflow: hidden;
}
#tours .selected{
  border: 3px solid #86A840;
  margin-bottom: 16px;
}
#contactContent{
  float: right;
  width: 200px;
  padding: 0 0 0 20px;
  border-left: 1px solid #C7C7C7;
}
.contactForm, .patientForm{
  float: left;
}
.contactForm label, .contactForm input, .patientForm label, .patientForm input{
  float: left;
  margin: 0 0 8px 0;
}
.contactForm label.labelWidth{
  width: 50px;
}
.patientForm label.labelWidth{
  width: 100px;
}
.contactForm br, .patientForm br{
  clear: both;
}
.contactForm textarea, .patientForm textarea{
  width: 300px;
  height: 100px;
}

.contactForm2 {
  float: left;
}
.contactForm2 label, .contactForm2 input.text {
  float: left;
  margin: 0 0 8px 0;
}
.contactForm2 label.labelWidth{
  width: 140px;
}
.contactForm2 input.text {
  width: 200px;
  border: 1px solid #999;
}
.contactForm2 label.groupBox {
	margin-top:10px;
}
.contactForm2 div.groupBox {
	float: left;
	margin-top: 10px;
}
.contactForm2 br{
  clear: both;
}
.contactForm2 textarea {
  width: 300px;
  height: 100px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  background-color:#ccc !important; //reCaptcha widget background color
}

#recaptcha_table {
  border-color: #ccc !important; //reCaptcha widget border color
}

#recaptcha_response_field {
  border-color: #ccc !important; //Text input field border color
  background-color:#ccc !important; //Text input field background color
}

a.nextTour{
  float: right;
  background: #774888;
  padding: 3px 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  text-decoration: none;
}
a.nextTour:hover{
  background: #7F1BA4;
}

#fontSize{
  position: absolute;
  right: 36px;
  top: 155px;
  z-index: 2000;
}
#fontSize a{
  color: #C0C0C0;
  text-decoration: none;
}
#fontSize a:hover{
  color: #999;
}
#fontSize span{
  font-size: 125%;
}
#fontSize font{
  font-size: 150%;
}
.fontlarger{
	font-size: 125%;
	line-height: 22px;
}

.headerPromo{
  position: absolute;
  top: -135px;
  right: 0px;
}

#myForm .disclaimer {
	margin: 15px;
	color: #BA0016;
	width: 300px;
	font-size: 0.8em;
}





