/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  END Global Styles ------------------------------ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  DEFAULTS */

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1334/Images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

img, div {
	behavior: url(/SiteFiles/1334/Scripts/iepngfix.htc);
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TYPE */

body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #FF5335;
	text-decoration: none;
}

a:hover {
	color: #FF5335;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: Myriad, "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #DD2F31;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SEARCH */

#search {
	float: right;
	width: 190px;
	padding-top: 20px;
	padding-bottom: 12px;
}

#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform: uppercase;
}

.searchField {
	font-size: 11px;
	color: #abafae;
	width: 148px;
	border: 1px solid #cbcece;
	float: left;
	padding: 3px;
	margin-right: 7px;
}

.searchButton {
	width: 25px;
	height: 22px;
	border: none;
	float: left;
	cursor: pointer;
	font-size: 11px;
	line-height: 18px;
	background-image: url(/SiteFiles/1334/Images/search-go.gif);
	background-repeat: repeat;
	color: #ffffff;
	padding: 2px;
}

a.link-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url("/sitefiles/1334/images/bullet-link.png") no-repeat scroll 0.8em 50% #5d7731;
	color: #FFFFFF;
	padding: 5px 15px 5px 25px;
}

a.link-button:hover {
	color: #FDCC41;
	text-decoration: none;
	background-color: #496914;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  MAIN NAV */

#mainnavWrapper {
	float: left;
	height: 32px;
	margin: 6px 0 0;
	overflow: hidden;
	padding: 0;
	top: 78px;
	width: 974px;
}

#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}

#mainnav ul {
	margin: 6px 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#mainnav li ul {
	display: none;
}

#mainnav li {
	padding: 4px 0px;
	margin: 0px;
	float: left;
	background-image: url(/sitefiles/1334/Images/mainnav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}

#mainnav a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	padding: 3px 25px 3px 25px;
	background-image: url(/sitefiles/1334/Images/mainnav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainnav a:hover {
	display: block;
	text-decoration: none;
	color: #f5f5f5;
}

#mainnav a.current {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#mainnav a.first {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SUB NAV */

#subnavWrapper {
	float: right;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/title-browse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	margin-top: 7px;
}

#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}

#subnav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnav li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 180px;
	background: none;
}

#subnav a {
	color: #FF5335;
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

#subnav a:hover {
	color: #333333;
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

#subnav a.first {
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

#subnav a.first:hover {
	color: #333333;
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

#subnav a.current {
	color: #333333;
	display: block;
	padding: 2px 0px;
	text-decoration: none;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LEVEL2 NAV */

#level2Wrapper {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 974px;
	height: 41px;
	top: 78px;
	float: left;
}

#level2Wrapper p,
#level2Wrapper h2,
#level2Wrapper h2 a {
	display: none;
}

ul#level2nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#level2nav li ul {
	display: none;
}

#level2nav li {
	padding: 4px 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

#level2nav a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	padding: 3px 46px;
	background-image: url(/sitefiles/1334/Images/school-mainnav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#level2nav a:hover, #level2nav a.last:hover {
	color: #ffffff;
	background-color: #3A4C31;
}

#level2nav a.last {
	background: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  WRAPPERS */

#pageWrapper {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	margin: 0;
	background-image: url(/sitefiles/1334/Images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#school-pageWrapper {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	margin: 0;
	background-image: url(/sitefiles/1334/Images/school-bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#topWrapper {
	width: 100%;
	position: static;
	text-align: left;
	margin: 0px;
}

#contentWrapper {
	background-color: #fefefe;
	clear: both;
	width: 948px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	background-repeat: repeat-y;
	background-position: center;
}

#flashWrapper {
	width: 100%;
	height: 288px;
}

#DEFcontentWrapper {
	width: 100%;
}

#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

.ie7 #footerWrapper, .ie8 #footerWrapper {
	margin-left: 23px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SITE INDEX */

#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
}

#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}

#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}

#siteIndex dd {
	padding: 1px 0;
}

#siteIndex dt a {
	color: #fff;
}

#siteIndex dd a {
	color: #FBD0A8;
}

#siteIndex a:hover {
	text-decoration: underline;
}

#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TOP */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 976px;
	height: 159px;
}

#logo, #school-logo {
	float: left;
	width: 330px;
	height: 118px;
	margin: 0px;
}

#logo a {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 330px;
	height: 118px;
	background-image: url(/sitefiles/1334/Images/logo.png);
	text-indent: -9999px;
	overflow: hidden;
	behavior: url(/SiteFiles/1334/Scripts/iepngfix.htc);
}

#school-logo a {
	background-image: url("/sitefiles/1334/Images/school-logo.png");
	display: block;
	font-size: 0;
	height: 106px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 8px;
	width: 156px;
	behavior: url(/SiteFiles/1334/Scripts/iepngfix.htc);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#flash {
	background-color: #7D97CA;
	float: left;
	height: 277px;
	margin-top: 7px;
	padding: 7px;
	width: 694px;
}

#school-flash {
	background-color: #E0E0E0;
	float: left;
	height: 277px;
	margin-top: 7px;
	padding: 7px;
	width: 694px;
}

#hmAds {
	float: right;
	width: 226px;
	height: 287px;
	margin-top: 7px;
}

#hmAds a img {
	border: 1px solid #14323b;
}

#hmAds a:hover img {
	border: 1px solid #cccccc;
}

#content {
	width: 948px;
	text-align: left;
	top: 240px;
	clear: both;
	margin: 7px auto;
}

