@charset "UTF-8";
/* CSS Document */



html {
	height: 100%;
	background-image: url(graphics/page_bg.png);
	background-repeat: repeat-x;
	background-color: #0B61AB;
}

body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
}

#temp_container {
	padding-top: 250px;
	padding-left: 150px;
	width: 900px;
}


	#admin_login {
	width: 700px;
	height: 200px;
	
	margin-left: 100px;
	margin-top: 50px;
	
	
		}



#books {
	float: left;
	position: relative;
	width: 255px;
	height: 100% auto;
	padding-left: 30px;
	padding-top: 15px;

	
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
	#books h1 {
	

	font-size: 12px;
	color: #000000;
	}
	
	#book_holder {
	position: relative;
	float: left;
	width: 450px;
	height: 670px;
	z-index: 3;

	
	margin-left: 8px;
	margin-top: 10px;
	
	text-align: center;
	color: #999999;
	font-size: 9px;
	}
	
	#book_desc {
	position: relative;
	float: left;
	width: 350px;
	height: auto;

	
	margin-left: 8px;
	margin-top: 50px;
	
	}
	
	#book_selections {
	position: relative;
	float: left;
	width: 300px;
	height: auto;

	
	margin-left: 8px;
	margin-top: 80px;
	
	}
	

#container {
	position: relative;
	
	height: auto; /* real browsers */
	width: 1160px;
	height: 970px;
	
	margin: 0px auto;
	
	background-image: url(graphics/page_bg_02.png);
	background-repeat: repeat;
	z-index: 1;
}

#C01 {
	float: left;
	position: relative;
	width: 800px;
	min-height: 570px;
	height: auto;
	padding-top: 20px;

	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	
	}
	
#C02 {
	float: left;
	position: relative;
	width: 855px;
	min-height: 400px;
	height: auto;
	padding-top: 20px;
	background-image: url(graphics/music_back.png);
	background-repeat: no-repeat;
	
	margin-top: 50px;
	margin-left: 80px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	
	}
	
	#C02A {
	float: left;
	position: relative;
	width: 400px;
	height: 20px;
	
	margin-left: 15px;
	
	}
	
	#C02B {
	float: left;
	position: relative;
	width: 200px;
	height: 20px;
	
	margin-left: 15px;
	
	}
	
	#C03 {
	float: left;
	position: relative;
	width: 1000px;
	height:500px;
	padding-left: 30px;
	padding-top: 20px;

	margin-left: 8px;
	background-color:#FFFFFF;
	}
	
	
	#content {
	position: relative;
	float: left;
	width: 1150px;
	height: 430px;

	
	margin-left: 8px;
	
	}
	
	#contact_form {
		position:relative;
		width: 950px;
		height: 450px;
		background-color: #CCCCCC;
		
		margin-left: 50px;
		padding-top: 50px;
		padding-left: 50px;
		
		border-bottom: #666666;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		
		border-top: #666666;
		border-top-style: solid;
		border-top-width: 1px;
		
		border-left: #666666;
		border-left-style: solid;
		border-left-width: 1px;
		
		border-right: #666666;
		border-right-style: solid;
		border-right-width: 1px;
		
	}
	
	#contact_form02 {
	position:relative;
		width: 800px;
		min-height: 400px;
		height: auto;
		font-size: 13px;
		
		margin-left: 50px;
		padding-top: 100px;
		padding-left: 150px;
	
		
	}

#create_article {
	width: 900px;
	height: 500px;
}
	
	
	#CTL_logo {
	position: absolute;
	
	background-repeat: no-repeat;
	margin-left: 8px;
	top: 170px;
	left: 250px;
	z-index: 10;
		}
	
	
	#footer {
	position: relative;
	float: left;
	
	width: 1000px;
	height: 25px;

	margin-top: 50px;

	
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 10px;
	}
	
	#footer a:link {
	

	color: #0000FF;
	font-size: 10px;
	text-decoration: none;
	}
	
	#footer a:visited {
	
	
	color: #0000FF;
	font-size: 10px;
	
	text-decoration: none;
	}
	
	#footer a:hover {
	
	color: #FF0000;
	font-size: 10px;
	text-decoration: none;
	}


/****Form Elements *****/
	#form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100%  Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 900px;
  max-width: 900px;
  width: 900px; 
}

