/*ModuleBegin::events*/ 
#Calendar {
 background-color: #f8f8f8;
 position: relative;
}
.calPrev {
 position: absolute;
 top: 5px;
 left: 15px;
}
.calNext {
 position: absolute;
 top: 5px;
 right: 5px;
}
.calTop {
 margin-left: 10px;
}
.calMonth {
 position: relative;
 top: 5px;
 left: 0px;
 text-align: center;
 font-weight: bold;
 margin-left: 20px;
 margin-right: 20px;
}
.calPrev a,
 .calNext a,
 .calMonth a {
 text-decoration: none;
}
.calPrev a:hover,
 .calNext a:hover,
 .calMonth a:hover {
 text-decoration: underline;
}
.calGrid {
 margin-top: 15px;
 clear: both;
 width: 100%;
 text-align: center;
 margin: 15px 20px 0px 20px;
}
.calGrid td {
 font-size: 8pt;
 padding-right: 4px;
 text-align: right;
}
.calGrid tr.calWeek {
 font-weight: bold;
 text-align: center;
}
.calDayOn a {
 color: navy;
 font-weight: bold;
}
.calDayOn a:hover {
 background-color: navy;
 color: #404144;
 font-weight: bold;
}
.calTodayOff,
 .calTodayOn {
 border: 1px solid navy;
 background-color: #ffffb8;
}
.calBottom {
 text-align: left;
 margin-left: 20px;
}
.calMonthGlance {
 padding-top: 10px;
}
#calendarDetail table {
 width: 100%;
 table-layout: fixed;
}
#calendarDetail .calendarMonths {
 background-color: #000000;
 text-align: center;
 vertical-align: middle;
}
#calendarDetail .calendarMonths a {
 display: block;
 color: #ffffff;
 font-weight: bold;
 font-size: 11pt;
 text-decoration: none;
 padding: 5px 0px 5px 0px;
}
#calendarDetail .calendarMonths a:hover {
 background-color: #ffffb8;
 color: #000000;
}
#calendarDetail .calendarDays {
 border-collapse: collapse;
 table-layout: fixed;
}
#calendarDetail .calendarDays .title {
 font-size: 12pt;
 font-weight: bold;
 color: #333333;
 padding: 10px 0px 10px 0px;
}
#calendarDetail .calendarDays .prevLink,
 #calendarDetail .calendarDays .nextLink {
 font-size: 11pt;
}
#calendarDetail .calendarDays .normal {
 display: none;
}
#calendarDetail .calendarDays td {
 text-align: center;
 border: 1px solid #000000;
 font-weight: bold;
}
#calendarDetail .calendarDays .weekdays {
 height: 30px;
 background-color: #bbbbbb;
}
#calendarDetail .calendarDays .emptyDay {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #eeeeee;
}
#calendarDetail .calendarDays .eventToday {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #ffffb8;
 padding-left: 5px;
}
#calendarDetail .calendarDays .eventOff {
 height: 60px;
 text-align: left;
 vertical-align: top;
 padding-left: 5px;
}
#calendarDetail .calendarDays .eventOn {
 height: 60px;
 text-align: left;
 vertical-align: top;
 padding-left: 5px;
}
/* ModuleEnd::events*/ 
A {
 color: #335898;
 text-decoration: none;
}
A:hover {
 color: #404144;
 text-decoration: underline;
}
BODY,
 TH,
 TD {
 color: #000;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 140%;
}
H1 {
 color: #666;
 font-size: 22px;
 letter-spacing: 1px;
 font-weight: 100;
 font-family: Arial, Helvetica, sans-serif;
 margin: .8em 0 .6em 0;
}
H2 {
 color: #000;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 1px dotted #666;
 width: 90%;
 padding-bottom: 2px;
 margin: .3em 0 .7em 0;
}
H3 {
 color: #ca5c00;
 font-size: 14px;
 font-weight: 600;
 font-family: Arial, Helvetica, sans-serif;
 margin-bottom: -.5em;
}
HR {
 border: none 0;
 border-top: 1px solid #ccc;
 width: 100%;
 height: 1px;
 margin: 10px 0 10px 0;
}
P {
 padding: 0;
 margin: 0 0 14px 0;
}
UL {
 list-style: disc outside;
 margin: .5em 0 0 20px;
 padding: 0 0 1em 0;
}
LI {
 padding-bottom: .2em;
}
#Drop_Menu ul {
 padding: 0;
 margin: 0;
 list-style: none;
 float: left;
 text-align: center;
}
#Drop_Menu li {
 position: relative;
 float: left;
 vertical-align: middle;
 text-align: right;
}
#Drop_Menu a {
 float: left;
 text-decoration: none;
 color: #000;
 padding: 0 4px 0 4px;
 padding-top: 4px;
 height: 24px;
 display: block;
 text-align: left;
}
#Drop_Menu a:hover {
 text-decoration: none;
 color: #fff;
}
#Drop_Menu ul ul {
 left: -999em;
 position: absolute;
 background-color: #aecdfb;
}
#Drop_Menu ul ul li {
 padding: 0px 16px;
 padding-top: 3px;
 font-weight: bold;
 font-size: 10px;
 line-height: 100%;
}
#Drop_Menu li:hover {
 z-index: 100;
}
#Drop_Menu li.over {
 z-index: 100;
}
#Drop_Menu li:hover ul {
 top: 39px;
 left: -1px;
}
#Drop_Menu li.over ul {
 top: 39px;
 left: -1px;
}
#Drop_Menu .item1 ul {
 width: 150px;
}
#Drop_Menu .item1 ul li {
 width: 118px;
 border-top: 1px solid #fff;
}
#Drop_Menu .item2 ul {
 width: 150px;
}
#Drop_Menu .item2 ul li {
 width: 118px;
 border-top: 1px solid #fff;
}
#Drop_Menu .item3 ul {
 width: 140px;
}
#Drop_Menu .item3 ul li {
 width: 108px;
 border-top: 1px solid #fff;
}
#Drop_Menu .item4 ul {
 width: 110px;
}
#Drop_Menu .item4 ul li {
 width: 78px;
 border-top: 1px solid #fff;
}
#Drop_Menu .item5 ul {
 width: 110px;
}
#Drop_Menu .item6 ul li {
 width: 78px;
 border-top: 1px solid #fff;
}
#Drop_Menu .item5 ul {
 width: 110px;
}
#Drop_Menu .item6 ul li {
 width: 78px;
 border-top: 1px solid #fff;
}
#flashcontent {
 margin-top: 1px;
}
#footer {
 background-image: url(graphics/footerBG.gif);
 background-position: top;
 background-repeat: no-repeat;
 width: 875px;
 height: 68px;
 margin: 0 auto;
 display: block;
}
#footer .left {
 font-size: 9px;
 color: #666;
 padding: 10px;
 float: left;
 text-align: left;
 width: 400px;
}
#footer .right {
 font-size: 9px;
 color: #666;
 float: right;
 text-align: right;
 padding: 10px;
}
#fractional_ownership {
 margin: 8px 0 4px 0;
}
#layout {
 width: 896px;
 height: 800px;
 background-color: #fff;
 margin: 0 auto;
 text-align: center;
}
#leftCol {
 background-image: url(graphics/leftcolBG.jpg);
 background-position: top;
 background-repeat: repeat-y;
 height: 340px;
}
#leftCol .leftcolTop {
 background-image: url(graphics/leftcolTop.jpg);
 background-position: top;
 background-repeat: no-repeat;
 height: 180px;
}
#leftCol ul {
 margin: 0 0 0 4px;
 padding: 0;
 list-style: none;
}
#leftCol ul li {
 display: block;
 margin: 0 0 4px 0;
 padding: 0 0 6px 11px;
 line-height: .95em;
}
#leftCol ul li a {
 color: #000;
 text-decoration: none;
}
#leftCol ul li ul li {
 display: block;
 margin: 5px 0 0 0;
 padding: 0 0 3px 20px;
 line-height: .95em;
 color: #fff;
 text-decoration: none;
 list-style: circle inside;
}
#leftCol ul li a:hover {
 color: #1b5e9c;
 text-decoration: none;
}
#leftCol ul .current {
 color: #1b5e9c;
}
#profiles .title {
 color: #ca5c00;
 font-size: 14px;
 font-weight: 600;
 font-family: Arial, Helvetica, sans-serif;
}
#static_menu {
 margin: 0 auto;
 background-image: url(graphics/navBG_static.jpg);
 background-position: top;
 background-repeat: no-repeat;
 font-weight: bold;
 height: 43px;
 width: 886px;
 text-align: center;
}
#subMenu h2 {
 color: #666;
 font-size: 10px;
 font-weight: bold;
 border-bottom: 1px dotted #666;
 width: 90%;
 padding-bottom: 2px;
 margin: .3em 0 .7em 0;
}
.bodyMain {
 padding-bottom: 30px;
 padding-left: 50px;
 padding-right: 50px;
 padding-top: 0;
 text-align: left;
}
.clear {
 clear: both;
}
.eventDetail {
}
.eventHeadline {
 font-weight: bold;
 text-decoration: none;
}
.formTextRequired,
 .formText {
 font-weight: bold;
}
.formHilite {
 background-color: #ccc;
 padding: 4px;
}
.leftCol {
 padding: 0;
}
.leftCol p {
 margin-left: 110px;
 margin-top: 0;
 line-height: 120%;
}
.leftCol h3 {
 margin-left: 110px;
 margin: 0 0 0 110px;
 padding: 0;
}
.leftCol div {
 margin: 4px 0;
}
.leftCol img {
 float: left;
}
.menuPipe {
 color: #333;
 font-size: 9px;
 text-decoration: none;
}
.menuPipeLink {
 color: #626365;
 font-size: 9px;
}
.menuPipeLink:hover {
 color: #000;
}
.menuPipeTop {
 color: #5a83ca;
 font-size: 12px;
 text-decoration: none;
 padding: 0 4px 0 4px;
}
.menuPipeLinkTop {
 color: #fff;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}
.menuPipeLinkTop:hover {
 color: #000;
 text-decoration: none;
}
.newsBody {
}
.newsHeadline {
 color: #3366cc;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}
.newsListBlurb {
 font-family: arial;
 color: gray;
 font-size: 10px;
}
.newsListHeadline {
 font-weight: bold;
 text-decoration: none;
}
.newsListHeadline:hover {
 text-decoration: underline;
}
.newsListHeadlineTD {
}
.newsListPublishline {
 font-size: 9px;
 color: #333;
}
.newsListMoreLink {
 font-size: 8pt;
}
.newsListMoreLink:hover {
}
.newsPrevNext {
 line-height: 14pt;
}
.newsPublished {
 color: #666666;
 font-size: 8pt;
}
.newsSubHeadline {
 color: #3366cc;
 font-size: 8pt;
 text-align: left;
 text-decoration: none;
}
.pageCol {
 padding: 0;
}
.pageCol p {
 margin-left: 250px;
 margin-top: 0;
 line-height: 120%;
}
.pageCol h3 {
 margin-left: 250px;
 margin: 0 0 0 250px;
 padding: 0;
}
.pageCol div {
 margin: 4px 0;
}
.pageCol img {
 float: left;
}
.sectionHeader {
 color: #ca5c00;
 font-size: 14px;
 font-weight: 600;
 font-family: Arial, Helvetica, sans-serif;
}
.tableAlt {
 background-color: #e7e7e7;
}
.weatherText {
 font-size: 9px;
 color: #333;
 padding-left: 4px;
}
/* LIGHTBOX CSS */ 
#lightbox {
 position: absolute;
 top: 40px;
 left: 0;
 width: 100%;
 z-index: 100;
 text-align: center;
 line-height: 0;
}
#lightbox a img {
 border: none;
}
#outerImageContainer {
 position: relative;
 background-color: #fff;
 width: 250px;
 height: 250px;
 margin: 0 auto;
}
#imageContainer {
 padding: 10px;
}
#loading {
 position: absolute;
 top: 40%;
 left: 0%;
 height: 25%;
 width: 100%;
 text-align: center;
 line-height: 0;
}
#hoverNav {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index: 10;
}
#imageContainer>#hoverNav {
 left: 0;
}
#hoverNav a {
 outline: none;
}
#prevLink,
 #nextLink {
 width: 49%;
 height: 100%;
 background: transparent url(graphics/lightbox/blank.gif) no-repeat;
 display: block;
}
#prevLink {
 left: 0;
 float: left;
}
#nextLink {
 right: 0;
 float: right;
}
#prevLink:hover,
 #prevLink:visited:hover {
 background: url(graphics/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
 #nextLink:visited:hover {
 background: url(graphics/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
 font: 14px Verdana, Helvetica, sans-serif;
 background-color: #fff;
 margin: 0 auto;
 line-height: 1.4em;
}
#imageData {
 padding: 0 10px;
}
#imageData #imageDetails {
 width: 70%;
 float: left;
 text-align: left;
}
#imageData #caption {
 font-weight: bold;
}
#imageData #numberDisplay {
 display: block;
 clear: left;
 padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
 width: 66px;
 float: right;
 padding-bottom: 0.7em;
}
#overlay {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 90;
 width: 100%;
 height: 500px;
 background-color: #000;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 opacity: 0.6;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
