@import url("/apps/js/polls/polls-pack.css");
@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC);

/* General */


/* overrides */

body, body a, body table, body .dark, body .neutral, body .light, .fbList li a {
	font-family: Arial, sans-serif;
	font-size: 15px;	
	color: #6d6d6a;
}

.preload {
	height: 0;
	width: 0;
	position: absolute;
	top: -99999px;
	left: -99999px;
	display: none;
}

html, body { height: 100%; }

html { background: url('/pics/html_bg.jpg') repeat-x center top #eae9e4;
}

body {
	min-width: 1052px;
	margin: 0;
	padding: 0;
}

#wrapper_all {
	margin: 0 auto -216px;
	width: 100%;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	background: url('/pics/wrapper_bg.jpg') top center no-repeat;
}

#content_main {
	text-align: left;
	min-height: 400px;
	height: auto!important;
	background: #f2f1ec;
	width: 940px;
	padding: 10px 30px 20px;
	margin: 0 auto 15px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);	
}

.index #content_main {
	width: 1052px;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.index h1, .index h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	width: 958px;
	padding: 0 0 5px 18px;
	margin: 0 0 30px -18px;
	font-family: Times, serif; font-variant:small-caps;
	font-size: 26px;
	color: #053c5e;
	font-weight: normal;
	border-bottom: 1px solid #c2c1bd;
}

/* Header */

#marquee_holder {
	position: absolute;
	top: 45px;
	right: 28px;
	color: #fff;
	width: 738px;
}

#header_nav {
	height: 23px;
	position: absolute;
	top: 6px;
	right: 26px;	
}

#header_nav ul li a {
	    color: #8da2ae;
	    font-family: Arial,sans-serif;
	    font-size: 14px;
	    height: 0;
	    margin-left: 22px;
	    overflow: hidden;
	    padding: 0 0 20px 28px;
	background-repeat: no-repeat;
	line-height: 21px;
}

#header_donate a { background: url('/pics/icon_donate.png'); } 
#header_email a { background: url('/pics/icon_email.png'); }
#header_escript a { background: url('/pics/icon_escript.png'); }
#header_admissions a { background: url('/pics/icon_admissions.png'); }

#header_nav ul li a:hover { background-position: 0 -23px; color: #fff;}


#header_main {
	width: 1052px;
	height: 232px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}

#header_main h1 {
	margin: 0;
	padding: 0;
}

#header_main h1 a {
	width: 229px;
	height: 0;
	margin: 0;
	padding: 232px 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/header.png') no-repeat;
	position: absolute;
	top: 0;
	left: 33px;	
}

/*  Navigation  */

/*  classes  */

.horiz-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.horiz-nav ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}

.horiz-nav ul li a {
	display: block;
	text-decoration: none;
}


/* span */

.horiz-nav ul li a .nav-item-inner { display: block; }

.centered-nav {
	float: right;
	left: -50%;
	position: relative;
}

.centered-nav ul {
	left: 50%;
}


/* style */

#topnav {
	left: 276px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 155px;
}

#topnav li { margin: 0 5px; }


#topnav li a {
	padding: 0 3px;
	line-height: 31px;
	font-family: Times, serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,0.5);	
	box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);	
}


#topnav li:hover a {
	color: #fdb94c;
}


/*  dropdowns  */
#topnav li ul, #topnav li:hover ul li ul {
	position: absolute;
	z-index: 99999;
	left: -9999px;
	width: 175px;
}

#topnav li:hover ul {
	left: 0;
	visibility: visible;
	background: url('/pics/topnav_bg.png') 30px top no-repeat;
	padding-top: 25px;
}

#topnav li:hover li a {
	background: #053c5e;
	background: rgba(5,60,94,0.8);;
	color: #eae9e4;
}

#topnav li:hover ul li:hover ul{
	top: 0;
	left: 100%;
}

#topnav li li {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline;
}

#topnav li li a, #topnav li li:hover li a {
	display: block;
	padding: 7px 7px 7px 18px;
	width: 150px;
	height: auto;
	background: transparent none;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.15;
	color: #eae9e4!important;
	text-transform: none;
	font-variant: none;
	box-shadow: none;
}

#topnav li li:hover a, #topnav li li li:hover a {
	background: #fdb94c;
	color: #053c5e!important;
}



/* Image shuffles */

#shuffle_main {
	background: #edece8;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	padding: 6px;
	height: 376px;
	margin: 0 26px;
}


/* Index properties */

