/* Global Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/2015-images/splash-bg-top.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#ffffff;
}
	
td {
	font:14px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	margin-top:0px;
	text-align:left;
}
	
h1 {
	margin-top: 15px;
	margin-bottom: 18px;
	font-size:20px;
	font-weight:normal;
	color:#0d487c;
}

#page-content h1 {
	margin-top:30px;
	font-weight:bold;
	line-height:35px;
	text-transform:uppercase;
}

h2 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	color:#0d487c;
}

h2.activityList {
padding-top: 50px;
padding-bottom: 2px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 18px;
	font-size:20px;
	font-weight:normal;
	color:#0d487c;
}

h4 {
	font-size: 15px;
}

h4.admin_heading a {
	margin-bottom: -4px;
	color: #ffffff;
}

h4.admin_heading a:hover {
	margin-bottom: -4px;
	color: #ffffff;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:20px;
	font-weight:normal;
	color:#0d487c;}

h6 {
	margin-top: 15px;
	font-size:20px;
	font-weight:normal;
	color:#0d487c;}
	
.header {
font-size:16px;
color:#078cc3;
line-height:20px;

}

ul {
	margin-top:0px;
	
	padding-left:12px;
}

a {
	color: #0d487c;
	text-decoration:underline;
}
	
a:hover {
	color: #0d487c;
	text-decoration:none;
}

a:visited {
	color: #0d487c;
}
a:active {
	color: #0d487c;
}

/* Class Styles */
.countDown {
font-size:18px;
font-weight:bold;
color:#7c1219;
line-height:30px;
}
#countDown {
margin-bottom:10px;
}

.notify {
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #222222;
border-top:1px solid #222222;
padding:6px;
background-color:#333333;
color:#eeeeee;
}

.success {
border-right:1px solid #5f8219;
border-bottom:1px solid #5f8219;
border-left:1px solid #78a627;
border-top:1px solid #78a627;
padding:6px;
background-color:#8fc02c;
color:#000000;
}

.error {
border-right:1px solid #aa0000;
border-bottom:1px solid #aa0000;
border-left:1px solid #cc0000;
border-top:1px solid #cc0000;
padding:6px;
background-color:#ee0000;
color:#eeeeee;
}

.siteBG {
background-image:url(../images/background-front-3.jpg);
background-repeat: no-repeat;
background-position:top;
}
.sitesubBG {
background-image:url(../images/background-subpage2.jpg);
background-repeat: no-repeat;
background-position:top;
}
.footerBG {
background-image:url(../images/background-footer.png);
background-repeat: no-repeat;
background-position:bottom;
}

.subpageContent {
background-image:url(../images/bg-content.jpg);
background-repeat: no-repeat;
background-position:top;
}

.galleryListing a{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#0d487c;
}

.galleryListing a:hover{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#0d487c;
}


.sidebarContent {
	color: #8f9b92;
	text-align:justify;
}

.sidebarContent a {
	color: #616d49;
}
.sidebarContent a:hover {
	color: #ffffff;
}

.footerText {
	font:12px Arial, Helvetica, sans-serif;
	color: #5d5648;
}

#footerLinks a {
	font:12px Arial, Helvetica, sans-serif;
	color: #5d5648;
	text-decoration: underline;
}
	
#footerLinks a:hover {
	font:12px Arial, Helvetica, sans-serif;
	color: #5d5648;
	text-decoration: none;
}
#subMenu a{
font-size:12px;
font-weight:bold;
padding-right:27px;
line-height:60px;
color: #1583b2;
text-decoration:none;
}

#subMenu a:hover{
font-size:12px;
font-weight:bold;
padding-right:27px;
line-height:60px;
color: #1583b2;
text-decoration:underline;
}




/* ----- NAVIGATION ----- */
#navcontainer {
	margin-bottom:-10px;
	height: 22px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #99cc33;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #99cc33;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover {
	background-color: #acaa79;
	color: #ffffff;
}


.hero-margin {
    margin-top:10px;
    margin-bottom: 15px;
}