/* Whittemore CSS Document */

html {
	background:#222;
}

body {
	background:url("../images/backgroundPhoto.png") no-repeat center top fixed;
	margin:0;
	padding:0;
	font-family:Calibri, Arial, sans-serif;
	font-size:14px;
	color:#666666;
}

body.noFooter {
	height:500px;
	margin:0px;
	padding:0px;
	background: #fff;
	}

.clear {
	clear:both;	
}

.wrapper {
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	position:relative;
}

.wrapperWhite {
	width:920px;
	background:#FFF;
	padding:20px;	
	margin:30px 0 0 0;
	-webkit-box-shadow: 0 3px 15px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 15px 3px rgba(0,0,0,0.5);
	box-shadow: 0 3px 15px 3px rgba(0,0,0,0.5);
}

/* ---------------------------- HEADER ---------------------------------- */

.logo {
	margin:8px 0 0 0;
	padding:0;
}

.header {
	background:url("../images/black65opacity.png") repeat left top;
	width:100%;
	height:77px;
	margin:0;
	padding:0;	
}

h1 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h2 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h3 {
	margin:0;
	padding:0;
	font-weight:normal;
}

.headerTagline {
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:normal;
	-webkit-text-shadow: 0 2px 5px rgba(0,0,0,0.55);
	-moz-text-shadow: 0 2px 5px rgba(0,0,0,0.55);
	text-shadow: 0 2px 5px rgba(0,0,0,0.55);
	position: absolute;
	top: 40px;
	right: 12px;
	width: 600px;
	text-align: right;
}

.headerTagline span {
	font-family:"Berlin Sans FB Demi", Arial, sans-serif;
}

.headerRight {
	position: absolute;
	top: 0;
	right: 0;
}

/* ---------------------------- NAV BAR ---------------------------------- */

.navBar {
	width:100%;
	height:49px;
	background:url("../images/navBG.png") repeat left top;
	margin:0;
	padding:0;
	-webkit-box-shadow: 0 7px 9px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 7px 9px rgba(0,0,0,0.4);
	box-shadow: 0 7px 9px rgba(0,0,0,0.4);
}

/* Start Drop Down Menu */
ul#navmenu-h { 
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 99;
	float:right;
}

ul#navmenu-h ul {
	width: 210px; /* Sub Menu Width */
	list-style: none;
	display: none;
	position: absolute;
	margin: 0;
	/**margin: 0;*/
	top: 100%;
	left: -40px;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
}

ul#navmenu-h li {
	float: left;
	display: inline;
	position: relative;
	float: left;
	border-bottom: none;
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:17px;
	letter-spacing:1.25px;
	padding:0;
	margin:0;
}

ul#navmenu-h li:hover {
	background: #c9323b;
	color:#FFF;
	}

ul#navmenu-h ul li {
	width: 100%;
	display: block;
	height: 100%;
}

/* Root Menu */
ul#navmenu-h a {
	height:34px;
	display:block;
	color:#ccc;
	text-decoration:none;
	margin:0;
	padding:15px 15px 0 15px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	color: #fff;
	text-decoration: none;
}

ul#navmenu-h li ul li {
	background: #c9323b;
	height: 34px;
	border-bottom: 1px solid #7c060d;
	}
	
ul#navmenu-h li ul li a {
	color: #f6f0e8;
	}
	
ul#navmenu-h li ul li:hover {
	background: #18252d;
	height: 34px;
	border-bottom: 1px solid #7c060d;
	}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	float: none;
	color: #fff;
	font-size: 11pt;
	padding: 10px 0 8px 8px;
	text-decoration: none;
	display: block;
	margin: 0 0 0 12px;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {
	display: none;
}

ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
/*End Drop Down Menu*/

/*ul#navList {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

ul#navList li {
	float:left;
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:17px;
	letter-spacing:1.25px;
	padding:0;
	margin:0;
}

ul#navList li a {
	height:34px;
	display:block;
	color:#ccc;
	text-decoration:none;
	margin:0;
	padding:15px 15px 0 15px;
}

ul#navList li a.active, ul#navList li a:hover {
	color:#FFF;
	background:#c9323b;
}*/

/* ---------------------------- TOP NAV LIST ---------------------------------- */

ul#topNavList {
	margin:14px 12px 0 0;
	padding:0;
	list-style:none;
	float:right;
}

ul#topNavList li {
	float:left;
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:13.5px;
	letter-spacing:0.6px;
	border-right:solid 1px #ccc;
	padding:0;
	margin:0;
}

ul#topNavList li a {
	display:block;
	color:#ccc;
	text-decoration:none;
	padding:0 13px 0 13px;
}

ul#topNavList li a.active, ul#topNavList li a:hover {
	color:#FFF;
}

ul#topNavList li.phone {
	padding:0 0 0 13px;
	border-right:none;
	color:#ccc;
}

