/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Servants of Christ Lutheran Church
  TARGET SPEC:	CSS-2
		 MODIFIED:	2006.12.29
 	  AUTHOR(S):	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/


/*
	====================================  ELEMENT DEFAULTS  =========================================
*/
a { color: #06c; cursor: pointer; text-decoration: underline; }
a:hover { color: #06c; cursor: pointer; text-decoration: none; }


html, body, div, img, table, li { margin: 0px; padding: 0px; border: 0px; }
body, table { font: normal 11px/1.81 Verdana, Arial, Helvetica, sans-serif; color: #000; }
body { background: #59071b url("site-images/bg_body.jpg") top center repeat-y; }

p { margin: 10px 0px 10px 0px; }

h1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #06c;
	margin: 0px 0px 10px 0px;
}

h1.HeaderImage {
	height: 16px;
	padding: 0px;
	border: 0px;
}

h2 {
	color: #303030;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 0px 5px 0px;
}

h3 {
	color: #303030;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h4 {
	color: #000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul { margin: 0px; padding: 0px 0px 0px 15px; }
ul li { padding: 5px 0px 5px 0px; }
ul li a { padding: 0px; }


/*
	====================================  CUSTOM CLASSES  =========================================
*/

.BorderedPic, .BorderedPicLeft, .BorderedPicRight {
	display: block;
	padding: 4px;
	border: 1px solid #707070;
	background: #fff;
	margin-bottom: 5px;
}
.BorderedPicLeft, .PicLeft, .PicLeftCaption { float: left; margin-right: 10px; margin-top: 5px; }
.BorderedPicRight, .PicRight, .PicRightCaption { float: right; margin-left: 10px; margin-top: 5px; }

.PicLeftCaption, .PicRightCaption { font-weight: bold; font-size: 10px; text-align: center; }

.DropDownMenu {
	position: absolute;
	z-index: 901;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 185px;
	top: 0px;
	left: -4000px;
}
.DropDownMenuShadow {
	position: absolute;
	z-index: 900;
	margin: 0px;
	background: #000;
	border: 0px solid #000;
	width: 185px;
	height: 200px;
	top: 0px;
	left: -4000px;
}
.DropDownMenu li { margin: 0px; padding: 0px; }
.DropDownMenu li a {
	padding: 8px 0px 8px 11px;
	margin: 0px;
	border-bottom: 1px solid #610020;
	display: block;
	background: #803;
	color: #fff;
	text-decoration: none;
}
.DropDownMenu a:hover {	background: #610020; color: #fff; }

.TextBox {
	border: 1px solid #db0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.Chart { border-bottom: 2px solid #e0e0e0; }
.Chart th { border-top: 2px solid #e0e0e0; border-bottom: 2px solid #e0e0e0; background: #f0f0f0; color: #903; text-align: left; font-size: 14px; }
.Chart td, .Chart th { border-left: 1px solid #e0e0e0; padding: 3px 10px 3px 10px; }
.Chart td.FirstChild, .Chart th.FirstChild { border-left: 0px; }
.Chart tr.AltRow td { background: #f0f0f0; }


/*
	====================================  LAYOUT & SPECIAL ITEMS  =========================================
*/
#layoutWrapper {
	width: 760px;
	background: #fff;
	margin: 0px auto 0px auto;
	position: relative;
	border-left: 5px solid #903;
	border-right: 5px solid #903;
}
#nmoMenuContainer { position: absolute; top: 0px; left: 0px; z-index: 300; }

#topSection {  }
#topSection img {	display: block; }
#topSection a { position: absolute; right: 20px; top: 20px; }

#navButtons { position: absolute; top: 115px; left: 153px; z-index: 110; width: 595px; }
#navButtons a {
	display: inline;
	float: left;
}
#navButtons a img {	display: block; }

#bannerSection { height: 60px; background: #505050; color: #fff; }
.HomePage #bannerSection { height: 180px; }
#bannerSection img { display: block; margin: 0px; }

#contentSection { background: #fff; padding: 20px 0px 10px 20px; }

#contentSection, #columnWrapper { overflow: auto; }

.Column { display: inline; float: left; }

.HomePage #column1 { width: 520px; padding: 0px 20px 0px 0px; }
.HomePage #column2 { width: 160px; padding: 20px 20px 0px 20px; background: url("site-images/bg_sidebar_right.jpg") no-repeat; }
.HomePage #column2 h3 { font-weight: normal; margin-top: 5px; }

.SubPage #contentSection { padding: 20px; }

#subNav { padding: 10px 0px 10px 20px; background: #404040; font-weight: bold; }
#subNav a { color: #fff; margin-right: 20px; text-decoration: none; }
#subNav a:hover { color: #fff; text-decoration: underline; }

#quickLinks {
	background: url("site-images/sep1.gif") bottom left repeat-x;
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#quickLinks div { width: 226px; float: left; overflow: auto; }
.HomePage #quickLinks div { width: 160px; }
#quickLinks img { float: left; margin: 0px 10px 0px 0px; }
#quickLinks h1 { font-size: 12px; color: #914; line-height: 1.2; margin-bottom: 0px; }

#footerSection {
	background: #fff url("site-images/sep1.gif") repeat-x;
	padding: 20px 0px 10px 0px;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
	margin: 0px 20px 30px 20px;
}
