@import url('/stylesheets/reset.css'); 

a,
a:active,
a:visited {
	color: #145c93;
	text-decoration: underline;
}

a:hover {
	color: #2985cc;
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.875em;
	color: #000000;
	padding: 0;
	margin: 0;
	background: #FFFFFF url('/images/bg.gif') repeat-y left;
	text-align: left;
	line-height: 100%;
}

#page {
	width: 760px;
	margin: 0px 0px 0px 20px;
}



/* sidebar */

#sidebar {
	width: 189px;
	border-right: 2px solid #FFFFFF;
	background: #e9e1d3 url('/images/logo.gif') no-repeat top left;
	float: left;
	height: 100%;
}

#sidebar ul {
	padding: 247px 0px 0px 18px;
}

#sidebar ul li {
	position: relative;
	width: 146px;
	height: 37px;
}

#sidebar ul li.home a,
#sidebar ul li.home a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_home.gif') no-repeat;
}

#sidebar ul li.upcoming-events a,
#sidebar ul li.upcoming-events a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_upcoming.gif') no-repeat;
}

#sidebar ul li.childrens-ministry a,
#sidebar ul li.childrens-ministry a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_childrens.gif') no-repeat;
}

#sidebar ul li.rectors-page a,
#sidebar ul li.rectors-page a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_rectors.gif') no-repeat;
}

#sidebar ul li.our-building-project a,
#sidebar ul li.our-building-project a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_building.gif') no-repeat;
}

#sidebar ul li.contact-us a,
#sidebar ul li.contact-us a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_contact.gif') no-repeat;
}

#sidebar ul li.our-activities a,
#sidebar ul li.our-activities a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	background: url('/images/li_activities.gif') no-repeat;
}



/* main */

#main {
	width: 569px;
	height: 100%;
	float: right;
}



/* header */

#header {
	height: 284px;
	width: 569px;
	position: relative;
}

#header h1 {
	text-align: center;
}

#header h1.name {
	width: 569px;
	height: 102px;
	background: url('/images/name.gif') no-repeat;
	text-indent: -5000px;
	border-bottom: 2px solid white;
}



/* content */

#content {
	padding: 0px 26px 26px 26px;
	line-height: 125%;
	padding-top: 26px;
}

#content p {
	text-align: justify;
	font-style: italic;
	margin-bottom: 26px;
}

#content h2 {
	text-transform: uppercase;
	font-size: 1.3125em;
	color: #145c93;
	margin-bottom: 15px;
	text-align: left;
}

#content h3 {
	font-size: 1.0714em;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

#content ul {
	padding: 0px 0px 25px 0px;
}


#content p strong {
	font-style: normal;
	font-weight: bold;
}

#content p em {
	font-style: italic;
}

#content a.thickbox img {
	float: left;
	margin: 0 16px 26px 0px;
}

#content img.leftimage {
	float: left;
	margin: 1.0em 26px 16px 0px;
}

#content blockquote {
	padding: 10px 40px 25px 40px;
}
#content blockquote em {
	padding-top: 5px;
	font-size: .78571em;
	font-style: normal;
	display: block;
}

#content p.vevent {
	width: 506px;
	font-style: normal;
}

#content p.vevent .summary {
	font-size: 1.0714em;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e9e1d3;
	font-weight: bold;
	display: block;
}

#content p.vevent .date {
	padding-left: 10px;
	font-size: 0.8571em;
	font-weight: normal;
}

#content p.vevent .description {
	margin: 5px 0px 0px 0px;
	padding-bottom: 25px;
	float: left;
	display: block;
}

#content p.vevent .location {
	margin: 5px 0px 0px 0px;
	font-size: 0.78571em;
	padding-left: 10px;
	float: right;
}



/* footer */

#footer {
	color: #4c4c4c;
	border-top: 1px solid #e9e1d3;
	background: url('/images/welcomes.gif') no-repeat top right;
	height: 55px;
	width: 542px;
	padding: 35px 0px 0px 26px;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
}

#footer p.copyright {
	padding-top: 15px;
}