@charset "utf-8";
/*
================================================================
Title: Anglican Mission In The Americas
Created: 09.11.09 - v1.0
Modified:
Designed By: www.amdesign.com - AM Design
Website: 
© Copyright  2009 Anglican Mission In The Americas
================================================================
*/

* {
	margin:0;
	padding:0;
	outline:none;
	border:none;
	}
body {
	color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:20px;
	text-align:center;
	background: #443c2f url(../images/html_bg.jpg) top center no-repeat;
	}
p {
	margin: 0 0 20px 0;
	padding:0;
	font-size:12px;
	}

h1 {
	color:#005695;
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:normal;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

h2 {
	color:#005695;
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:normal;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

h3 {
	color:#7D5231;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 5px 0;
}

h3.blue-h3 {
	color:#005695;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 5px 0;
}

h4 {
	color:#005695;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px 0;
}

h5 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

h6 {
	color:#005695;
	font-size:12px;
	margin:0 0 5px 0;
}

a:link, a:visited {
	color: #005695;
	text-decoration: none;
	}
a:hover, a:active {
	color: #005695;
	text-decoration:underline;
	}

ul {
	margin: 0 0 0 15px;	
	}
hr {
	background-color:#CCCCCC;
	border:0 none;
	color:#CCCCCC;
	height:1px;
	line-height:1px;
	margin:20px 0;
	#margin:0 0 20px;
	padding:0;
	width:100%;
	}
#text ul,
#text ol {
	margin:0 0 15px 25px;
	}
#text ul li {
	list-style:url(../images/bullet.gif);
	}
#text ol li {
	padding:5px 0;
	}

table {
	
}

th {}

td {
	padding:5px;
	vertical-align:top;
}

blockquote {
	color:#7D5231;
	font-size:14px;
	font-style:italic;
	line-height:25px;
	margin:0 25px 20px;
}

blockquote p {
	font-size:14px;
	line-height:25px;
	margin:0;
}

/* 
--------------------------------------------------------------------------
MAIN CSS
--------------------------------------------------------------------------
*/

#am_wrapper {
	margin: 0 auto;
	width:940px;
	text-align:left;
	}

#home_wrapper {
	height:660px;	
	}
/* 
--------------------------------------------------------------------------
 GLOBAL NAV CSS
--------------------------------------------------------------------------
*/
#glbnav_wrapper {
	background:transparent url(../images/glbnav_bg.png) repeat-x scroll 0 0;
	height:33px;
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
	}
#glbnav {
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding:6px 0 0;
	text-align:left;
	width:962px;
	}
#glbnav a {
	color:#999999;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}
#glbnav a:hover {
	color:#FFFFFF;
	}
#glbnav ul {
	margin:0;
	padding:0;
	}
#glbnav ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 8px 0 0;
	width:126px;
	}
#glbnav ul li a {
	}
#glbnav ul li ul {
	padding:10px 0;
	}
#glbnav ul li ul li {
	float:none;
	line-height:12px;
	padding-bottom:8px;
	}
#glbnav ul li ul li a {
	/* color:#CCCCCC; */
	font-weight:normal;
	text-transform:none;
	}
#glbnav ul li ul li ul {
	display:none;
}

#glbnav #site_map {
	width:70px;
	float:left;
	margin:0 34px 0 174px;
	}
body#page_home #glbnav #site_map {
	margin-left:194px;
	}
body#page_home #glbnav ul li {
	width:122px;
	}
#glbnav a#site_map {
	text-decoration:none;
	color:#8ba5cc;
	background: url(../images/arrow_down.gif) right 8px no-repeat;
	letter-spacing:1px;
	padding-right:10px;
	}

#glbnav li#nav_identity,
#glbnav li#nav_mission,
#glbnav li#nav_action,
#glbnav li#nav_new {
	display:none;
}


/* 
--------------------------------------------------------------------------
 NO FLASH OR JAVASCRIPT | ONLY CSS
--------------------------------------------------------------------------
*/
#no_wrapper {
	width:280px;
	height:100%;
	background:#000000;
	position:absolute;
	opacity: 0.7;  /* Modern Browsers, eg: Firefox, Safari, Opera, Chrome */
   	filter: alpha(opacity = 70);  /* IE */
	z-index:1;
	}
