﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
a
{
    color:Yellow;
}
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: Red;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1600px;
    background-color: #FFCCFF;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
	min-height: 420px;
	position:relative;
	top:0px;
	left:200px;
	width:1098px;
}	

#MainContent
{
    position:absolute;
    
}

#RightContent
{
    position:relative;
    background-color:#3a4f63;
    width:300px;
    height:100%;
    float:right;
    top:0px;
}

#RightContent p
{
    text-align:center;
    text-decoration:blink;
    font-size:x-large;
    color:Olive;
}

#RightContent ul
{
    color:White;
}

#RightContent a
{
    color:Red;
}

#RightContent a:hover
{
    color:#3a4f63;
    background-color: White;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    height:100px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    background-position:right;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    /*line-height: 1.35em;*/
    line-height: 80px;
    /*padding: 4px 20px;*/
    padding-left:32px;
    padding-right:32px;
    text-decoration: none;
    white-space: nowrap;
    
}

div.menu a
{
    background-image: url('../Images/navi_bg_divider.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 32px;
    padding-left: 32px;
    display: block;
    line-height: 80px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 21px;
    color: #e0ffff;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align:left;
    width: 478px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

#Map
{
    height:400px;
    background-color: #353535;
    display:none;
    padding:25px;
}

#btn
{
    color:Yellow;
}

.topwidgets .widget-placeholder{
	width:300px;
	padding:0px 24px;
	float:left;
	border-left:#2d2d2d solid 1px;
}
.topwidgets .widget-placeholder:first-child{
	padding-left:0px;
	border-left:none;
}

.widget {
	width:100%;
	float:left;
}
.widget .widget-head{
	width:100%;
	float:left;
	color:#1e1e1e;
	padding:0px 0px 15px 0px;
}
.widget-head-border{
	width:100%;
	float:left;
	color:#1e1e1e;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	padding:10px 15px;
	margin-bottom:10px;
	border-bottom:#e6e6e6 solid 1px;
}

.widget-head-white
{
    color: White;
    
}

.upcoming-events {
	float:right;
	width:100%;
}
.upcoming-events ul{
	float:right;
	width:100%;
	
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
.upcoming-events ul li{
	float:right;
	width:100%;
	padding:15px 0px;
	border-top:#e9e9e9 solid 1px;
}
.upcoming-events ul li:first-child{
	padding-top:0px 0px;
	border-top:none;
}
.upcoming-events ul li .date{
	position:absolute;
	width:35px;
	height:35px;
	display:inline-block;
	border:#dedede solid 1px;
	/*box-shadow:0px 0px 2px #ccc;
	background:url(../images/button.gif) repeat-x top;*/
}
.upcoming-events ul li .date span{
	width:35px;
	font-size:10px;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	color:#1f2020;
}
.upcoming-events ul li .date span:first-child{
	font-size:18px;
	padding:2px 0px 0px 0px;
	line-height:18px;
	font-family: 'Patua One', sans-serif;
}
.upcoming-events ul li .desc{
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	width:250px;
	padding:0px 0px 0px 51px;
}
.upcoming-events ul li .desc a.title{
	font-size:12px;
	color:#1f2020;
	font-weight:bold;
}
.upcoming-events ul li .desc p.time{
	/*background:url(../images/time.png) no-repeat 0px 4px;*/
	padding:0px 0px 0px 15px;
	margin:3px 0px 0px 0px;
}
.upcoming-events ul li .desc p.location{
	/*background:url(../images/location.png) no-repeat 0px 4px;*/
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}

/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	width:100%;
	height:390px;
	padding:0px 0px 13px 0px;
	overflow:hidden;
	z-index:1;
	position:relative;
	background:url(../images/shadow-botm.gif) repeat-x bottom;
}
.nivoSlider {
	position:relative;
	width:100%;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:390px;
	margin:0px auto;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	color:#fff;
	left:50%;
	margin:0px 0px 0px -500px;
	width:1000px;
	height:390px;
	z-index:9985;
	display:block !important;
	opacity:1 !important;
}
.nivo-html-caption {
	display:none;
}
.ban-capt-desc {
	display:table;
	width:366px;
	float:right;
	height:390px;
	#position:relative; 
	overflow:hidden; 
	background:url(../images/light.png);
}
.ban-capt-desc .ban-capt-mid{
	 #position:absolute;
	 #top:50%;
	 display:table-cell;
	 vertical-align:middle;
}
.ban-capt-desc .ban-capt-in{
	#position:relative;
	#top:-50%;
	background:url(../images/black.png); 
	width:326px;
	padding:20px;
}
.ban-capt-in h1{
	font-size:26px;
	line-height:30px;
	padding-bottom:10px;
}
.ban-capt-in p{
	color:#a0a09f;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	height:96px;
	width:100%;
	position:absolute;
	bottom:145px;
	z-index:9990;
	display:inline-block !important;
}
.nivo-directionNav a {
	z-index:9;
	cursor:pointer;
	text-indent:-9999px;
}
.nivo-prevNav {
	width:51px;
	height:96px;
	float:left;
	display:inline-block !important;
	background:url(../images/banner-arrows.png) no-repeat 0px 0px;
}
.nivo-nextNav {
	width:51px;
	height:96px;
	float:right;
	display:inline-block !important;
	background:url(../images/banner-arrows.png) no-repeat -51px 0px;
}
.nivo-prevNav:hover {
	background:url(../images/banner-arrows.png) no-repeat 0px -96px;
}
.nivo-nextNav:hover {
	background:url(../images/banner-arrows.png) no-repeat -51px -96px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* cosmetics */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	display:block;
}
.nivo-controlNav {
	left:49%;
	padding:5px 10px;
	position:absolute;
	/*border-radius:20px;*/
	bottom:20px;
	z-index:9990;
	/*box-shadow:0px 0px 2px #000;*/
	background:url(../images/bullets-bg.png);
}
.nivo-controlNav a{
	width:22px;
	height:23px;
	float:left;
	display:inline-block;
	position:relative;
	text-indent:-9999px;
	background:url(../images/bullets.png) no-repeat top;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active{
	background:url(../images/bullets.png) no-repeat bottom;
}

div.TopMenu ul a:hover
{
	color: #e0ffff;
	background-color:Maroon;
}
div.TopMenu ul a
{
    background-image: url('../Images/navi_bg_divider.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 32px;
    padding-left: 32px;
    display: block;
    line-height: 50px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 21px;
    color: #e0ffff;
}
div.TopMenu ul
{
    list-style-type: none;
    background-image: url('../Images/navi_bg3.png');
    height: 50px;
    width: 97.5%;
    margin: auto;
}
div.TopMenu li
{
	float: left;
}

div.SubMenu
{
    background-color:#3a4f63;
    width:200px;
    height:400px;
    position:absolute;
}

div.SubMenu ul
{
    list-style-type: none;
    /*background-image: url('../Images/navi_bg3.png');
    position: relative;
    
    margin-top: 0px;*/
    
}

div.SubMenu ul a
{
    
	background-image: url('../Images/sub_bg_divider.png');
	background-repeat: no-repeat;
	background-position:bottom;
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #e0ffff;
	padding-left:25px;
	padding-right:25px;
    
}

div.SubMenu ul a:hover
{
    background-color:Maroon;
}

.image
{
    padding-left: 100px;
    padding-right: 100px;
}