* 
html>body .clearfix {
 display: inline-block;
 width: 100%;
}
* 
html .clearfix {
 height: 1% /* Hides from IE-mac \*//* End hide from IE-mac */;
}

#freedom_calendar {
 position: absolute;
 left: 100px;
 top: 100px;
 width: 175px;
 z-index: 100;
 visibility: hidden;
 clip: rect(0px 175px 145px 0px);
 height: 145px;
}
.eventTD {
 color: gray;
}

/* ModuleBegin::directory */
.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
/* ModuleEnd::directory */

a[href $='.pdf'].pdf { 
   padding-left: 18px;
   background: transparent url(graphics/pdf.gif) no-repeat center left;
}

/* ModuleBegin::photo */
.photoAlbumListerWrapper { padding: 15px 0px; }
.photoBorder { width: 200px; height: 150px; padding: 5px; margin: 0px 15px 0px 0px; border: 1px solid #e5e5e5; float: left;}
.photoAlbumImage { width: 200px; height: 150px; background: transparent no-repeat 50% 50%; }
.photoAlbumImage a { width: 200px; height: 150px; display: block; text-indent: -3000px; }

#thumbPhotos { padding: 15px 0px 0px 0px; }
#thumbPhotos ul { padding: 0; margin: 0; list-style: none; }
#thumbPhotos li { width: 100px; height: 75px; padding: 0px 10px 10px 0px; margin: 0; float: left; }
#thumbPhotos a { width: 100px; height: 75px; display: block; text-indent: -3000px; background: transparent no-repeat 50% 50%; }

/* Edit jquery.lightbox-0.5.js file to change these image names or locations */
.includeLightboxImg1 { background-image: url(graphics/scripts/images/lightbox-blank.gif);}
.includeLightboxImg2 { background-image: url(graphics/scripts/images/lightbox-btn-close.gif);}
.includeLightboxImg3 { background-image: url(graphics/scripts/images/lightbox-btn-next.gif);}
.includeLightboxImg4 { background-image: url(graphics/scripts/images/lightbox-btn-prev.gif);}
.includeLightboxImg5 { background-image: url(graphics/scripts/images/lightbox-ico-loading.gif);}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* ModuleEnd::photo */

.even { background: #ccc; }
.odd { background: #f1f1f1; }
table td.tlbheader { background: #d76509; font-weight: bold; padding: 2px; text-align: center; }

#topcotrolContainer
{
        float: right;
	padding-right:6px;
        padding-top:4px;
	clear: both;
	height: 55px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#SearchTop {
	float: left;
	width: 120px;
}

#FacebookTop { 
	margin: 0;
	float: right;
	width: 115px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#topcotrolLink
{
	width: 100%;
	height: 30px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
        font-size:10pt;
}


#slideshowContainer {
background:#FFFFFF none repeat scroll 0 0;
margin:0;
padding:8px 0 0;
}

#headerContainer_searchbox {
margin-top:15px;
padding:0;
position:absolute;
right:0;
text-align:center;
top:0;
width:276px;
}
.search {
background:transparent url(graphics/plane/search_bg.jpg) no-repeat scroll 0 0;
padding:7px 0 8px 8px;
}

input {
}


#EventsBoxHome {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(EventsBoxHome.gif);
	background-repeat: repeat-x;
	background-color: #d0dbe8;
	padding: 8px;
        width: 80%;
}

#HomeLeft {
	float: left;
	
        padding-left:12px;
}

#HomeRight { 
	margin: 0;
	float: left;
	width: 337px;
	height: 1% /* Holly hack for Peekaboo Bug */
        
        /* background:#CCCCCC none repeat scroll 0 0; */
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
        padding-left:10px;
        text-align:left;
        font-size:14px;
        color:#fff;
        background-color:#003980;
        margin:16px 10px 0 5px;
        /* background-color:#D0DBE8; border-style:double;  */
        min-height: 368px;
        height: auto !important;
        height: 368px;
        
}
#HomeRight p {
       margin:0;
       padding:0;
       line-height:22px;
       padding-bottom:0.9em;
}

#HomeRight ul li {
       padding-bottom:0.9em;
}