@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F6F0E2 !important;
	background-image:url(../img/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#header {
	position:relative;
	height:478px;
}
#header-logo {
	position:absolute;
	top:0;
	left:35px;
	z-index:999;
}
.right {
	text-align:right;
	float:right;
}

.right ul, .right li{
	text-align:right;
}

#search {

}
#quicklinks {

}
#search input {
	background-color:#7B0324;
	color:#fff;
	border-radius:0.5em 0.5em 0.5em 0.5em;
	padding:4px 10px;
	width:200px;
	background-image:url(../img/searchButton.gif);
	background-position:192px 5px;
	background-repeat:no-repeat;
}
#main {
	margin-top:30px;
}
#col1-video {
	margin-left:6%;
}
.home-box {
	background-color:#fff;
	border:1px solid #BBB29C;
	padding-bottom:10px !important;
	min-height:50px;
}
#email-signup {
	padding:18px 10px 0;
}
#col3 {
	margin-top:15px;
}
#home-tour {
	padding:10px 10px 0 70px;
	background-image:url(../img/calendar.png);
	background-position:16px 11px;
	background-repeat:no-repeat;
}
#what-costs {
	padding:10px 10px 0 70px;
	background-image:url(../img/calculator.png);
	background-position:16px 11px;
	background-repeat:no-repeat;
}
#footer-wrapper {
	background-color:#760323;
	height:197px;
	margin-top:34px;
}
#footer-content {
	padding-top:2.5%;
}
/*menus*/

.searchlinks {
	padding-top:10px;
}

#quicklinks ul li {
	display:inline-block;
	margin-right:7px;
	margin-left:7px;
}
#quicklinks ul li a {
	color:#000;
}
#nav {
	background-color:#15938C;
	z-index:900;
	-moz-box-shadow: inset 0 3px 3px 2px #0E586B;
	-webkit-box-shadow: inset 0 3px 3px 2px #0E586B;
	box-shadow: inset 0 3px 3px 2px #0E586B;
	border-radius:0.5em 0.5em 0 0;
	margin-left:40px;
	width:91%;
	height:50px;
}
#nav ul li a {
	color:#fff;
}
#nav ul li ul {
	margin-left:0;
}
/*flyout*/
.nav .flyout-menu {
	background-color:#760323;
}
.nav .flyout-menu li {
	margin-right:0;
}
.nav .flyout-menu li > a:hover, .nav .flyout-menu .active > a, .nav .flyout-menu .active > a:hover {
	background-color: #760323;
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar-inner {
	background:none;
	background-color:none;
	filter:none;
}
.nav .flyout-menu {
	max-width:100%;
}
.navbar {
	margin-bottom:0;
}
.nav > li > a:hover {
	background:transparent;
}
.navbar .nav {
	margin-top:1px;
}
.navbar .nav > li > a{
	padding: 10px 7px 11px;
}
/*rotator*/
#home-ui {
	line-height: 1;
	position: absolute;
	width:100%;
	height:350px;
	bottom:0;
	left:0;
}
#donate-button {
	position:absolute;
	bottom:8px;
	right:450px;
	z-index:9999;
}
#tuesday-button {
	position:absolute;
	bottom:8px;
	right:90px;
	z-index:9999;
}
#home-ui-nav {
	height: 20px;
	left: 48px;
	position: absolute;
	bottom: 18px;
	z-index: 999;
}
#home-ui-nav a {
	background-image: url("../img/banners/home-ui-nav-inactive.png");
	background-position: 5px top;
	background-repeat: no-repeat;
	padding-right: 13px;
}
#home-ui-nav a.activeSlide {
	background-image: url("../img/banners/home-ui-nav-active.png");
	background-position: 5px top;
	background-repeat: no-repeat;
}
/*html*/
h1 {
	color:#7b0324;
	font-size:22px;
	line-height:1em;
	margin-bottom:10px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, Arial;
	margin-top:10px;
}
h3 {
	color:#7b0324;
	font-size:18px;
	line-height:1em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, Arial;
	margin-bottom:10px;
}
a {
	color:#15938C;
}
#main h2 {
	font-size:12px;
	color:#fff;
	background-color:#15938C;
	border-radius:0.5em;
	line-height:1em;
	padding:7px 15px;
	font-family:Georgia, "Times New Roman", Times, Arial;
	font-weight:normal;
	margin-bottom:7px;
	text-transform:uppercase;
	-moz-box-shadow: inset 0 1px 3px 2px #0E586B;
	-webkit-box-shadow: inset 0 1px 3px 2px #0E586B;
	box-shadow: inset 0 1px 3px 2px #0E586B;
}
p, ul, li {
	color:#707070;
	font-size:13px;
}

