/*---------------------------------------*/
/*Page CSS Properties            */
/*---------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
td {
	font-size: 10px;
}

hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}
li {
	list-style-type: square;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/*---------------------------------------*/
/*Links CSS Properties            */
/*---------------------------------------*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990000;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}

/*---------------------------------------*/
/*Background CSS Properties            */
/*---------------------------------------*/

.Left-Tile-Top {
	background-color: #000000;
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 790px;
}
.Left-Tile {
	background-color: #000000;
	background-image: url(../images/left-tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.Right-Tile-Top {
	background-color: #000000;
	background-image: url(../images/right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		height: 790px;
}
.Right-Tile {
	background-color: #000000;
	background-image: url(../images/right-tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.Middle-Tile {
	width:950px;
	background-color: #24435e;
	background-image: url(../images/middle-tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Main-Content {
	width:950px;
	background-color: #FFFFFF;
}

/*---------------------------------------*/
/*Main Table CSS Properties            */
/*---------------------------------------*/

.table-main {
	color: #333333;
	text-align: left;
	border: thin solid #CCCCCC;
	width: 100%;
}
.table-top {
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
.table-middle {
	padding: 5px;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.table-subtop {
	padding: 5px;
	background-color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table-content-row {
	padding: 5px;
}
.table-content-rowalt {
	padding: 5px;
	background-color: #F2F2F2;
}
.table-error {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.table-bottom {
	padding: 5px;
	background-color: #E5E5E5;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*---------------------------------------*/
/*News CSS Properties                    */
/*---------------------------------------*/

.news-title {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	height: 40px;
}
.news-content {
	padding: 5px;
	vertical-align: top;
	height: 250px;
}
.news-author {
	padding: 5px;
	font-style: italic;
	color: #666666;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news-date {
	padding: 5px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news-buttons {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}

/*---------------------------------------*/
/*Horizontal Menu CSS Properties         */
/*---------------------------------------*/

.menu-bar {
	text-align: center;
	background-image: url(../images/menu-bg.jpg);
	height: 51px;
}
.menu-bar-box {
	text-align: center;
	float: none;
}
.menu-button-reg {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
.menu-button-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}


/*---------------------------------------*/
/*Vertical Menu CSS Properties           */
/*---------------------------------------*/

.button-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 200px;
}

/*Main Menu Buttons    */

.button1-reg {
font-size: 10px;
	color: #000000;
	text-indent: 20px;
	display: block;
	height: 20px;
	width: 180px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.button1-reg-hover {
	padding: 5px;
}
.button1-over {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCCCCC;
}
.button1-over-hover {
	padding: 5px;
}

/*Sub Menu Buttons    */

.button2-reg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button2-reg-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}
.button2-over {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DFDFDF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button2-over-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}

/*Sub Sub Menu Buttons    */

.button3-reg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.button3-reg-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}
.button3-over {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.button3-over-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}

/*---------------------------------------*/
/*Horizontal Tab Menu CSS Properties     */
/*---------------------------------------*/

.tab-bar {
	padding: 5px;
}

/*Tab Regular State   */

.tab-title {
	padding: 5px;
}
.tab-left {
	padding: 5px;
}
.tab-middle {
	padding: 5px;
}
.tab-right {
	padding: 5px;
}

/*Tab Over State   */

.tab-title-over {
	padding: 5px;
}
.tab-left-over {
	padding: 5px;
}
.tab-middle-over {
	padding: 5px;
}
.tab-right-over {
	padding: 5px;
}

/*---------------------------------------*/
/*Form CSS Properties     */
/*---------------------------------------*/

.form-titles {
	color: #990000;
	font-weight: bold;
}
.form-fields {
	background-color: #F7F7F7;
	border: 1px solid #000000;
	height: 20px;
}
.form-dropdowns {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}
.form-buttons {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}


/*---------------------------------------*/
/*Survey CSS Properties     */
/*---------------------------------------*/

.SurveyName {
	font-weight: bold;
}
.SurveyDescription {
}
.SurveyQuestionDescription {
}
.SurveyQuestion {
	font-weight: bold;
}
.SurveyQuestionAnswer {
	padding-left: 15px;
}



/*---------------------------------------*/
/*Photo Gallery CSS Properties           */
/*---------------------------------------*/

.GalleryImage {
}
.GalleryImageName {
	font-weight: bold;
	color: #333333;
}
.GalleryImageDescription {
}



/*---------------------------------------*/
/*Custom CSS Properties                  */
/*---------------------------------------*/

.form-checkbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #990000;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	height: 14px;
}
.form-button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #E90000;
	border: 2px solid #990000;
	font-size: 10px;
}
.tablerowtitle {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #000000;
}
.column {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}
.searchrow {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.memberstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
.members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

/*---------------------------------------*/
/* Locations Properties                  */
/*---------------------------------------*/
.locations_maintable 							{ margin: 10px 0px 40px 0px;  }
.locations_maincell 							{ vertical-align:top; padding: 5px; font-size:11px; }		
.locations_rightcell							{ vertical-align:top; padding: 5px; font-size:11px; }
.locations_maintable h1							{ font-family:Georgia, Times, serif; font-size: 16px; display:block; padding:3px 0; }
.locations_maintable h2							{ font-size: 14px; display:block; padding:3px 0; }
.locations_maintable h3							{ font-size: 12px; display:block; padding:3px 0; }
.locations_maintable h4 						{ font-size: 11px; display:block; padding:3px 0; }
.locations_breadcrums							{ color:#ff9900; margin-bottom:10px; border-bottom:1px dashed #ccc; padding-bottom:4px; }
.locations_breadcrums a							{ color:#999; text-decoration:underline; }
.locations_breadcrums a:hover					{ color:#999; text-decoration:none; }
.locations_photos								{ padding: 10px; background-color:#e5e5e5; border: 1px solid #ccc; color: #666; }
.locations_photos img							{ border:1px solid #999; }
.locations_map									{ border:1px solid #999; height:310px; width:400px; }

.locations_rightsidebox							{ border: 1px solid #cccccc; border-top:none; background-color:#F4F3F2 }
.locations_rightsidebox div						{ border-top:1px solid #ccc; padding: 5px; }
.locations_rightsidebox div h3					{ color: #666; font-weight:bold; }
.locations_search_inputs						{ width: 200px; }
.locations_search_results						{ margin: 7px 0; border-bottom: 1px dashed #ccc; line-height:16px; padding:7px 0;}
.locations_search_results a						{ font-size: 12px; font-weight:bold; padding-bottom:2px;  }
.locations_search_logo							{ padding:5px 5px 5px 0; }
.locations_results_desc							{ color:#999; }


.locationslist_viewall							{margin-top:5px; padding-top: 5px; border-top: 1px dashed #f3f3f3; font-size:12px; }
.locationslist									{ color: #333; text-align: left; }

/*---------------------------------------*/
/* EVENTS Properties                  */
/*---------------------------------------*/
.events_maintable 								{ margin: 10px 0px 40px 0px;  }
.events_maintable h1							{ font-family:Georgia, Times, serif; font-size: 16px; display:block; padding:3px 0; }
.events_maintable h2							{ font-size: 14px; display:block; padding:3px 0; }
.events_maintable h3							{ font-size: 12px; display:block; padding:3px 0; }
.events_maintable h4 							{ font-size: 11px; display:block; padding:3px 0; }
.events_maincell 								{ vertical-align:top; padding: 5px; font-size:11px; }		
.events_rightcell								{ vertical-align:top; padding: 5px; font-size:11px; }

.events_search_results							{ margin: 7px 0; border-bottom: 1px dashed #ccc; line-height:16px; padding:7px 0;}
.events_search_results a						{ font-size: 12px; font-weight:bold; }
.events_breadcrums								{ color:#999; margin-bottom:10px; border-bottom:1px dashed #ccc; padding-bottom:4px; }
.events_breadcrums a							{ color:#999; text-decoration:underline; }
.events_breadcrums a:hover						{ color:#999; text-decoration:none; }
.events_photos									{ padding: 10px; background-color:#e5e5e5; border: 1px solid #ccc; color: #666; }
.events_photos img								{ border:1px solid #999; }
.events_files									{ margin-bottom:20px; }
.events_map										{ border:1px solid #ccc; height:310px; width:100%; }
.events_rightsidebox							{ border: 1px solid #cccccc; border-top:none; background-color:#F4F3F2 }
.events_rightsidebox div						{ border-top:1px solid #ccc; padding: 5px; margin-bottom:5px; }
.events_rightsidebox div h3						{ color: #666; font-weight:bold; }

.eventslist_viewall								{margin-top:5px; padding-top: 5px; border-top: 1px dashed #ccc; font-size:12px; }
.eventslist										{ color: #333; text-align: left; border: 1px solid #CCC; }
