/* General Styles */

body {
	font-family:"Trebuchet MS";
	background-color:#3d5464;
	margin:0px;
	padding:0px;
	min-width:980px;
}

img {
	border:none;
}

p {
	margin:0px;
	padding:0px;
}

.navigation {
	float:right;
	position:relative;
	top:34px;
	right:100px;
}

#nav {
	float:right;
	position:relative;
	top:44px;
	right:100px;
	z-index:100;
}

#amccLogo {
	float:left;
	position:relative;
	left:80px;
	top:5px;
}

#home {
	float:right;
	position:relative;
	right:0px;	
	bottom:7px;
}

/*#aboutUs {
	float:left;
	position:relative;
	left:18px;
}*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-size: 11px;
	display: block;
	width: 100px;
	padding:6px 0px 10px 10px;
}

#nav li {
	float: left;
	width:90px;
	padding-right:10px;
}

#nav li ul {
	position: absolute;
	width: 110px;
	left: -999em;
	padding-top:10px 10px 10px 5px;
	background-color:#3d5464;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

a:link {
	color:#9fbbcd;
	text-decoration:none;
}

a:visited {
	color:#9fbbcd;
	text-decoration:none;
}
a:hover {
	color:#9fbbcd;
	text-decoration:underline;
}
a:active {
	color:#9fbbcd;
	text-decoration:underline;
}

#header {
	margin-top:10px;
	background-image:url(images/amcc-logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
}

.footer {
	padding:0px 0px 0px 80px;
	font-size:10px;
	color:#9fbbcd;
	position:relative;
	top:60px;
	height:80px;
	clear:both;
}

#footerAddress {
	float:left;
	padding-left:30px;
}

#footerSitemap a {
	float:left;
	font-size:10px;
	padding-left:250px;
}

#footerSpacing {
	padding-right:20px;
}

#footerRuleHomepage {
	margin-bottom:10px;
	height:5px;
	clear:both;
}

/* End General Styles */

/* Start Homepage */

#homepage {
	background-image:url(images/homepage-bknd.gif);
	background-repeat:no-repeat;
	background-position:53% 120px;
}


#homepage a:link {
	font-size:11px;
	padding-right:14px;
	color:#9fbbcd;
	text-decoration:none;
}

#hompeage a:visited {
	color:#9fbbcd;
	text-decoration:none;
}
#homepage a:hover {
	color:#9fbbcd;
	text-decoration:underline;
}
#homepage a:active {
	color:#9fbbcd;
	text-decoration:underline;
}

#homepage #centercourt #header #nav li ul li a {
font-size:10px;
}

#homeCenterCourt {
	padding:0px 0px 0px 80px;
}

#featureBox {
	background-image:url(images/feature-bknd.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	left:20px;
	top:30px;
	width:620px;
	height:250px;
}

#featureBoxContent {
	width:288px;
	float:left;
	position:relative;
	left:20px;
	top:10px;
	padding:20px 0px 0px 0px;
}

#featureBoxContent .content {
	font-size:12px;
	color:#7396ac;
	padding:18px 0px 0px 0px;
	float:left;
	position:absolute;
	top:150px;
}

#featureBoxContent .content p {
	font-size:12px;
	color:white;
	padding:10px 30px 0px 0px;
}

#featureBoxContent .downloads {
	font-size:12px;
	color:#7396ac;
	padding:18px 0px 0px 0px;
	width:400px;
	float:left;
	position:absolute;
	left:207px;
	top:150px;
}

#featureBoxContent .downloads a {
	margin:0px 0px 0px 0px;
	padding-right:2px;
}

#featureBoxImage {
	width:256px;
	float:right;
	position:absolute;
	right:25px;
	top:25px;
}

#secondaryFeatures {
	padding:30px 0px 0px 0px;
	position:relative;
	top:20px;
	left:20px;
	width:620px;
	clear:left;
}

#secondaryFeatures div h1 {
	color:black;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px 10px 10px;
}

