@charset "UTF-8";
/* written by Kyle Racki Feb 2008 */

/*
***********************************************************

GLOBAL STYLES

***********************************************************
*/

body {
	background:#E5F4F9 url(images/topBG.jpg) top center repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.form-required {
color:#0033CC;
}

th {
  text-align: left;
  padding-right: 1em;
  border-bottom: none;
}

a {
	color:#035B04;
}

a:hover {
	color:#1881AE;
	text-decoration:underline;
}

p {
	font-size:.9em;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h2 {
	margin:0;
	padding:0;
}

h3 {
	margin:0;
	padding:0;
}

h4 {
	margin:0;
	padding:0;
}

ul {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}


fieldset legend {display: block;}

a img {
	border:none;
}

.calloutButton {
	background:url(images/button_sm.png) no-repeat;
	width:237px;
	height:50px;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
	clear: both;
	margin-bottom: 5px;
}

.calloutButton h3 {
	font-size:.8em;
}
.calloutButton h2 {
	font-size:.9em;
}

.calloutButton h2 a {
	color:#fff;
}

.calloutButton h2 a,
.calloutButton h3 a {
  text-decoration:none;
}

.calloutButton h2 a:hover, .calloutButton h3 a:hover {
	color:#000;
}


.seeMore {
	font-size:1.1em;
	font-weight:bold;
}

/* EVENTS CALENDAR */

#block-views-calendar tr.even, tr.odd {
  background: none;
  border-bottom: none;
  padding: 0;
}
#block-views-calendar td.active {
  background: none;
}
#block-views-calendar tbody {
  border-top: none;
}
#block-views-calendar tbody th {
  border-bottom: none;
}
#block-views-calendar thead th {
  text-align: center;
  padding-right: 0;
  border-bottom: none;
}


/*  Override calendar calendar table styles start  */

.calendar-calendar table,
.calendar-calendar .month-view table {
  border: none;
  margin: 0;
  font-size: .9em;
  text-align: center;
  width: 209px;
}

.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background: none;
}
.calendar-calendar th {
  color: #fff;
  background:none;
  text-align: center;
  padding:3px;
  margin:0;
}
.calendar-calendar td {
  width: 14%; /* 14% is about 1/7 of total table width */
  border: none;
  color: #777;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}

.calendar-calendar .prev {
  text-align: left;
  padding-left:5px;
  width:15%;
  }
.calendar-calendar .next {
  text-align: right;
  padding-right:5px;
  width:15%;
  }

.calendar-calendar th a {
	color:#0A84B7;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
  text-decoration:none;
}

.calendar-calendar th a:hover {
  text-decoration:underline;
}

.calendar-calendar td a {
  color:#fff;
}
.calendar-calendar td a:hover {
  text-decoration: underline;
}
.calendar-calendar td.sat, .calendar-calendar td.sun {
  background:none;
}
.calendar-calendar td.selected {
  background: none;
}
.calendar-calendar td.today {
  background: none;
}
.calendar-calendar td.year, .calendar-calendar td.month {
  text-align: center;
  border-width: 1px 0px;
}

/*  days of the week header cells */
.calendar-calendar td.days {
	color:#0A84B7;
	text-transform:uppercase;
  background: none;
  text-align: center;
  border: none;
  border-width: 0 1px 1px 0;
  padding:0px;
  margin:0;
}

.mini-day-on {
  padding:0px;
	background-color:#0A84B7;
}


.calendar-calendar div.mini-day-on a {
  font-weight:bold;
  color: #ffffcc;
}

/*  Override calendar calendar table styles end  */

#block-views-calendar h2 {
	margin:20px 0 10px;
	color:#0A84B7;
	text-transform:uppercase;
	font-size:1.0em;
	letter-spacing:1px;
  padding-bottom:8px;
  border-bottom:1px dotted #1881AE;
}


#block-views-calendar_home table tr td.today,
#block-views-calendar table tr td.today  {
	background-color:#0A84B7;
}

div.calendar-calendar_home table.mini tr td a:link,
div.calendar-calendar_home table.mini tr td a:active,
div.calendar-calendar_home table.mini tr td a:visited,
div.calendar-calendar_home table.mini tr td a:hover,
div.calendar-calendar table.mini tr td a:link,
div.calendar-calendar table.mini tr td a:active,
div.calendar-calendar table.mini tr td a:visited,
div.calendar-calendar table.mini tr td a:hover {
  color:#000;
  text-decoration:none;
}