/* ---------------------------- MAIN CONTENT ---------------------------------- */

.heading {
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1.2px;
	color:#18406a;
	margin:0 0 10px 0;
	padding:0;
}

.headingWhite {
	color:#FFF;	
}

.boldFont {
	font-family:"Berlin Sans FB Demi", Arial, sans-serif;	
}

a {
	text-decoration:none;
	color:#c9323b;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:0px;
	border-bottom:1px solid #cccccc;
	margin:0 0 2px 0;
}

.smallArrowLink {
	background:url("../images/smallArrow.png") no-repeat center right;
	margin:0;
	padding:0 12px 2px 0;
}

.smallArrowLinkRight {
	background:url("../images/smallArrow.png") no-repeat center right;
	margin:6px 0 0 0;
	padding:0 12px 2px 0;
	float: right;
}

.smallArrowLinkPhoto {
	background:url("../images/smallArrow.png") no-repeat center right;
	margin:0 0 0 0;
	padding:0 12px 2px 0;
	float: right;
}

.slideShow {
	width:920px;
	height:350px;
	padding:0;
	margin:0;
	position:relative;
}

.blackBar
{
	width:100%;
	height:70px;
	position:absolute;
	left:0px;
	bottom:0px;
	background-image:url("../images/black70opacity.png");
	background-repeat:repeat;
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:25px;
	letter-spacing:1.2px;
	color:#FFF;
}

.blackBarText {
	margin:20px;
	font-family:"Berlin Sans FB", Arial, sans-serif;
	font-size:25px;
	letter-spacing:1.2px;
	color:#FFF;
}

.column {
	float:left;
	width:293px;
	margin:0 20px 20px 0;
}

.lastColumn {
	margin:0 0 20px 0;	
}

.boldSubHead {
	font-family:"Berlin Sans FB Demi", Arial, sans-serif;
	font-size:15.5px;
	font-weight:normal;
	letter-spacing:0.7px;
	margin:15px 0 5px 0;
	padding:0;
}

.boldSubHeadRed {
	font-family:"Berlin Sans FB Demi", Arial, sans-serif;
	font-size:15.5px;
	font-weight:normal;
	letter-spacing:0.7px;
	margin:15px 0 5px 0;
	padding:0;
	color: #c9323b;
}

.boldSubHeadSmall {
	font-family:"Berlin Sans FB Demi", Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.7px;
	margin:0;
	padding:0;
	color: #18406a;
}

.bodyCopy {
	margin:0 0 10px 0;
	padding:0;	
}

.whatsHappeningText {
	margin:0 0 0 55px;	
}

.whoWeAreText {
	margin:15px 0 15px 0;	
}

.dateBox {
	width:44px;
	height:63px;
	background-color:#e9e9e9;
	font-size:24px;
	color:#7e7e7e;
	line-height:39px;
	text-align:center;
	position:relative;
	float:left;
	margin:15px 0 0 0;
	padding:0;
}

.monthBox {
	width:44px;
	height:24px;
	background-color:#7e7e7e;
	font-size:15px;
	letter-spacing:0.3px;
	color:#e9e9e9;
	line-height:24px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	text-transform: uppercase;
}

.insideContentContainer {
	width:597px;
	margin:0 20px 0 0;
	padding:0 30px 0 0;	
}

.insideContentContainerLeft {
	width:597px;
	/*margin:0 20px 0 0;*/
	padding:0 30px 0 0;	
	float: left;
}

.insideCopy {
	margin:15px 0 30px 0;
	padding:0;	
}

.insideTopImage {
	width:920px;
	height:250px;
	padding:0;
	margin:0;
	position:relative;
	overflow: hidden;
}

.insideSideBar {
	float:right;
	width:293px;
	margin:0 0 20px 0;
	padding:0;	
}

.viewAllevents {
	padding: 6px 0 0 0;
	text-align: right;
}

/* ---------------------------- PHOTO GALLERY ---------------------------------- */

.photoGalleryBox {
	width:880px;
	background:#ebebeb;
	padding:20px;
	margin:10px 0 0 0;
}

.galleryPhoto {
	margin:15px 2px 5px 2px;	
}

.galleryPhoto:hover {
	border:2px solid #c9323b;
	margin:13px 0 3px 0;
}

.viewMore {
	float:right;
	font-size:20px;
	background:url("../images/largeArrow.png") no-repeat center right;
	margin:0;
	padding:0 24px 3px 0;
}

/* ---------------------------- FOOTER ---------------------------------- */
.footerTopStripe {
	width:100%;
	height:6px;
	background:#1e4e81;
	margin:0;
}

.footer {
	background:url("../images/footerBG.png") repeat left top;
	width:100%;
	height:220px;
	margin:30px 0 0 0;
	padding:0;
}

