@charset "utf-8";
/*
========================================
Project: London Theological Seminary
Copyright 2008: bendesmond.com
Creation date: 01 July 2008
========================================
*/

/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #e1e1e1;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	text-align: left;
	background-image: url(../images/lts-bg.gif);
	background-repeat: repeat-y;
}
#header {
	width: 958px;
	height: 141px;
}
#logo {
	margin: 3px 0px 0px 41px;
}
#content {
	background: url(../images/lts-menu-swooshbottom.gif) right top no-repeat;
}

/* Top Navigation */

#topmenu {
	width: 958px;
	clear: both;
}
#topmenu ul {
	margin: 0px 0px 0px 800px;
	padding: 0;
	height: 33px;
	font-size: 1em;
	list-style: none;
	text-transform: lowercase;
}
#topmenu li {
	float: left;
	display: inline;
}
#topmenu li a {
	display: block;
	float: left;
	padding: 0 12px;
	line-height: 33px;
	color: #184e7e;
	text-decoration: none;
	height: 33px;
}
#topmenu li a:hover {
	color: #184e7e;
	text-decoration: underline;
}
.topmenu-first {
	border-right: #31521D 1px solid;
}


/* Main Navigation */

#mainmenu {
	width: 940px;
	clear: both;
	margin-left: 9px;
	background: url(../images/lts-menu-bg.gif) no-repeat right top #1c6db4;
}
#mainmenu ul {
	margin: 0px 0px 0px 195px;
	padding: 0;
	height: 44px;
	font-size: 1.2em;
	list-style: none;
	text-transform: lowercase;
}
#mainmenu li {
	float: left;
}
#mainmenu li a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 44px;
	color: #FFFFFF;
	text-decoration: none;
	height: 44px;
	background: url(../images/menubar-divider.gif) repeat-y right top;
}
#mainmenu li a:hover {
	color: #FFFFFF;
	background: #184e7e;
}


/* Banner */
#banner {
	width: 940px;
	height: 230px;
	margin-left: 9px;
}


/* Page Setup */
#maincolumn {
	float: left;
	width: 445px;
	margin: 20px 20px 0px 20px;
	color: #333333;
}
#maincolumn h1 {
	font-size: 2em;
	color: #184e7e;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#maincolumn h2 {
	font-size: 1.6em;
	color: #184e7e;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0px;
}
#maincolumn h3 {
	font-size: 1.4em;
	color: #184e7e;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}
#maincolumn h6 {
	font-size: 1em;
	color: #184e7e;
	font-weight: normal;
	padding: 0px;
}
#maincolumn p {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	/*color: #333333;*/
	margin-top: 0px;
}
#maincolumn ol {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #333333;
}
#maincolumn ul {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	color: #333333;
}
#maincolumn tr .odd {
	background: #d3ebff;
}
#maincolumn tr .even {
	background: #e9f5ff;
}

/* Left Column */
#leftcolumn {
	float: left;
	width: 185px;
	margin-top: 20px;
	margin-left: 9px;
	/*background: #d7f2ff;*/
}
#leftcolumn p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	color: #333333;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
#leftcolumn h1 {
	font-size: 1.5em;
	color: #184e7e;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}
#leftcolumn ul {
	margin: 0px;
	padding: 0;
	/*height: 44px;*/
	font-size: 1em;
	list-style: none;
	text-transform: lowercase;
	background: #184e7e;
}
/*#leftcolumn li {
	float: left;
}*/
#leftcolumn li a {
	display: block;
	/*float: left;*/
	padding: 0 10px;
	line-height: 44px;
	color: #FFFFFF;
	text-decoration: none;
	height: 44px;
	background: url(../images/menubar-divider.gif) repeat-y right top;
}
#leftcolumn li a:hover {
	color: #FFFFFF;
	background: url(../images/lts-menu-hover.gif) repeat-x left top;
}

#rightcolumn {
	float: left;
	width: 270px;
	margin-top: 20px;
	background: #d3ebff;
}
#rightcolumn p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	color: #333333;
	padding: 15px;
	margin: 0px;
}
#rightcolumn ol {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	color: #333333;
	padding: 15px;
	margin-left: 20px;
}
#rightcolumn h1 {
	font-size: 1.5em;
	color: #184e7e;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}
#rightcolumn h2 {
	font-size: 1.2em;
	color: #184e7e;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}
.blue {
	color: #184e7e;
}
.blue-small {
	font-size: 90%;
	color: #184e7e;
}

/* Image Positioning */
.imageleft-pr15 {
	float: left;
	padding-right: 15px;
}
.imageright-pl15 {
	float: right;
	padding-left: 15px;
}

blockquote {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	color: #333333;
	padding: 15px 15px 5px 15px;
	margin: 0px 0px 15px 0px;
	background: #d3ebff;
}


/* Links */
#maincolumn a {
	color: #184e7e;
	font-weight: bold;
	text-decoration: none;
}
#maincolumn a:hover {
	color: #184e7e;
	font-weight: bold;
	text-decoration: underline;
}
#rightcolumn a {
	color: #184e7e;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #184e7e;
	font-weight: bold;
	text-decoration: underline;
}


/* Footer */
#footer {
	width: 958px;
	height: 39px;
	clear: both;
	margin-top: 20px;
	background: url(../images/lts-footer-bg.gif) bottom no-repeat;
}
#footer p {
	margin: 0px;
	padding: 5px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #666666;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
