
* {margin: 0; padding: 0;}
/****************************************/
/*********** Main structure *************/
/****************************************/

body {
	font-family: Georgia, serif;
	font-size: 62.5%;
}
<!--
.indented
   {
   padding-left: 20pt;
   padding-right: 20pt;
   }
-->
<!--
.indented2
   {
   padding-left: 40pt;
   padding-right: 40pt;
   }
-->

#container {
	background-color: #7294b7;
	border: 2px #ffffff;
	height: auto;
	width: auto;
	font-family: "Georgia";
	font-style: italic;
	font-size: 1.2em;
	margin: 5px;
	color: ffffff;
}

#header {
	background-image: url(images/hcchomepage.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	border: 3px #ffffff;
	width: auto;
	height: 200px;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

.pictureheader {
	margin: 30px;
	padding: 30px;
	float: left;
	clear: left;
	position: relative;
	left: -300px;
	top: 30px;
	text-align: left;
	display: inline;
}

#picture_left {
	height: 206px;
	width: 300px;
	float: left;
	clear: left;
	background-image: url(images/church.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_left {
	float: left;
	width: 70%;
	height: 20%;
}

#header_right {
	height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 28%;
	margin-left: 5px;
	margin-top: 15px;
}

#right {
	clear: right;
	margin-left: 30%;
	margin-top: 15px;
	margin-right: 15px;
}

#footer {
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	background-color: #7294b7;
	font-family: "Georgia";
	font-style: italic;
	font-size: 1.2em;
	color: #ffffff;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/****************************************/
/****** Text and image formatting *******/
/****************************************/

p {margin-bottom: 5px;
   margin-top: 5px;
	 color: #ffffff;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #006699;
	margin-top: 2px;
	margin-left: 2px;
	font-family: "Georgia";
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #ffffff;
  font-family: "Georgia";
	font-size: 1.3em;
	color: #7294b7;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #7294b7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
  font-family: "Georgia";
	font-size: 1.2em;
	color: #ffffff;
}

h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7294b7;
	border-bottom-color: #7294b7;
  font-family: "Georgia";
	font-size: 1.2em;
	color: #7294b7;
}
h5 {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 5px;
  font-family: "Georgia";
	font-style: italic;
	font-size: 1.5em;
	color: #7294b7;
}

blockquote {
	background-color: #ffffff;
	color: #7294b7;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 


/****************************************/
/********** Navigation ******************/
/****************************************/

a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

#navcontainer {
	background-color: #ffffff;
	color: #7294b7;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	font-style: italic;
 }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
}

#navcontainer a
{
	display: block;
	padding-left: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}


#navcontainer a:link, #navlist, a:visited
{
  color: #7294b7;
 	text-decoration: none;
	
}

#navcontainer a:hover 
{	
	background-color: #708090;
	color: #ffffff;
}

/****************************************/
/********** Contact Us ******************/
/****************************************/

form.contact_us {
	width: 90%;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #ffffff;
}

input.fields_contact_us {
		display: block;
    width: 100%;
    background: url(images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	  margin-bottom: 3px;
}

textarea {
			width: 100%;
      background: url(images/input_bg.png);
      border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
      margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}

/****************************************/
/***** Message of the Week***************/
/****************************************/

#motw{
			top: 120px;
			padding: 5px;
			margin-left: 35%;
			margin-right: 25%;
			color: #ffffff;
			text-align: left;
			background-color: #7294b7;
			border-left: #ffffff 2px solid;
}

#motw_index{
			position: relative;
			width: 90%;
			height: auto;
			top: 15px;
			padding: 5px;
			margin: 25px;
			color: #ffffff;
			text-align: middle;
			background-color: #7294b7;
}

#motw_video{
			top: 150px;
			height: 500px;
			padding: 5px;
			margin-left: 52%;
			margin-right: 0px;
			color: #ffffff;
			text-align: center;
			background-color: #7294b7;
}

#motw_window{
			padding: 5px;
			color: #ffffff;
			text-align: center;
			background-color: #7294b7;
			height: auto;
			font-family: "Georgia";
			font-style: italic;
			font-size: 1.2em;
}

#video_window{
			padding: 5px;
			color: #ffffff;
			text-align: center;
			background-color: #7294b7;
			height: auto;
			font-family: "Georgia";
			font-style: italic;
			font-size: 1.2em;
}
/****************************************/
/********** Get Directions **************/
/****************************************/

#map{
			align: center;
			padding: 5px;
			color: #000000;
			text-align: center;
			height: 500px;
			width: 500px;
			font-family: "Georgia";
			font-style: italic;
			font-size: 1.1em;
}

#directionsheader {
	background-image: url(images/hccdirections.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 200px;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}
/****************************************/
/*********** Small Groups ***************/
/****************************************/

}
/****************************************/
/******** Vacation Bible School *********/
/****************************************/

#vbsheader {

	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 200px;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

#vbsform {
	top: 20px;
	padding: 5px;
	margin: 5px;
	color: #ffffff;
	background-color: #7294b7;
}
/****************************************/
/***** Middle School Life Training ******/
/****************************************/

#msltheader {
	background-image: url(images/msltpage.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 150px;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
	border: 3px #ffffff;
}

#msltform {
	top: 20px;
	padding: 5px;
	margin: 5px;
	color: #ffffff;
	background-color: #7294b7;
}
/****************************************/
/************** LAN Party ***************/
/****************************************/

#lanheader {

	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 200px;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}

#lanform {
	top: 20px;
	padding: 5px;
	margin: 5px;
	color: #ffffff;
	background-color: #7294b7;
}

/****************************************/
/*************** Misc *******************/
/****************************************/

p.welcome {
	font-size: 2em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #ffffff;
	padding-left: 20px;
}

form {
	margin-top: 5px;
	margin-left: 5px;
}

input.fields {
		display: block;
    width: 90%px;
    border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	  margin-bottom: 3px;}

label {
	color: #7294b7;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

#infoblock{
			padding: 5px;
			margin: 5px;
			color: #ffffff;
			background-color: #7294b7;
			border: 2px solid #FFFFFF;
}

#votd{
			position: absolute;
			width: 30%;
			top: 20px;
      height: auto;
  		padding: 5px;
			color: #ffffff;
			text-align: middle;
			background-color: #7294b7;
}

#table{
	position: absolute;
	width: 45%;
	top: 20px;
  height: auto;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	background-color: #ffffff; 
}

#NewsTicker{
	text-align:middle;
	top: 4px;
	color: #FFFFFF;
	width: 100%;
	height: auto;

}


