/* -----------------------------------------------
  mayfair.org
  default styles
  updated 7.12.2007 - Joel Steidl
  created by Joel Steidl
----------------------------------------------- */

/*----------[Redefine some basic tags]------------------------------*/
* {
margin: 0;
padding: 0;
}

body{
	background: #00405B url(../images/site_design/body_bg.gif) repeat-x center top;
	margin: 0px;
	padding: 0px 0px 20px;
	border-top: 1px solid #B8CC6E;
}

#wrapper{
	background: #E4F7FF url(../images/site_design/wrapper_bg_top.gif) repeat-x center top;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

hr
{
	background: #C5D5DD;
	border: 0;
	color: #C5D5DD;
	height: 1px;
	margin: 0 auto 15px;
	width: 520px;
}

/*----------[utilites and search area]------------------------------*/

#ultilities{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	height: 44px;
}
#ultilities ul{
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 44px;
}
#ultilities ul li{
	font: 11px/44px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E4F7FF;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#ultilities ul li.access{
	position: absolute;
	left: -9000px;
	top: 0px;
}
#ultilities ul li a{
	margin: 0px;
	padding: 0px 4px;
	height: 44px;
	line-height: 44px;
	color: #E4F7FF;
	float: left;
}
#ultilities ul li a:hover{
	text-decoration: none;
}

#searchBox{
	margin: 0px;
	padding: 0px;
	float: right;
	height: 44px;
	width: 215px;
}

#searchBox form{
	margin: 0px;
	padding: 0px;
}
#searchBox form input#siteSearch{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	padding: 2px;
	width: 165px;
	margin: 11px 5px 0px 0px;
	float: left;
}
#searchBox form input#submitButton{
	margin: 6px 0px 0px;
	padding: 0px;
	height: 31px;
	width: 31px;
	float: left;
}

/*----------[site navigation]------------------------------*/

#navigation{
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: left;
	background: url(../images/site_design/nav_bg_top.gif) no-repeat center top;
}
#navigation h1{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 170px;
	background: url(../images/site_design/mayfair_logo.gif) no-repeat right center;
	float: left;
}
#navigation h1 a{
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 180px;
	display: block;
	overflow: hidden;
}
#navigation ul{
	margin: 30px 0px 0px 15px;
	padding: 0px;
	float: left;
	height: 40px;
}
#navigation ul li{
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
}
#navigation ul li a{
	border-left: 1px solid #C5D5DD;
	display: block;
	margin: 0px;
	padding: 0px 13px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	color: #38901C;
	text-decoration: none;
	letter-spacing: 1px;
	float: left;
}

#navigation ul li.first a{
	border-left-style: none;
}
#navigation ul li a:hover, #navigation ul li#current a{
	color: #2C7316;
	background: url(../images/site_design/nav_top_selector.gif) no-repeat center bottom;
}

/*----------[Site Content]------------------------------*/

#content{
	margin: 0px;
	padding: 20px 0px 0px;
	float: right;
	width: 550px;
	background: url(../images/site_design/content_bg_top.gif) no-repeat left top;
}
#content h2{
	font: normal 18px/18px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00405B;
	margin: 0px 15px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #C5D5DD;
}
#content h3{
	font: normal 14px/14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #38901C;
	margin: 0px 15px 10px;
	padding: 5px 0px 0px;
}
#content h4{}
#content p{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	margin: 0px 15px 15px;
}
#content a, #calendar a{
	color: #38901C;
}
#content a:hover, #calendar a:hover{
	text-decoration: none;
}
#content ul li{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	margin: 0px;
	padding: 0px 0px 15px 22px;
	list-style: none;
	background: url(../images/site_design/li_bullet.gif) no-repeat left top;
}
#content ul{
	margin: 0px 15px 0px 25px;
	padding: 0px;
}
#content ol li{
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	padding-bottom: 15px;
}
#content ol{
	margin-right: 15px;
	margin-left: 45px;
}

#content p.more{
	text-align: right;
	border-bottom: 1px dashed #C5D5DD;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#content p.return{
	text-align: left;
	border-bottom: 1px dashed #C5D5DD;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

#content p img.left{
	padding: 2px;
	float: left;
	border: 1px solid #C5D5DD;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content p img.right{
	padding: 2px;
	float: right;
	border: 1px solid #C5D5DD;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#content p img.full{
	padding: 2px;
	width: 516px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C5D5DD;
}

p#paginate{
	text-align: center;
}

#content table.standard{
	border-collapse: collapse;
	width: 520px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#content table.standard td{
	color: #00405B;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 5px;
}

/*----------[Secondary Content/Sub-Nav]------------------------------*/

#secondary{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
#subNav{
	background: #B8CC6E url(../images/site_design/sub_nav_bg_bottom.gif) no-repeat left bottom;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 25px;
}

#subNav h2{
	font: normal 18px/18px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #E4F7FF;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #E4F7FF;
}

#subNav h3{
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 250px;
	border-bottom: 1px solid #E4F7FF;
}
#subNav h3 a{
	display: block;
	font: bolder 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	height: 25px;
	width: 250px;
	text-indent: 15px;
	text-decoration: none;
}
#subNav h3#currentSubSection a{
	background: #E4F7FF;
}

#subNav h3 a:hover{
	background: #AEC268;
}