#no_content {
	position:absolute;
	z-index:2;
	}
#no_logo {
	padding:40px 0 30px 40px;
	}
#no_cta {
	padding: 0 0 0 40px;	
	}
#no_footer {
	font-size:11px;
	color:#8ba5cc;
	padding:40px 0 10px 0;
	}
#no_footer img {
	vertical-align:middle;
	}

/* 
--------------------------------------------------------------------------
CONTENT CSS
--------------------------------------------------------------------------
*/

body#page_sub #am_wrapper, body#page_wide #am_wrapper {
	background: #ececec url(../images/container_bg.gif) 0 0 no-repeat;
	}
#logo {
	padding: 33px 0 0 0;	
	}
#content {
	background:transparent url(../images/narrow_content_bg.png) no-repeat scroll 0 0;
	float:right;
	min-height:380px;
	padding:25px 31px 0 30px;
	width:619px;
	behavior: url("/scripts/iepngfix.htc");
	}
body#page_wide #content {
	background:transparent url(../images/content_bg.png) no-repeat scroll 0 0;
	float:none;
	padding:25px 31px 0;
	width:878px;
	behavior: url("/scripts/iepngfix.htc");
	}
#page_title {
	background:transparent url(../images/page_title_bg.gif) no-repeat scroll center bottom;
	color:#005695;
	font-size:27px;
	padding:30px 30px 25px;
	text-transform:uppercase;
	width:559px;
	}
body#page_wide #page_title {
	background:transparent url(../images/page_title_bg2.gif) no-repeat scroll center bottom;
	width:818px;
	}
#text {
	padding:30px;
	}
body#page_wide #text {
	}

.table_landing {
	margin: 0 0 20px 0;
	
	}
.table_landing tr {
	background: url(../images/landing_table_diviter.gif) center 10px no-repeat;
	}
.table_landing tr td {
	padding: 0 20px 0 0;
	}
.table_landing tr:first-child td + td {
	padding: 0 15px 0 10px;
	}
.table_landing tr:first-child td + td + td {
	padding: 0 0 0 10px;
	}


.search_location h4, .search_network h4 {
	border-bottom:1px solid #CCCCCC;
	color:#005695;
	font-family:Verdana,Geneva,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:5px;
	text-transform:uppercase;
}

.search_location {
	width:260px;
	float:left;
	padding:10px 0 0 0;
	}
.search_network {
	width:260px;
	float:left;
	margin: 0 0 0 30px;
	padding:10px 0 0 0;
	}
.form1 label {
	display:block;
	}
.form1 .input {
	border:1px solid #CCCCCC;
	color:#000000;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:19px;
	margin: 0 0 10px;
	padding:5px 5px 1px;
	width:248px;
	}
.form1 select {
	border:1px solid #CCCCCC;
	color:#000000;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	margin:0 0 10px;
	width:260px;
	#font-size:16px;
	}
.form1 .radio {
	margin: 0 0 0 3px;
	}
.form1 .submit {
	background:transparent url(../images/btn_find-it.gif) no-repeat scroll 0 0;
	display:block;
	height:27px;
	margin: 0 0 20px 188px;
	text-align:left;
	text-indent:-9999px;
	width:68px;
	}

#display_results {}

#display_results .result_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005695;
	font-size:18px;
	font-style:italic;
	padding: 0 0 10px 0;
	}
#display_results .result_title span {
	color:#333333;
	}
#display_results .result_title span.network_leader {
	color:#666666;
	font-size:14px;
	margin-left:90px;
	}
	
#table_results {
	border-collapse:collapse;
	border:0 none;
	}
#table_results tbody tr.odd {
	background:#F3F3F3;
	}
#table_results tbody tr.even {
	}
#table_results tbody tr:hover {
	background:#E0E9EF;
	}
#table_results th{
	border-bottom:1px solid #CCCCCC;
	padding:5px 0;
	}
#table_results td {
	padding:12px 8px;
	}
#table_results th.name {
	width:260px;
	}
#table_results td.name {
	
	}
#table_results th.city {
	width:130px;
	}
#table_results td.city {
	padding-left:0px;
	}
