/* _____________________________________________

Providence Baptist Church of Riverview Florida
Created By:Mike Moreau, Jr.
12-5-2007
harvestmedia.com

Section 1 - Default and Reset Styles

Section 2 - Layout

Section 3 - Typography

Section 4 - Navigation

Section 5 - Footer

Section 6 - Home Page

Section 7 - Forms

Section 8 - Ekklesia CMS Modules

Section 9 - Sitemap

Section 10 - Accessibility Options

_____________________________________________*/






/* Section 1 - Default and Global Styles _______________________________________________ */

/* Eric Meyer's Reset Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
	vertical-align:baseline;
}

a img, :link img, :visited img{border:0;}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul{list-style:none;}

q:before, q:after, blockquote:before, blockquote:after{content:"";}

/* End Reset Styles */



body{
	background:url(/_img/page-tile.jpg) top center repeat-x rgb(223,215,198);
	color:#222;
	font-size:12px;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	line-height:1;
}

strong{font-weight:bold;}

em{font-style:italic;}



/* Default Link Styles */
a:link{
	color:#326EA1;
	outline:none;
}
a:visited{
	color:#326EA1;
	outline:none;
}
a:hover, a:active{
	color:#383D44;
	text-decoration:none;
	outline:none;
}


/* Stles the Client can add in thier wysiwyg editor */
.floatleft{
	float:left;
	margin:0 1em .5em 0;
}

.floatright{
	float:right;
	margin:0 0 .5em 1em;
}

/* Global Classes */
.hide{
	display:none;
}



/* Section 2 - Layout _______________________________________________*/
#masthead{
	background:url(/_img/masthead-bgd.jpg) no-repeat center top #001b3b;
	height:160px;
	margin:0 auto 0 auto;
	position:relative;
	width:866px;
	z-index:8;
}
#masthead h1 a{
	bottom:34px;
	height:85px;
	left:0;
	position:absolute;
	text-indent:-9999em;
	width:254px;
}
#search{
	background-color:#001b3b;
	position:absolute;
	right:1px;
	top:0;
	width:40.5em;
	z-index:9;
}
#quick-links{
	color:#cccfd4;
	float:left;
	line-height:1em;
	margin:0;
	padding:1em 0 1em 2em;
}
#quick-links a{
	color:#cccfd4;
	text-decoration:none;
}
#quick-links a:hover{
	color:#fff;
}
#searchForm{
	padding:.5em 0 .5em 2em;
	float:left;
}
#search_term{
	background-image:none;
	background-color:#fff;
	border:none;
	color:#555;
	float:left;
	line-height:1em;
	margin:.1em 0 0 0;
	padding:2px;
	width:10em;
}
a#search_go{
	background-color:#273e5c;
	color:#fff;
	display:block;
	height:1.33333em;
	float:left;
	line-height:1em;
	margin:.1em 0 0 0;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:3em;
}
#billboard{
	margin:0 0 26px 26px;
}
#pnav{
	bottom:0;
	height:34px;
	left:0;
	position:absolute;
	width:866px;
	z-index:20;
}
#outer-content-wrapper{
	background:url(/_img/content-top.jpg) no-repeat center top;
}
#in-content{
	background:url(/_img/content-top.jpg) no-repeat center top rgb(250,248,243);
	height:auto;
	margin:0 auto 0 auto;
	overflow:hidden;
	width:860px;
}
#content{
	float:left;
	min-height:400px;
	padding-bottom:1.5em;
	overflow:hidden;
	width:580px;
}
#breadcrumbs, #login-box{
	border-bottom:1px solid #e9e1d5;
	padding:60px 26px 13px 26px;
	margin:0 0 26px 0;
	text-transform:lowercase;
}
#sidebar{
	float:right;
	margin:88px 22px 0 0;
	width:230px;
}
#footer{
	background:url(/_img/footer-rag.jpg) center top no-repeat;
	margin:0 auto 0 auto;
	padding:75px 0 0 0;
	width:860px;
}



/* Section 3 - Typography _______________________________________________*/
h2{
	font-size:2em;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	margin-bottom:.9em;
	padding-bottom:.2727em;
}
h3{
	border-bottom:1px solid #e9e1d5;
	color:#663300;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.5em;
	margin:0pt 0pt .7692em;
}
h3 a{
}
h4, h5, h6{
	color:#660000;
	font-weight:bold;
	line-height:1.6em;
}
p, ul, ol{
	color:#333333;
	line-height:1.6em;
	margin-bottom:1.6em;
}
ul{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:3em;
}
ol{
	list-style:outside decimal;
	margin-left:3em;
	padding-left:3em;
}
li{
	line-height:1.6em;
}
table{
	line-height:1.6em;
	margin-bottom:1.6em;
}

