*
{
	padding:0; 
	margin: 0;
	font-family:'Arial','Open Sans Condensed', sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ie-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}
body
{
	min-width: 300px;
}
h1, h2, h3, h4, h5, h6, p
{
	color: #000000 ;
}
ul li
{
	/*list-style-type: none;*/
	list-style-type: disc;
	margin-left: 20px;
}
ol li
{
	list-style-type: decimal;
	margin-left: 20px;
}
header
{
	background-color: #f5f2f0;
	height: 76px;
	width: 100%;
}
#adminContent
{
	width: 1000px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	margin: 20px auto ;
	-moz-box-shadow: -1px -1px 10px #000000;
	-webkit-box-shadow: -1px -1px 10px #000000;
	box-shadow: -1px -1px 10px #000000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*list-style-type: disc;*/
}

#adminNav
{
	width: 195px;
	float: left;
	border-right: 1px solid #000;
	min-height: 600px;
}
#adminNav a
{
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	/*float: left;*/
	display: inline-block;
	/*list-style-type: none;*/
	padding: 5px 5px 5px 10px;
	width: 90%;
}
#adminNav a:hover
{
	color: #f46817;
}

#adminNav h1
{
	margin-top: 10px;
}
#adminNav h3
{
	/*font-size: 16px;*/
	margin-top: 20px;
}
#adminNav h3:first-child
{
	margin-top: 0;
}
#listing
{
	width: 745px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#listing li
{
	/*list-style-type: disc;*/
}
#listing h1, #adminContent h1
{
	/*font-size: 23px;*/
	padding-bottom: 20px;
}
#listing h2
{
	width: 100%;
	float: left;
}
#listing h6
{
	padding: 10px 0;
	float: left;
	width: 100%;
}
h2
{
	font-size: 18px;
}
.buttonsLINK
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 50px;
	color: #FFFFFF;
	/*text-decoration: none;*/
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 30px;
	/*margin-left: 10px;*/
	margin-top: 10px;
	padding: 5px 10px;
	border: solid 4px #d8d8d8;
	border-radius: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#b24102,EndColorStr=#fe6e1a);
	background: linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -o-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -moz-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -webkit-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -ms-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.16, #b24102),color-stop(0.75, #fe6e1a));
	float: left;
	text-align: center;
	width: 30%;
	margin-right: 10px;
	/*padding-top: 13px;*/
	height: 50px;
}	
.buttonsLINK:hover
{
	font-weight: bold;
	background: #000;

}
a.buttonsLINK
{
	width: 30%;
	margin-right: 10px;
	height: 50px;
	float: left;
}

.buttonsLINK2
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 50px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin-top: 10px;
	padding: 5px 10px;
	border: solid 4px #d8d8d8;
	border-radius: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#b24102,EndColorStr=#fe6e1a);
	background: linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -o-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -moz-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -webkit-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -ms-linear-gradient(bottom, #b24102 16%, #fe6e1a 75%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.16, #b24102),color-stop(0.75, #fe6e1a));
	float: left;
	text-align: center;
	/*width: 30%;*/
	
	margin-right: 10px;
	height: 50px;
}	
.buttonsLINK2:hover
{
	font-weight: bold;
	background: #000;

}
a.buttonsLINK2
{
	/*width: 30%;*/
	margin-right: 10px;
	height: 50px;
	float: left;
}

#postForm input[type="submit"], #postForm input[type="button"]
{
	padding-top: 0;
	width: 30%;
	margin-right: 10px;
	height: 50px;
	float: left;
}

.buttons
{
	width: 100%;
	height: 35px;
	display: block;
}
.fullwidth
{
	float: left;
	width: 100%;
	padding: 5px 0;
}
.fullwidth img
{
	width: 100%;
}

#notOnPage2, #onPage2, #allPages2, #mainSlider2
{
	display: none;
}
#postForm
{
	width:100%;
	padding: 20px 0;
	float: left;
}
#postForm label
{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 18px;
}
#postForm input
{
	width: 100%;
	margin: 10px 0;
	/*padding: 10px;*/
	float: left;
}
#postForm input[type="submit"]
{
	margin: 10px 10px 0 auto;
	padding: 5px 10px;
}