#index_top {
	position: relative;
 	background: url('/pics/shuffle_shadow.png') center bottom no-repeat;
	padding-bottom: 35px;
	z-index: 7777;
}

#index_main {
	position: relative;
	height: 100%;
	background: url('/pics/content_bg.png') center top no-repeat;
 	background-size: 1052px 100%;
	z-index: 8888;
}



/* quicklinks accordion */

#quicklinks {
	width: 287px;
	margin: 0;
	float: left;
	background: #f5f4ef;
	padding: 12px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	z-index: 99999;
}

.ui-accordion {
	width: 275px;
	padding: 0 6px 6px 6px;	
	background: #fdb94c; 
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

/* corner styles
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner.left, .ui-corner-tr, .ui-corner-tl, .ui-corner-br, .ui-corner-bl, .ui-corner-bottom {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	color: #fff !important;
}
*/

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
	display: inline-block;
	padding: 0;
	border-top: 6px solid #fdb94c;
	margin: 0;
	height: 44px;
}

.index #accordion h1 a {
    padding-left: 1.7em;
	font-family: Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
	margin: 0;
}


.index #accordion h1 a:hover {
	text-decoration: underline;
}

.ui-helper-reset {
    border: 0;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    text-decoration: none;
}

.ui-state-active .ui-icon {
	background: url('/pics/active_arrow.png')!important;
	background-position: 0 0;
}

.ui-state-default .ui-icon {
	background: url('/pics/default_arrow.png');
	background-position: 0 0;
}

.ui-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-content {
    background: #f2f1ec;
}

.ui-state-default {
	background: #053c5e;
	border: 0;
	width: 275px;
}

.ui-state-active {
	background: #fdb94c;
}

.ui-state-default a {
	color: #b4c5cf!important;
}

.ui-state-active a {
	color: #053c5e!important;
}

.ui-accordion-content-active p {
	color: #6d6d6a;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 30px 20px;
}

.ui-accordion ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

.ui-accordion ul li a {
	text-decoration: none;
	color: #053c5e;
	font-family: Arial, sans-serif;
	font-size: 15px;
}

.ui-accordion ul li a:hover {
	color: #053c5e;
	text-decoration: underline;
}


/* Homepage Section Headers */

.hpcolumn {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#left_column {
	width: 372px;
}

#center_column {
	width: 312px;
	margin-top: -57px;
}

#right_column {
	width: 300px;

}

.index .hpcontainer h1 a {
	width: auto;
	height: auto;
	text-decoration: none;
	font-family: Times, serif; font-variant:small-caps;
	font-size: 26px;
	color: #053c5e;
	font-weight: normal;
	display: block;
	margin: 0 0 20px;
}

#left_column h1 a {

}

#center_column h1 a {

}

#right_column h1 a {

}


/* Homepage Sections Containers */

.hpcontainer {
	min-height: 150px;
	height: auto!important;
	height: 150px;

}

#left_column .hpcontainer {
	margin: 0 15px 0 55px;
}

#center_column .hpcontainer {

}

#right_column .hpcontainer {
	margin: 0 50px 0 40px;
}


/* Homepage Section Table Includes */

#index_main table {
	color:;
	font-family:;
	font-size:;
	width: 100%;
}

#index_main table #l {
	height: 0;
	width: 0;
	display: none;
	padding-top: 8px;
}

#index_main table td {
	padding: 7px 0;
	border-bottom: 1px dashed #8d8d89;
}

#content_main .lightBorderBottom, tbody.light td {
	border-bottom: 1px dashed #8d8d89;	
	background: #f2f1ec;
}

#index_main table td b {
	font-weight: normal;
}

#index_main table [id*="showAll"] td, #index_main table .autoCalendarLinks td {
	padding-bottom: 0;
	border-bottom: none;
}

#index_main #events_container table [id*="showAll"] td {
	padding-top: 0;
}

#index_main table a {
	font-size: ;
	color: #053c5e;
	font-weight:;
	text-decoration: none;
}

#index_main table [id*="showAll"] td a, #index_main table .autoCalendarLinks td a {

}

#index_main table a:hover { text-decoration: underline; }


#content_main table a {
	color: #053c5e;
	text-decoration: none;
}

#content_main table a:hover { text-decoration: underline; }



/* Footer */

#push, #footer_main, #footer_inner {
	height: 216px;
}

#footer_main {
	width: 100%;
	background: url('/pics/footer_bg.jpg') top center repeat-x;
}