/* Add Margin to Text in the Main Content div */
#content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ul, #content ol, #content table{
	margin-left:26px;
	margin-right:26px
}

/* Breadcrumb Typography */
#breadcrumbs, #breadcrumbs a{
	color:#797263;
}


/* Sidebar Typography */
#sidebar h2{
	border-bottom:2px solid #bcb9b1;
	font-size:1.25em;
	letter-spacing:.02em;
	line-height:1em;
	margin-bottom:.25em;
}

/* Recent Content Sermon and Event Listing in Sidebar Boxes */
.section{
	background:url(/_img/sidebar-box-top.jpg) top left no-repeat rgb(233,225,213);
	padding:18px;
	margin-bottom:7px;
}
.section h3{
	font-weight:bold;
}
#sidebar .sermon, #sidebar .event, #recent-sermons .sermon, #coming-events .event, #index-sermons .sermon, #index-events .event{
	border:none;
	margin:0 0 1.6em 0;
	padding:0;
	overflow:hidden;
}
#sidebar .sermon h3, #sidebar .event h3, #recent-sermons .sermon h3, #coming-events .event h3, #index-sermons .sermon h3, #index-events .event h3{
	border:none;
	font-size:1em;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	line-height:1.5em;
	margin:0;
}
#sidebar .sermon h3 a, #sidebar .sermon p a, #sidebar .event h3 a, #sidebar .event p a, #recent-sermons .sermon h3 a, #coming-events .event h3 a, #recent-sermons .sermon p a, #coming-events .event p a, #index-sermons .sermon h3 a, #index-events .event h3 a, #index-sermons .sermon p a, #index-events .event p a{
	text-decoration:none;
}
#sidebar .sermon h3 a:hover, #sidebar .sermon p a:hover, #sidebar .event h3 a:hover, #sidebar .event p a:hover, #recent-sermons .sermon h3 a:hover, #coming-events .event h3 a:hover, #recent-sermons .sermon p a:hover, #coming-events .event p a:hover, #idnex-sermons .sermon h3 a:hover, #index-events .event h3 a:hover, #index-sermons .sermon p a:hover, #index-events .event p a:hover{
	text-decoration:underline;
}
#sidebar .sermon p, #sidebar .event p, #recent-sermons .sermon p, #coming-events .event p, #index-sermons .sermon p, #index-events .event p{
	font-size:.8462em;
	margin:0;
}
.play-audio a{
	background:url(/_img/listen-icon.png) no-repeat;
	display:block;
	height:22px;
	margin-top:.5em;
	text-decoration:none;
	text-indent:-9999em;
	width:71px;
}

#sidebar .calendar-page, #coming-events .calendar-page, #index-events .calendar-page{
	margin:0 1em 0 0;
}



/* Section 4 - Navigation _______________________________________________*/

/* Primary Nav Presentation */
#nav{
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li{
	float:left;
	position:relative;
}
#nav a, a#sitemap-link-in-nav{
	color:#cccfd4;
	border-right:1px solid #000b1d;
	display:block;
	float:left;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:23px;
	letter-spacing:.1em;
	line-height:1em;
	padding:10px 10px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
}
#nav a:hover, #nav li.current a, #nav li.current ul a:hover, a#sitemap-link-in-nav:hover{
	background-color:#001026;
	color:#fff;
}
/*
#nav ul{
	background-color:#001b3b;
	display:none;
	left:0;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:28px;
	width:20em;
}
#nav ul li{
	float:none;
}
#nav ul a, #nav li.current ul a{
	background:transparent;
	border:none;
	border-bottom:1px solid #000b1d;
	float:none;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	height:auto;
	letter-spacing:0;
	margin:0;
	padding:1em;
	text-transform:none;
}
*/

/* Remove border from last nav item */
#nav li#nav_get-connected a{
	border:none;
}

/*

Primary Nav Show and Hide 

#nav ul.show{
	display:block;
}
#nav ul ul.show{
	display:none;
}

*/

/* Sitemap Link in Primary Nav */
a#sitemap-link-in-nav{
	float:none;
	position:absolute;
	right:0;
	top:0;
}