.footerBottom {
	width:100%;
	height:35px;
	background:#222;
	margin:0;
	padding:15px 0 0 0;
	color:#B3B3B3;
	letter-spacing:0.4px;
	text-align:right;
}

.footerCol1 {
	float:left;
	width:315px;
	margin:20px 0 0 30px;
	padding:0;
}

.footerCol2 {
	float:left;
	width:565px;
	margin:20px 0 0 30px;
	padding:0;
	color:#B3B3B3;
}

ul#footerList {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}

ul#footerList li {
	float:left;
	padding:0;
	margin:0;
	letter-spacing:0.3px;
}

ul#footerList li a {
	height:25px;
	display:block;
	color:#B3B3B3;
	text-decoration:underline;
	margin:0;
	padding:0 37px 0 0;
}

ul#footerList li a.active, ul#footerList li a:hover {
	color:#FFF;
	text-decoration:underline;
}

.facebookLink {
	float:left;
	height:25px;
	background:url("../images/fbIcon.png") no-repeat center left;
	margin:0;
	padding:3px 0 0 25px;
	display:block;
	color:#B3B3B3;
	text-decoration:underline;
}

.facebookLink:hover {
	color:#FFF;
}

.footerCol2Text {
	margin:11px 0 0 0;
	line-height:25px;
	letter-spacing:0.3px;
}

.footerContactInfo {
	float:right;
	margin:0 80px 0 0;
	padding:0;
}

.footerBottom a {
	color:#b3b3b3;
	text-decoration:underline;
}

.footerBottom a:hover {
	color:#FFF;
	text-decoration:underline;	
}

.grey {
	background: #eee;
	padding: 6px;
	display: block;
	}
	
.white {
	background: #fff;
	padding: 6px;
	display: block;
	}
	
.listingCol1 {
	width: 300px;
	float: left;
	}
	
.listingCol2 {
	width: 260px;
	/*background: orange;*/
	float: left;
	margin: 0 0 0 15px;
	}
	
.listingTitle {
	font-size: 18px;
	color: #18406a;
	font-family:"Berlin Sans FB", Arial, sans-serif;
	}
	
.contact {
	padding: 0 0 15px 0;
}
	
.listingDescrip {
	padding: 10px 0 0 0;
	}
	
.listingFile {
	padding: 10px 0 0 0;
	}
	
.phone {
	padding: 12px 0 0 0;
	}
	
.eventContainer {
	padding: 20px;
	}
	
.eventDate {
	font-weight: bold;
	color: #c9323b;
	padding: 8px 0 0 0;
	margin: 0 0 12px 0;
	}
	
.popUpDescrip {
	border: dashed 1px #9b9b9b;
	padding: 10px;
	min-height: 320px;
	color: #000;
	}
	
.galleryItem {
	width: 280px;
	float: left;
	overflow: hidden;
	background: #ebeceb;
	margin: 10px 9px 10px 9px; 
}

.galleryItemName {
	margin: 10px;
}

.tableNickNames .empowerTablesName {
	display:none;
}

.tableNickNames table {
	width:100%;
	font-size:16px;
	margin:5px 0 0 0;
	padding:0;
	border-collapse:collapse;
}

.tableNickNames table tr.odd{
	background-color:#E6E7E8;
}

.tableNickNames table tr.even, .tableNickNames table thead tr{
	background-color:#FFF;
}

.tableNickNames table tr.odd:hover, .tableNickNames table tr.even:hover {
	background: #18406a;
	color: #fff;
}

.tableNickNames table td{
	padding:5px;
}

.tableNickNames table td.tableCol1, .tableNickNames table th.tableCol1{
	width:144px;
	border-right:1px solid #E6E7E8;
	text-align:left
}

.tableNickNames table td.tableCol2, .tableNickNames table th.tableCol2{
	width:144px;
	border-right:1px solid #E6E7E8;
	text-align:left
}

.tableNickNames table td.tableCol3, .tableNickNames table th.tableCol3{
	width:50px;
	border-right:1px solid #E6E7E8;
	text-align:center;
}

.tableNickNames table td.tableCol4, .tableNickNames table th.tableCol4{
	text-align:center;
	width:60px;
}

.tableNickNames table th{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:5px;
	color: #c9323b;
}

.tableBoardNames .empowerTablesName {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 0 0;
}

.tableBoardNames table {
	width:100%;
	font-size:16px;
	margin:5px 0 0 0;
	padding:0;
	border-collapse:collapse;
}

.tableBoardNames table tr.odd{
	background-color:#E6E7E8;
}

.tableBoardNames table tr.even, .tableBoardNames table thead tr{
	background-color:#FFF;
}

.tableBoardNames table tr.odd:hover, .tableBoardNames table tr.even:hover {
	background: #18406a;
	color: #fff;
}