#footer_inner {
	width: 1000px;
	margin: 0 auto;
	background: url('/pics/footer_logo.png') 33px 30px no-repeat;
	position: relative;
}

#footer_address {
	color: #fff;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #eae9e4;
	font-style: normal;
	position: absolute;
	top: 101px;
	left: 233px;
}

#footer_address a { color: inherit; }


#google_tools {
	width: 255px;
	height: 30px;
	margin: 0 auto;
	position: absolute;
	top: 103px;
	right: 0;
}

#search {
	width: 123px;
	height: 18px;
	float: left;
	margin: 0;
	display: inline;
	background: #eae9e4;
	border-radius: 2px;
	margin-right: 9px;

}

#search #q {
	width: 100px; 
	height: 14px; 
	border: 0; 
	padding: 2px; 
	background: transparent;
	text-align: right;
	vertical-align: top;
	line-height: 14px;
}

#search .edlio-search-button {
	vertical-align: top; 
	margin-left: -3px;
	padding: 2px;
}

#search input::-webkit-input-placeholder { color: #757472; }
#search input::-moz-placeholder { color: #757472; }
#search input:-ms-input-placeholder { color: #757472; }

#translate_link {
	width:;
	height:;
	text-align: center;
	color:;
	font-size:;
	line-height:;
	background: url('/pics/');
	float: left;
	display: inline;
	text-decoration: none;
}

#googleTranslate {
	float: left;
	margin: 0;
	width: 122px;
	display: inline;
}

#social_nav {
	width: 140px;
	position: absolute;
	top: 146px;
	left: 809px;;	
}

#social_nav ul li {

}

#social_nav ul li a {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 33px 0 0;
	width: 31px;
	margin: 0 6px;
}

#social_facebook a { background: url('/pics/icon_facebook.png'); } 
#social_twitter a { background: url('/pics/icon_twitter.png'); }
#social_rss a { background: url('/pics/icon_rss.png'); }

#social_nav ul li a:hover { background-position: 0 -34px!important;}

#edlio_logo {
	position: absolute;
	top: 153px;
	left: 233px;
}

#district_link {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	padding: ;
	background: url('');
	position: absolute;
	top: 1px;
	left: 1px;
}

.gm-style {
    font-family: Arial,sans-serif;
}


/* PageNav */

#pageNav {
	border: none;
	width: 250px;
}
#pageNav img {
	display: none;
}

#pageNav ul {
	list-style: none;
	padding: 0!important;
	margin: 0!important;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

#pageNav ul li:first-child {
	border-top: none;
}
	
#pageNav ul li {
	border-top: 1px solid #295875;
}

#pageNav ul li a, #pageNav ul li b {
	display: block;
	text-decoration: none;
	width: ;
	padding: 15px 30px;
	font-family: Times, serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	line-height: 20px;
	background: #043b5d;
}

#pageNav ul li a:hover {
	text-decoration: underline;
}

#pageNav ul li b {
	background: ;
	color: #f3b34d;
	font-weight: normal;
}

/* News Styles */

#homepage_news_list {
   
}

#homepage_news_list article {
   padding: 3px 0 5px;
   margin-bottom: 5px;
   border-bottom: 1px dashed #8d8d89;
}

#homepage_news_list article:last-of-type {
   margin-bottom: 10px;
}

/*news title*/

#homepage_news_list article h1.title a {
   font-size: 15px;
   font-weight: 400;
   color: #053c5e;
   text-decoration: none;
   font-variant: normal;
   font-family: arial,​sans-serif;
   font-style: normal;
   padding: 0;
   text-transform: none;
   margin: 0;
   letter-spacing: 0;
}

#homepage_news_list article h1.title a:hover {
   text-decoration: underline;
}

/*summary*/

#homepage_news_list article .summary {
   padding: 3px 0px;
}

#homepage_news_list article .summary p {
   color: #6d6d6a;
   font-size: 15px;
   margin-top: 0;
}

#homepage_news_list article .summary p:last-of-type {
   margin-bottom: 0;
}

/*image*/

#homepage_news_list article .thumbnail {
   max-width: 125px;
   float: left;
   margin: 0 10px 10px 0;
}

#homepage_news_list article .thumbnail img {
   max-width: 100%;
}

/*show all*/
#homepage_news_list .read-more-link {
   color: #053c5e;
   text-decoration: none;
   font-size: 15px;
}

#homepage_news_list .read-more-link:hover {
   text-decoration: underline;
}