
/* PRIORITY:3

Core

*/


/* Body Begin */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #1282bc;
}
/* Body End */

/* Head Begin */
.headContainer {
	width: 100%;
	min-width: 950px;
	background-color: #FFFFFF;
	border-top: 10px solid #1282bc;
}
.head {
	width: 950px;
	margin: 0 auto;
}
.headLeft {
	float: left;
}
.headRight {
	float: right;
}
.headSocial {
	margin: 8px 0;
	float: right;
}
.headSocial img {
	margin: 0 0 0 10px;
	float: left;
}
.headTown {
	position: absolute;
	margin: -75px 0 0 65px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	color: #54b847
}
/* Head End */

/* Nav Begin */
.navContainer {
	width: 100%;
}
.nav {
	margin: 10px 0 0 0;
	background: #1282bc; /*background of menu items (default state)*/
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.nav ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*Top level list items*/
.nav ul {
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}
.nav ul li {
	position: relative;
	display: inline-block;
	text-align: left;
}
/*Top level menu link items style*/
.nav ul li a {
	display: block;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
* html .nav ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.nav ul li a:link, .nav ul li a:visited {
	color: #FFFFFF;
}
.nav ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #e2eef4; 
	color: #1282bc;
}
.nav ul li a:hover {
	background: #e2eef4; /*background of menu items during onmouseover (hover state)*/
	color: #1282bc;
}
/*1st sub level menu*/
.nav ul li ul {
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #1282bc; /*background of menu items (default state)*/
}
/*Sub level menu list items (undo style from Top level List Items)*/
.nav ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.nav ul li ul li ul {
	top: 0px;
}
/* Sub level menu links style */
.nav ul li ul li a {
	font-size: 12px;
	line-height: 15px;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0px;
	border-top-width: 0px;
}
.nav ul li ul a:link, .nav ul li ul a:visited {
	color: #FFFFFF;
}
.nav ul li ul a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #e2eef4; 
	color: #1282bc;
}
.nav ul li ul a:hover {
	background: #e2eef4; /*background of menu items during onmouseover (hover state)*/
	color: #1282bc;
}
.nav ul .navDivider { /*Dividers*/
}
.nav ul li ul .navDivider { /*Sub Dividers*/
}
/* Holly Hack for IE \*/
* html .nav {height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	display: none;
	position: absolute;
	top: 10px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
/* Nav End */

/* Sub Nav Begin */
.subNavContainer {
	width: 150px;
	margin: 25px 0;
}
.subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	color: #005596;
}
.subNav ul a {
	text-decoration: none;
	color: #005596;
}
.subNav ul a:hover {
	text-decoration: underline;
}
.subNav li {
	font-weight: normal;
	color: #1282bc;
}
.subNav li a {
	text-decoration: none;
	color: #1282bc;
}
.subNav li a:hover {
	text-decoration: underline;
}
/* Sub Nav End */

/* Sub Nav Button Begin */
.subNavButtonContainer {
	margin: 25px 0; 
	width: 175px;
}
.subNavButton {
	width: 130px;
	height: 25px;
	padding: 5px 10px;
	display: block;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../../../images/common/subNavButtonBkg.png);
    background-color: #ff9900;
	line-height: 25px;
	margin: 10px 0;
	color: #FFFFFF;
	text-decoration: none;
}
.subNavButton:hover {
    background-color: #1282bc;
}
/* Sub Nav Button End */

/* Main Begin */
.mainContainer {
	width: 100%;
	min-width: 950px;
	background-color: #FFFFFF;
	color: #1282bc;
	overflow-x: hidden;
}
.main {
	width: 950px;
	margin: 0 auto;
	font-family: 'Droid Serif', serif;
}
.main p {
	margin: 10px 0;
}

.main h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 800;
}
.mainLeft {
	float: left;
	width: 175px;
	padding: 0 25px 0 0;
}
.mainRight {
	float: left;
	width: 750px;
	margin: 15px 0;
}
.mainRightLeftColumn {
	float: left;
	width: 360px;
	margin: 0 15px 0 0;
}
.mainRightRightColumn {
	float: left;
	width: 360px;
	margin: 0 0 0 15px;
}
/* Main End */