/* Sidebar Navigation Presentation */
#subnav{
	padding:0 0 1px 0; /* 1px padding is necessary to avoid a bug in ie7 */
	margin:0 0 1.6em 0;
}
#subnav ul{
	border-bottom:1px solid #e9e1d5;
	margin:0;
	padding:0;
}
#subnav a{
	background:url(/_img/subnav-arrow.gif) no-repeat 10px center transparent;
	border-top:1px solid #e9e1d5;
	color:#333;
	display:block;
	font-size:11px;
	line-height:1.2em;
	margin:0;
	padding:5px 10px 5px 30px;
	text-decoration:none;
}
#subnav a:hover, #subnav li.current ul li.current a{
	background-color:#fff;
	color:#663300;
	font-weight:bold;
}
#subnav ul ul {
	border:none;
}
#subnav ul ul a, #subnav li.current ul li.current ul li a{
	background-color:#fff;
	background-image:none;
	border:none;
	font-weight:normal;
	padding:5px 5px 5px 30px;
	text-decoration:none;
}
#subnav ul ul a:hover, #subnav li.current ul li.current ul li a:hover, #subnav li.current ul li.current ul li.current a{
	background-color:#e9e1d5;
	color:#000;/*#383D44*/
	font-weight:bold;
}


/* Secondary Navigation Show and Hide */
#subnav li{
	display:inline;
}
#subnav li a, #subnav li ul, #subnav li.current ul li ul{
	display:none;
}
#subnav li.current ul, #subnav li.current ul li.current ul{
	display:block;
}
#subnav li li a{
	display:block;
}

/* Secondary Nav - Section Indicators */
a.guest-connections{
	background:url(/_img/foyer.png) no-repeat left top;
	display:block;
	height:44px;
	margin-bottom:7px;
	width:167px;
	text-indent:-9999em;
}
a.member-connections{
	background:url(/_img/living-room.png) no-repeat left top;
	display:block;
	height:44px;
	margin-bottom:7px;
	width:167px;
	text-indent:-9999em;
}
a.ministry-connections{
	background:url(/_img/kitchen.png) no-repeat left top;
	display:block;
	height:44px;
	margin-bottom:7px;
	width:167px;
	text-indent:-9999em;
}
a.what-is-this{
	background:url(/_img/arrow-up.gif) no-repeat 14px 0px transparent;
	color:#8d8a87;
	display:block;
	font-size:10px;
	padding:0 0 5px 30px;
	text-decoration:none;
}



/* Section 5 - Footer _______________________________________________*/
#footer p{
	color:#5f5540;
	font-size:11px;
	margin:0;
}
#footer ul{
	color:#5f5540;
	font-size:11px;
	list-style-type:none;
	margin:.5em 0 .5em 0;
	padding:0;
}
#footer a{
	color:#5f5540;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:underline;
}
.footer-meta{
	border-bottom:1px solid rgb(189,182,169);
	padding:1em 0 1em 0;
	overflow:hidden;
}
.foot-nav{
	float:left;
	width:49%;
}
.copyright{
	float:right;
	width:49%;
	text-align:right;
}





/* Home Page v2_______________________________________________*/
body#index{
	background:url(/_img/home-content-bgd.jpg) repeat center 460px transparent;
}
#index #masthead{
	background:url(/_img/home-masthead-bgd.jpg) repeat-x top center transparent;
	height:150px;
	margin:0;
	position:static;
	width:auto;
	z-index:1;
}
#index #in-masthead{
	margin:0 auto;
	position:relative;
	width:900px;
}
#index h1{
	background:url(/_img/home-masthead-logo.png) no-repeat left top transparent;
	display:block;
	height:88px;
	left:20px;
	position:absolute;
	text-indent:-9999em;
	top:42px;
	width:790px;
}
#index-search{
	right:20px;
	position:absolute;
	top:20px;
}
#index #search_term{
	border:3px solid #f7f3ec;
}
#index #search_go{
	background-color:transparent;
	color:#777;
	height:auto;
	margin:.1em 0 0 0;
	padding:2px;
	text-transform:uppercase;
	width:auto;
}
#connections{
	background:url(/_img/home-billboard-bgd.png) repeat-x top center transparent;
	height:268px;
}
#in-connections{
	margin:0 auto;
	position:relative;
	width:900px;
}
#choose-connection{
	height:340px;
	left:0px;
	position:absolute;
	top:-36px;
	width:900px;
}
#replace-me{
	margin-top:60px;
}
#index-content{
	background:url(/_img/home-billboard-shadow-bgd.jpg) repeat-x top center transparent;
}
#index-in-content{
	overflow:hidden;
	margin:0 auto;
	width:900px;
}
#index-sermons, #index-events,#index-sidebar{
	float:left;
	padding:50px 10px 0 10px;
	width:279px;
}
#index-sermons h2, #index-events h2, #index-sidebar h2{
	border-bottom:2px solid rgb(71,62,45);
	font-size:1.25em;
	text-align:center;
}
#index-sermons .listen-box{
	margin:0 1em 0 0;
}
#index-sidebar div{
	text-align:center;
}
#home-nav{
	text-align:center;
	margin:0 0 2em 0;
}
#home-nav li{
	display:inline;
	float:none;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	text-align:center;
}
#home-nav li a{
	border:none;
	color:#5f5540;
	display:inline;
	float:none;
	margin:0;
	padding:0 2em 0 2em;
}
#home-nav li a:hover{
	color:#5f5540;
	text-decoration:underline;
}