#block-views-calendar_home table tr td.today a:link,
#block-views-calendar_home table tr td.today a:active,
#block-views-calendar_home table tr td.today a:visited,
#block-views-calendar_home table tr td.today a:hover,
#block-views-calendar table tr td.today a:link,
#block-views-calendar table tr td.today a:active,
#block-views-calendar table tr td.today a:visited,
#block-views-calendar table tr td.today a:hover  {
  color:#fff;
}

div.mini-day-on a {
  font-weight:bold;
  color: #ffffcc;
}

#block-event-1 h2 {display:none;}
#block-event-1 div.ical-link { display: none; }
#content ul.links {display:none;}

#block-event-1 div.item-list ul li a {
  color:#0A84B7;
}

div.content div.item-list ul li span.event-timeleft {
  display:block;
}

div.content div.more-link {
  margin:10px 0;
}

#block-views-upcoming_event_home {
  margin:10px 0 0 40px;
}

#block-views-upcoming_event {
  margin:10px 0 0 10px;
}

#block-views-upcoming_event div.view-data-node-title a,
#block-views-upcoming_event_home div.view-data-node-title a {
	color:#0A84B7;
	font-size:1.0em;
	font-weight:bold;
}

#block-views-upcoming_event ul,
#block-views-upcoming_event_home ul {
  list-style-type:none;
  margin:0 0 10px;
  padding:0;
}

#block-views-upcoming_event ul li {
  list-style-type:none;
  margin:0;
}

#block-views-upcoming_event ul li,
#block-views-upcoming_event_home  {
  font-size:.9em;
}

div.view-data-node-data-field-location-field-location-value {
  font-style:italic;
}

#block-views-upcoming_event_home ul li div.view-data-event-event-start,
#block-views-upcoming_event_home ul li div.view-data-event-event-end,
#block-views-upcoming_event ul li div.view-data-event-event-start,
#block-views-upcoming_event ul li div.view-data-event-event-end {
  display:inline;
}



/*
***********************************************************

LAYOUT

***********************************************************
*/
#header, #homeIntro, #homeButtons, #homeCallouts, #footerContent, #contentHolder {
	margin:0;
	padding:0;
	width:851px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

/*
***********************************************************

HEADER

***********************************************************
*/

#header {
	position:relative;
	margin-bottom:10px;
}


#header img {
	float:left;
	margin-top:20px;
	margin-left: 10px;
}

#topSecondNav ul.menu {
	float:left;
	margin-top:65px;
	margin-bottom:20px;
	margin-left: 50px;
	font-size:.9em;
}

#topSecondNav ul.menu li {
	padding:0 4px 0 6px;
	border-left:1px solid #035B04;
	display:inline;
  margin:0;
}


#topSecondNav ul > li:first-child {
border:none;
}

#topSecondNav ul li ul {
  display:none;
}

#search-theme-form {
	float:right;
	clear:right;
	margin-bottom:20px;
	margin-top: 60px;
}

.form-text {
	width:175px;
  height:16px;
  border:2px solid #0A84B7;
  padding:2px;
}

#search-theme-form .form-text {
  margin-bottom:4px;
}

.form-submit {
	color:#0A84B7;
	font-weight:bold;
	border:none;
	vertical-align: text-bottom;
	background-image: url(images/form-submit.png) no-repeat;	
}

/*.form-submit {
	color:#F3FBFE;
	font-weight:bold;
	border:1px solid #0a84b7;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	background-color:#0A84B7; 
	background-image: none;
}*/

.required {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
}
#mainNav {
	height:58px;
  position:absolute;
  right:0px;
  bottom:0px;
  margin-bottom:4px;
}

#mainNav ul{
	background:url(images/navBG.jpg) repeat-x;
	float:left;
	list-style-type:none;
  height:58px;
  margin-top:1px;
  padding-top:4px;
}

#mainNav ul li {
	float:left;
  height:40px;
  padding:10px 12px 0px 12px;
  width: 80px;
	border-left:1px solid #AEE05D;
	text-align:center;
	font-size:.9em;
  line-height:1.15em;
	font-weight:bold;
}

#mainNav ul > li:first-child {
border:none;
}

#mainNav li a {
	text-decoration:none;
}

#mainNav #navLeftBG {
	width:12px;
	height:58px;
	background:url(images/navLeftBG.jpg) no-repeat;
	float:left;
}