/* Event Begin */
.eventContainer {
	float: right;
	width: 250px;
	margin: 15px 0 25px 50px;
	padding: 15px 20px 10px 20px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #1282bc;
}
.eventTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FF9900;
}
.event {
	margin: 10px 0;
	color: #1282bc;
}
.event h1 {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	font-style: italic;
}
.event h2 {
	margin: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.event p {
	margin: 0px;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
/* Event End */

/* Questions Begin */
.questions {
	margin: 25px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #7c7c7c;
}
/* Questions End */

/* Button Begin */
.buttonContainer {
	width: 1000px;
	margin: 10px auto;
}
.button {
	width: 300px;
	height: 90px;
	float: left;
	display: block;
	margin: 0 25px 0 0;
	background-image: url(../../../images/common/buttonBkg.png);
	-webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 90px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.button img {
	margin: 10px;
}
/* Button End */

/* Mini Button Begin */
.miniButtonContainer {
	width: 150px;
	margin: 25px 0;
}
.miniButton {
	width: 150px;
	height: 50px;
	margin: 10px 0;
	display: block;
	background-image: url(../../../images/common/miniButtonBkg.png);
	-webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}
.miniButton img {
	margin: 5px;
}
/* Button End */

/* Slideshow Begin */
.slideshowContainer {
	border: 10px solid #54b847;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.slideshow {
}
.slideshow img {
    display: block;
}
.slideshowPrev {
}
.slideshowNext {
}
.slideshowPagination li {
}
.slideshowPagination li a {
}
.slideshowPagination li.current a {
}
.slideshowCaptionContainer{
	width: 650px;
	margin: 0 140px -10px 140px;
	padding: 10px;
    position: absolute;
    z-index: 500;
    bottom: 0px;
    background-color: #FFFFFF;
    max-height: 100%;
    text-align: center;
    color: #1282bc;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
/* Slideshow End */

/* Foot Begin */
.footContainer {
	width: 100%;
	min-width: 950px;
	margin: 10px 0 25px 0;
}
.foot {
	width: 950px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
/* Foot End */

.header {
	font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 800;
}
.subHeader {
	font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 800;
}

label {
	display: block;
	font-weight: bold;
}
form div {
	margin-bottom: 4px;
}
@charset "utf-8";
/* CSS Document */

/* default */

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, p  {
	margin: 0px;
	padding:0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.clearBoth {
	clear: both;
}

.blogTitle {
	margin: 5px 0px;
}
.blogTitle a {
	text-decoration: none;
	color: #000000;
}
.blogTitle a:hover {
	color: #555555;
}
.blogDate {
	margin: 5px 0px;
}

.galleryPage {
	float: left;
	padding: 5px;
	margin: 5px;
	background-color: #333333;
}
.galleryPageTitle {
	text-align: center;
}
.galleryPageTitle a {
	display: block;
	text-decoration: none;
	color: #EEEEEE;
}


/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../module/fancybox/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../module/fancybox/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../../../module/fancybox/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* text */

/* Calendar Styles */

.calHolderDiv {
	color:#FFF;
	font-size:10px;
	padding:6px 0 0 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url('../../calendar/images/calendarBg.png');
	background-repeat:no-repeat;
	height:191px;
	width:184px;
	line-height:17px;
}

.calHolderDiv td {
	width:18px;
	text-align:right;
}

.calHolderDiv caption {
	font-size:15px;
	margin:5px 0 3px 0;
}

/* Tooltip */

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: #FFF;
	color: #000;
	cursor: default;
}

.simpleBoxContainer {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	-webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
	box-shadow: 0px 0px 5px 0px #CCCCCC; 
}
.simpleBox {
	border: 1px solid #99CCFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}
.simpleBox input{
	height: 19px;
	padding: 2px;
	background: url(../../simple/images/simpleBoxFormBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleBoxFormBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleBoxFormBkg.jpg) top center repeat-x;
	border: 1px solid #9C9C9C;
	font-size: 14px;
	line-height: 19px;
	color: #707070;
}
.simpleBoxHead {
	height: 45px;
	padding: 0 10px;
	background: url(../../simple/images/simpleBoxHeadBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleBoxHeadBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleBoxHeadBkg.jpg) top center repeat-x;
	background-color: #1899DC;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	font-family: 'Fugaz One', cursive;
	font-size: 24px;
	line-height: 45px;
	color: #FFFFFF;
}
.simpleBoxBody {
	padding: 10px;
	font-family: 'Doppio One', sans-serif;
	font-size: 14px;
	color: #707070;
}
.simpleBoxFoot {
	height: 25px;
	padding: 0 10px;
	background: url(../../simple/images/simpleBoxFootBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleBoxFootBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleBoxFootBkg.jpg) top center repeat-x;
	background-color: #1899dc;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
}

.simpleBoxLogin{
	width: 306px;
	margin: 0 auto;
}
.simpleBoxLogin label{
	width: 90px;
	margin: 5px;
	float: left;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}
.simpleBoxLogin input{
	width: 190px;
	margin: 5px;
	float: left;
}

.simpleButton {
	height: 38px;
	padding: 0 25px;
	display: inline-block;
	background: url(../../simple/images/simpleButtonBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleButtonBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleButtonBkg.jpg) top center repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #99CCFF;
	font-family: 'Doppio One', sans-serif;
	font-size: 20px;
	line-height: 38px;
	color: #FFFFFF;
	cursor: pointer;
}

.simpleButtonSmall {
	height: 25px;
	padding: 0 25px;
	display: inline-block;
	background: url(../../simple/images/simpleButtonBkgLeft.jpg) top left no-repeat, url(../../simple/images/simpleButtonBkgRight.jpg) top right no-repeat, url(../../simple/images/simpleButtonBkg.jpg) top center repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #99CCFF;
	font-family: 'Doppio One', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	cursor: pointer;
}

.simpleImgRound {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #9C9C9C;
}