#index-footer-nav{
	background-image:none;
	margin:0;
	min-width:900px;
	padding:0;
}
#index #footer{
	background-image:none;
	padding:0;
	min-width:900px;
	width:auto;
}
#index div.footer-meta{
	border-bottom:0px;
	margin:0 auto;
	text-align:center;
	width:900px;
}
#index p.copyright, #index #footer ul,  #index #footer ul li{
	float:none;
	text-align:center;
	width:auto;
}
#index .foot-nav{
	display:none;
}




/* Section 7 - Forms _______________________________________________*/
/* Main Contact Form */
.monkForm{
	margin:0 26px 1.6em 26px;
}
.monkForm fieldset legend{
	display:none;
}
.monkForm fieldset fieldset legend{
	display:block;
	font-weight: normal;
	padding:0 0 0 136px;
}
.monkForm div{
	margin:0 0 1.6em 0;
	overflow:hidden;
}
.monkForm div.text input, .monkForm div.select select, .monkForm div.textarea textarea{
	display:block;
	margin:0 0 0 110px;
}
.monkForm div.text label, .monkForm div.select label, .monkForm div.textarea label{
	color:#000;
	display:block;
	float:left;
	font-weight:bold;
	width:100px;
	text-align:right;
}
.monkForm div.radio p.data{
	color:#000;
	padding:0 0 0 110px;
}
.monkForm p{
	color:#666;
	font-size:13px;
	line-height:1;
	margin:0;
}
.monkForm p.error, .monkForm p.errorSummary{
	padding:1.6em 0 0 110px;
}
#formsubmit{
	overflow:hidden;
	padding:0 0 0 110px;
}



/* Section 8 - Ekklesia CMS Modules _______________________________________________*/

/* What to Expect Article Questions */
.what-to-expect{
	background:#fff;
	border:1px solid #e9e1d5;
	margin:0 26px 1.6em 26px;
}
#content .what-to-expect h3{
	background:url(/_img/arrow-square.gif) no-repeat 15px -47px;
	border:none;
	border-top:1px solid #e9e1d5;
	cursor:pointer;
	margin:0;
	padding:7px 15px 7px 45px;
}
#content .what-to-expect h3:hover, #content .what-to-expect h3.active{
	background-color:#663300;
	color:#fff;
}
.what-to-expect h3.active{
	background:url(/_img/arrow-square.gif) no-repeat 15px 9px;
}
.what-to-expect div.animate div{
	background-color:#fff;
	border-top:solid 1px #e9e1d5;
	padding:15px 45px 1px 45px;
}
#content .what-to-expect div p{
	margin-left:0;
	margin-right:0;
}

/* Event Listing on Events Page and Sermon Listing on Sermon Page */
#content .event-list, #content .sermon-list{
	border-top:1px solid #e9e1d5;
}
.event, .sermon{
	border-bottom:1px solid #e9e1d5;
	overflow:hidden;
	padding:1.6em 0 1.6em 0;
}
#content .event:hover, #content .sermon:hover{
	background-color:#fff;
}
#content .event h3, #content .sermon h3{
	border:none;
	line-height:1em;
	margin:0 26px 0 87px;
}
#content .event p, #content .sermon p{
	margin:0 26px 0 87px;
}
.event h3 a, .event p a, .sermon h3 a, .sermon p a{
	text-decoration:none;
}
.event h3 a:hover, .event p a:hover, .sermon h3 a:hover, .sermon p a:hover{
	text-decoration:underline;
}
.calendar-page, .listen-box{
	border:3px double #393326;
	float:left;
	margin:0 0 0 26px;
	width:35px;
}
.calendar-page a, .calendar-page a:visited /* the visited is necessary for ie6 */{
	background:url(/_img/calendar-page.png) repeat-x center center rgb(71,62,45);
	color:#fff;
	display:block;
	font-size:11px;
	line-height:1.25em;
	padding:5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:25px;
}
.listen-box a{
	background:url(/_img/listen-box-icon.png) no-repeat center center rgb(71,62,45);
	display:block;
	height:35px;
	padding:5px;
	text-indent:-9999em;
	width:25px;
}

