/* general
--------------------------------------------------- */

body {
	position: relative;
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	background: #fff url(../design/body_bg.jpg) no-repeat;
	color: rgb(60,60,60);
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #000;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
	cursor: help;
}

ul {
	list-style: none;
}

hr, .hide {
	display: none;
}

.italic {
	font-style: italic;
}

cite {
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1px;
}



/* masthead
--------------------------------------------------- */

div#masthead {
	position: relative;
	width: 920px;
	height: 360px;
	margin-bottom: 2.4em;
}

div#masthead h1 {
	text-indent: -9999px;
}

div#masthead p {
	font: 1.7em/1.4 Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 160px;
	left: 360px;
	width: 460px;
	color: #000;	
	text-indent: -9999px;
}



/* main
--------------------------------------------------- */

div#main {
	position: relative;
	width: 920px;
	left: 40px;
	padding-bottom: 7em;
}




/* column
--------------------------------------------------- */

div.col {
	float: left;
	width: 280px;
	margin-right: 40px;
}

div#last-col {
	margin-right: 0;
}

* html div#last-col {
	margin-right: -3px;
}

div.col h2 {
	font: 2.1em Georgia, "Times New Roman", Times, serif;
	color: rgb(45,74,94);
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 0.6em;
}

div.col h3 {
	color: rgb(45,74,94);
	font-size: 1.2em;
	line-height: 1.5em;
}

div.col p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

div.col iframe {
	padding: 3px;
	border: 1px solid rgb(210,210,210);
	margin-bottom: 0.75em;
}

div.col a {
	color: rgb(140,0,0);
	border-bottom: 1px solid rgb(243,154,154);
}

div.col a:hover {
	color: rgb(170,0,0);
}



/* footer
--------------------------------------------------- */

div#footer-wrapper {
	background: url(../design/footer.jpg) no-repeat;	
	position: relative;
}

div#footer {
	width: 920px;
	left: 40px;
	position: relative;
	padding: 2.4em 0;
}

div#footer p {
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	color: rgb(96,120,136);
}

div#footer p.pastoral {
	color: #fff;
	margin-bottom: 1em;
}

div#footer p a {
	color: rgb(96,120,136);
}









