@charset "utf-8";

/*
---------------------------------------
Project: Save St Marks
Copyright 2008: bendesmond.com
Creation date: 12 September 2008
---------------------------------------
*/

/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #303030 url(../images/stm-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}
#header {
	height: 166px;
}
#banner {
	height: 280px;
	margin: 23px 100px 20px 100px;
	background: url(../images/church_inside.jpg) no-repeat;
}
#menus {
	width: 800px;
	height: 40px;
	clear: both;
	margin: 0px 100px 0px 100px;
	background: url(../images/stm-menu-bg.gif) #383838 repeat-x;
	border: solid 1px #a2a2a2;
}


/* Main Navigation */
#mainmenu {
	float: left;
	width: 800px;
}
#mainmenu ul {
	margin: 0px;
	padding: 0;
	height: 39px;
	font-size: 1.3em;
	list-style: none;
}
#mainmenu li {
	float: left;
}
#mainmenu li a {
	display: block;
	float: left;
	padding: 0px 10px 0px 14px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	border-right: solid 1px #a2a2a2;
}
#mainmenu li a:hover {
	background: url(../images/stm-menu-bg-hover.gif) repeat-x left top;
}



/* Secondary Menu */
#secondarymenu {
	float: right;
	display: inline;
	width: 90px;
	margin: 0px 20px 0px 0px;
}
#secondarymenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#secondarymenu li {
	float: left;
}
#secondarymenu li a {
	display: block;
	padding: 0px 5px 0px 9px;
	font-size: 11px;
	line-height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/sp-menu-divider.gif) repeat-y left top;
}
#secondarymenu ul .first a {
	background: none;
}
#secondarymenu li a:hover {
	background: url(../images/sp-menu-hover.gif) no-repeat left top;
}


/* Content */
#content {
	clear: both;
	color: #000000;
	margin: 20px 100px 0px 100px;
	padding: 20px;
	font-size: 1.2em;
	background: #FFFFFF;
}
#content p {
	line-height: 1.6em;
	margin: 0px;
}
#content a {
	color: #bc3221;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	line-height: 1.6em;
	color: #000000;
}
#content ol {
	line-height: 1.6em;
	color: #000000;
}
#content h1 {
	margin: 0px;
	font-size: 2.4em;
	font-weight: normal;
	color: #bc3221;
}
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #bc3221;
}
#content h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #bc3221;
}
.clear {
	clear: both;
}
.image-left-pr15 {
	float: left;
	padding-right: 15px;
}
.image-right-pr15 {
	float: right;
	padding-left: 15px;
}
.highlight-box {
	padding: 15px;
	font-size: 80%;
	color: #333333;
	background: #df998a;
}
.photobox {
	float: left;
	/*width: 200px;*/
/*	height: 180px;*/
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #666666;
}


/* Footer */
#footer {
	height: 30px;
	clear: both;
	margin: 20px 100px 0px 100px;
	background: #bc3221 url(../images/stm-footer-bg.gif) repeat-x;
	border: solid 1px #a2a2a2;
}
#footer p {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 30px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
