/* CSS Document */
/* ---------- THIS IS THE MAIN LAYOUT CSS ---------- */
#wrapper {
	width: 850px;
	background-color: white;
	color: black;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../images/leftNavbg.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
}

#header {
	width: 850px;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid white;
}

#main {
	margin: 0 0 0 172px;
	padding: 0;
	width: 443px;
	height: 100%;
}
#main ul li {
	font-size: 12px;
	padding: 5px;
}

#anchor {
	background-color: white;
	float: left;
	width: 167px;
	height: 167px;
	margin: 0;
	padding: 0;
}

#anchor img {
	border: none;
}

#banner {
	float: right;
	width: 678px;
	height: 167px;
	margin: 0;
	padding: 0;
}

#border {
	height: 167px;
	border-bottom: 5px solid white;
}

#clearone {
	clear: both;
	height: 1px;
}

/* this is for the style of the main navigation menu */
#navigation {
	clear: both;
	width: 850px;
	margin: 0;
	padding: 0;
	background-color: #ffcc66;
	color: #ff6600;
	text-align: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
} 

#navigation li a {
	margin: 0;
	padding: 2px 5px 0 5px;
	background-color: #ffcc66;
	color: #302a77;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#navigation li a:hover {
	font-weight: bold;
	background-color: #ff9933;
	color: #302a77;
}

/* this is for the style of the left navigation menu */
.leftnav {
	float: left;
	text-align: left;
	width: 167px;
	font-size: .8em;
}

.leftnav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.leftnav li {
	border-bottom: 1px solid #ffcc66;
}

.leftnav a {
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #ff9933;
	background-color: #ffcc66;
	color: #302a77;
	text-decoration: none;
}

.leftnav li a:hover {
	font-weight: bold;
	background-color: #ff9933;
	border-left: 5px solid #ff6600;
	color: #302a77;
}



/* ------- THIS IS FOR THE CALENDAR SIDEBAR ----------- */
#calendar {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 1pt solid #ffcc66;
	background-color: white;
	color: #302a77;
}

#calendar h1 {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #ffcc66;
	color: #FF6600;
}

#calendar h2 {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 5px;
	color: #FF6600;
}

#calendar p {
	font-size: .7em;
	margin: 0;
	padding: 5px;
	color: #302a77;
	font-weight: bold;
}

#calendar img {
	border:none;
	margin-top: -5px;
	padding: 0;
}


/* ----- THIS IS FOR THE FOOTER ------ */
#footer {
	clear: both;
	width: 100%;
	background-color: #FF9933;
	border-top: 5px solid white;
	margin: 0;
	padding: 3px 0 3px 0;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: black;
}

/* ---------- THIS IS THE MAIN STYLESHEET ---------- */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-size: 12px;
	color: #302A77;
	font-weight: bold;
	font-style: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	color: #E2251B;
}
a:active {
	text-decoration: underline;
	color: #E2251B;
}

/* ---------- THESE ARE FOR IMAGE PLACEMENT AND STYLE ---------- */

.leftimg {
	float: left;
	padding: 5px;
}

.rightimg {
	float: right;
	padding: 5px;
}

/* this gives the image 5px padding on the left and bottom */
.topright { 
	float: right;
	padding: 0 0 5px 5px;
}

.mediaimg {
	height: 125px;
	width: 125px;
	float: right;
	padding: 5px;
	border: 1px solid black;
	margin-left: 5px;
}

.dragonTalesImg {
	padding: 0;
	border: 1pt solid black;
	}

.clear {
	clear: both;
}

.quote {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	line-height: 1.2ems;
}

.sig {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
	padding: 0 10px 0 0;
}

.Headings {
	font-size: 1em;
	color: #FF6600;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	text-align: left;
}

.subHeadings {
	color: #FF6600;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
	
.Headings2 {
	margin-top: 0;
	margin-bottom: -5px;
	font-size: .9em;
	color: #FF6600;
	font-weight: bold;
	background-color: #ffcc66;
	padding: 5px;
	text-align: left;
}

p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	left: auto;
	line-height: 1.3ems;
}

td {
	color: #000000;
	padding: 0.25em;
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
}

.events th {
	font-size: 0.9em;
	color: #FF6600;
	font-weight: bold;
	background-color: #ffcc66;
	padding: 5px;
	text-align: left;
}

caption {
	font-size: 1em;
	color: #FF6600;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	text-align: left;
}

.hilight {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #302a77;
	text-align: left;
	left: auto;
}

.media {
	display:block;
	height: 175px;
}
.store {
	display: block;
	height: 150px;
	border-bottom: 2px solid orange;
}

.map {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sermons {
	font-size: 12px;
	color: #302a77;
	font-weight: bold;
	border-bottom: 1px solid #ffcc66;
	display: block;
}

.email {
text-align: right;
}

.smallCopy {
	font-size: 11px;
	display: block;
	margin-top: -15px;
}

h1 {
}

h1 {
	margin-top: 0;
	margin-bottom: -5px;
	font-size: .9em;
	color: #FF6600;
	font-weight: bold;
	background-color: #ffcc66;
	padding: 5px;
	text-align: left;
}

table {
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid
#;
	border-bottom: 1px solid #ffcc33;
}
.media form {
	float: right;
	margin-top: 40px;
}