/* Calendar Styling */
#calendar-container{
	margin-bottom:2em;
}
.calendar{
	background:#fff;
	border-bottom:1px solid #000;
	border-collapse:collapse;
	width:98%;
}
.calendar caption{
	border-bottom:1px solid #e9e1d5;
	color:#663300;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	line-height:1.25em;
	margin:0;
	padding-bottom:.2727em;
}
.calendar caption span{
  	color:#663300;
	font-size:1em;
}
.calendar th{
	background-color:#393326;
	color:#fff;
	font-weight:bold;
	padding:3px;
	text-align:center;
}
.calendar td{
	background-color:#fff;
	border:1px solid #e9e1d5;
	color:#888;
	height:21px;
	text-align:center;
	vertical-align:middle;
	width:14%;
}
.calendar td.empty{
	background-color:rgb(250,248,243);
}
.calendar td.current, .calendar td.current a{
	background-color:#663300;
	color:#fff;
}
.calendar td a{
   background:url(/_img/subnav-tile.gif) repeat-y top left;
   color:#000;
   display:block;
   font-size:11px;
   font-weight:bold;
   padding:5px 0px;
   text-decoration:none;
   text-align:center;
}
.calendar td a:hover{
	background:#663300;
	color:#fff;
}

/* Detail Table on Event Pages */
.detail{
	background:#fff;
	margin-bottom:1.5em;
	width:527px;
}
.detail caption{
	font-size:1.1667em;
	font-weight:normal;
	line-height:1.286em;
	padding:0 26px 7px 26px;
}
.detail caption a{
	text-decoration:none;
}
.detail caption a:hover{
	text-decoration:underline;
}
.detail tr{
	border-bottom:1px solid #e9e1d5;
}
.detail th{
	background-color:#663300;
	color:#fff;
}
.detail td, .detail th{
	padding:.25em;
	vertical-align:top;
}
.detail td.leftcol{
	border-right:2px solid #e9e1d5;
	font-weight:bold;
	text-align:right;
	width:25%;
}
#content .detail h4{
	margin:0;
}
/* Event Registration */
p#registration a{
	background:url(/_img/event-register.gif) left top no-repeat;
	display:block;
	height:22px;
	text-indent:-9999em;
	width:200px;
}

/* Sermons Tables */
.sermon-table{
	background:#fff;
	border-collapse:collapse;
	margin-bottom:1.5em;
	width:527px;
}
.sermon-table caption{
	font-size:1.1667em;
	font-weight:normal;
	line-height:1.286em;
	padding:0 26px 7px 26px;
}
.sermon-table td{
	border:1px solid #e9e1d5;
	padding:.25em;
	vertical-align:middle;
}
.sermon-table tr:hover{
	background:#fff;
}
th.sermon-info, th.sermon-controls{
	background:rgb(71,62,45);
	color:#fff;
	padding:.25em;
	vertical-align:middle;
}
td.sermon-info{
	width:66%;
}
span.sermon-title{
	font-weight:bold;
}
span.sermon-title a{
	color:#000;
	text-decoration:none;
}
span.sermon-title a:hover{
	text-decoration:underline;
}
#content .sermon-table h4{
	margin:0;
}
#content .sermon-table p{
	font-size:.8462em;
	margin:0;
}

/* Sermon Icons */
span.listen a, span#app_listen{
	background:url(/_img/sermon-icons.gif) no-repeat transparent;
	display:block;
	float:left;
	height:21px;
	width:21px;
	margin-right:1em;
	text-indent:-9999px;
}
a.watch, span#app_watch-video{
	background:url(/_img/sermon-icons.gif) -24px 0px no-repeat transparent;
	display:block;
	float:left;
	height:21px;
	width:20px;
	margin-right:1em;
	text-indent:-9999px;
}
a.download, span#app_download{
	background:url(/_img/sermon-icons.gif) -49px 0px no-repeat transparent;
	display:block;
	float:left;
	height:21px;
	width:19px;
	margin-right:1em;
	text-indent:-9999px;
}
a.notes, span#app_download-notes{
	background:url(/_img/sermon-icons.gif) -72px 0px no-repeat transparent;
	display:block;
	float:left;
	height:21px;
	width:14px;
	margin-right:1em;
	text-indent:-9999px;
}

