@import "../calendar/theme/default/esstyle.css";
@import "../calendar/theme/default/popup.css";


* {
  margin: 0;
  padding: 0;
}

body  {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	padding-top: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.right_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #403828;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}
.rightaccordion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFCC00;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
	margin-left: 40px;
}
ul li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
}
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 25px;
}
ol li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
}
.sermon_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.ac_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.yellowbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.whitefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #FFFFFF;
}
.linkpadding_rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	padding-bottom: 12px;
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
    top: 10px;
    left: 50%; /*some magic to align the element in the center; */
    width: 900px;
    margin-left: -450px; /* half of the width */
	overflow-x: hidden;
} 
#container_cal {
	width: 975px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
    top: 10px;
    left: 50%; /*some magic to align the element in the center; */
    width: 900px;
    margin-left: -450px; /* half of the width */
	overflow-x: hidden;
} 
#header {
	padding: 0 0 5px 10px; 
	height: 180px;
}
#headcontainer {
/*	background-image: url(../images/header.png);  */
	width: 902px;
	height: 102px;
}
#headerimage1 {
	background-image: url(../images/header.png);
	width: 900px;
	height: 100px;
}
#headerimage2 {
	background-image: url(../images/two_locations.png);
	width: 900px;
	height: 100px;
}
.hidden {
 display: none;
}
#search {
	width: 275px;
	float: left;
}
#headermenu{
	width: 660px;
	padding: 0 5px 0 5px; 
	margin: 19px 0 0 278px;
} 
#cct_flash {
	padding: 0 25px 10px 10px;
	margin: 0 20px 0 635px;
} 
#flash_audio {
	width: 150px;
	height: 330px;
	padding: 18px 25px 0 10px;
	margin: 35px 0 0 109px;
} 
#og_terms {
	width: 200px;
	padding: 5px 25px 10px 25px;
	margin: 50px 150px 0 225px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}
#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0;
	margin: 5px 10px 0 0;
}
#filter {
	width: 690px;
	height: 28px;
	margin: 5px 0 0 0;
	background-color: #403828;
	border: 1px #000000;
} 
#mainContent {
	padding: 0 10px 0 5px;
	margin: 5px 0 0 202px;
}
mainContent p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #FFFFFF;
	padding: 0 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 {
	width: 490px;
	padding: 0 10px 0 5px;
	margin: 5px 0 0 202px;
}
mainContent2 p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #FFFFFF;
	padding: 0 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent3 {
	width: 675px;
	padding: 0 10px 0 5px;
	margin: 5px 0 0 202px;
}
#mainContent3ac {
	width: 600px;
	background-image: url(../images/plankbg.jpg);
	padding: 0 10px 0 5px;
	margin: 5px 0 0 202px;
}
mainContent3 p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #FFFFFF;
	padding: 0 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent_cal {
	width: 900px
	padding: 0 10px 0 5px;
	margin: 5px 0 0 202px;
}
#mainContent_forms {
	padding: 0 10px 0 5px;
	margin: 5px 0 0 5px;
}
#og_left {
	width: 170px;
	height: 80px;
	float: left;
	padding: 15px 10px 10px 10px;
	background-color: #403828;
	margin-left: 100px;
}
#og_right {
	width: 170px;
	height: 80px;
	float: right;
	padding: 15px 10px 10px 10px;
	background-color: #403828;
	margin-right: 100px;
}
#ipod {
	width: 382px;
	height: 401px;
	background-image: url(../images/ipod_image.png);
	background-repeat: no-repeat;
	margin-left: 65px;
}
#subheader {
	width: 680px;
	height: 155px;
	margin-left: 202px;
	margin-top: 5px;
	overflow: auto;
}
#homescroller {
	width: 605px;
	height: 455px;
	margin-left: 40px;
}
#rectangle {
	width: 660px;
	height: 85px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
}
#rectangle2 {
	width: 490px;
	height: 125px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 15px;
}
#rectangle3 {
	width: 490px;
	padding: 0 5px 0 5px;
	margin: 0 0 15px 202px;
}
#rectangle4 {
	width: 325px;
	height: 25px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 25px;
}
#sermon {
	width: 490px;
	height: 75px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
}
#sm_dl {
	float: right;
	width: 125px;
	height: 50px;
	padding: 0 5px 0 0;
	margin: 12px 0 12px 0;
}
#sm_dl2 {
	float: right;
	width: 85px;
	height: 50px;
	padding: 0 5px 0 0;
	margin: 12px 0 12px 0;
}
#video {
	width: 240px;
	height: 50px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
}
#video_dl {
	float: right;
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0;
	margin: 10px 0 10px 0;
}
#ac_desc {
	width: 595px;
	height: 200px;
	padding: 2px 5px 2px 5px;
}
#ac_desc2 {
	width: 595px;
	height: 275px;
	padding: 2px 5px 2px 5px;
}
#ac_desc3 {
	width: 595px;
	height: 210px;
	padding: 2px 5px 2px 5px;
}
#ac_photo_left {
	float: left;
	width: 144px;
	height: 185px;
	padding: 0 0 0 0;
	margin: 5px 10px 5px 0;
}
#ac_text {
	float: left;
	width: 440px;
	padding: 5px 0 0 0;
}
#admin {
	float: left;
	width: 35px;
	height: 35px;
	padding-top: 10px;
}
#eventpdf {
	float: right;
	width: 25px;
	height: 25px;
	padding-left: 5px;
}
#staff_headbar {
	width: 490px;
	height: 20px;
	background-color: 403828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin-bottom: 5px;
}
#rightcolumn_links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 12px;
	padding-bottom: 5px;
}
#rightcolumn_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
}
#footer { 
	width: 900px;
	padding: 0 10px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#lmedia { 
	width: 900px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.dir {
	font: Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 2px;
	padding-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
	padding-right: 5px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 2px 0 5px;
	padding-right: 5px;
}
.mapit { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 42px;
	height: 42px;
}
.dl_icon { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width: 96px;
	height: 26px;
	margin-right: 2px;
}
.dl_icon2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width: 96px;
	height: 34px;
	margin-right: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.imagepadding {
	padding-bottom: 20px;
}
.flashpadding {
	padding-right: 15px;
}
.leftpadding {
	padding-left: 10px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebarleft { width: 195px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebarleft { padding-top: 5px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
