/* CSS Document */

* {
	outline: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background: #fff;
	color: #000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #139872;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 2.1em;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	width: 930px;
	padding: 20px 35px 9px 35px;
}

#logo {
	float: left;
}

#logo h1 a {
	display: block;
	width: 250px;
	height: 69px;
	background: url(../images/logo_saintfrancis.gif) no-repeat 0 0;
	text-indent: -9000em;
}

#navigation {
	float: right;
	padding: 47px 0 0 0;
}

#navigation li {
	display: inline;
	padding-left: 30px;
}

#navigation li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}

#navigation li a:hover, #navigation li a:active, #navigation li a:focus, #navigation li a.selected {
	color: #139872;
}

#banner {
	clear: both;
}

#content {
	width: 968px;
	padding: 14px 16px 10px 16px;
}

#sub-content {
	clear: both;
	padding: 16px;
	width: 968px;
	font-size: .8em;
	line-height: 1.4em;
}

#sub-content #left {
	width: 260px;
	float: left;
}

#sub-content #right {
	width: 708px;
	float: left;
}

#sub-content p {
	margin: 13px 0;
}

#sub-content ul {
	padding-left: 10px;
	margin-left: 15px;
}

#sub-content li {
	list-style-type: square;
}

div.callout {
	width: 230px;
	height: 200px;
	float: left;
	padding-right: 16px;
}

#sub-content div.callout {
	float: none;
	padding-bottom: 16px;
}

div.callout a {
	text-indent: -9000em;
	display: block;
	width: 230px;
	height: 200px;
}

div#callout1 { background: url(../images/img_home_callout1.jpg) no-repeat 0 0; }

div#callout2 { background: url(../images/img_home_callout2.jpg) no-repeat 0 0; text-indent: -9000em; }

div#callout2 li { list-style-type: none; }

div#callout3 { background: url(../images/img_home_callout3.jpg) no-repeat 0 0; }

div#callout4 { background: url(../images/img_home_callout4.jpg) no-repeat 0 0; padding-right: 0; }

#footer {
	clear: both;
	font-size: .65em;
	color: #999;
	text-align: right;
	padding: 25px 16px;
	width: 968px;
}

#footer li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #999;
}

#footer li.end {
	padding-right: 0;
	border-right: 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	text-decoration: none;
}