#table_results th.actg {
	width:160px;
	}
#table_results td.actg {
	padding-left:0px;
	}
label {
	display:block;
	}

.elementText input, .elementEmail input {
	display:block;
	border:1px solid #cccccc;
	font-size:16px;
	padding:3px 3px;
	width:252px;
	margin: 0 0 10px 0;
	}
.elementTextarea textarea {
	display:block;
	border:1px solid #cccccc;
	width:252px;
	font-size:16px;
	padding:3px 3px;
	margin: 0 0 10px 0;
	}
.btn {
	background:transparent url(../images/btn_submit.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#005694;
	cursor:pointer;
	display:block;
	font-size:1px;
	height:27px;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:-9999px;
	width:68px;	
	}
.paging {
	text-align:right;
	}
.content_left {
	float:left;	
	width:454px;
	padding: 0 20px 0 0;
	border-right:1px solid #ccc;
	margin: 20px 0 0 0;
	}

.content_right {
	float:right;
	width:302px;
	margin: 20px 0 0 0;
	}
.content_right h4 {
	color:#005695;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	}

/* 
--------------------------------------------------------------------------
SIDEBAR CSS
--------------------------------------------------------------------------
*/
#sidebar {
	float:left;
	width:260px;
	padding: 0 0 20px 0;
	}

#sidenavigation {
	padding: 0 0 40px 0;	
}

#subnav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#subnav li {
	padding-left:20px;
}

#subnav li a {
	border-top:1px solid #C5C5C5;
	color:#373737;
	display:block;
	padding:5px 0 5px 12px;
	text-decoration:none;
	zoom:1;
}

#subnav li a:hover {
	background:transparent url(../images/bullet.gif) no-repeat left center;
	color:#005695;
}

#subnav li.top {
	background:transparent url(../images/search_bg.gif) repeat-y left top;
	margin-bottom:10px;
	padding:5px 25px 5px 10px;
}

#subnav li.top a {
	background:none;
	border:0 none;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:15px;
	text-decoration:none;
	text-transform:uppercase;
}

#subnav li.top a:hover {
	background:transparent url(../images/bullet-white.gif) no-repeat left center;
}

#subnav li ul {
	display:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#subnav li ul li {}

#subnav li ul li a {
	border:0 none;
}

#subnav li ul li a:hover {}

#subnav li.current li ul,
#subnav li li.current li ul, 
#subnav li li li.current li ul,
#subnav li li li li.current li ul {
	display:none;
}

#subnav li.current ul,
#subnav li li.current ul, 
#subnav li li li.current ul,
#subnav li li li li.current ul {
	display:block;
}

#subnav li.parent {
	background:transparent url(../images/nav_arrow.gif) no-repeat scroll 232px 12px;
}


/* 
--------------------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------------------
*/
.clear {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	}

.blue, .blue * {
	color:#005695;
}

.indent {
	padding: 0 0 0 30px;
}
.left {
	float:left;	
	}
.right {
	float:right;	
	}
.alignleft {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
	}
.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
	}
a.link_arrow_right:link, a.link_arrow_right:visited {
	background:transparent url(../images/arrow_right.gif) no-repeat scroll 0 0;
	color:#333333 !important;
	font-weight:bold;
	margin-right:10px;
	padding-left:15px;
}








/* 
--------------------------------------------------------------------------
FOOTER CSS
--------------------------------------------------------------------------
*/
#footer {
	background: #1a1a19;
	width:940px;
	position:relative;
	height:63px;
	}

#flinks a:link, #flinks a:visited {
	color:#8ba5cc;
	text-decoration:none;
	font-size:11px;
	padding: 0 4px;
	}
#flinks a:hover, #flinks a:active {
	color:#ffffff;
	text-decoration:underline;
	}
#location {
	padding: 17px 0 0 22px;	
	
	}

#fnav { 
	background:transparent url(../images/footer_input_bg.jpg) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:left;
	width:240px;
}

#fnav * { 
}

#fnav li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
	background: none;
}

#fnav li a {
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	height:24px;
	padding:3px 25px 0 10px;
	text-decoration:none;
}

#fnav li a:hover {
	color: #fff;
}