#secondaryFeatures div p {
	font-size:12px;
	padding:5px 10px 0px 10px;
	line-height:12px;
}

#secondaryFeatures a {
	font-weight:bold;
}

#secondaryFeatures a:link {
	font-size:12px;
	font-weight:bold;
	padding-right:14px;
	color:black;
	text-decoration:none;
}

#secondaryFeatures a:visited {
	color:black;
	text-decoration:none;
}
#secondaryFeatures a:hover {
	color:black;
	text-decoration:underline;
}
#secondaryFeatures a:active {
	color:black;
	text-decoration:underline;
}

.blueBox {
	background-image:url(images/secondaryFeatureBox-blue.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	width:199px;
	height:124px;
	float:left;
	position:absolute;
}

#blueBoxVisual {
	float:right;
	position:relative;
	right:5px;
	bottom:25px;
}

.greenBox {
	background-image:url(images/secondaryFeatureBox-green.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	width:199px;
	height:124px;
	float:left;
	position:absolute;
	left:209px;
}

#greenBoxVisual {
	float:right;
	position:relative;
	right:5px;
	bottom:25px;
}


.orangeBox {
	background-image:url(images/secondaryFeatureBox-orange.gif);
	background-repeat:no-repeat;
	width:197px;
	height:124px;
	float:left;
	position:absolute;
	left:418px;
}

.theWell {
	float:right;
	position:relative;
	top:30px;
	right:100px;
	font-size:10px;
	color:#9fbbcd;
	width:140px;
}

.theWell p {
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:2px solid #2f414e;
}

#homepage h1 {
	font-size:38px;
	font-weight:normal;
	color:white;
	margin:0px 0px 0px 0px;
}

#homepage h2 {
	font-size:16px;
	font-weight:normal;
	color:white;
}

#homepage h3 {
	font-size:24px;
	font-weight:bold;
	color:white;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#homepage h4 {
	font-size:12px;
	font-weight:bold;
	color:white;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#homepage h5 {
	font-size:10px;
	font-weight:bold;
	color:white;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* End Homepage */


/* Start About Us */

#aboutUsContent {
	width:750px;
	position:relative;
	left:115px;
	float:left;
	clear:both;
}

#aboutUs  h1 {
	font-size:36px;
	font-weight:normal;
	color:white;
	margin:0px 0px 0px 0px;
}

#aboutUs  h2 {
	font-size:16px;
	font-weight:normal;
	color:white;
	margin:0px 0px 16px 0px;
}

#aboutUs  h3 {
	font-size:22px;
	font-weight:normal;
	color:white;
	margin:0px 0px 22px 0px;
}

#aboutUs  h4 {
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0px 0px 14px 0px;
}

#aboutUs p {
	font-size:11px;
	color:white;
	margin:0px 0px 12px 0px;
}

#aboutUs a {
	font-size:11px;
}

#aboutUs #expect {
	float:left;
	width:500px;
	position:relative;
}

#aboutUs #staff {
	font-size:11px;
	color:white;
	float:right;
	width:200px;
	position:relative;
}

#aboutUs #sundayContent {
	float:left;
	width:48%;
	position:absolute;
}

#aboutUs #wednesdayContent {
	float:left;
	width:48%;
	left:270px;
	position:absolute;
}

#aboutUs #staff a {
	font-size:11px;
}

#aboutUs .staffImage {
	float:left;
	margin-right:10px;
	height:80px;
}

#aboutUs .staffInfo {
	float:left;
	height:80px;
}

#aboutUs .clearBoth {
	clear:both;
}

#aboutUs .staffName {
	font-weight:bold;
}

#aboutUs #staffShadow {
	background-image:url(images/aboutUs-staffShadow.gif);
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	width:254px;
	height:327px;
}

#aboutUs #childcarecentercourt {
	float:left;
	width:750px;
	position:relative;
}

#aboutUs #enlargePhotos {
	clear:both;
	font-size:11px;
	color:#9fbbcd;
}

