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

html {
	

}
body {
	background:  #59001a url('/pics/body_bg.jpg') no-repeat center top;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#bgwrap{background:  url('/pics/body_gradient.jpg') repeat-x left bottom;}
div#sides {
	margin: 0 auto;
	width: 900px;
	padding:0 12px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 924px;
	text-align: left;
}
body.index .content {
	text-align: left;
	background: url('/pics/index_bg.gif') repeat-y left top;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	padding: 0;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;

}
body.index .content h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #000;
	font-weight: bold;
	width: 900px;
	margin:0 12px;
	height: 17px;
	padding: 4px 0 0 0;

}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 874px;
	height: 23px;
	padding: 12px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x left top;
	text-transform: uppercase;
}
#search {
	width: 204px;
	height: 20px;
	padding: 0;
	margin: 8px 0 0 0;
	background: url('/pics/search_bg.gif') repeat-x;
}

#subscribe {
	border: 1px solid #000;
	width: 202px;
	margin-top: 8px;
}

#subscribe h4 {
	text-align: center;
	font-weight: bold;
	font-family: 'Garamond',serif;
	font-size: 11px;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 18px;
	line-height: 18px;
	background-color: #10357a;
	background-image: url('/pics/events_header.gif');
	background-position: center right;
}

#subscribe .contentarea {
	background-color: #fff;
	padding-top: 2px;
	text-align: center;
}

#subscribe form {
	padding: 0;
	margin: 0;
}
#subscribe .email {
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

#subscribe #ea {
	font-size:10pt;
	border: 1px solid #999999;
	width: 100px;
	padding: 1px;
	margin: 0;
	height: 15px;
}

#subscribe a {
	border: 0;
}
#subscribe img {
	margin: 0;
	padding: 0;
	height: 10px;
	border: 0;
}
#subscribe #go {
	font-family: Verdana,'Geneva',Arial,Helvetica,sans-serif;
	height: 20px;
	margin: 0;
}


#googleTranslate {
	float: right;
}
/* Header */

div#header {
	position: relative;
    z-index:9000;
	background-image:url('/pics/header.jpg');
    background-repeat:no-repeat;
}

#header-swf {
	margin: 0 12px;
	padding 0;
	
}
div#header h1 {
	width: 900px;
	height: 230px;
	margin: 0 12px;
	padding: 0;
}
div#header h1 a {
	display: block;
	height: 0;
	padding-top: 230px;
	width: 900px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	font-size: .2em;


}
/* Navigation menu */

div#menu_holder {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 900px;
	margin:0 12px;
	height: 29px;
	position: relative;
	border-bottom: 2px solid #fff;
}
#topnav {
	height: 29px;
	font-family: 'Times', Times, times, serif;
	font-size: 14px;
	position: relative;
	text-align: left;
	z-index: 999;
	margin: 0;  
	float: right;
	left: -50%;
}

#topnav ul {
	position: relative;
	z-index: 999;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 50%;
}

#topnav li {
	height: 29px;
	line-height: 29px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 9999;
	zoom: 1;
	background: url('/pics/topnav_item.jpg') top left no-repeat;
}

#topnav li.first {
	background: none;
}

#topnav li a {
	display: block;
	_height: auto;
	text-decoration: none;
	color: #fff;
	padding: 3px 14px 6px;
}

#topnav li a span {
	padding: 0 7px;
	line-height: 20px;
	height: 20px;
	display: block;
}


#topnav li:hover a span, #topnav li.over a span {
	background: #fff;
	color: #59001a;
}
 

/*  dropdowns  */
#topnav li ul {
	position: absolute;
	z-index: 99999;
	left: -9999px;
	margin-left: -20px;
	width: 162px;
}

#topnav li:hover ul, #topnav li.over ul {
	left: auto;
}

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

#topnav li li a {
	font-family: Arial, sans-serif;
	display: block;
	padding: .37em 6px;
	width: 150px;
	height: auto;
	background-image: none;
	text-transform: none;
	background-color: #eeede7;
	letter-spacing: 0;
	font-size: 10pt;
	line-height: 1.15;
	border-bottom: 1px solid #d9d7d1;
	color: #59001a;
}

#topnav li li a:hover { background-color: #666; border-bottom: 1px solid #666; }

#topnav li li a:hover {
	background-color: rgba(70,70,70,.91);
	border-bottom: 1px solid rgba(70,70,70,.9);
	color: #fff;
}

/* Index properties */

#left_column {
	width: 434px;
	padding: 0;
	float: left;
}
#right_column {
	width: 450px;
	padding: 6px 0 0 16px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 212px;
	padding: 17px 0 0 17px;
	margin: 0;
	float: left;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks a {
	width: 177px;
	height: 21px;
	text-decoration: none;
	padding: 6px 0 0 27px;
	margin: 0;
	display: block;
	color: #fff;
	font: 14px "Times New Roman", Times, serif;
	letter-spacing: 0.3px;
}
#quickLinks a#midNav1 {	background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 {	background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 {	background: url('/pics/midnav3.gif') no-repeat; }
#quickLinks a#midNav4 { background: url('/pics/midnav4.gif') no-repeat; }
#quickLinks a#midNav5 { background: url('/pics/midnav5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4,
#quickLinks a:hover#midNav5,
#quickLinks a:hover#midNav6 {
	background-position: -204px 0;
	color: #002366;
}

