@import url("/apps/js/polls/polls-pack.css");
@font-face {
	font-family:"Delius Swash Caps Regular";
	src:url("/shared/DeliusSwashCaps-Regular.eot?") format("eot"),url("/shared/DeliusSwashCaps-Regular.woff") format("woff"),url("/shared/DeliusSwashCaps-Regular.ttf") format("truetype"),url("/shared/DeliusSwashCaps-Regular.svg#DeliusSwashCaps-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}


/*@import url("http://fonts.googleapis.com/css?family=Delius+Swash+Caps Regular");
 behavior: url('/apps/shared/iepngfix.htc'); */

/* font-family: 'Delius Swash Caps Regular', serif; */
/* General */

/*

stuff for PIE

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(/PIE.htc);

*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

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

html, body { height: 100%;}

body {
	background: #1958ac url('/pics/body_bg.jpg') repeat-x center top;
	margin: 0 0 0 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
}

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

.content {
	text-align: left;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	background: #fff;
	width: 878px;
	padding: 8px;
	margin: 0 auto;
	position: relative;
}

body.index .content {
	width: 892px;
	background: transparent;
	padding: 0;
}

body.index h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	width: 874px;
	height: 45px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	font-family: 'Delius Swash Caps Regular', serif;
	color: #ffd500;
	font-size: 20px;
	line-height: 45px;
	font-weight: normal;
	background: url('/pics/page_title.gif') no-repeat left top;
	text-transform: uppercase;
	text-shadow: rgba(9,49,121,.67) 0 1px 3px;
}

/* Header */

#header {
	width: 892px;
	height: 237px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

div#topbar {
	width: 100%;
	height: 24px;
	margin: 0 auto;
}

a#translate_link {
	width: 83px;
	height:24px;
	text-align: center;
	color: #ffe000;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	background: url('/pics/translate_button_bg.gif') repeat-x;
	float: right;
	display: inline-block;
	text-decoration: none;
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 20px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 0px 20px;
	box-shadow: rgba(0,0,0,.5) 0px 0px 20px;
	text-shadow: rgba(0,0,0,.25) 1px 1px 2px;
}

a#translate_link:hover {
	text-decoration: underline;
}

marquee {
	width: 800px;
	height: 24px;
	color: #fff;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 24px;
	float: left;
	margin: 0;
	display: inline;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header h1 a {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 177px 892px;
	overflow: hidden;
	display: block;
}


/* Navigation menu */

div#topnav {
	height: 36px;
	float: right;
	left: -50%;
	position: relative;
}

#topnav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
	z-index: 999;
}
#topnav ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 20px;
	position: relative;
	z-index: 999;
}

#topnav ul li a {
	height: 36px;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-family: 'Delius Swash Caps Regular', serif;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	color: #092a6f;
}
#topnav ul li:hover a, #topnav ul li.over a {
	background: url('/pics/topnav_hover.png') repeat-x;
	color: #fff;
	text-shadow: rgba(32,64,128,.38) 0 0 4px;
}


/* Drop down items */

#topnav ul ul {
	border: 0;
	-moz-opacity:.90;
	opacity:.90;
}
#topnav ul ul, 
#topnav ul li:hover ul ul, #topnav ul li.over ul ul, 
#topnav ul li:hover ul ul ul, #topnav ul li.over ul ul ul,
#topnav ul li:hover ul ul ul ul, #topnav ul li.over ul ul ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 184px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#topnav ul ul li {
	margin: 0;
	float: none;
	display: inline-block;
}
#topnav ul li:hover ul, #topnav ul li.over ul {
	left: 0;
	top: 36px;
	background: none;
}
#topnav ul ul li:hover ul, #topnav ul ul li.over ul,
#topnav ul ul ul li:hover ul, #topnav ul ul ul li.over ul,
#topnav ul ul ul ul li:hover ul, #topnav ul ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

#topnav ul li:hover ul li a, #topnav ul li.over ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 6px 5px 5px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #4b618c;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
#topnav ul li ul li a:hover, 
#topnav ul li ul li:hover a, #topnav ul li ul li.over a,
#topnav ul li ul li:hover ul a:hover, #topnav ul li ul li.over ul a:hover,
#topnav ul li ul li ul li:hover a, #topnav ul li ul li ul li.over a,
#topnav ul li ul li ul li:hover ul a:hover, #topnav ul li ul li ul li.over ul a:hover,
#topnav ul li ul li ul li ul li:hover a, #topnav ul li ul li ul li ul li.over a,
#topnav ul li ul li ul li ul li:hover ul a:hover, #topnav ul li ul li ul li ul li.over ul a:hover {
	color: #000;
	background: #fff;
}
#topnav ul li ul li:hover ul a, #topnav ul li ul li.over ul a,
#topnav ul li ul li ul li:hover ul a, #topnav ul li ul li ul li.over ul a,
#topnav ul li ul li ul li ul li:hover ul a, #topnav ul li ul li ul li ul li.over ul a {
	color: #fff;
	background: #4b618c;
}
/* Index properties */

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

