@charset "utf-8";
/* CSS Document */
/* content bg color #E5E3D6 */
/* footer bg color #600001 */
/* Import the different Module styles */
@import "ave_home.css";
@import "ave_subpage.css";
@import "ave_nav.css";
@import "ave_sermons.css";
@import "ave_calendar.css";
@import "ave_subpage-noside.css";
@import "ave_photogallery.css";
@import "ave_forms.css";
@import "ave_events.css";
@import "ave_subnav.css";

/**********************/
/* Set the HTML styles
/**********************/
* {
	outline: none;
}

hr {
	display:none;
	border: 0px none;
	border-top: 1px solid #e2e0d1;
	margin: 0px !important;
	padding: 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background: #E1E1E1 url(../images/body_bg.jpg) no-repeat center top;	
}

#ave_outer_container {
	background: #E1E1E1 url(../images/body_bg.jpg) no-repeat center top;
	width: 1165px;
	margin: 0px auto;
	padding-top: 141px;
}

#ave_sub_outer_container {
	background: #E1E1E1 url(../images/body_bg.jpg) no-repeat center top;
	width: 1165px;
	margin: 0px auto;
	padding-top: 80px;
}

#ave_wrapper {
	width: 1165px;
	margin: 0px auto;
	background: #E1E1E1 url(../images/content_bg.jpg) repeat-y bottom;
}

#ave_container {
	width: 900px;
	padding:0px 133px 0px 132px;
	overflow: visible;
	background: transparent url(../images/midshadow.jpg) no-repeat left top;
}

#ave_sub_wrapper {
	width: 1165px;
	margin: 0px auto;
	background: #E1E1E1 url(../images/content_bg.jpg) repeat-y bottom;
}

#ave_sub_container {
	width: 900px;
	padding:0px 133px 0px 132px;
	overflow: auto;
	background: transparent url(../images/sub_midshadow.jpg) no-repeat 50% top;
}


/*#outerwrapper {
	overflow: auto;
	width:100%;
}

#innerwrapper {
	background: #F1F2F1 url(../images/body_bg.jpg) no-repeat top;
	overflow: auto;
	width:900px;
	margin-left:-450px;
	left:50%;
	position:relative;
	padding:0px;
	}
*/
#header {
	width: 900px;
	padding:0px;
	float: left;
}

#content {
	width:900px;
	padding: 0px;
	background-color:#EBECEB;
	overflow:auto;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #39394b;
	margin-top: 2px;
	margin-bottom: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #39394b;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 8px;
}
h4 {
	color: #d08d29;
	font-size: 1.6em;
	text-transform:uppercase;
	margin-bottom: 8px;
	margin-top: 2px;
}
h5 {
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
	color: #7d7d7d;
	text-transform:uppercase;
}

h6 {
	text-transform:uppercase;
	color: #39394b;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 8px;
}

ul, ol {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
	color: #39394b;
}

a, a:visited, a:active {
	color: #d08d29;
}

a:hover, a:visited:hover {
	color: #f2af4b;
	text-decoration: none;
}

strong, b, em, i {
	color: #d08d29;
}

ul {
	list-style-image: url(../images/list_item.gif);
	color: #39394b;
}

.half {
	width: 50%;
}

.threequarters {
	width: 65%;
}

.quarter {
	width: 35%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textalignleft {
	text-align: left;
}

.hide {
	display: none;
	visibility: hidden;
	line-height: 1px;
	height: 0px;
	font-size: 1px;
}

.textalignright {
	text-align: right;
}