#mainNav #navRightBG {
	width:13px;
	height:58px;
	background:url(images/navRightBG.jpg) no-repeat;
	float:left;
}



/*
***********************************************************

HOME

***********************************************************
*/

#homeIntro {
	margin-bottom:20px;
}

#homeIntro #slideShow {
  width:581px;
  height:351px;
  float:left;
  margin-right: 10px;
  background:url(images/homePhotoBG.jpg) top left no-repeat;
}

#homeIntro #slideShow img {
/*
	margin-top:16px;
	margin-left:18px;
*/
}

#homeIntro #introContent {
	width:237px;
	float:left;
	margin: 10px 10px;
}

#homeIntro h1 {
	width:237px;
	color:#1580AC;
	line-height:1.1em;
	font-size:1.5em;
  margin:0;
}

#homeIntro p {
	width:237px;
	font-size:1em;
	line-height:1.5em;
	color:#333;
  padding:5px 0 4px;
}

#homeButtons {
	margin-bottom:20px;
}

#homeButtons div {
	float:left;
	margin-right:10px;
}

#homeCallouts {
	background:url(images/headingLines.gif) repeat-x;
	margin-top:20px;
	overflow:hidden;
}

.homeCalloutBoxes {
	float:left;
	width:268px;
	margin-right:15px;
}

.homeCalloutBoxes h3 {
	font-size:1.3em;
	margin-top:20px;
}

.homeCalloutBoxes h3 a {
	color:#0A84B7;
	text-decoration:none;
}

.homeCalloutBoxes h2 {
	margin-bottom:30px;
	color:#0A84B7;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:1px;
	margin-top:7px;
}

.homeCalloutBoxes #block-views-calendar_home h3 {
	margin-bottom:30px;
	color:#0A84B7;
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:1px;
	margin-top:7px;
}

.homeCalloutBoxes #block-views-calendar_home  {
  margin-left:30px;
}

/*
***********************************************************

SUB

***********************************************************
*/

#contentHolder {
  clear:both;
}

#contentHolder h1 {
	border-bottom:1px dotted #1881AE;
	color:#1881AE;
	font-size:2.3em;
	padding:5px 0 10px;
}

#content {
	width:551px;
	float:right;
  margin-bottom:20px;
}

#content h2 {
	font-weight:normal;
	color:#1881AE;
	line-height:1.1em;
	margin-bottom:20px;
	font-size:2em;
}

#content h3 {
	font-weight:bold;
	color:#000;
	line-height:1.0em;
	margin:20px 0 4px;
	font-size:1.2em;
}

#content h4 {
	font-weight:bold;
	color:#1881AE;
	line-height:1.0em;
	margin:20px 0 4px;
	font-size:1.0em;
}

#content .border {
	float:right;
	border:10px solid #fff;
	margin-left:5px;
}

#content ul {
  margin:0 0 10px 15px;
}

#content ul.images li img{
  margin-bottom:4px;;
}

#content ul.images li h3 {
  color:#000;
  font-size:12px;
}

#side {
	width:271px;
	float:left;
}

#subnav {
	margin-bottom:20px;
}

#subnav ul.menu {
	background:#1881AE url(images/subNavTopBG.jpg) top left no-repeat;
	padding:15px 0 10px;
	list-style-type:none;
}

#subnav ul li,
#subnav ul li.expanded,
#subnav ul li.collapsed,
#subnav ul li.leaf {
color:#fff;
	border-bottom:1px solid #4A9DBF;
	margin:0 20px;
	padding: 5px;
  list-style-type:none;
  list-style-image:none;
}

#subnav ul li a:link,
#subnav ul li a:active,
#subnav ul li a:visited {
color:#fff;
padding:10px 15px;
margin: 0px;
display:block;
text-decoration:none;
}

#subnav ul li ul a:link,
#subnav ul li ul a:active,
#subnav ul li ul a:visited {
color:#fff;
padding:5px 13px;
display:block;
text-decoration:none;
}

#subnav ul li a:hover {
	background-color:#5CA7C6;
}

#subnav a.active {
	background-color:#5CA7C6;
}

#subnav ul li ul {
  margin: 0px;
  padding: 0px;
  background:none;
}

#subnav ul li ul li.leaf {
margin: 0px 10px;
padding: 0px;
border-bottom: none;
}

#subnav ul li.expanded ul.menu {margin: 0px; padding: 0px; background: none;}


