@import url("/apps/js/polls/polls-pack.css");

/* General */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('/pics/body_bg.gif') top left repeat-x #a1cadf;
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	border: solid 5px #bddae9;
}
.contentIndex {
	text-align: left;
	background: url('/pics/indexbg.gif') top left repeat-y;
	width: 760px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 740px;
	padding: 10px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	line-height: 1.4em;
	background: url('/pics/contentbg.gif') top left no-repeat #fff;
} 
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #000;
	width: 770px;
	height: 16px;
	margin: 0 auto;
	text-align: left;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	height: 30px;
	padding: 15px 0 0 20px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x;
	text-transform: uppercase;
	margin-bottom: 10px
}
#search {
	width: 145px;
	margin: 15px auto;
}
#googleTranslate {
	float: right;
	font-size: 9px;
	margin-right: 25px;
}
/* Header */
div#headerTop {
	width: 950px;
	height: 28px;
	padding-top: 1px;
	background: url('/pics/headertop.png') top left no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	margin: 0 auto;
	text-align: left;
}
div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 219px 760px;
	background: url('/pics/header2.jpg') no-repeat;
	overflow: hidden;
}
.blockLink {
	width: 100%;
	height: 100%;
	display: block;
}
/* Navigation menu */
div#menu {
	background: url('/pics/topnavbg.jpg') top left no-repeat;
	width: 760px;
	height: 38px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	width: 105px;
	height: 24px;
	display: block;
	text-align: center;
	padding: 14px 0 0 0;
	font: 15px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-decoration: none;
	color: #246699;
}
ul#topNavItems li {
	margin-left: 18px;
}
ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1, ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2, ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3, ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4, ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5, ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6, ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7, ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8 {
	background: url('/pics/topnavf2.gif') top left no-repeat;
	color: #fff;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 168px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border-width: 1px;
	border-top-width: 0;
	border-style: solid;
	border-color: #fff;
}
ul#topNavItems li ul li a {
	text-align: left;
	text-decoration: none;
	padding: 5px 6px;
	height: auto!important;
	line-height: 14px;
	display: block;
	width: 156px;
	color: #fff;
	background: #1f50aa;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #1f50aa;
	background: #efd171;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #1f50aa;
	background: #efd171;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */
#leftColumn {
	width: 508px;
	min-height: 630px;
	height: auto!important;
	height: 630px;	
	background: url('/pics/leftcolbg.gif') top right repeat-y;
	float: left;
}
#rightColumn {
	width: 252px;
	min-height: 250px;
	height: auto!important;
	height: 250px;	
	background: url('/pics/rightcolbg.gif') top left repeat-x;
	float: right;
}
/* Quicklinks */
#quickLinks {
	width: 240px;
	margin: 8px 0 0 5px;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
	float: left;
}
#quickLinks ul li {
	width: 114px;
	margin: 8px 0 0 4px;
	display: block;
	float: left;
}
#quickLinks li a {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	padding: 0 0 69px 114px;
}
#quickLinks li a#midNav1 {
	background: url('/pics/midnav5.gif') top left no-repeat;
}
#quickLinks li a#midNav2 {
	background: url('/pics/midnav2.gif') top left no-repeat;
}
#quickLinks li a#midNav3 {
	background: url('/pics/midnav3.gif') top left no-repeat;
}
#quickLinks li a#midNav4 {
	background: url('/pics/midnav4.gif') top left no-repeat;
}
#quickLinks li a#midNav1:hover,
#quickLinks li a#midNav2:hover,
#quickLinks li a#midNav3:hover,
#quickLinks li a#midNav4:hover {
	background-position: -114px 0;

}
h2 a#news {
	width: 0;
	height: 0;
	padding:  0 0 38px 508px;
	display: block;
	overflow: hidden;
	background: url('/pics/news_header.png') top left no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	margin-top: 5px;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding:  0 0 38px 508px;
	display: block;
	overflow: hidden;
	background: url('/pics/bulletin_board_header.png') top left no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
h2 a#events {
	width: 0;
	height: 0;
	padding:  0 0 39px 252px;
	display: block;
	overflow: hidden;
	background: url('/pics/events_header.gif') top left no-repeat;
}
h2 a#links {
	width: 0;
	height: 0;
	padding:  0 0 39px 252px;
	display: block;
	overflow: hidden;
	background: url('/pics/selected_links_header.gif') top left no-repeat;
}
/* Homepage Sections Containers */
#container {
	min-height: 190px;
	height: auto!important;
	height: 190px;
}
.HPNews, .HPBBMessages {
	width: 490px;
	padding: 0;
	margin: 0 auto;
	color: #3673a3;
	line-height: 1.4em;
}
.HPEvents,.HPLinks {
	width: 250px;
	padding: 0;
	margin: 0 auto;
	line-height: 1.4em;
	color: #cddce8;
}
/* Other homepage section extras */

.HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link, .HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #cddce8;
}
.HPNews a, .HPNews a:active, .HPNews a:link, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, .HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link {
	color: #3673a3;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 8px;
	padding-right: 5px;
}
/* Image shuffles */
#rotate_overlay {
	position: absolute;
}
#shuffle1 {
	width: 508px;
	height: 206px;
}
#shuffle2 {
	width: 214px;
	height: 152px;
	border: solid 3px #fff;
	margin: 5px auto;
}
/* Footer */
div#footer {
	width: 760px;
	height: 80px;
	background: url('/pics/footer.jpg') top left no-repeat;
}
#address {
	width: 290px;
	color: #3673a3;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	position: relative;
	top: 35%;
	right: 20px;
}
#footer_logos {
	width: 770px;
	margin: 0 auto;
}

.light a, .light a:visited, .light a:link, .light a:hover, .light a:active, a, a:visited, a:link, a:hover, a:active, .neutral a, .neutral a:link, .neutral a:visited, .neutral a:hover, .neutral a:active {
color:#333333;
}

/* Quick Poll Styles */

/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 252px;       /* header width  */
    padding-top: 39px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
    background-color: #cddce8;  /* results bar color */
}


/***  Optional  ***/
.HPQuickPoll {
    width: 252px;
    padding-bottom: 9px;
    color: #cddce8;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
    margin:0 auto;
    width:75%;
    text-align: left;
}
.HPQuickPoll .see_results {
	color: #cddce8;
}

.HPQuickPoll .question {
    padding: 9px 9px 9px 15px;
    margin: 0;
    text-align: left;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
    background: url(/pics/bg_index_right.gif) repeat-y;
    padding-bottom: 5px;
}
#tel {
	position: absolute;
	color: #fff;
	top: 205px;
	left: 510px;
	color: #e3fad7;
}