#form fieldset {/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


#form input, form textarea, form select, form checkbox {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

#form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


#header_01 {
	position: relative;
	width: 1130px;
	height: 15px;
	
	
	margin-left: 10px;
	padding-top: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: right;
	z-index: 1;
}
	#header_02 {
	position: relative;
	width: 1126px;
	height: 23px;
	background-image: url(graphics/nav_bar.png);
	background-repeat: no-repeat;
	
	margin-top: 10px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 25px;
	
	
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	text-align: right;
	z-index: 1;
	}
	
	#header_03 {
	position: relative;
	width: 701px;
	height: 182px;
	background-image: url(graphics/rectangle.jpg);
	background-repeat: no-repeat;
	
	margin-left: 8px;
	
	padding-top: 130px;
	padding-left: 450px;
	border-bottom: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	z-index: 1;
		}
	
	/*Admin Login Header*/
	#header_031 {
	position: relative;
	width: 1150px;
	height: 123px;
	background-image: url(graphics/admin_hd.jpg);
	background-repeat: no-repeat;
	
	margin-left: 8px;
	
	
	border-bottom: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	z-index: 1;
	
		}
	
	
	#header_04 {
	position: relative;
	width: 1140px;
	height: 40px;
	/*background-image: url(graphics/fade.png);*/
	background-repeat: repeat-x;
	color: #999999;
	
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	
	text-align: left;
	z-index: 1;
		}
				#header_04 a:link {
				min-width: 70px;
				padding-top: 5px;
				padding-right: 5px;
				padding-left: 5px;
				padding-bottom: 5px;
				text-decoration: none;
				color: #666666;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
	
					}
				#header_04 a:visited {
				min-width: 70px;
				padding-top: 5px;
				padding-right: 5px;
				padding-left: 5px;
				padding-bottom: 5px;
				text-decoration: none;
				color: #666666;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				
					}
				#header_04 a:hover {
				min-width: 70px;
				padding-top: 5px;
				padding-right: 5px;
				padding-left: 5px;
				padding-bottom: 5px;
				text-decoration: none;
				color: #000000;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
			
					}
	
	#ctl_small_logo {
		margin-left: 60px;
		margin-top: 60px;
	}
	
	
	#lighthouse {
	position: absolute;
	
	background-repeat: no-repeat;
	margin-left: 8px;
	top: 2px;
	z-index: 10;
		}
	
	
	#mainContent {
	float: left;
	position: relative;
	width: 400px;
	height: auto;
	padding-left: 20px;

	}
	
	#mid_con {
	float: left;
	position: relative;
	width: 800px;
	min-height: 620px;
	height: auto;
	padding-left: 20px;

	}
	
	
	.mainContent {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
	.mainContent strong {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
	
	
	.mainContent h1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0B538E;
	}
	
	.mainContent h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	}
	
		
	#news {
	float: left;
	position: relative;
	width: 290px;
	height: auto;
	padding-left: 30px;
	
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
	#news h1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	}
	
	#news h2 {
	
	font-size: 12px;
	color:  #000000;
	}
	
	#news_article {
	width: 290px;
	height: auto;

	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
	border-bottom: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
	
	#news_upcoming {
	float: left;
	position: relative;
	width: 1000px;
	min-height: 300px;
	height: 650px;
	padding-left: 10px;
	padding-top: 20px;

	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	
	color: #333333;
	}
	
	#news_upcoming_01 {
	float: left;
	position: relative;
	width: 800px;
	height: auto;

	padding-top: 20px;

	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	
	border-bottom: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
	
	#news_upcoming_02 {
	float: left;
	position: relative;
	width: 790px;
	height: auto;

	padding-top: 20px;
	padding-left: 10px;

	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #CCCCCC;
	
	border-bottom: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-left: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	}
	#ppForm {
		width: 300px;
	}
	
	/*****Readings Page Elements*****/
	#RD_01 {
	float: left;
	position: relative;
	width: 350px;
	min-height: 570px;
	height: auto;
	padding-top: 20px;

	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	}
	
	/*****Readings Page Elements*****/
	#RD_02 {
	float: left;
	position: relative;
	width: 580px;
	height: 350px;
	padding-top: 20px;

	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;

	overflow-y: scroll;
	overflow-x: hidden;
	}