/* General */
@import url("/apps/js/polls/polls-pack.css");
.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}
.relative {
	position: relative;
}

html, body {height: 100%;}

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

div#wrapper, #wrapperIndex {
	margin: 0 auto -129px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

#wrapperIndex {
	width: 1118px;
	background: url('/pics/index_bg.jpg') no-repeat 0 227px;
}

.content, .contentIndex {
	text-align: left;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	margin: 0 auto;
	padding: 0 0 16px 0;
	position: relative;
	z-index: 1;
}

.contentIndex {
	width: 1118px;
}
.content {
	background: #fff;
	width: 884px;
	padding: 8px 8px 16px 8px;
	margin-top: 29px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}

.pageTitle {
	display: block;
	width: 874px;
	height: 30px;
	padding: 15px 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') no-repeat left top;
	text-transform: uppercase;
}

#search_container {
	width: 144px;
	margin: 4px 0;
	float: right;
	display: inline;
}

#search_container #search input#q {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #FFFFFF;
  height: 19px;
  line-height: 19px;
  padding: 2px;
  width: 114px;
	float: right;
}

#search_container #search input.edlio-search-button {
	margin-left: -4px;
	vertical-align: top;
	float: left;
}

#translate_link {
	height: 0;
	width: 0;
	overflow: hidden;
	padding: 31px 0 0 68px;
	display: inline-block;
	float: left;
}

/* Header */

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

div#top {
	width: 212px;
	height: 31px;
	position: absolute;
	top: 7px;
	right: 0;
	background: url('/pics/top.jpg') no-repeat top center;
}

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

#header h1 a {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	padding: 160px 0 0 440px;
	
}
/* Navigation menu */

div#menu {
	width: 1032px;
	height: 37px;
	margin-left: 39px;
	z-index: 99;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1032px;
	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 {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 33px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1, ul#topNavItems li#topnav_home { width: 75px; background: url('/pics/topnav/topnav1.jpg') no-repeat; }
ul#topNavItems li a#topNav2, ul#topNavItems li#topnav_parish { width: 64px; background: url('/pics/topnav/topnav2.jpg') no-repeat; }
ul#topNavItems li a#topNav3, ul#topNavItems li#topnav_about_us { width: 92px; background: url('/pics/topnav/topnav3.jpg') no-repeat; }
ul#topNavItems li a#topNav4, ul#topNavItems li#topnav_pre-school { width: 102px; background: url('/pics/topnav/topnav4.jpg') no-repeat; }
ul#topNavItems li a#topNav5, ul#topNavItems li#topnav_elementary { width: 106px; background: url('/pics/topnav/topnav5.jpg') no-repeat; }
ul#topNavItems li a#topNav6, ul#topNavItems li#topnav_middle_school { width: 131px; background: url('/pics/topnav/topnav6.jpg') no-repeat; }
ul#topNavItems li a#topNav7, ul#topNavItems li#topnav_arts_athletics { width: 130px; background: url('/pics/topnav/topnav7.jpg') no-repeat; }
ul#topNavItems li a#topNav8, ul#topNavItems li#topnav_donations { width: 98px; background: url('/pics/topnav/topnav8.jpg') no-repeat; }
ul#topNavItems li a#topNav9, ul#topNavItems li#topnav_school_board { width: 123px; background: url('/pics/topnav/topnav9.jpg') no-repeat; }
ul#topNavItems li a#topNav10, ul#topNavItems li#topnav_contact { width: 111px; background: url('/pics/topnav/topnav10.jpg') no-repeat; }

ul#topNavItems li:hover a.top, ul#topNavItems li.over a.top,
ul#topNavItems li#topnav_home:hover,
ul#topNavItems li#topnav_parish:hover,
ul#topNavItems li#topnav_about_us:hover,
ul#topNavItems li#topnav_pre-school:hover,
ul#topNavItems li#topnav_elementary:hover,
ul#topNavItems li#topnav_middle_school:hover,
ul#topNavItems li#topnav_arts_athletics:hover,
ul#topNavItems li#topnav_donations:hover,
ul#topNavItems li#topnav_school_board:hover,
ul#topNavItems li#topnav_contact:hover {
	background-position: 0 -37px!important;
}

/* Drop down items */