.tableBoardNames table td{
	padding:5px;
}

.tableBoardNames table td.tableCol1, .tableBoardNames table th.tableCol1{
	width:144px;
	border-right:1px solid #E6E7E8;
	text-align:left
}

.tableBoardNames table td.tableCol2, .tableBoardNames table th.tableCol2{
	width:144px;
	border-right:1px solid #E6E7E8;
	text-align:left
}

.tableBoardNames table td.tableCol3, .tableBoardNames table th.tableCol3{
	width:50px;
	border-right:1px solid #E6E7E8;
	text-align:center;
}

.tableBoardNames table td.tableCol4, .tableBoardNames table th.tableCol4{
	text-align:center;
	width:140px;
}

.tableBoardNames table th{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:5px;
	color: #c9323b;
}

.empowerTablesDate {
	display: none;
}

.areaClick {
	float: right;
	padding: 5px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

.photoDescrip {
	text-align: center;
	padding: 5px 0 0 0;
}

/* START FORMS */

.styledForm label {
	display:block;
	font-size:18px;
	margin:0 0 5px 0;
}

.styledForm label span {
	color:#c9323b;
	font-size:12px;
}

.styledForm input[type="text"], .styledForm input[type="password"], .styledForm select, .styledForm textarea {
	display:block;
	margin:0 0 15px 0;
	width:586px;
	font-size:13px;
	font-family: arial, tahoma, sans-serif;
	padding:8px 5px 8px 5px;
	border:1px solid #999;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm .spacer {
	display:block;
	margin:0 0 5px 0;
	width:600px;
	font-size:13px;
	font-family: arial, tahoma, sans-serif;
	padding:8px 5px 8px 5px;
}

.styledForm select {
	width:612px;
}

.styledForm select.short {
	width:300px;
}

.styledForm textarea {
	height:100px;
}

.styledForm input[type="text"].inlineInput, .styledForm input[type="password"].inlineInput, .styledForm select.inlineInput, .styledForm textarea.inlineInput, .styledForm input[type="radio"].inlineInput {
	display:inline;
}

.styledForm label.inlineLabel {
	display:inline;
}

.styledForm label.small {
	width:100px;
	margin-right:14px;
}

.styledForm input[type="text"].small {
	width:97px;
}

.styledForm input[type="submit"] {
	background:#c9323b;
	display:block;
	margin:0 0 15px 0;
	font-size:14px;
	font-family: 'Calibri Bold';
	color:#FFFFFF;
	padding:10px 25px 10px 25px;
	text-transform:uppercase;
	border:1px solid #000;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	cursor:pointer;
}

.styledForm input[type="submit"]:hover {
	background:#125481;
	color:#FFFFFF;
}

.styledForm label.error {
	float:none;
	color: #000;
	margin:-15px 0 15px 0;
	font-size:12px;
	display:block;
	background:#FCF;
	padding:10px;
	width:576px;
	border:1px solid #999;
	border-top:none;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm label.error.short {
	width:290px;
	float:none;
	color: #000;
	margin:-15px 0 15px 0;
	font-size:12px;
	display:inline-block;
	background:#FCF;
	padding:10px 10px 9px 10px;
	border:1px solid #999;
	border-left:none;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm label.error.radioError {
	float:none;
	color: #000;
	margin:-16px 0 15px 0;
	font-size:12px;
	display:block;
	background:#FCF;
	padding:10px;
	width:589px;
	border:1px solid #999;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm .preInput {
	position: absolute;
	left: 20px;
	padding-top:8px;
}

.styledForm .preInputCC {
	position: absolute;
	left: 500px;
	padding-top:4px;
}

.styledForm input[type="text"].preInputArea {
	padding-left: 15px;
	width:590px;
}

/*  END FORMS  */

/* START NOTIFICATIONS */
.notification.success {
	background:#DFF2BF url('../admin/images/icons/notifications/success.png') no-repeat 10px 10px;
	border-color:#4F8A10;
}
.notification.error {
	background:#FFBABA url('../admin/images/icons/notifications/error.png') no-repeat 10px 10px;
	border-color:#D8000C;
}
.notification.warning {
	background:#FEEFB3 url('../admin/images/icons/notifications/warning.png') no-repeat 10px 10px;
	border-color:#9F6000;
}
.notification.info {
	background:#BDE5F8 url('../admin/images/icons/notifications/info.png') no-repeat 10px 10px;
	border-color:#00529B;
}
.notification.tip {
	background:#feeac9 url('../admin/images/icons/notifications/tip.png') no-repeat 10px 10px;
	border-color:#CB9D4C;;
}
.notification {
	border-width:1px;
	border-style:solid;
	padding:10px 10px 10px 55px;
	margin-bottom:30px;
	color:#000;
	width:500px;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}
/*  END NOTIFICATIONS  */