/* Table of Contents (new 2)
--------------------------------------------------------------//
General
Header
Homepage Header
Footer
Page Content
Homepage Content
Statement of Faith
Tables
Headings
Text
Lists
Links
Misc
*/

/* General
--------------------------------------------------------------*/
body {
	background:#FFF url(images/blugradient.jpg) repeat-x;
	font:12px/20px Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}

p, img {
	border:none;
	margin:0;
	padding:0;
}

#wrap {
	margin:0 auto;
	padding:0;
	width:950px;	
}


/* Header
--------------------------------------------------------------*/
#header {
	margin:5px 0 0 0;
	width:950px;
}

p.title {
	color:#1e3363;
	float:right;
	font-size:29px;
	letter-spacing:1px;
	line-height:33px;
	margin-top:10px;
}

ul.menu {
	background:#84a4a9;
	border:5px solid #FFF;
	display:block;
	height:33px;
	margin:0;
	padding:0;
	width:940px;
}

ul.menu li {
	display:block;
	float:right;
	list-style-type:none;
}

ul.menu li a, ul.menu li a:link, ul.menu li a:visited {	
	border-left:1px solid #FFF;
	color:#1e3363;
	float:left;
	font:bold 13px/13px  Arial, Helvetica, sans-serif;
	padding:10px 20px;
	text-decoration:none;
}

ul.menu li a:hover, ul.menu li a:active {
	background:#1e3363;
	color:#FFF;
}

ul.menu li a.active {
	background:#1e3363;
	color:#FFF;
	filter:alpha(opacity=70);
  	opacity:0.7;
}


/* Homepage Header
--------------------------------------------------------------*/
#homenav {
	background:#1e3363;
	border:5px solid #FFF;
	border-bottom:none;
	height:310px;
	margin:10px 0 0 0;
	position:relative;
	width:940px;
	z-index:0;
}

#homenav img {
	margin-top:-90px;
	position:relative;
	z-index:1;
}

#homenav ul {
	background:#84a4a9;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	float:left;
	height:310px;
	list-style:none;
	margin:0 30px 0 45px;
	padding:0;
	width:220px;
}

#homenav ul li {
	border-bottom:1px dotted #FFF;
	margin:0;
	padding:8px 10px;
}

#homenav ul li a {
	color:#fff;
	font:bold 15px  Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#homenav ul li a:hover, #homenav ul li a:active {
	color:#1e3363;
	font:bold 15px  Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/* Footer
--------------------------------------------------------------*/
#footer {
	clear:both;
	color:#333;
	font-size:11px;
	padding:20px 10px;
	width:930px;
}


/* Page Content
--------------------------------------------------------------*/
#content {
	background:#FFF;
	border-bottom:2px solid #1e3363;
	border-top:2px solid #1e3363;
	margin:0;
	padding:24px 20px;
	width:910px;
}

#rightcol {
	border-left:2px dotted #1e3363;;
	float:right;
	margin:-24px 0 20px 30px;
	padding:20px;
	width:170px;	
}

.note {
	border-bottom:2px double #1e3363;
	border-top:2px double #1e3363;
	padding:14px;
}

.noteleft {
	border-bottom:2px double #1e3363;
	border-top:2px double #1e3363;
	padding:14px;
	width:600px;
}

p.quote {
	color:#333;
	float:right;
	font:13px/18px Tahoma, Geneva, sans-serif;
	margin:30px 30px 0 20px;
	text-align:right;
	width:180px;
}

#quote {
	color:#333;
	float:right;
	font:13px/18px Tahoma, Geneva, sans-serif;
	margin:30px 30px 0 20px;
	text-align:right;
	width:180px;
}

#chalkboard {
	background:url(images/chalkbd.jpg) no-repeat;
	color:#F0F0F0;
	height:416px;
	padding:30px;
	width:590px;
}


/* Homepage Content
--------------------------------------------------------------*/
#welcome {
	float:left;
	margin-right:30px;
	width:470px;
}

#news {
	border:3px double #84a4a9;
	float:right;
	padding:10px;
	width:370px;
}


/* Statement of Faith
--------------------------------------------------------------*/
.statement {
	color:#444;
	line-height:22px;
	margin:20px 20px 20px 33px;	
}


/* Tables
--------------------------------------------------------------*/
td {
	margin:0;
	padding:0;
}

table.schedule {
	margin-top:15px;
}

.schedule td {
	border-bottom:1px solid #999;
	padding:6px 0;
}

.schedule .titlerow td {
	 border-bottom:2px solid #006;
}


/* Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    color:#1e3363;
	font-weight:bold;
	line-height:normal;
    margin:0;
	padding:0;
}

#chalkboard h1, #chalkboard h2, #chalkboard h3, #chalkboard h4, #chalkboard h5 {
    color:#FFC;
	letter-spacing:1px;
}


h1 {
    font-size:28px;
	margin:16px 0;
}

h2 {
    font-size:19px;
	line-height:26px;
	margin:5px 0 20px 0;
}

h3 {
    font-size:14px;
	margin:5px 0 5px 0;
}


/* Text
--------------------------------------------------------------*/
p {
	margin:10px 0;	
}

.subheading {
	color:#1e3363;	
	font-size: 14px;
	font-weight:bold;
}

.blue {
	color:#1e3363;	
}


/* Lists
--------------------------------------------------------------*/
dt {
	border-bottom:1px dashed #CCC;
	font-weight:bold;
	margin:7px 210px 7px 0;
	padding-bottom:4px;
}

dd {
	margin:0 225px 28px 16px;
}


/* Links
--------------------------------------------------------------*/
a, a:link, a:visited {
	color:#1e3363;
	font-size:inherit;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active {
	color:#84a4a9;
	text-decoration:underline;
}


/* Misc.
--------------------------------------------------------------*/
.left {
	float:left;
	margin:10px 20px 10px 0;
}

.right {
	float:right;
	margin:10px 0 10px 20px;
}

img.border {
	border:1px solid #666;
}

.clear {
	clear:both;
}