ul#topNavItems ul {
	border: 0;
	-moz-opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity:.90;
}
ul#topNavItems ul, 
ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul, 
ul#topNavItems li:hover ul ul ul, ul#topNavItems li.over ul ul ul,
ul#topNavItems li:hover ul ul ul ul, ul#topNavItems 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;
}
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,
ul#topNavItems ul ul li:hover ul, ul#topNavItems ul ul li.over ul,
ul#topNavItems ul ul ul li:hover ul, ul#topNavItems ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems li:hover ul li a, ul#topNavItems 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: #0d417a;
	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.over a,
ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over ul a:hover,
ul#topNavItems li ul li ul li:hover a, ul#topNavItems li ul li ul li.over a,
ul#topNavItems li ul li ul li:hover ul a:hover, ul#topNavItems li ul li ul li.over ul a:hover,
ul#topNavItems li ul li ul li ul li:hover a, ul#topNavItems li ul li ul li ul li.over a,
ul#topNavItems li ul li ul li ul li:hover ul a:hover, ul#topNavItems li ul li ul li ul li.over ul a:hover {
	color: #000;
	background: #fff;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a,
ul#topNavItems li ul li ul li:hover ul a, ul#topNavItems li ul li ul li.over ul a,
ul#topNavItems li ul li ul li ul li:hover ul a, ul#topNavItems li ul li ul li ul li.over ul a {
	color: #fff;
	background: #0d417a;
}
/* Index properties */

#indexTop {
	height: 29px;
	width: 1071px;
	background: url('/pics/content_index_top.png') no-repeat;
}

#indexMid {
	position: relative;
	height: 354px;
}

#leftColumn, #midColumn, #rightColumn {
	padding: 0;
	margin: 0;
	float: left;
}

#leftColumn {
	width: 357px;
	padding-left: 34px;
}
#midColumn {
	width: 359px;
}

#rightColumn {
	width: 326px;

}
/* Quicklinks */

#quickLinks {
	width: 112px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 143px;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 112px;
}

#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 43px 112px;
	overflow: hidden;
	margin: 0;
	display: block;
}
#quickLinks a#midNav1 { background: url('/pics/qlink/qlink1.jpg') no-repeat left top; }
#quickLinks a#midNav2 {	background: url('/pics/qlink/qlink2.jpg') no-repeat left top; }
#quickLinks a#midNav3 {	background: url('/pics/qlink/qlink3.jpg') no-repeat left top; }
#quickLinks a#midNav4 { background: url('/pics/qlink/qlink4.jpg') no-repeat left top; }
#quickLinks a#midNav5 { background: url('/pics/qlink/qlink5.jpg') no-repeat left top; }

#quickLinks a:hover {
	background-position: -112px 0!important;
}

/* Homepage Section Headers */

/* Homepage Sections Containers */

/* Homepage Section Table Includes */

.HPNews {
	padding: 0 15px 0 30px;
	margin: 0;
	color: #000;
}
.HPEvents {
	padding: 0 40px 0 55px;
	margin: 0;
	color: #000;
}

/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 8px;
}

.HPEvents .autoCalendarLinks a {
	text-decoration: underline;
}

a#button_tour, span#button_sb a {
	display: block;
	height: 0;
	width: 0;
	padding: 40px 0 0 153px;
	overflow: hidden;
	position: absolute;
	left: 72px;
}

a#button_tour { bottom: 72px; background: url('/pics/grade_link.jpg');}
span#button_sb a { bottom: 29px;background: url('/pics/button_sb.jpg');}

a#button_tour:hover, span#button_sb a:hover {
	background-position: 153px 0!important;
}

/* Image shuffles */

#shuffle1_holder, #shuffle1, #shuffle1_overlay {
	width: 755px;
	height: 310px;
}
#shuffle1_holder a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 755px;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	padding: 310px 0 0 0;
	z-index: 99;
}

#shuffle1_holder { 
	position: absolute;
	top: 24px;
	right: 51px;
}

#shuffle2_holder {
	width: 292px;
	height: 170px;
	position: relative;
	clear: both;
	background: url('/pics/shuffle2_bg.png') no-repeat;
	margin-bottom: 20px;
}

#shuffle2, #shuffle2_overlay {
	width: 199px;
	height: 138px;
	position: absolute;
	top: 18px;
	right: 31px;
}
#shuffle1_overlay {
	background: url('/pics/shuffle1_overlay.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#shuffle2_overlay {
	background: url('/pics/shuffle2_overlay.png') no-repeat;
}

/* Footer */

#push {
	height: 109px;
}

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