#aboutUs .columnContent {
	float:left;
	width:48%;
	padding-right:20px;
}

#aboutUs .columnContent02 {
	float:left;
	width:48%;
}

/* End About Us */

/* Start Get Involved */

#getInvolvedContent {
	width:750px;
	position:relative;
	left:100px;
	clear:both;
}

#getInvolved  h1 {
	font-size:36px;
	font-weight:normal;
	color:white;
	margin:0px 0px 0px 15px;
}

#getInvolved  h2 {
	font-size:16px;
	font-weight:normal;
	color:white;
	margin:0px 0px 16px 15px;
}

#getInvolved  h3 {
	font-size:22px;
	font-weight:normal;
	color:white;
	margin:0px 0px 22px 0px;
}

#getInvolved  h4 {
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0px 0px 14px 0px;
}

#getInvolved p {
	font-size:11px;
	color:white;
	margin:0px 0px 12px 0px;
}

#getInvolved a {
	font-size:11px;
}

#getInvolvedContent {
	background-image:url(images/getInvolvedBox-shadows.gif);
	background-repeat:no-repeat;
	background-position:0px 75px;
	float:left;
	width:800px;
	height:350px;
	position:relative;
}

#getInvolvedContentAlt {
	float:left;
	left:75px;
	width:750px;
	position:relative;
}

#getInvolved .boxSize {
	margin-right:10px;
	width:186px;
	background-repeat:no-repeat;
	height:124px;
	float:left;
	position:relative;
}

#getInvolved .boxSize p {
	padding-left:10px;
}

#adultWorshipBox {
	background-image:url(images/adultWorship-box.gif);
}

#adultBibleFellowshipBox {
	background-image:url(images/adultBibleFellowship-box.gif);
}

#serviceOpportunitiesBox {
	background-image:url(images/serviceOpportunities-box.gif);
}

#calendarOfEventsBox {
	background-image:url(images/calendarOfEvents-box.gif);
}

#childrensMinistryBox {
	background-image:url(images/childrensMinistry-box.gif);
}

#teenMinistryBox {
	background-image:url(images/teenMinistry-box.gif);
}

#seniorsMinistryBox {
	background-image:url(images/seniorsMinistry-box.gif);
}

#upwardBox {
	background-image:url(images/upward-box.gif);
}

#getinvolvedcentercourt {
	padding:0px 0px 0px 10px;
}

#getinvolvedcentercourtalt {
	padding:0px 0px 0px 100px;
}

#firstRow h2 {
	color:black;
	font-size:15px;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

#secondRow {
	clear:both;
	padding-top:10px;
}

#secondRow h2 {
	color:black;
	font-size:15px;
	font-weight:bold;
	padding:5px 0px 0px 0px;
}

#getinvolvedcentercourt div p {
	font-size:12px;
	padding:0px 0px 0px 5px;
	line-height:12px;
	color:white;
}

#getinvolvedcentercourt div p a {
	color:black;
}

#firstRow .activityTitle {
	margin:5px 0px 15px 10px;
	padding:0px 0px 0px 0px;
}

#secondRow .activityTitle {
	margin:5px 0px 15px 10px;
	padding:0px 0px 0px 0px;
}

#columnContent {
	width:70%;
	float:left;
	padding:0px 20px 0px 10px;
}

#columnContent p {
padding-left:5px;
}

#columnContent h3 {
	padding-left:5px;
}

#quickLinks {
	width:25%;
	float:left;
}

#getInvolved ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/* End Get Involved */

/* Start Message Series */

.messageseriesbknd {
	background-image:url(images/messageSeries-bknd.gif);
	background-repeat:no-repeat;
	background-position:80px 64px;
	width:100%;
	height:400px;
}

#messageSeriesContent {
	width:790px;
	position:relative;
	left:100px;
	clear:both;
}

