/* COD style sheet */

* {
margin: 0;
padding: 0;
}

body {
	font-size: 1em;
	width: 827px;
	padding: 0px;
	background-color: black;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(i/bkg12.jpg);
	text-align: left;
	margin: auto;
}

#main_wrapper { /* Wraps the entire page */
width:827px;
margin: auto;
border:0px solid red;
}

#header { /* This is the logo area */
border:0px solid red;
}

#nav { /* This is the container for the menu */
width: 142px;
float:left;
border:0px solid red;
margin: 0 0px 0px 2px;
}

#picture_holder { /* This is the style for the div that holds the flash element */
border:0px solid red;
float: right;}

#picture_content { /* This is the content for the flash photos at the top of the pages */
border:0px solid red;
width: 678px;
}

#book_picture { /* This is the style for the div that holds the flash element */
border:0px solid red;
width: 115px;
margin: auto;
float: left;}

#book_content { /* This is the content for the flash photos at the top of the pages */
border:0px solid red;
}

#book_content p { /* This is the content for the flash photos at the top of the pages */
border:0px solid red;
}

.clearthefloats {clear:both;} /* This is used to keep the navigation and photo area from running into the page content */

#pagecontent_wrapper { /* This is the main wrapper for the various page contents - it sets the margins */
border:0px solid red;
width: 747px;
margin: auto;
margin-top: 10px;
}

p {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: .75em;
line-height: 1.3em;
margin: 10px 0px;
border:0px solid red;
}

h1 {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 1.2em;
color: #7b2d00;
margin: 30px 0px 0px 0px;
}

h2 {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: .8em;
color: #000;
margin: 15px 0px 5px 0px;
}

ul {
font-family: Helvetica, Verdana, Arial, sans-serif;
margin: 0px 0px 30px 0px;
font-size: 12px;
line-height: 1.3em;
}

li {
	list-style-type: none;
}

div#flashheader {
	background-color: #FFFFFF;
	float: right;
	margin-top: 0;
	margin-right: 0px !important; /*Netscape, MAC*/
	margin-right: 0px; /*IE PC*/
	margin-bottom: 0;
	margin-left: 0px !important; /*Netscape, MAC*/
	margin-left: 0px; /*IE PC*/
	width: 678px;
}

div#navigationmenu {
margin: 0 0 0px 4px;
}

.multi_drop_menus.vertical {   
	width:142px; /* 	width of the container */
	}
	
li#home {
	width: 142px;
	height: 33px;
	background: url(i/blank1.jpg) top left no-repeat;
}

li#about {
	width: 142px;
	height: 33px;
	background: url(i/blank2.jpg) top left no-repeat;
}

li#ministries {
	width: 142px;
	height: 33px;
	background: url(i/blank3.jpg) top left no-repeat;
}

li#adults {
	width: 142px;
	height: 33px;
	background: url(i/blank4.jpg) top left no-repeat;
}

li#youth {
	width: 142px;
	height: 33px;
	background: url(i/blank5.jpg) top left no-repeat;
}

li#resources {
	width: 142px;
	height: 33px;
	background: url(i/blank6.jpg) top left no-repeat;
}

li#associated {
	width: 142px;
	height: 33px;
	background: url(i/blank6.jpg) top left no-repeat;
}

div#withbullets ul {
border:0px solid red;
font-family: Helvetica, Verdana, Arial, sans-serif;
margin: 0px 0px 10px 25px;
font-size: 12px;
line-height: 1.3em;
}

div#withbullets li {
	list-style-type: circle;
}

div#indentable p {
border:0px solid red;
font-family: Helvetica, Verdana, Arial, sans-serif;
margin: 0px 0px 10px 15px;
font-size: 12px;
line-height: 1.3em;
}

div#indentable ul {
border:0px solid red;
font-family: Helvetica, Verdana, Arial, sans-serif;
margin: 0px 0px 10px 10px;
font-size: 12px;
line-height: 1.3em;
}

div#indentable li {
	list-style-type: none;
}

div#indentable li ul li {
	list-style-type: circle;
	margin-left: 15px;
	border:0px solid red;	
}

div#centerme {
	border:0px solid red;
	width: 300px;
	margin: auto;
}

div#imagedropin {
	border-right: 5px solid white;
	float:left;
	margin: auto;
}

#footer { /* This it the main footer style - more to be worked on for this */
		border:0px solid red;
		width: 747px;
		margin: 0px auto 10px auto;
		clear: both;
		}
		
a:link {color:#011a3d;}
a:visited {color:#011a3d;}
a:hover {text-decoration: none;}
a:active {color:#929e0b;}