#subnavBottomBG {
	width:271px;
	height:15px;
	background: url(images/subnavBottomBG.jpg) bottom left no-repeat;
}

/*
***********************************************************

FOOTER

***********************************************************
*/
#footer {
	width:100%;
	background:#1881AE url(images/bottomBG.jpg) top left repeat-x;
	padding:30px 0 20px 0;
	overflow:hidden;
	text-align: center;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	text-decoration:none;
}

#footerContent {
	background: url(images/colorBar.gif) bottom left no-repeat;
	color:#fff;
	padding-bottom:30px;
}

#footerContent p {
  clear:both;
	text-align:center;
	margin:10px 0;
}

#bottomLogos {
	padding-bottom:10px;
}

#bottomLogos img  {
  margin-right:20px;
}

#bottomNav {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	text-align: center;
	clear: both;
	display: block;
	padding: 15px;
}

#bottomNav ul {
	list-style-type:none;
	clear: both;
}

#bottomNav ul li {
 	display: inline;
	font-size:0.9em;
  	line-height:1.3em;
}

#bottomNav a {
padding: 1px 15px;
}

#footernav {
  text-align:center;
  padding: 5px;
  display: block;
  clear: both;
}

#footernav ul {
	list-style-type:none;
	text-align: center;
}

#footernav ul li {
  height:40px;
	display:inline;
  border-left:solid 1px #fff;
  padding:0 4px 0 6px;
	font-size:0.8em;
  vertical-align:top;
}

#footernav ul > li:first-child {
  border:none;
}

#footernav ul li a:link,
#footernav ul li a:active,
#footernav ul li a:visited,
#footernav ul li a:hover {
	color:#fff;
}



/*
** Tab navigation from /modules/system/system.css; Required for tabs with $styles is not being used.
** Other styles in the system.css were changing main design styles.
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}



/* Event Date Display (desk calendar page) */

.event-box {
   width: 160px;
}

.event-nodeapi {
   width: 5em;
   margin: .4em .3em .2em 0;
   text-align: center;
   float: left;
}
.event-nodeapi span {
   display: block;
   text-align: center;
}
.event-nodeapi .event-hide{
   display: none;
}

.event-calbox {
   border: 1px solid #999;
}


.event-month {
   color: #FFF;
   background-color: #666;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 1.2em;
   line-height: 1.2em;
}

.event-date {
        color: #000;
        background-color: #FFF;
        font-weight: bold;
        font-size: 3em;
         line-height: .9em;
         padding: .05em 0 0;
        text-transform: inherit;
}

.event-year {
   color: #666;
   font-size: .9em;
   line-height: 1.1em;
   background-color: #FFF;
}

.event-time {
   color: #333;
   font-size: .9em;
}
div.event-to {
   margin-right: .3em;
   text-align: center;
   float: left;
   color: #999;
   font-weight: bold;
   font-size: 1.5em;
   padding-top: 1.5em;
   width: 1.5em;
}
br.event-clear {
   clear: both;
}
.event-nodeapi-tz label{
   font-weight: bold;
}

/*
***********************************************************

SLIDESHOW

***********************************************************
*/

div#block-views-slideshow {
  width:581px;
  height:351px;
  position:relative;
}

div#block-views-slideshow table,
div#block-views-slideshow table tr,
div#block-views-slideshow table tr {
  display:inline;
  width:0;
  height:0;
}

div#block-views-slideshow img {
  position:absolute;
  z-index:1;
	top:16px;
	left:18px;
}

div#block-views-slideshow span.ssc {
  position:absolute;
  z-index:5;
	bottom:35px;
	left:45px;
  background:#333;
  padding:1px 6px;
}


div#block-views-slideshow span.ssc a:link,
div#block-views-slideshow span.ssc a:active,
div#block-views-slideshow span.ssc a:visited,
div#block-views-slideshow span.ssc a:hover  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#fff;
  text-decoration:none;
  padding-right:12px;
}

div#block-views-slideshow span.ssc-title {display:none;}
div#block-views-slideshow span.ssc-description {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#fff;
  text-transform:uppercase;
}


/*
***********************************************************

AGENTS AREA

***********************************************************
*/

form#user-login-form label  {display:block; width:200px; margin:10px 0 2px; color:#0A84B7; font-size:1.0em; font-weight:bold;}

input.form-submit {}