/* Formerly LA Lutheran & First Lutheran Jr/Sr. High Schools (TEXT) */
#hp-formertext { color:#999; width:290px; float:right; font-size:10px; line-height: 16px; font-style:italic;}



/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 37px 434px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 31px 434px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 31px 434px;
	font-size: 0;
	background: url('/pics/selected_links_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 37px 434px;
	font-size: 0;
	background: url('/pics/header_prayer_list.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#links_container {
	width: 434kpx;
	min-height: 286px;
	height: auto!important;
	height: 286px;
	margin: 0;
	padding: 0;
	background: url('/pics/selected_links_bg.gif') no-repeat right bottom;
}

/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 20px 0 0 20px;
	color: #000;
}
.HPEvents {
	width: 434px;
	padding: 25px 0 0 0;
	margin: 0;
	color: #000;
}
.HPDirectory {
}
.HPBBMessages {
	padding: 0;
	margin: 20px 0 0 20px;
	color: #000;
}
.HPLinks {
	width: 434px;
	padding: 25px 0 0 0;
	margin: 0;
	color: #000;
}
.HPMemoirs {
	
}
/* Other homepage section extras */

#index_top {
	width: 900px;
	height: 270px;
	background: url('/pics/index_top.jpg') no-repeat;
}

#rightBG {
	width: 434px;
	background: url('/pics/right_section_repeat.gif') repeat-y;
}

#search_container {
	margin: 20px auto 0;
	width: 434px;
	padding-bottom: 15px;
	background-color:#59001a;
}

.HPNews a, .HPNews a:active, .HPNews a:link, .HPEvents a,
.HPEvents a:active, .HPEvents a:link, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link,
.HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link {
	color: #000;
}
.HPNews #l, .HPBBMessages #l {
	padding-top: 6px;
}
.HPEvents #l, .HPLinks #l {
	padding-top: 6px;
	padding-left: 20px;
}
.HPDirectory #l, .HPMemoirs #l {
}
.HPEvents #r, .HPLinks #r {
	padding-right: 20px;
}



/* Image shuffles */

#rotate_overlay {
	width: 647px;
	height: 251px;
	position: absolute;
}
#shuffle1 {
	width: 652px;
	height: 220px;
	margin-top: 17px;
	border: 1px solid #fff;
	float: left;
}

#shuffle2_holder {
	width: 423px;
	padding: 24px 0 0 11px;
	background: url('/pics/shuffle2_top.jpg') no-repeat;
	position: relative;
}

#shuffle2_overlay {
	position: absolute;
	top: 24px;
	left: 11px;
	background: url('/pics/shuffle2_overlay.png') no-repeat;
	width: 412px;
	height: 164px;
}

/* Right side /pages/ menus */

table#pageNav td {
	background-color:#FFF;
	background-image:url('/pics/rightmenus_bg.jpg');
	background-repeat:no-repeat;
	padding-top:20px;
}
table#pageNav td ul {
list-style-type:none;
}

table#pageNav td ul li a:hover, table#pageNav td ul li a:active {
color:#000000;
}
table#pageNav td ul li a, table#pageNav td ul li a:visited {
color:#666;
text-decoration:none;
}
/* Footer */

div#footer {
	width: 924px;
	height: 137px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	position: relative;
}
#address {
	position: absolute;
	text-align: right;
	left: 480px;
	top: 30px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
#district_logo {
	position: absolute;
	left: 801px;
}
#edlio {
	position: absolute;
	left: 60px;
	top: 110px;
}

.HPQuickPoll {
	width: 434px;
	padding-bottom: 6px;
	background: url(/pics/midtablebottom.gif) no-repeat bottom;
}

.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	width: 260px;
}

.HPQuickPoll h2 {
	width: 434px;
	padding-top: 37px;
}

.HPQuickPoll h3 {
	font-weight: normal;
}

.HPQuickPoll .bar-color {
	background-color: #0B2C6D;
}

HPQuickPoll .question {
	padding: 9px;
}

/* Sponsor */
.SponsorsDiv {
	background: transparent url(/pics/right_section_repeat.gif) repeat-y scroll 0 0;
}

.SponsorsBody {

	padding: 33px 0 10px 0;
}

.SponsorsDiv ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.SponsorsDiv ul li {
	list-style-type: none;
}
h2#sponsors_header, h2#sponsor_header {
	height: 0;
	width:434px;
	overflow:hidden;
	padding-top:31px;
	margin-top: 15px;
	behavior: url('/apps/shared/iepngfix.htc');
}

h2#sponsors_header {background: url('/pics/sponsors_header.png') top left no-repeat;}
h2#sponsor_header {background: url('/pics/sponsor_header.png') top left no-repeat;}

/* Table Styles */
/*.dark th, .dark td {
	color: #fff;
	background: #444;
	padding: 5px;
}

.dark a { 
	color: #fff!important;
}

.light td {
	background: #ddd;
	padding: 5px;
}

table th {
	text-align: center;
	font-weight:bold;
}
table td {
	vertical-align:top;
}*/
