/* 	
**************************************************
** 	STYLE SHEET							 		**
** 	CREATED FOR SMITHVILLE BRETHREN CHURCH  	**
**	Wednesday, May 17 2006						**
**	By: Jeremy Harrison 					    **					
**	jeremy@worshipgraphics.com					**
**************************************************

Colors used in this document:

Orange/Gold Color 				#fcb827
Blue at top of bckg gradient 	#003875

*/

body {
	margin: 0;
	padding: 0;
	background: url(../images/wallpaper.gif);
	font-family: Arial, Helvetica sans-serif;
	font-size: small;
	color:#000000;
	
}

a:link {
	text-decoration: none;
	color:#003875;
}

a:visited {
	text-decoration: none;
	color:#003875;
}

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

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #003875;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #003875;
	margin-top:0;
	margin-bottom:0;
}

#main_wrapper {
	position: relative;
	width: 760px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align: left; /* cancels out the center on the main body */
}

#header {
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	
}

#everything_under_header {
	position: absolute;
	top:126px;
	left:0px;
	width:758px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	border-color:#fcb827;
	border-style:solid;
	border-width:1px;
	padding-top:2px;
}

#left_column {
	padding:2px 14px 150px 14px;
	margin:0;
	color:#003875;
	line-height:28px;
	
}

#main_column {
	padding-left: 2px;
}

.content_area {
	padding: 2px 14px 100px 14px;
}

#right_column {
	padding: 8px 8px 50px 8px;
	margin:0;
}
	
#worship_div {
	position: absolute;
	bottom:5px;
	left: 22px;	
}

#address_div {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

#footer {
	position: absolute;
	/*width: 378px;*/
	width: 760px;
	height: 35px;
	bottom: -48px;
	left: -1px;
	/*margin: 0px 190px 0px 190px; */
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#FFFFFF;
	padding: 0px 0px 10px 0px;
	background-color:#003875; 
	color:#CCCCCC;
	font-size:x-small;
	text-align: center;
}














.warning {
	color: #FF0000;
	font-weight: bold;
}

input, textarea {
	border: 1px solid #000000;
	font-size: 11px;
}

.nostyle {
	border: 0;
}

.table_main {
	padding: 10px;
	padding-left: 15px;
}

/* table styles */
.report_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #004D91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color:  #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}

.report_table td.data {
	border: 1px solid #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.highlight {
	background-color: #FFFF00;
}

.submenu_item {
	line-height: 1.2;
	margin-top: 0;
}

.menu_item {
	line-height: 1.2;
	margin-top: 10px;
	font-weight: bold;
}