#messageSeries  h1 {
	font-size:36px;
	font-weight:normal;
	color:white;
	margin:0px 0px 0px 15px;
}

#messageSeries  h2 {
	font-size:16px;
	font-weight:normal;
	color:white;
	margin:0px 0px 16px 15px;
}

#messageSeries  h3 {
	font-size:22px;
	font-weight:normal;
	color:white;
	margin:0px 0px 22px 0px;
}

#messageSeries  h4 {
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0px 0px 14px 0px;
}

#messageSeries p {
	font-size:11px;
	color:white;
	margin:0px 0px 12px 0px;
}

#messageSeries a {
	font-size:11px;
}

#messageSeriesFeature {
	background-image:url(images/messageseriesfeature-bknd.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	left:10px;
	top:10px;
	width:620px;
	height:250px;
}

#messageSeriesFeatureContent {
	width:588px;
	float:left;
	position:relative;
	left:20px;
	padding:15px 0px 0px 0px;
}

#messageSeriesFeatureLeftColumn {
	width:173px;
	float:left;
	position:absolute;
	top:70px;
}

#messageSeriesFeatureRightColumn {
	width:400px;
	float:right;
	position:absolute;
	top:70px;
	left:200px;
}

#message01 {
	padding:10px 0px 0px 0px;
}

#messageSeriesDownloads {
	font-size:12px;
	color:#7396ac;
	padding:18px 0px 0px 0px;
}

#note {
	font-size:10px;
	color:#7396ac;
}

.devoButton {
	margin-right:5px;
}

#messageSeriesPastMessages {
	float:right;
	position:relative;
	left:10px;
	top:10px;
	width:140px;
	margin-right:15px;
}

#messageSeriesRequest {
	font-size:10px;
	color:#9fbbcd;
	padding:10px 0px 0px 110px;
	clear:both;
}

#messageSeriesRequest a {
	font-size:10px;
	color:white;
}

/* End Message Series */

/* Start Contact Us */

#contactUsContent {
	width:790px;
	position:relative;
	float:left;
	left:115px;
}

#contactUs  h1 {
	font-size:36px;
	font-weight:normal;
	color:white;
	margin:0px 0px 0px 15px;
}

#contactUs  h2 {
	font-size:16px;
	font-weight:normal;
	color:white;
	margin:0px 0px 25px 15px;
}

#contactUs  h3 {
	font-size:22px;
	font-weight:normal;
	color:white;
	margin:0px 0px 22px 0px;
}

#contactUs  h4 {
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0px 0px 0px 0px;
}

#contactUs p {
	font-size:11px;
	color:white;
	margin:0px 0px 12px 0px;
}

#contactUs a {
	font-size:11px;
}

#contactUsLeftColumn {
	width:40%;
	float:left;
padding-left:15px;
}

#contactUsRightColumn {
	width:50%;
	float:right;
}

/* End Contact Us */

/* Start Sitemap Us */

#sitemapContent {
	width:790px;
	position:relative;
	float:left;
	left:115px;
}

#sitemap  h1 {
	font-size:36px;
	font-weight:normal;
	color:white;
	margin:0px 0px 0px 15px;
}

#sitemap  h2 {
	font-size:16px;
	font-weight:normal;
	color:white;
	margin:0px 0px 25px 15px;
}

#sitemap  h3 {
	font-size:22px;
	font-weight:normal;
	color:white;
	margin:0px 0px 22px 0px;
}

#sitemap  h4 {
	font-size:14px;
	font-weight:bold;
	color:white;
	margin:0px 0px 16px 15px;
}

#sitemap p {
	font-size:11px;
	color:white;
	margin:0px 0px 12px 0px;
}

#sitemap a {
	font-size:11px;
}

#sitemap h4 a {
	font-size:14px;
	color:white;
}

#sitemap ul {
	list-style: none;
}

/* End Sitemap */



#centercourt {
	margin:0 auto;
	text-align:center;
	width:980px;
}

#centercourt div {
	text-align:left;
}