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


/* * {
  margin: 0;
  padding: 0;
}  */

#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: 1010px;
    margin-left: -500px; /* half of the width */
/*	overflow-x: hidden;  */
} 
body  {
	background-color: #C8D5E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	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 */
}
#main_content {
	background-color: #FFFFFF;
	/*	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. */
	width: 980px;
	padding: 0 2px 0 0;
	margin: 0 10px 0 10px;
	position: absolute;
}
#main_content_vid {
	background-color: #000000;
	/*	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. */
	width: 980px;
	padding: 0 2px 0 0;
	margin: 0 10px 0 10px;
	position: absolute;
}
#mainContent_cal {
	width: 900px
	padding: 0 10px 0 5px;
	margin: 5px 0 0 5px;
}
#sub_content {
	background-color: #FFFFFF;
	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. */
	width: 960px;
	margin: 10px 10px 0 10px;
	padding:0 5px 0 5px;
}
#sub_content2 {
	background-color: #FFFFFF;
	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. */
	width: 500px;
	margin: 10px 10px 0 10px;
	padding:0 5px 0 5px;
}
#sub_content3 {
	background-color: #FFFFFF;
	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. */
	width: 725px;
	margin: 10px 10px 0 10px;
	padding:0 5px 0 5px;
}
#sub_content_vid {
	background-color: #000000;
	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. */
	width: 960px;
	margin: 10px 10px 0 10px;
	padding:0 5px 0 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 5px;
}
.p_rh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0 0 5px 15px;
}
h1 {
	font: "Century Gothic", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #355881;
    text-transform: uppercase;
	padding-bottom: 10px;
}
h2 {
	font: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #355881;
    text-transform: uppercase;
	padding-top: 5px;
}
h3 {
	font: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #355881;
    text-transform: uppercase;
	padding: 0 6px 0 0;
}
h4 {
	font: "Century Gothic", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #355881;
}
h5 {
	font: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #355881;
    text-transform: uppercase;
	padding: 2px 0 2px 0;
}
h6 {
	font: "Century Gothic", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
    text-transform: uppercase;
	padding: 2px 0 2px 0;
}
.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: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #0000CC;
	font-weight: bold;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: square;
	margin-left: 40px;
}
ul li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: square;
}
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 25px;
}
ol li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: square;
}
.sermon_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.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_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;
} 

#cartpad {
	padding-left: 175px;
}

#header {
	background-image: url(../images/header/1.jpg);
	background-color: #333333;
	padding: 0 2px 0 2px;
	margin: 10px 0 0 10px;
	width: 980px; 
	height: 150px;
	background-position: bottom;
}
#topbar {
	background-image: url(../images/topbar.png);
	width: 980px;
	height: 28px;
}
.topbar_float {
	margin-left: auto;
	margin-right: auto;
}
#eccarts_link {
	margin: 2px 2px 0 0;
	width: 95px;
	height: 25px;
	float: left;
}
#search {
/*	background-color: #B1C3D9;  */
	margin: 0 0 0 2px;
	width: 190px;
	height: 30px;
	float: right;
}
#insiders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu{
	background-color: #B1C3D9;
	width: 980px;
	height: 30px;
	padding: 0 2px 0 2px;
	margin: 0 10px 0 10px;