#subNav ul{
	margin: 0px;
	padding: 5px 0px;
	width: 250px;
	border-bottom: 1px solid #E4F7FF;
	text-align: right;
}
#subNav ul li{
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style: none;
	width: 250px;
}
#subNav ul li a{
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 25px;
	width: 240px;
	display: block;
	text-decoration: none;
}
#subNav ul li a:hover{
	color: #006996;
}
#subNav ul li#currentPage{
	background: url(../images/site_design/sub_nav_arrow_hover.gif) no-repeat right center;
}

ul#extraNav{
	margin: 20px 0px 20px 30px;
	padding: 0px;
}
ul#extraNav li{
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 25px;
	width: 165px;
}
ul#extraNav li a{
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 163px;
	display: block;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	text-indent: 30px;
	text-decoration: none;
}
ul#extraNav li a:hover{
	color: #38901C;
	border-right: 2px solid #00405B;
}
ul#extraNav li#listen{
	background: url(../images/site_design/extra_nav_listen.gif) no-repeat left center;
}
ul#extraNav li#gallery{
	background: url(../images/site_design/extra_nav_gallery.gif) no-repeat left center;
}
ul#extraNav li#links{
	background: url(../images/site_design/extra_nav_links.gif) no-repeat left center;
}
ul#extraNav li#forms{
	background: url(../images/site_design/extra_nav_forms.gif) no-repeat left center;
}

/*----------[Footer]------------------------------*/

#footer{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 45px;
	width: 800px;
	background: #B8CC6E url(../images/site_design/footer_bg.gif) no-repeat;
}
#footer address{
	font: normal 12px/45px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #00405B;
}
#footer address a{
	color: #00405B;
}
#footer address a:hover{
	text-decoration: none;
}

/*----------[Misc]------------------------------*/
#calendar{
	margin: 0px auto 15px;
	padding: 0px;
	width: 770px;
}
#calendar p{
	background: #D3E3EC;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	float: left;
	border: 1px solid #C5D5DD;
}
#calendar iframe{
	margin: 0px;
	padding: 0px;
	height: 588px;
	width: 770px;
	border-style: none;
}

/*----------[Messages]------------------------------*/
#messages{
	margin: 0px auto 15px;
	padding: 0px;
	width: 520px;
	border-collapse: collapse;
	border-top: 1px solid #C5D5DD;
}

#messages td{
	margin: 0px;
	text-align: middle;
	vertical-align: middle;
	color: #00405B;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 0px;
}

#messages td img{
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#messages td a img{
	border-style: none;
}

#messages td.info{
	text-align: left;
	padding-left: 5px;
}

#messages tr.odd td {
	background: #D3E3EC;
	border-top: 1px solid #C5D5DD;
	border-bottom: 1px solid #C5D5DD;
}

/*----------[General Table]------------------------------*/
#general{
	margin: 0px auto 15px;
	padding: 0px;
	width: 520px;
	border-collapse: collapse;
}

#general td{
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	color: #00405B;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 0px;
}

#general th{
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	color: #00405B;
	font: bolder 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 0px;
}

#general tr.even{
	background: #D3E3EC;
	border-top: 1px solid #C5D5DD;
	border-bottom: 1px solid #C5D5DD;
}

#general td.contact{
	background: url(../images/site_design/contact_vcard.gif) no-repeat 5px center;
	text-indent: 25px;
}

#general td.flag{
	padding-left: 10px;
}
#general td.flag img{
	display: block;
}
#general td.first{
	padding-left: 5px;
}
#general td.download{
	padding-left: 25px;
}
/*----------[Missions]----------------------------------------*/

#map{
	margin: 0px auto 15px;
	padding: 0px;
	height: 275px;
	width: 518px;
	border: 1px solid #C5D5DD;
}
body #map p{
	margin: 0px;
	padding: 5px;
}

#missionInfo{
	float: right;
	width: 252px;
	margin-left: 15px;
	border: 5px solid #C5D5DD;
	background: #C5D5DD;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.missionaryPic{
	width: 250px;
	border: 1px solid #E4F7FF;
}

#missionInfo form{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #5C5751;
}
#missionInfo form fieldset{
	border: 1px solid #E4F7FF;
	padding: 0px 0px 15px;
	width: 250px;
}
#content form legend{
	font-weight: bolder;
	padding-right: 3px;
	padding-left: 3px;
	color: #00405B;
}
#missionInfo form label{
	color: #00405B;
	margin-left: 12px;
}

#missionInfo h5{
	text-indent: 20px;
	color: #00405B;
	font: bolder 12px/25px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-bottom: 10px;
}

#missionInfo h6{
	font: bolder 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00405B;
	margin-bottom: 15px;
	margin-left: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E4F7FF;
	margin-right: 2px;
}

#content #missionInfo p{
	margin: 0px 0px 7px;
	padding: 0px;
}

input#full_name, input#email{
	width: 230px;
	margin-left: 10px;
}

textarea#note{
	height: 110px;
	width: 230px;
	margin-left: 10px;
}

#submit{
	margin-left: 150px;
	
}

/*----------[Misc.]----------------------------------------*/

#videoPlayer{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.searchResult{
	font-weight: bolder;
	color: #38901C;
}

#globalSlideshow{
	width: 520px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 416px;
}
#globalAudio{
	height: 20px;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#globalVideo{
	height: 260px;
	width: 320px;
	margin-bottom: 15px;
	margin-left: 15px;
}

body  p.globalForm{
	background: #D3E3EC url(../images/site_design/download_file.gif) no-repeat 5px center;
	padding: 5px 5px 5px 0px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #00405B;
	border: 1px solid #C5D5DD;
	margin: 15px 15px 10px;
	text-indent: 25px;
}