#col1 p, #col1 li {
	color:#666;
	font-size: 16px;
line-height: 1.5;
}

input, textarea, select, .uneditable-input {
	background-color:#16958E;
	color:#fff;
	border-radius:0.5em;
}

#chronoform_volunteer_Form2 input[type=text], textarea, select, .uneditable-input {
	background-color:#ffffff;
	color:#000;
	border-radius:0.5em;
}
#email-signup p {
	margin:0;
}
#email-signup form {
	margin:0;
}
#email-signup .ccms_form_element {
	width:41%;
	float:left;
	margin-right:5%;
	clear:none;
	margin-bottom:0;
	padding:0 0 10px 5px;
}
.submit_btn {
	background-color:#760323;
}
.home-box h1 {
	color:#005941;
	font-size:16px;
	margin:0;
}
.home-box p {
	margin:0;
}
#footer-content p {
	color:#fff;
	text-align:center;
}
#footer-content a {
	color:#fff;
	text-decoration:none;
}
.navbar .btn-navbar {
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: none;
	text-transform:uppercase;
}
#nav .btn {
	margin-bottom:5px;
}
/*breadcrumbs*/
.breadcrumb {
	background-color: transparent;
	background-image: none;
	border: medium none;
	padding: 0;
	box-shadow:none;
	border-radius:none;
	margin-bottom:5px;
	margin-top:-25px;
	margin-left:15px;
	filter:none;
}
ul.breadcrumb li.showHere {
  display: none;
}
.breadcrumb a {
  color: #707070;
}
.breadcrumb li.active {
  color: #740322;
}

/*hidden*/
.chronoform, .content-links {
	display:none;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}


.home-box {
	background-color:#fff;
	border:1px solid #BBB29C;
	padding-bottom:10px !important;
	margin-bottom:15px;
	min-height:50px;
}

#nav ul li ul {
	margin-left:0px;
	top:100%;
}

#banner{
	height:150px;

}

#col2-content p{
	font-size:14px;
	line-height:1.45;
	margin-bottom:0;

}
@media screen and (min-width: 980px) {
#col1-content {
 padding-left:20px;
}
#header {
 height:477px;
}
#col3 {
 margin-top:-15px;
}
h1 {
 margin-top:0;
}
#col1-video {
 margin-left:0;
}
#nav {
 margin-left:71px;
}


.navrow {
	margin-left:-50px !important;
}

#nav ul {
 margin-left:25%;
 margin-right: 0;
}
.navbar .nav > li {
 display:inline-block;
}
.nav > li > a {
 display:inline-block;
}
.nav .flyout-menu li {
 display:inline-block;
}
/*#nav ul li.item-136 ul {
 margin-left:-40%;
}*/
#nav ul li.item-122 ul {
 margin-left:-10%;
}
#nav ul li.item-130 ul {
 margin-left:-10%;
}
#nav ul li ul {
	margin-left:0px;
	top:100%;
}
}


@media screen and (min-width: 980px) and (max-width: 1200px) {
#nav ul {
	margin-left:0 !important;
}

#nav ul li ul {
	margin-left:0px !important;
	top:100%;
	padding-left:0px !important;
}

#header-logo {
	width:148px;
}
}

@media screen and (max-width: 980px) {
	#header-logo {
	width:150px;
}


#nav {
	margin-left:0px;
	width:100%;
}

#col1-video {
	text-align:center;
	margin-left:0px;
}


#email-signup .ccms_form_element {
	width:95%;
	float:none;
	clear:none;
	margin-bottom:0;
	padding:0 0 10px 0px;
	margin-left:0px;
}

.navbar-inner {
	background-color:#15938C;
}

.nav-flyout{
	z-index:5000;
}

.nav.nav-flyout{
	background-color:#15938C;
}


#email-signup {
	z-index:1;
}

.ccms_form_element {
	z-index:0;
}

}
@media screen and (max-width: 768px) {
#col1 {
	float:right;
}