#foot {
	width: 378px;
	height: 103px;
	margin: 0 auto;
	padding-top: 26px;
	background: url('/pics/footer.jpg') 0 26px no-repeat;
}
address {
	text-align: center;
	color: #fff;
	padding: 54px 0 10px 0;
	font-style: normal;
	font-size: 12px;
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 10px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
/***   Mandatory   ***/
.HPQuickPoll h2 {
    width: 326px;       /* header width  */
    padding-top: 38px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

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

.portal_list {
    float: left;
    font-size: 1.4em;
    line-height: 1.8em;
    text-align: left;
    width: 350px;
}
ul.portal_list, .portal_list li {
    list-style: none outside none;
    margin: 0 1px 1px 0;
    padding: 0;
}
.portal_list li a {
    background-color: #5E5E5E;
    color: #F9F9F9 !important;
    display: block;
    padding: 0.4em 0.8em;
    text-decoration: none;
    width: auto;
}
.portal_list li a:hover {
    background-color: #0C4584;
    color: #FFFFFF;
    text-decoration: none;
}
.portal_container {
    margin: 0 auto;
    overflow: auto;
    text-align: center;
    width: 702px;
}








/* Page Navigation */

#pageNav {
	border: 0;
	margin-left: 5px;
	background: url(/pics/pagenav_body.jpg) center 0 repeat-y;
}

#pageNav td {
	border: 0;
	padding-bottom: 7px;
	background: url(/pics/pagenav_btm.jpg) center bottom no-repeat;
}

#pageNav td img {
	display: none;
}

#pageNav ul {
	width: 250px;
	list-style: none;
	margin: 0!important;
	padding: 25px 0 15px 0 !important;
	background: url(/pics/pagenav_top.jpg) 0 0 no-repeat;
}

#pageNav li {
	width: 250px;
	background: url(/pics/pagenav_underline.jpg) 100px bottom no-repeat;
}

table#pageNav li a {
	display: block;
	width: 180px;
	margin: 0 15px 0 40px;
	padding: 10px 15px 10px 0;
	color: #154d94!important;
	text-align: right;
	font-size: 16px;
	text-decoration: none;
}


#pageNav li b {
	display: block;
	width: 180px;
	margin: 0 15px 0 40px;
	padding: 10px 15px 10px 0;
	color: #fff;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	background: #0c4298; /* Old browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(left,  #0c4298 0%, #00346e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c4298), color-stop(100%,#00346e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0c4298 0%,#00346e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0c4298 0%,#00346e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0c4298 0%,#00346e 100%); /* IE10+ */
	background: linear-gradient(to right,  #0c4298 0%,#00346e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4298', endColorstr='#00346e',GradientType=1 ); /* IE6-9 */
}

table#pageNav li a:hover {
	text-decoration: underline;
	color: #154d94!important;
}


#pageNav li:last-child {
	background: none !important;
}

.superkids {
display: block;
background-color: #0c4584;
width: 110px;
color: #fff!important;
text-align: center;
font-size: 16px;
text-decoration: none;
border-radius: 10px;
margin: 20px 25px 25px 0;
padding: 10px;
float: right;
}

.superkids:hover {
	opacity: 0.5;
}



/* News Styles */

#homepage_news_list {
	margin-top: 0;
	margin-left: 40px;
	/*width: 253px; px widths break container as of 03/13/2015*/
        width: 82%;
}

#homepage_news_list article {
/*	padding: 3px 0 3px 10px;*/
	position: relative;
}

/*news title*/
#homepage_news_list article h1.title {
/*	overflow: hidden;
	height: 36px;*/
	border-bottom: none;
	line-height: 15px;
	margin: 3px 0;
	color: black;
	display: inline-block;
}

#homepage_news_list article h1.title::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: url(/pics/bullet_arrow.gif) no-repeat left bottom;
	height: 10px;
	width: 6px;
	display: inline-block;
	float: left;
	margin: 0;
}
#homepage_news_list article h1.title a {
	padding: 0;
	margin: 0 0 0 10px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background: none repeat scroll 0% 0% transparent;
	display: inline-block;
}

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

/*summary*/

#homepage_news_list article .summary {
	/*padding: 3px 0px;*/
	/*margin-top: -18px;*/
}

#homepage_news_list article .summary p {
/*	font-size: 9.5pt;*/
	margin-top: 0;
/*	color: black;*/
	margin-left: 10px;
	margin-bottom: 5px;
}

/*image*/

#homepage_news_list article .thumbnail {
	float: left;
	margin: 4px 10px 10px 0;
}

#homepage_news_list article .thumbnail img {
	max-height:77px;
	width: auto;
	max-width:115px;
	border:1px solid black;
	margin-left: 10px;
}


/*show all*/
#homepage_news_list .read-more-link {
	font-size: 13px;
	margin-left: 10px;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

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



