/* St Aloysius */

html, body{
	margin:0;
	padding:0;
}

html{
	font-family:"Verdana";
	font-size:12px;
	color:#000;
}

body{
	background:url(../images/back_grad.jpg) repeat-x;
}

h1, h2, h3, p{
	margin:0;
	padding:0;
}

h1{
	font-size:18px;
	padding:5px 0px;
	font-weight:normal;
}

h2.home {
	font-size:18px;
	color:#000;
	border:none;
}

h2{
	font-weight:normal;
	font-size:16px;
	padding:5px 0px;
	border-bottom:1px solid #b4b3b2;
	color:#73878a;
}

h3{
	color:#73878a;
	padding:2px 0px;
	font-size:12px;
	font-weight:normal;
}

h3.cal_home{
	font-size:12px;
}

h3.home_news a{
	color:#73878a;
}

h3.home_news a:hover{
}

img{
	border:none;
}

p{
	padding:10px 0px;
}

a{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#header{
	width:1000px;
	margin:0 auto;
   	height: 163px;
   	background:url(../images/header_image.jpg) top center;
} 

#nav {
   text-align: center;
}

#nav ul{
   	margin: auto;
	width: 879px;
	list-style:none;
}

#nav li{
  	float:left;
  	background:url(../images/newright.png) no-repeat bottom right;
   	padding-right:3px;
  	margin:0 1px;
}

#nav a{
   display: block;
   font-family: "Arial", sans-serif;
   font-size:12px;
   color:#000;
   background:url(../images/newleft.png) no-repeat bottom left;
   padding:5px 3px 10px 5px;
   text-decoration:none;
   outline:none;
} 

#nav li:hover{
	background:url(../images/newright_hover.png) no-repeat bottom right;
}

#nav a:hover{
	background:url(../images/newleft_hover.png) no-repeat bottom left;
}

#wrapper{
	clear: both;
	width:808px;
	margin:0 auto;
}

#homepage .left{
	width:380px;
	padding:12px;
	float:left;
}

#homepage .right{
	width:380px;
	padding:12px;
	float:right;
}

.clear{
	clear:both;
}

#footer{
	border-top:1px solid #7f7f7f;
	width:808px;
	margin:0 auto;
	margin-top:10px;  
}

#footer .links{
	float:left;
	padding:10px 0px;
	color:#666666;
}

#footer .copywrite{
	float:right;
	padding:10px 0px;
	color:#666666;
	text-align:right;
}

#wrapper .breadcrumbs{
	border-bottom:1px solid #7f7f7f;
	padding:5px 0px;
}

.selected{
	color:#999999;
}

#staff .member{
	width:100px;
	float:left;
	margin-right:26px;
}

#staff .member h2 {
	font-size:12px;
	padding:3px 0;	
	border:none;
	color:#000;
}

#staff .member p {
	margin:0;
	padding:4px 0px;
	color:#73878a;	
	margin-bottom:10px;
}

#wrapper .left_small{
	float:left;
	width:140px;
	margin-right:0px;
}

#wrapper .right_big{
	float:right;
	width:651px;
	padding:5px 0px;
}

#wrapper .left_small ul{
	list-style:none;
	margin:0;
	padding:0;
	margin:10px 0px;
}

#wrapper .left_small li{
	border-top:1px solid #cbcbcb;
	padding:5px 0px;
}

#wrapper .left_small li.first{
	border-top:none;
}

#wrapper .left_small a{
	color:#000;
	font-size:12px;
}

#wrapper .left_small a.on{
	color:#c8ae00;
}

/*Main Table Style*/

table.standard { 
	width: 100%; 
	border-collapse: collapse;
} 

table.standard th, table.standard td { 
	padding:10px; 
	text-align:left; 
	border:1px solid #fff;
} 

table.standard th { 
	background-color:#ffde00; 
	color:#000; 
	border-bottom:1px solid #fff; 
}


table.standard th:first-child { 
	background:#ffde00 url(../images/table_left.png) top left no-repeat; 
	color:#000; 
	border-bottom:1px solid #fff; 
}

table.standard th:last-child { 
	background:#ffde00 url(../images/table_right.png) top right no-repeat;  
	color:#000; 
	border-bottom:1px solid #fff; 
}

table.standard tr{ 
	background-color:#fff196; 
} 

/*Cal Table Style*/

#calcontainer{
	width:205px;
	float:left;
}

#calendars {
	float: right;
	width: 205px;
}

table.cal { 
	width: 100%; 
	border-collapse: collapse;
	margin-bottom: 10px;
} 

table.cal th, table.cal td { 
	text-align:center;
} 

table.cal tbody td {
	width: 28px;
	height: 22px;
}

table.cal .days th{
	color:#7f784b;
	background-color: #fff196; 
}

table.cal td.item {
	font-weight:bold;
	background-image: url(../images/cal_highlight.png);
}

table.cal .date .month {
	background-image: url(../images/calendar-bg.png);
	background-repeat: no-repeat;
	background-color:#e2d685; 
	padding: 4px 0;
}

table.cal tbody tr{ 
	background-color:#fff196; 
} 

#caltext{
	width:150px;
	float:right;
	padding:0px 10px;
}

#caltext h1{
	margin:0;
	padding:0px 0px 4px 0px;
}

#caltext p{
	margin:0;
	padding:0;
}
#events .events {
	width: 438px;
	float: left;
}

#events h2{
	
}

#events h3{
}

.more{
	padding:5px 0px 10px 0px;
}

.date{
	padding-bottom:5px;
}

#news h2{
	font-size:15px;
}

#enquiry_form .errors {
	border: 2px solid #900;
	background-color: #fcc;
	padding: 0.5em;
	color: #900;
	font-weight: bold;
	margin: 2em;
}

#enquiry_form .field {
	padding: 0 0 2px 0;
}

#enquiry_form .field label {
	display: block;
	width: 11em;
	float: left;
}

#enquiry_form .field input,
#enquiry_form .field textarea{
	border: 1px solid #ccc;
	padding:4px;
	float: left;
	font-size:9pt;
	font-family:"Arial";
}

#enquiry_form .buttons {
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

#enquiry_form .buttons input{
	border:1px solid #24383a;
	background:#405c5f;
	color:#fff;
}

#error{
	margin-top:40px;
	border: 2px solid #900;
	background-color: #fcc;
	padding:10px;
	color: #900;
}

#error a{
	color:#900;
	font-weight:bold;
}

.overlay{
	position:relative;
}