#fnav li ul {
	border:0;
	left:-999em;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-top: -227px;
	padding:0;
	position:absolute;
	width:240px;
	z-index:999;
	padding-bottom: 1px;
	height:200px;
	overflow:scroll;
	overflow-x: hidden; 
	overflow-y:scroll;
}

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

#fnav li li {
	font-size:100%;
	font-weight:normal;
	text-indent:0px !important;
	z-index:9999;
	line-height: 25px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	height: 25px;
	background: none;
}

#fnav li li a {
	background: url(../images/location_bg.png) 0 0 no-repeat;
	margin:0;
	height: 25px;
	width:213px;
	z-index:999;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-top:0px;
	color: #fff;
	
}

#fnav li li a:hover {
	background: url(../images/search_bg.gif) 0 0 no-repeat;
	color: #fff;
}

#fnav li:hover, #fnav li.hover {
    position: static;
}



#footer_search {
	position:absolute;
	top:17px;
	left:280px;
	}


#footer_search {
	background:transparent url(../images/footer_input_bg.jpg) no-repeat scroll 0 0;
	height:27px;
	overflow:hidden;
	width:240px;
	}
#footer_search #search_term {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:7px 10px 0;
	width:190px;
	}
#footer_search a {
	display:block;
	height:27px;
	text-align:left;
	text-indent:-9999px;
	width:30px;
	}


#flinks {
	position:absolute;
	top:22px;
	right:60px;
	color:#8ba5cc;
	}
#siteby {
	position:absolute;
	top:7px;
	right:10px;
	}



/* 
--------------------------------------------------------------------------
CHURCH LOCATOR
--------------------------------------------------------------------------
*/
#church_loader {
	display:none;
	margin-top:-50px;
	position:absolute;
}

h3.church_title { font-size:25px; }
h3.map_directions { font-size:18px; }

#directions_form #saddr {
	border:1px solid #CCCCCC;
	color:#000000;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:19px;
	padding:5px 5px 1px;
	width:428px;
}

#directions_form #btn_submit {}

#display_map {
	margin-top:20px;
}

#gmap {
	border:1px solid #CCCCCC;
	height:300px;
	margin-top:10px;
	width:548px;
}

#back_to_search {
	background:transparent url(../images/btn_back-to-search.jpg) no-repeat scroll 0 0;
	display:block;
	height:27px;
	margin-top:10px;
	text-align:left;
	text-indent:-9999px;
	width:114px;
}


#search_results {}

#search_results h4 {
	border-bottom:1px solid #C6C6C6;
	padding-bottom:3px;
}

#search_results h5 {
	margin:20px 0 5px;
}

#search_results .search_list {}

#search_results .search_list li {}

#search_results p {}

.glossary {
	cursor:default;
	text-decoration:underline !important;
}

.glossary:hover {
	text-decoration:none !important;
}

.thickbox_content {
	display:none;
}

#TB_ajaxContent a.closebutton {
	background:transparent url(../images/btn_close-window.jpg) no-repeat scroll 0 0;
	display:block;
	height:27px;
	margin:20px auto 0;
	text-align:left;
	text-decoration:none;
	text-indent:-9999px;
	width:115px;
}

.small_link {
	font-size:11px;
}

.imageWithCaptionLeft {
	display:inline;
	float:left;
	font-size:10px;
	line-height:14px;
	margin:0 20px 15px 0;
	max-width:250px;
	-width:250px;
	overflow:hidden;
}

.imageWithCaptionRight {
	display:inline;
	float:right;
	font-size:10px;
	line-height:14px;
	margin:0 0 15px 20px;
	max-width:250px;
	-width:250px;
	overflow:hidden;
}

.imageWithCaptionLeft img,
.imageWithCaptionRight img {
	margin-bottom:7px;
	max-width:250px;
}

table.video_table {
	background-color:#DFDFDF;
	margin-bottom:20px;
}

table.video_table td {
	line-height:18px;
	padding:10px;
	vertical-align:middle;
}


p.no_margin {
	margin:0;
}

.smaller_text {
	font-size:11px !important;
}

.smallest_text {
	font-size:10px !important;
}

.larger_text {
	font-size:14px !important;
}

.largest_text {
	font-size:16px !important;
}