input:-webkit-autofill 
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#postForm input[type="checkbox"]
{
	width: 30px;
	float: left;
	margin:  0;
	padding:  0;
}
#postForm input[type="file"]
{
	/*width: 200px;*/
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}
.error, .good
{
	padding: 20px;
	/*border: 1px solid #C00;*/
	background-color: #C00;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	float: left;
}
.good
{
	background-color: green;
}
.error p, .good p
{
	float: left;
	height: auto;
	width: 100%;
	color: #fff;
}
label.error
{
	padding: 0;
	background-color: inherit;
	font-size: inherit;
	color: red;
	border: none;
}
input[type="text"].error
{
	border: 1px solid red;
	color: red;
}
.small
{
	width: 100%;
	padding-bottom: 10px;
	float: left;
	color: #000000;
}
input[type="checkbox"].small
{
	margin-bottom: 10px !important;
}
#postForm p
{
	height: 50px;
	padding-bottom: 10px;
	margin-top: 10px;
	/*float: left;*/
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
/*#preview p
{
	padding-bottom: 10px;
	margin-top: 10px;
}*/
#postForm p a
{
	font-family: inherit;
	font-size: inherit;
}

.cke a
{
	color: #00539f;
	font-weight: bold;
	text-decoration: none;
}
.cke a:hover 
{
	color: #000000;
}
#cke_memoContent, #cke_memoEnews
{
	width: 100%;
	float: left;
}
#postForm .cke p
{
	height: auto;
	margin:0;
	padding: 0;
}
#existingPic 
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#existingPic img
{
	width: 100%;
}
.headings
{
	padding-right: 20px;
}
#smallerVersion, #smallerVersion2
{
	width: 100%;
	float: left;
}
#smallerVersion img, #smallerVersion2 img
{
	width: 100%;
}
#smallerVersion h3, #smallerVersion2 h3
{
	font-size: 16px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}

.individual
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.individual a
{
	padding-right: 10px;
}
#smallerVersion .individual, #smallerVersion2 .individual
{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.pic
{
	width: 100%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.page
{
	width: 50%;
	float: left;
	padding-top: 7px;
}
.page a
{
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	float: left;
	color: green;
}		
.page p
{
	display: inline-block;
}
.pic
{
	width: 50%;
	float: left;
}

.column
{
	width: 125px;
	float: left;
}
.column3
{
	width: 125px;
	
	float: left;
}
.column2
{
	width: 60px;
	float: left;
	padding-left: 10px;
}
.column a
{
	padding-right: 10px;
	float: left;
}
.heading
{
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 125px;
	padding-bottom: 5px;
}
.heading2
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 125px;
	padding-bottom: 5px;
}
.heading3
{
	width: 60px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-bottom: 5px;

}
.heading4, .column4
{
	width: 180px;
	float: left;
	font-size: 14px;	
}	
.heading4
{
	font-weight: bold;
}

.individual img, .socialM img
{
	width: 100px;
	float: left;
}
.column p
{
	width: 100%;
	float: left;
}
.socialM p, .socialM a 
{
	width: 50% !important;
	float: left;
	height: auto !important;
	margin: 10px 0 5px 10px !important;
}
.socialM input[type="text"]
{
	width: 50% !important;
	float: left;
	margin: 5px 0 0 10px !important;
}
.socialM
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	height: 100px;
}
.moveDown
{
	width: 100%;
	margin: 30px 0;
	float: left;
}
.indent .moveDown
{
	width: auto;
}
.indent img
{
	width: auto;
}
.moveDown img
{
	width: auto;
	height: auto;
	max-height: 500px;
	max-width: 400px;
}
body.dragging, body.dragging * 
{
  cursor: move !important;
}

.dragged 
{
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder 
{
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before 
{
  position: absolute;
  /** Define arrowhead **/
}

.example ol
{
	padding-left: 10px;
}

.example li 
{
	width: 100%;
	float: left;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	padding: 9px;
	margin: 5px 0;
	/*cursor: move;*/
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.example a
{
	color: #000;
}
.example a:hover
{
	color: #F46817;
}
.thumbs
{
	width: 110px;
	float: left;
	margin: 10px;
	height: 120px;
	font-size: 12px;
}
.thumbs img
{
	margin-bottom: 10px;
	max-height: 100px;
	height: auto;
	width: 100px;
	overflow: hidden;

}
.thumbs input[type="checkbox"]
{
	width: auto !important;
	margin-right: 5px !important;
}
.thumbs2
{
	width: 45%;
	float: left;
	margin: 10px;
}
.thumbs2 img
{
	margin-bottom: 10px;
}

#bluemenu a:hover
{
	color: orange;
}
.layout
{
	width: 125px;
	height: 150px;
	margin: 5px;
	float: left;
}
.layout a
{
	color: #000000;
}
#layoutImage
{
	display: none;
	width: 100%;
	float: left;
}
#layout
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#layoutImage h3
{
	width: 100%;
	float: left;
}
#previewCols p { padding-right: 55px; }
#native {
	-webkit-column-width:		300px;
	-moz-column-width:			300px;
	-o-column-width:			300px;
	-ms-column-width:			300px;
	column-width:				300px;
	float: left;
	width: 100%;
	margin: 30px auto
}
#listing #native
{
	width: 100%;
	margin: 10px 0;
}
.highlight
{
	/*background-color: red ;*/
	color: red !important;
	padding: 10px;
	/*font-weight: bold !important;*/

}

#adminNav .active
{
	background-color: #fe6e1a !important;
	padding: 10px;
	color: #fff !important;
	/*font-weight: bold !important;*/

}
#previewBanner, #preview
{
	width: 100%;
	float: left;
	height: auto;
}
#previewBanner img
{
	width: 100%;
}
.fg-button-option:hover
{
	transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
}

.moveDown #previewBanner #slider
{
	width: 100%;
	width: 960px;
	height: 317px;
	/*height: 203px;*/
}
.moveDown #previewBanner #slider img
{
	width: 960px;
	height: 317px;
	max-height: none;
	max-width: none;
	/*height: 203px;*/
}

#previewTrans
{
	display: none;
	float: left;
	width: 100%;
}
#previewTrans #slider
{
	float: left;
	width: 100%;
}
.moveDown #previewTrans img
{
	width: 100%;
}
.events
{
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #f46817;
}
textarea#memoDescription
{
	width: 100%;
	height: 100px;
	margin: 10px 0;
}
table#eventTable, table#imagesTable, table#singleTable, table#noBkgTable, table
{
	border-collapse: collapse;
	width: 100%;
}
th, td
{
	padding: 5px;
}
th
{
	text-align: left;
}
#eventTable tr:nth-child(4n+2)
{
	background-color: #eee;
}
#eventTable tr:nth-child(4n+3)
{
	background-color: #eee;
}
#imagesTable tr:nth-child(2n+2)
{
	background-color: #eee;

}
#singleTable tr:nth-child(2n+2)
{
	background-color: #eee;
}
.alternateG p:nth-child(2n+2), .alternateG tr:nth-child(2n+2), .tableBkg
{
	background-color: #eee;
}
.alternateG p
{
	padding: 5px;
}
table#paddMe tr td
{
	padding: 0 5px;
	width: 25%;
	height: 60px;
}
blockquote, #text blockquote p {
display: block;
font-style: italic;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}

.greenBG {
background-color: #75aa42;
padding-left: 5px;
float: left;
width: 100%;
}

.inset
{
margin-left: 10px;	
}
#cke_1_contents p, #cke_1_contents h1, #cke_1_contents h2, #cke_1_contents
{
	/*font-family: 'maven pro','Maven Pro', sans-serif;*/
}
textarea h1
{
	/*font-family: 'Maven Pro', sans-serif;*/
}
.tooltipImage
{
	vertical-align: middle;
	height: 22px;
	display: inline-block;
	padding-left: 10px;
}
#smallerVersion .tooltipImage img, .tooltipImage img
{
	height: 27px;
	width: 27px;
}


.bold
{
	font-weight: bold;
}
#reportsTable td
{
	padding: 10px;
	text-align: center;
}
#reportsTable tr
{
	text-align: center;
}
.greyBG {
	background-color: #f1f0f0;
	padding-left:5px;
	padding-right:5px;
}
.orangeBG {
	background-color: #fb4400;
	padding-left:5px;
	padding-right:5px;
}
.TBL-border {
	border: 1px solid #CCCCCC;
}
a.committeeButton:link, a.committeeButton:active, a.committeeButton:visited  {
	background: #2989d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #2989d8 1%, #00478c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2989d8), color-stop(100%,#00478c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2989d8 1%,#00478c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2989d8 1%,#00478c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2989d8 1%,#00478c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2989d8 1%,#00478c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#00478c',GradientType=0 ); /* IE6-9 */
	color:#cfd0ce;
	/*font-family: 'Maven Pro', sans-serif;*/
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	padding:11px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
strong
{
	font-size: inherit;
	font-weight: bold;
	font-family: inherit;
}
form#postForm.noPad p
{
	margin-bottom: 0;
	height: auto;
}
.textCenter
{
	text-align: center;
}
#smallerVersion img.noStretch
{
	width: 20px;
	height: 20px;
}
#strValidation
{
	background: green;
	color: white;
	width: 100%;
	float: left;
	padding: 20px;
}
#strValidation p
{
	color: white;
}
.floatR
{
	float: right !important;
}
.floatL
{
	float: left;
}
.adminRow
{
	width: 100%;
}
.adminCol-1, .adminCol-2, .adminCol-3, .adminCol-4, .adminCol-5, .adminCol-6, .adminCol-7, .adminCol-8, .adminCol-9, .adminCol-32, .adminRow
{
	float: left;
	display: inline-block;
	position: relative;
}
.adminCol-1
{
	width: 10%;
}
.adminCol-2
{
	width:20%;
}
.adminCol-3
{
	width: 30%;
}
.adminCol-4
{
	width: 40%;
}
.adminCol-5
{
	width: 50%;
}
.adminCol-6
{
	width: 60%;
}
.adminCol-7
{
	width: 70%;
}
.adminCol-8
{
	width: 80%;
}
.adminCol-9
{
	width: 90%;
}
.margin10L
{
	margin-left: 10px;
}
.padding10L
{
	padding-left: 10px;
}
.padding10TB
{
	padding-bottom: 10px;
	padding-top: 10px;
}
.padding5TB
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.margin10TB
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.padding10T
{ 
	padding-top: 10px;
}
.padding5B
{
	padding-bottom: 5px;
}
#slider
{
	z-index: 0!important;
}
.fluid-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 350px;
overflow: hidden;
}
.fluid-wrapper iframe, .fluid-wrapper object, .fluid-wrapper embed {
position: absolute;
top: 0;
left: 0;
/* width: 95%; */
width: 100%;
height: 100%;
border: none;
}