#DEFcontent {
	float: left;
	width: 545px;
	padding: 60px 80px;
	margin-top: 7px;
	border: solid 1px #AAAAAA;
	background-color: #FFFFFF;
}

#content ul {
	margin: opx;
	padding: 0px;
}

#content ul li {
	padding: 0 0 0 7px;
	margin: 0px;
}

#contentLeft {
	float: left;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/title-fromthepastor.jpg);
	background-position: left top;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#contentLeft p, #school-contentLeft p {
	font-size: 11px;
	line-height: 16px;
}

#school-contentLeft {
	float: left;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/school-title-principal.jpg);
	background-position: left top;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#contentMiddle {
	float: left;
	width: 466px;
	margin-left: 16px;
	background-image: url(/sitefiles/1334/Images/title-newsupdates.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	padding-bottom: 0px;
}

#school-contentMiddle {
	float: left;
	width: 466px;
	margin-left: 16px;
	background-image: url(/sitefiles/1334/Images/school-title-ourmission.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	padding-bottom: 0px;
}

#contentRight {
	float: right;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/title-highlights.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
}

#school-contentRight {
	float: right;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/school-title-highlights.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
}

#content2 {
	width: 948px;
	text-align: left;
	clear: both;
	margin: 7px auto;
	padding: 7px 0px;
}

#content2 ul {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	font-size: 12px;
}

#content2 ul li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

#contentLeft2 {
	float: left;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/title-git.jpg);
	background-position: center top;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#school-contentLeft2 {
	float: left;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/school-title-getintouch.jpg);
	background-position: center top;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#contentMiddle2 {
	float: left;
	width: 466px;
	margin-left: 16px;
	background-image: url(/sitefiles/1334/Images/title-mass.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	padding-bottom: 0px;
}

#school-contentMiddle2 {
	float: left;
	width: 466px;
	margin-left: 16px;
	background-image: url(/sitefiles/1334/Images/school-title-newsupdates.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	padding-bottom: 0px;
}

#contentRight2 {
	float: right;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/title-links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
}

#school-contentRight2 {
	float: right;
	width: 226px;
	background-image: url(/sitefiles/1334/Images/school-title-religiouseducation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
}

.border {
	border: solid 1px #E6E6E6;
	padding: 18px 22px;
	display: block;
	background-color: #ffffff;
	font-size: 11px;
}

.border2 {
	border: solid 1px #E6E6E6;
	display: block;
	background-color: #ffffff;
	font-size: 11px;
}

#contentRight img {
	float: left;
}

#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1334/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}

#contentRightBtm img {
	float: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FOOTER */

#footer {
	width: 946px;
	background-image: url(/sitefiles/1334/Images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 24px;
	padding-right: 15px;
	padding-bottom: 24px;
	padding-left: 15px;
	background-color: #ECECEC;
}

#footerLeft {
	float: left;
	width: 708px;
	font-size: 11px;
	color: #1a1a1a;
	clear: left;
	margin-top: 14px;
}

#footerLeft a {
	color: #4D4D4D;
}

#footerLeft a:hover {
	color: #666666;
	text-decoration: none;
}

#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}

#utilityLinks a {
	color: #6995ab;
}

#utilityLinks a:hover {
	color: #6995ab;
}

#footerRight {
	float: right;
	width: 212px;
}

.footerRight {
	float: left;
	margin-right: 18px;
}

#footer table td {
	font-size: 11px;
	line-height: 18px;
}

#footer table td a {
	color: #4D4D4D;
	font-size: 11px;
	line-height: 18px;
	padding-left: 9px;
	background-image: url(/sitefiles/1334/Images/dash.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#footer li {
	list-style: none;
}

.site-credit-link {
	font-size: 11px;
	color: #1a1a1a;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  DEFAULT CONTENT */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SEARCH TITLE */

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PHOTO GALLERY */

.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}

.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #666666;
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  BREADCRUMBS */

#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	margin: 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1334/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: none;
	margin-right: 8px;
}

#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1334/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

#breadcrumbs a.first {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: none;
}

#breadcrumbs a.first:hover {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: underline;
}

#breadcrumbs a.current {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1334/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  NEWS ARTICLE WIDGET */

.recent-news-title {
	display: block;
	width: 100%;
	font-size: 15.5px;
	font-weight: bold;
	line-height: 23px;
}

li.recent-news-list-item span {
	font-size: 11px;
	color: #808080;
}

p.recent-news-snippet {
	padding: 0px 0px 5px 0px;
}

.recent-news-view-link {
	display: block;
	font-size: 11px;
	padding-left: 18px;
	background-image: url(/sitefiles/1334/Images/calendar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 7px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   CHILD PAGE */

#childpagenav-44691, #childpagenav-44691 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#childpagenav-44692, #childpagenav-44692 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#childpagenav-44693, #childpagenav-44693 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#childpagenav-44694, #childpagenav-44694 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#childpagenav-44695, #childpagenav-44695 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#childpagenav-44696, #childpagenav-44696 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  UPCOMING EVENTS WIDGET */

.upcoming-events-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.upcoming-events-wrapper li {
	border-bottom: 1px solid #DDDDDD;
	padding: 14px 5px !important;
}

p.upcoming-events-date {
	color: #999999;
	font-size: 12px;
	margin: 0;
}

p.upcoming-events-name {
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0 8px;
}

p.upcoming-events-description {
	line-height: 12px;
	margin: 0;
}