/*	vertical-align: middle;  */
} 
#left_column {
	width: 225px;
	float: left;
	margin: 10px 0 0 10px;
}
#right_column {
	width: 225px;
	float: right;
	margin: 10px 0 0 10px;
}
#scroller_container {
	position: relative;
	margin-top: 0px; margin-bottom: -30px;
	width: 675px;
	height: -150px;
	vertical-align: top;
}
#scroller {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	width: 700px;
	margin: 0 10px 0 10px;
	padding:0 5px 0 5px;
	vertical-align: top;
	overflow:hidden;
}
#map {
	width: 654px;
	height: 254px;
	border: 1px solid;
	border-color: #000000;
	padding: 2px 2px 2px 2px;
}
#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: 30px;
	height: 30px;
	margin: 0 50px 0 0;
	padding-bottom: 15px;
}
#mapit2 { /* 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: 30px;
	height: 30px;
	margin: 0 20px 0 0;
}
#mapit3 { /* 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: 30px;
	height: 30px;
	margin: 0 475px 0 0;
}
#upcoming_concerts {
	width: 700px;
	height: 27px;
	background-image: url(../images/upcoming_concert_bg.png);
	margin: 10px 10px 0 10px;
	padding:0 5px 0 5px;
}
#concert1 {
	width: 229px;
	float: left;
	margin: 5px 2px 0 10px;
}
#concert2 {
	width: 229px;
	float: left;
	margin: 5px 12px 0 12px;
}
#concert3 {
	width: 229px;
	float: left;
	margin: 5px 0 0 2px;
}
#concert_center {
	width: 229px;
	float: left;
	margin: 5px 0 0 250px;
}
#column1 {
	width: 275px;
	float: left;
	margin: 5px 2px 0 10px;
}
#column2 {
	width: 275px;
	float: left;
	margin: 5px 25px 0 25px;
}
#column3 {
	width: 275px;
	float: left;
	margin: 5px 0 0 2px;
}
#overview {
	width: 850px;
	height: 27px;
	margin: 10px 10px 0 10px;
	padding:0 5px 0 5px;
}
#overview2 {
	width: 853px;
	height: 27px;
	background-image: url(../images/sponsor_bg.png);
	font: "Century Gothic", Arial;
	font-size: 12px bold;
	color: #FFFFFF;
	margin: 10px 10px 0 17px;
	padding:0 5px 0 5px;
}
#ticket_info {
	width: 220px;
	height: 27px;
	background-image: url(../images/ticket_info_header_bg.png);
	font: "Century Gothic", Arial;
	font-size: 12px bold;
	color: #FFFFFF;
}
#photo {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
}
#photo2{
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-left: 50px;
}
#photo3 {
	width: 200px;
	height: 200px;
	float: right;
	margin-left: 10px;
	margin-right: 50px;
}
#photo4 {
	width: 225px;
	height: 225px;
	float: left;
	margin-right: 10px;
}
#photo5 {
	width: 225px;
	height: 225px;
	float: right;
	margin-left: 10px;
}
.text_pad_left {
	margin-left: 50px;
}
.text_pad_right {
	margin-right: 50px;
}
#3box_container {
	width: 930px;
	height: 175px;
}
#3box_container2 {
	width: 900px;
	height: 200px;
	position: inherit;
}
#3box_container3 {
	width: 900px;
	height: 170px;
	position: inherit;
}
#3box {
	width: 675px;
	float: right;
	margin: 10px 15px 10px 15px;
}
#3box1 {
	width: 250px;
	float: left;
	text-align: center;
	margin: 10px 25px 10px 0;
}
#3box2 {
	width: 250px;
	float: left;
	text-align: center;
	margin: 10px 25px 10px 25px;
}
#3box3 {
	width: 250px;
	float: left;
	text-align: center;
	margin: 10px 0 10px 25px;
}
#4box {
	width: 125px;
	float: right;
	margin: 10px 15px 10px 15px;
}
#4box2 {
	width: 125px;
	float: right;
	margin: 10px 15px 10px 60px;
}
#hotel {
	background-image: url(../images/box_bg.png);
	width: 375px;
	height: 430px;
	float: left;
	margin: 2px 2px 0 50px;
}
#hbox_header {
	background-image: url(../images/hotels.png);
	width: 375px;
	height: 27px;
}
#restaurant {
	background-image: url(../images/box_bg.png);
	width: 375px;
	height: 430px;
	float: left;
	margin: 2px 2px 0 2px;
}
#rbox_header {
	background-image: url(../images/restaurants.png);
	width: 375px;
	height: 27px;
}
.dir_padding {
	margin-left: 40px;
	font-weight: bold;
}
.table_padding {
	margin: 0 25px 0 180px;
}
.table_padding2 {
	margin: 0 20px 0 0;
}
.table_padding3 {
	margin: 0 25px 0 20px;
}
.searchpadding {
	padding-bottom: 5px;
}
.searchpadding2 {
	padding-bottom: 3px;
}
.searchbox {
	background-image: url(../images/searchbox.png);
}
.middletext {
	font: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin: 30px 0 0 5px;
}
#photo_left {
	width: 225px;
	float: left;
	margin-right: 10px;
}
#photo_right {
	width: 225px;
	float: right;
	margin-left: 10px;
}
#photo_top {
	width: 750px;
	margin-left: 20px;
}
#photo_top2 {
	width: 700px;
	margin-left: 10px;
}
#photo_top3 {
	width: 950px;
	margin-left: 5px;
}
#footer {
	width: 1000px;
	padding: 0 0 0 0;
	background-color: #C8D5E4;
} 
#lmedia { 
	width: 980px;
	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: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.padleft {
	padding-left: 2px;
}
.padright {
	padding-right: 2px;
}
.padboth {
	padding-left: 2px;
	padding-right: 2px;
}
#insiders_box {
	width: 250px;
	height: 175px;
	margin-left: 360px;
	padding-top: 10px;
	background-color: #C8D5E4;
}







.searchText
{
     border-style: hidden;
     border-width: 0px;
     color: #8AB08A;
     padding-left:7px;
     padding-right:7px;
     font-size:8pt;
     background-image: url(../images/searchBox.gif);
     margin-left:3px;
}









#cct_flash {
	padding: 0 25px 10px 10px;
	margin: 0 20px 0 635px;
} 
#flash_audio {
	width: 150px;
	height: 330px;
	padding: 0 25px 10px 10px;
	margin: 17px 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: 700px;
	height: 28px;
	margin: 5px 0 0 0;
	background-color: #FFFFFF;
	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;
}
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 */
}
#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;
}
#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;
}
#admin {
	float: left;
	width: 35px;
	height: 35px;
	padding-top: 10px;
}
#eventpdf {
	float: right;
	width: 30px;
	height: 95px;
	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;
}
.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;
}
.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;
}
 
</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>