.moduletable {
	width:40%;
}




}

@media screen and (max-width: 650px) {
	#header-logo {
	width:150px;
}

	#col1 {
		display:none;
	}

	.moduletable {
	width:100%;
}
.visible-desktop {
	display:none;
}

.nav .flyout-menu {
	top:auto !important;
}

#main {
	margin-top:50px;
}

.nav-collpase {
overflow: visible;
}
}

@media screen and (max-width: 400px) {
#header-logo {
	width:208px;
	position:static;
	margin:0px auto;
}

.searchlinks {
	display:none;
}

#main {
	margin-top:50px;
}


.nav .flyout-menu {
	top:auto !important;
}


#email-signup .ccms_form_element {
	width:41%;
	float:left;
	margin-right:5%;
	clear:none;
	margin-bottom:0;
	padding:0 0 10px 5px;
	margin-left:2.3%;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

#header-logo {
	width:200px;
}
#nav ul {
 margin-left:13%;
}
#home-ui {
 height:274px;
}
#donate-button {
 bottom:-2px;
}
#home-ui-nav {
 bottom:8px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#header {
 height:400px;
}
#nav {
 top:20%;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

#what-costs, #home-tour {
 padding-right:10px;
}

}

/* slideshows on Testimonial page */

h3.testimonial {
	margin-bottom:5px;
}

.slideshow-container {
	position:relative;
	width:755px;
	margin-bottom:20px;
}

.slideshow-container2 {
	position:relative;
	width:755px;
	margin-bottom:20px;
	height:197px;
}

#video-slideshow {
	position:absolute;
	width:669px;
	height:197px;
	overflow:hidden;
	left:26px;
	z-index:0;
}

#photo-slideshow, #testimonial-slideshow {
	width:669px;
	height:197px;
	overflow:hidden;
	position:absolute;
	z-index:0;
	left:26px;
}

#employee-photo-slideshow {
	width:669px;
	height:217px;
	overflow:hidden;
	position:absolute;
	z-index:0;
	left:26px;
}

.slide-set {
	position:relative;
	width:755px;
	height:230px;
}

.video-slide {
	position:relative;
	float:left;
	height:190px;
	width:222px;
	padding-left:22px;
}

.test-slide {
	position:relative;
	float:left;
	height:141px;
	padding-left:22px;
}

.emp-slide {
	position:relative;
	float:left;
	height:141px;
	width:128px;
	padding-left:22px;
}

.video-slide h3, .test-slide h3, .emp-slide h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#15938B;
	margin:10px 0 0 0;
	line-height:1.25;
}

.test-slide p {
	line-height:1.25;
}

.slide-tabs {
	position:absolute;
	left:90.5%;
	top:21px;
}

.prev {
	float:left;
	height:197px;
	width:48px;
	position:absolute;
	z-index:1;
	background:url(../../../images/video-slideshow/prev-Mar2013.png) no-repeat top left transparent scroll;
}
.prev a {
	position:absolute;
	left:1px;
	top:65px;
	width:18px;
	height:68px;
}

.next {
	float:right;
	height:197px;
	width:48px;
	position:absolute;
	left:683px;
	z-index:1;
	background:url(../../../images/video-slideshow/next-Mar2013.png) no-repeat top left transparent scroll;
}
.next a {
	position:absolute;
	left:18px;
	top:65px;
	width:18px;
	height:68px;
}

h4.story-header {
	color:#7B0324;
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
}

.read-more1, .read-more2 {
	color:#7B0324;
	cursor:pointer;
}

.read-less1, .read-less2 {
	display:none;
}

#story-image {
	float:left;
	margin:0 10px 0 0;
}

.more-text1, .more-text2 {
	display:none;
}

.spacer {
	margin-bottom:20px;
}

#jcemediabox-popup-ajax .container{
width:inherit;
}

#jcemediabox-popup-ajax .row{
margin:0;
}

a:hover.jcepopup {
	text-decoration:none;
}

.nav-pills > li > a{margin-bottom: 0;}


/* Zealous Code */
#error-message-input_text_4 .fc-error{opacity: 1; position: absolute; margin-top: 0px; z-index: 999; width: 170px; padding: 2px;}
#error-message-input_text_4 .fc-error p{font-size: 11px;margin: 0;width: 100%;z-index: 999;}
#email-signup .custom ol li{font-size:13px;}