@charset "utf-8";
/* STM Website CSS Document */

body {
/*	margin: 0;
	padding: 0;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	/*text-align:center;*/
	background-image:url(../images/line_bg.gif);
}

p {
	
	padding: 0px 5px;
}


h2 {
	padding-top: 10px;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
h6 {
	padding: 0 2px 2px 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	width: auto;
	border-bottom: 1px solid #fc0;
}

label {
	/*padding: 0 0 5px 0;*/
	font-weight: bold;
	color: #313131;
/*	display: block;*/
	clear: right;
}


/*home page divs */

#whatsnew {
	border:1px solid #fc0;
	background-color:#fe9;
}

.whatsnewhead {
	font-size:medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	padding: 5px;
}

#success {
	border: 1px solid #e4ebaf;
	background: #edfcd5;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

#success h3 {
	color: #060;
}

.required {
	font-weight: normal;
	color: #f00;
}

#hp_left {
		width: 228px;
		border-right: 1px solid #ccc;
		padding: 0 4px;
		
}

#hpmain a:link, #hpleft a:visited {
	text-decoration: underline;
	color: blue;
}

#hp_center {
	width: 355px;
	border-right: 1px solid #ccc;
	padding: 0 4px;
}

#hp_center h3 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}

.hp_head {
	font-size: large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#hp_right {
	width: 217px;
	padding: 0 4px;
}

#prayers {
	font-size: 11px;
	border: 1px solid #e1e1e1;
}

.pray {
	font-size: 11px;
	line-height: 175%;
}

.prayerdisplay {
	width:300px;
}

.borderleft {
	border-left: 1px solid #e1e1e1;
}

/*classes*/

.border {
	border: 1px solid #666;
}

.subhead {
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}

.calendar {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
}

.contact {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* divs */

#container {
	border: 1px solid #333;
	width: 800px;
	background-color:#fff;
	margin:auto;

}

#footer {
	border-top: 1px solid #333;
	width: auto;
	padding: 10px 5px;
	font-size: 10px;
	color: #fff;
	background-color:#333;
}

#footerlink {
	border-top: 1px solid #ccc;
	padding: 10px 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#footerlink a:link, #footerlink a:visited {
	width: auto;
	font-size: 10px;
	text-decoration: underline;
}

#footerlink a:hover {
	color: #990;
	text-decoration: underline;
}

#leftcol {
	width: 175px;
	padding-top: 25px;
	border-right: 1px solid #666;
}

#leftcol li {
	margin-left: -30px;
	line-height:175%;
	list-style: none; 
/*	list-style-image:url(../images/arrow_grey.gif)*/
}

.leftnav a:link, .leftnav a:visited {
 	text-decoration: none;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#000;
}

.leftnav	a:hover {color: #006; text-decoration: underline;}



#maincol {
	margin-top: 15px;
	width: auto;
	padding: 2px 5px;
	vertical-align:top;
}

#maincol li {
	padding-top: 6px;
	padding-bottom: 2px;
}

#maincol a:link, #maincol a:visited {
	text-decoration: underline;
	color: blue;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0;
}

/*#maincol h5 {
	border-bottom: 1px solid #fc0;
	width:auto;
}*/
	
/*************** horizontal navigation *****************/

#nav .navlink a:link, #nav .navlink a:visited {
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #fff;
	text-align:center;
	color:#FFF;
	padding:10px 22px;
	text-decoration:none;
}

#nav .navlink a:hover {
	background-color:#000;/*#ffca00;*/
}

#nav .navlinkend a:link, #nav .navlinkend a:visited {
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	padding:10px 22px;
	text-decoration:none;
}

.navlinkend a:hover {
	background-color:#000;/*#ffca00;*/
}