form#user-login-form div.item-list ul {
  margin-top:10px;
  list-style-type:none;
}

form#user-login-form div.item-list ul li {
  font-size:.9em;
  padding:2px;
}


table#attachments {
  width:80%;
  margin-bottom:30px;
}

/*
***********************************************************

NEWS

***********************************************************
*/

div.view-news ul  {
  list-style-type:none;
}

div.view-news ul li  {
  padding-bottom:10px;
  list-style-type:none;
  margin:0px;
}

div.view-data-node-created  {
  font-size:.8em;
}

div.view-data-node-title {
  margin:0 0 4px;
}

div.view-data-node-title a  {
  font-size:1.0em;
  font-weight:bold;
  color:#0A84B7;
}

div.view-data-node-body {}


/*
***********************************************************

VIDEOS

***********************************************************
*/

div.view-videos ul  {
  list-style-type:none;
}

div.view-videos ul li  {
  padding-bottom:10px;
  list-style-type:none;
  margin:0px;
}

div.view-data-node-created  {
  font-size:.8em;
}

div.view-data-node-title {
  margin:0 0 4px;
}

div.view-data-node-title a  {
  font-size:1.0em;
  font-weight:bold;
  color:#0A84B7;
}

div.view-data-node-body {}



/*
***********************************************************

EVENTS SUMMARY PAGE

***********************************************************
*/

div#content div.view-calendar div.item-list ul {list-style-type:none; margin-left:0;}
div#content div.view-calendar div.item-list ul li {list-style-type:none; margin-bottom:15px;}
div#content div.view-calendar div.view-data-event-event-start:first-child {font-size:.9em;}

div.view-data-event-event-start,
div.view-data-event-event-end  {display:inline;}
div.view-data-event-event-end  {padding-left:2px;}



/*
***********************************************************

EVENTS DETAIL PAGE

***********************************************************
*/

div.event-nodeapi div.event-start,
div.event-nodeapi div.event-end {
  text-align:left;
  margin:0;
}

div.node div.event-start label{}

div.node div.event-nodeapi  {
  width:200px;
  display:block;
  clear:both;
}

div.node div.event-nodeapi div.event-tz {
  display:none;
}

div.field-field-location  {
  display:block;
  clear:both;
}

div.field-field-location div  {
  display:inline;
}

div.field-label {
display:inline;
}

div.field-item  {
  display:inline;
}

div.node div.links  {
  display:none;
}

div.event-calendar div.day-view caption,
div.event-calendar div.day-view thead {
  display:none;
}

/*
***********************************************************

NEWSLETTER

***********************************************************
*/

#simplenews-block-form label  {width:200px; margin:10px 0 2px; color:#0A84B7; font-size:1.0em; font-weight:bold;}

#simplenews-block-form input.form-submit {margin:5px 0;}

#simplenews-block-form div.item-list ul {
  margin-top:10px;
  list-style-type:none;
}

#simplenews-block-form div.item-list ul li {
  font-size:.9em;
  padding:2px;
}

#simplenews-block-form div.form-radios  {
  margin:5px 0 5px -5px;
}

#simplenews-block-form div.form-radios div.form-item {
  padding:4px 0;
}

a.feed-icon  {
  display:none;
}


/*
***********************************************************

CONTACT US

***********************************************************
*/

#webform-client-form-19 label  {display:block; width:100px; float:left; margin:4px 0 2px; color:#0A84B7; font-size:1.0em; font-weight:bold;}
#webform-client-form-19 div.form-item {display:block; clear:both; margin-top:10px;}
#webform-client-form-19 div.form-item textarea {
  width:350px;
  height:80px;
  border:2px solid #0A84B7;
}

#webform-client-form-19 input.form-submit {margin:5px 0;}


/*
***********************************************************

DOWNLOADS

***********************************************************
*/

div.view-content-public-downloads table {
  width:80%;
}

div.view-content-public-downloads table td.view-field-files-filesize{
  width:20%;
}


/*
***********************************************************

TESTIMONIALS

***********************************************************
*/

.testimonial  {
  display:block;
  clear:both;
  padding-bottom:20px;

}
#content span.testimonial {

}

#content span.testimonial img  {
  float:left;
  margin:0 10px 20px 0;
}

#content span.testimonial em {
  display:block;
  padding:4px;
  font-weight:bold;
}


/*
***********************************************************

CONTENT SECTION

***********************************************************
*/

#content span.submitted  {
  display:none;
}

