

/* HEADER STYLING */

#pageheader {
	height:99px;
}

#pageheader .grid_4	{
	background-image:url("http://www.stcletusparish.com/school/assets/images/bg-hdr.png");
	height:100px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top:4px;
	margin-bottom: 20px;
}

#pageheader h1	{
	padding-top:45px;
	text-align:left;
}

/* MAIN STYLING
----------------------------------------*/

#main_content	{
	padding-top:20px;
}
#officenews	{
	height:300px;
	overflow:auto;
	border-bottom:1px solid #C3D9FF;
	padding-bottom:20px;
}

#officenews li{margin-bottom:15px;}

.hdr_bullet {
	padding:0 5px 0 0;
	margin:0 2px 0 0;
	float: left; 
}

/* FOOTER STYLING
----------------------------------------*/

#footer	{
	background-image:url("http://www.stcletusparish.com/school/assets/images/bg-footer.gif");
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:20px;
	margin-bottom:30px;
	padding-top: 40px;
	padding-bottom: 20px;
	color:#333;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer	a:hover{ text-decoration:underline;}
#footer ul li {display:inline;}
#footer ul li a {text-decoration:none; padding:5px 10px;}

#footer_main	{
	margin-top:20px;
	margin-bottom:30px;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color:#1C3B5D;
	border-top: 1px solid #255181;
	text-align:center;
}

#footer_main	 ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer_main	a:hover{ text-decoration:underline;}
#footer_main	 ul li {display:inline;}
#footer_main	 ul li a {text-decoration:none; padding:5px 10px;}

/* COLOR BACKGROUNDS */

.highlightbox	{
	background-color:#C3D9FF;
	padding: 10px;
	border: 1px solid #6688EE;
	margin-bottom:15px;
}
.highlightbox	a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.hover 	a:hover{
	background-color:#FFFFFF;
}


/* Buttons
-------------------------------------------------------------- */

.button a{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 25px 5px 5px;
	background-image: url("http://www.stcletusparish.com/school/assets/images/linkArrow.gif");
	background-repeat: no-repeat;
	background-position: right center;
}

.big      a{ font-size:16px;  }
.darkblue a{ background-color: #255181;}
.darkblue a:hover { background-color: #2F66A4; }
.blue     a{ background-color: #0066CC;}
.blue     a:hover { background-color: #0099FF; }
.red      a{ background-color: #921818; }
.red      a:hover { background-color: #D70000;  }

.photoslideshow a{
	background-image: url("http://www.stcletusparish.com/school/assets/images/icon-camera.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding:10px 10px 10px 50px;
	font-weight:bold;
}
.photoslideshow a:hover{background-color:#FFFFFF;}


/* EXTRACURRICULAR TABLE
---------------------------------------*/
#extracurriculartable	{padding:0px}
#extracurriculartable	th {border-bottom: 1px solid #000000;}
#extracurriculartable	tr:hover {background-color:#E1EDFF;	cursor: hand;}
#extracurriculartable	td {border-right: 1px solid #CCCCCC;padding:0px;font-size:14px;}
#extracurriculartable   hr {background-color:#255181;	height:10px;	margin: 8px 0 8px 0;}

/* HR */

hr {
	color:#FFF;
	height:1px;
	border:0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ltblue {background-color:#C3D9FF;color:#C3D9FF;}


/* PHOTO BACKGROUND */

.photo_2col	{
	padding:10px 10px 30px 10px;
	overflow:hidden;
	width:460px;
	background-image: url("http://www.stcletusparish.com/school/assets/images/bg-photo_2col.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#fff;
	text-align:center
}
.photo_1col	{
	padding:10px 10px 20px 10px;
	overflow:hidden;
	width:220px;
	background-image: url("http://www.stcletusparish.com/school/assets/images/bg-photo_1col.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#fff;
	text-align:center
}