#left_column {
	width: 630px;
}

#right_column {
	width: 253px;
	margin-left: 9px;
	background: #fbcf00 url('/pics/right_column_top.jpg') top left no-repeat;
	padding-top: 16px;
}
/* quicklinks */

#quicklinks {
	width: 253px;
	padding: 0;
	margin: 0;
}

#quicklinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 253px;
}

#quicklinks a {
	width: 233px;
	height: 27px;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
	color: #092a6f;
	font-family: 'Delius Swash Caps Regular', serif;
	font-size: 12px;
	line-height: 22px;
	background: url('/pics/qlink_item.png') no-repeat;
}

#quicklinks a:hover, #quicklinks a.over {
	background-position: 0 -27px!important;
	color: #fff;
}

/* Homepage Section Headers */

body.index h2 a {
	width: auto;
	height: 27px;
	font-family: 'Delius Swash Caps Regular', serif;
	font-size: 17px;
	line-height: 27px;
	text-decoration: none;
	color: #ffd500;
	display: block;
	margin: 0;
	font-weight: normal;
	background: url('/pics/index_header_bg.gif') left top repeat-x;
	text-shadow: rgba(9,49,121,.67) 0 1px 3px;
	padding: 0 0 0 10px;
}

#left_column h2 a {
	width: 620px;
}

#right_column h2 a {
	width: 227px;
}

/* Homepage Sections Containers */

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

#left_column .hpcontainer .inner {
	background: #fff url('/pics/left_section_bg.jpg') no-repeat;
	padding: 10px 10px 10px 0;
}

#principal_container .inner img.sub {
	height: 0;
	width: 0;
	display: none;
	border: none;
}

#principal_container .inner {
	padding: 10px!important; 
}

#right_column .hpcontainer {
	width: 237px;
	margin: 0 auto 7px;
	background: #8bb1e3 url('/pics/right_section_bottom.png') repeat-x left bottom;
	-webkit-box-shadow: rgba(0,0,0,.55) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,.55) 0px 0px 5px;
	box-shadow: rgba(0,0,0,.55) 0px 0px 5px;
}

#right_column .hpcontainer .inner {
	background: url('/pics/right_section_top.png') repeat-x left top;
	padding: 10px 10px 10px 0;
}
/* Homepage Section Table Includes */

.HPNews, .HPBBMessages, .HPLinks, .HPEvents {
	padding: 0;
	margin: 0;
	color: #000;
	width: 100%;
}

/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPNews a:visited, 
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link, .HPBBMessages a:visited, 
.HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPLinks a:visited,
.HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPEvents a:visited {
	color: #0a3e9e;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 8px;
}

tr#showAll-0 td,  tr#showAll-hpbbmessages td, tr.autoCalendarLinks td, tr#showAll-hplinks td {
	text-align: right;
}

#search {
	width: 239px;
	margin: 12px 0 10px 7px;
}

#search form#searchbox {
	margin: 0;
}

#search form#searchbox input#q {
	width: 162px; 
	height: 13px; 
	border: 0; 
	padding: 2px; 
	*margin-top: -1px; 
	background: #fcfdfe;
	border: 1px solid #d2e6ff;
}

#search form#searchbox input#image {
	vertical-align: top; 
	margin-left: 0;
}



/* Image shuffles */
#shuffle1_holder {
	position: relative;
}

#shuffle1 {
	width: 630px;
	height: 210px;
}
#shuffle1_overlay {
	width: 630px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/pics/shuffle1_overlay.png') no-repeat;
}

#shuffle2 {
	width: 237px;
	height: 131px;
	margin: 0 auto 5px;
}

/* Footer */

#push, #footer {
	height: 58px;
}

#footer {
	width: 100%;
	text-align: left;
	background: url('/pics/footer_bg.gif') top center repeat-x;
}
#footer_bg {
	width: 100%;
	height: 58px;
	background: url('/pics/footer.jpg') top center no-repeat;
}

#footer_inner {
	width: 892px;
	height: 58px;
	margin: 0 auto;
	position: relative;
}

#footer address {
	color: #083168;
	padding: 10px 0 0 100px;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
}

#footer address a { color: inherit; }

a#edlio {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edlio.png') no-repeat;  
}
#edlio_logo {
	width: 245px;
	margin: 0 auto;
}

#footer_links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li#district_link a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	padding: 0 0 56px 58px;
	background: url('/pics/district_logo.png');
	position: absolute;
	top: -9px;
	left: 36px;
}

/* PageNav 
#pageNav {
	border: none;
	width: 200px;
}
#pageNav img {
	display: none;
}

#pageNav ul {
	list-style: none;
	padding: 0!important;
	margin: 0!important;
}

#pageNav ul li {
	
}

#pageNav ul li a, #pageNav ul li b {
	
}

#pageNav ul li a:hover {
	
}*/