/* Sermon Sort List */
.sort-list{
	list-style-image:none;
	list-style-type:none;
	margin:0 0 1.6em 0;
	padding:0;
}
.sort-list li a{
	background:url(/_img/subnav-arrow.gif) no-repeat 10px center transparent;
	border-bottom:1px solid #e9e1d5;
	color:#000;
	display:block;
	font-size:11px;
	line-height:1.2em;
	margin:0;
	padding:5px 5px 5px 30px;
	text-decoration:none;
}
.sort-list li a:hover{
	background-color:#fff;
}

/* Staff Bios */
#content .bio-list{
	border-top:1px solid #e9e1d5;
}
.bio{
	border-bottom:1px solid #e9e1d5;
	overflow:hidden;
	margin:0 0 0 0;
	padding:1.6em 0 1.6em 0;
}
#content .bio:hover{
	background-color:#fff;
}
#content .bio h3{
	border:none;
	line-height:1em;
	margin-right:152px;
}
#content .bio h4{
	margin-right:152px;
}
#content .bio p{
	margin-right:152px;
}
#content .bio h3 a, #content .bio p a{
	text-decoration:none;
}
#content .bio h3 a:hover, #content .bio p a:hover{
	text-decoration:underline;
}
#content .bio img{
	/*
	float:right;
	margin:0 26px 0 0;
	*/
	margin:0 0 1.6em 26px;
}

/* Point eNewsletter */
h4.newsletter-archive-month{
	margin-top:1.6em;
}
div.newsletter h5{
	color:#777;
}


/* Member Directory */
.login-here{
	border-top:1px solid #e9e1d5;
	padding:26px;
}
.member-alpha{
	border-bottom:1px solid #e9e1d5;
	padding-bottom:26px;
}
.member-alpha ol{
	display:inline;
	list-style:none;
	padding:0;
}
.member-alpha li{
	display:inline;
	line-height:1em;
	padding-right:.8em;
}
.search-members{
	overflow:hidden;
}
#sidebar #searchForm{
	float:none;
	margin:0;
	padding:0;
}
.member-input-form{
	margin:0 26px 0 26px;
}
.detail td.memberDetailHeader{
	background-color:rgb(250,248,243);
	color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	padding:1em 0 0 0;
}

/* Member Profiles */
.profile-page form{
	margin:0 26px 0 26px;
}
.profile-page form div{
	border-top:1px solid #E9E1D5;
	overflow:hidden;
	padding:10px 0 10px 0;
}
.profile-page form div label{
	font-weight:bold;
}
.profile-page form div div#contactStateUSDiv{
	border-top:0px;
	padding:0;
}


/* Member Sidebar */
.messageCount{
	color:#CC0033;
}

/* Google Map */
#gmap{
	height:250px;
	margin:0 26px 1.6em 26px;
	width:527px;
}

/* Photo Galleries */
#swfObject{
	margin:0 26px 1.6em 26px;
}



/* Section 9 - Sitemap _______________________________________________*/
#sitemap, #sitemap ul{
	list-style:none;
	padding:0;
}
#sitemap li{
	color:#663300;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.5em;
	margin:0pt 0pt .7692em;
}
#sitemap li a{
	color:#663300;
	text-decoration: none;
}
#sitemap li a:hover{
	text-decoration:underline;
}

/* second level */
#sitemap ul{
	border-top:1px solid #e9e1d5;
}
#sitemap li li{
	font-size:1em;
	line-height:1em;
}
#sitemap li li a{
	background:url(/_img/subnav-arrow.gif) no-repeat 10px center transparent;
	border-bottom:1px solid #e9e1d5;
	color:#000;
	display:block;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:1.2em;
	margin:0;
	padding:5px 5px 5px 30px;
	text-decoration:none;
}
#sitemap li li a:hover{
	background-color:#fff;
	text-decoration:none;
}

/* third level */
#sitemap ul ul{
	border:none;
}
#sitemap li li li a{
	border:none;
}



/* Section 10 - Accessibility Options _______________________________________________*/
ul#skip{
	display:none;

}
