/*
	
	
	Grace Baptist Church of Columbus Georgia
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	created by Mike Moreau, Jr
	harvestmedia.com






	=> Contents
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	Section 1		General Styles (Reset, Links, Common Classes, Base Typography, Etc.)
	Section 2		Page Layout (Columns, Grids, Etc.)
	Section 3		Page Components (Navigation, Calendars, FAQ's, etc.)
	Section 4		User Interaction (Forms, Error Messages, Etc.)






	=> Colors
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	dark blue			rgb(0,70,127)
	yellow				rgb(255,210,0)
	lighter yellow		rgb(255,222,77)
	





	=> Section 1 - General Styles
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	Begin Eric Meyer's Recommended Reset Styles (Slightly Modified)
	http://meyerweb.com/eric/tools/css/reset/
*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	background:transparent;
	font-size:100%;
	font-weight:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
ol, ul, li{
	list-style:none;
}
blockquote, q{
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
b, strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*
	End Reset
*/



/*
	CMS Styles
	note: comment this out if including the monkcms css file in the document head
*/
img.mcms_stats{
	display:none;
}



body{
	background:url(/_img/page-bgd.jpg) repeat center 498px transparent;
	color:#222;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height:1;
}



/*
	Links
*/
a{
	outline:none; /* Remove Dotted Border */
}
a:link, a:visited{
	color:rgb(0,70,127);
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}



/*
	Common Classess
*/
.hide{
	display:none;
}
span.emphasis-start{
	color:rgb(157,90,7);
	font-size:16px;
	font-weight:bold;
}



/*
	Base Typography
*/
h1{
	color:rgb(0,70,127);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:30px;
	margin:0 0 10px 0;
}
h2{
	color:rgb(0,70,127);
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	margin:20px 0 0 0;
}
h3, h4, h5, h6{
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
p{
	line-height:20px;
	margin-bottom:20px;
}
table{
	margin-bottom:20px;
	width:99.8%;
}
td{
	vertical-align:top;
}



/*
	<div id="content"> and <div id="sidebar"> Typography Overrides
*/
#content p{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content ul, #content ol{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content ul, #content ol, .section ul, .section ol{
	line-height:1.5385em;
	list-style-position:outside;
	margin:0 0 20px 0;
}
#content ol, .section ol{
	margin-left:40px;
}
#content ul li, .section ul li{
	background:url(/_img/bullet_black.png) 5px .5em no-repeat;
	padding:0 0 0 20px;
}
#content ol li, .section ol li{
	list-style-type:decimal;
}
#content ul li, #content ol li, .section ul li, .section ol li{
	line-height:20px;
}
#content ul ul, #content ol ol, .section ul ul, .section ol ol{
	margin:0 0 20px 0;
}
h1 span.date{
	color:#333;
	font-size:13px;
	font-style:italic;
}



/*
	<div id="sidebar"> Typography Overrides
*/
#sidebar h1{
	border-bottom:1px dotted #ddd;
	color:#333;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
	padding-bottom:5px;
}
#sidebar h2{
	font-size:13px;
}



/*
	<div id="footer-inner"> Typography Overrides
*/
#footer-inner a:link, #footer-inner a:visited{
	color:rgb(219,208,193);
	font-weight:bold;
}
div.vcard p{
	margin:0;
}
div.vcard li{
	margin:0 0 5px 0;
}
a.site-credits:link, a.site-credits:visited{
	font-size:7px;
	text-decoration:none;
}









/*
	=> Section 2 - Page Layout (2 column layout with floated divs and negative margins)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#accessibility{
	display:none;
}
#masthead{
	background:rgb(0,70,127);
	height:140px;
	position:relative;
	z-index:9;
}
#in-masthead{
	background:url(/_img/masthead-bgd.jpg) no-repeat center top transparent;
	height:140px;
	margin:0 auto;
	min-width:860px;
	max-width:1020px;
	position:relative;
	width:99%;
}
#gbc-logo:link, #gbc-logo:visited{
	height:63px;
	left:50%;
	margin:0 0 0 -430px;
	position:absolute;
	text-decoration:none;
	text-indent:-9999em;
	top:26px;
	width:340px;
}
div#search{
	left:50%;
	margin:0 0 0 190px;
	position:absolute;
	top:20px;
	width:220px;
}
#searchForm{
}
#search_term{
	width:170px;
}
a#search_go:link, a#search_go:visited{
	color:rgb(221,230,238);
	font-weight:bold;
	text-decoration:none;
}
#pnav{
	bottom:0px;
	height:30px;
	left:50%;
	margin:0 0 0 -430px;
	position:absolute;
	width:860px;
}
#outer-content-wrapper{
	background:url(/_img/content-bgd.jpg) repeat-x center top transparent;
	z-index:1;
}
#inner-content-wrapper{
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	width:860px;
}
#content{
	float:left;
	min-height:550px;
	overflow:hidden;
	padding:20px 10px 0 10px;
	width:580px;
}
#billboard{
	margin-bottom:20px;
}
#sidebar{
	float:left;
	overflow:hidden;
	padding:20px 10px 0 10px;
	width:239px;
}
#sidebar .section{
	margin:0 0 20px 0;
}
#footer-outer{
	background:url(/_img/footer-fade-top-bgd.jpg) repeat-x center top rgb(62,49,32);
	padding:45px 0 0 0;
}
#footer-inner{
	background:url(/_img/footer-pattern-bgd.jpg) repeat-x center top transparent;
	border-top:5px solid rgb(28,21,13);
}
div.vcard{
	background:url(/_img/footer-blury-bgd.jpg) no-repeat left top transparent;
	color:rgb(219,208,193);
	font-size:12px;
	min-height:160px;
	margin:0 auto;
	padding:30px 0 0 0;
	position:relative;
	width:860px;
}
#total-net-guard-logo{
	background:url(/_img/footer-netguard-logo.jpg) no-repeat left top transparent;
	display:block;
	height:75px;
	position:absolute;
	right:0px;
	text-decoration:none;
	text-indent:-9999em;
	top:21px;
	width:79px;
}

/*
	Page Layout Overrides
*/



/*
	Home Page Layout and Overrides
*/
#index #inner-content-wrapper{
	background:none;
}
#welcome{
	background:#fff;
	height:260px;
	margin:0 0 10px 0;
	width:860px;
}
#update{
	background:url(/_img/grace-update-bgd-with-social.png) no-repeat left top rgb(244,240,235);
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:20px 70px 10px 125px;
	position:relative;
	width:665px;
}
#update h1{
	display:none;
}
#gu-facebook{
	background:url(/_img/grace-update-bgd-with-social.png) no-repeat -800px 0px #fff;
	display:block;
	height:50px;
	position:absolute;
	text-decoration:none;
	text-indent:-9999em;
	top:0;
	right:0;
	width:60px;
}
#features{
	position:relative;
	height:270px;
}
div#features h1{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.05em;
	margin:0;
	text-transform:uppercase;
}
.featured-events, .recent-sermons, .coming-events{
	height:270px;
	position:absolute;
	top:0px;
}
.featured-events{
	background-color:#fff;
	left:0px;
	width:240px;
}
.recent-sermons{
	background:url(/_img/home-recent-sermon-bgd.jpg) repeat-x left top rgb(220,209,194);
	left:250px;
	padding:0 10px;
	width:400px;
}
.coming-events{
	background:url(/_img/home-coming-events-bgd.png) repeat-x left top rgb(220,209,194);
	left:670px;
	padding:0 10px;
	width:170px;
}
/*
	Recent Sermon Typography
*/
.recent-sermons h2.sermon-title{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.recent-sermons h2.sermon-title a:link, .recent-sermons h2.sermon-title a:visited{
	color:rgb(28,21,13);
	text-decoration:none;
}
.recent-sermons p.sermon-preacher{
	margin:0;
}
.recent-sermons p.sermon-series, .recent-sermons p.sermon-series a:link, .recent-sermons p.sermon-series a:visited{
	color:rgb(120,108,93);
}
.recent-sermons p.sermon-series{
	margin:0 0 10px 0;
}
/*
	Coming Events Typography
*/
#features .coming-events h1{
	margin-bottom:10px;
}
.coming-events h2{
	border-bottom:1px solid rgb(178,165,147);
	color:rgb(28,21,13);
	font-size:13px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
.coming-events h2 a:link, .coming-events h2 a:visited{
	color:rgb(28,21,13);
	text-decoration:none;
}
.coming-events h2 a:hover, .coming-events h2 a:active{
	color:rgb(0,70,127);
}
.coming-events span.event-date{
	font-weight:normal;
	font-size:11px;
}
/*
	Buttons at the bottom of feature boxes
*/
div.actions{
	overflow:auto;
}
span.feature-listen-btn a:link, span.feature-listen-btn a:visited{
	background:url(/_img/btn-home-listen.png) no-repeat left top transparent;
	display:block;
	float:left;
	height:30px;
	text-indent:-9999em;
	width:70px;
}
a.more-sermons-btn{
	background:url(/_img/btn-more-sermons.png) no-repeat left top transparent;
	display:block;
	float:left;
	height:30px;
	text-indent:-9999em;
	width:130px;
}
a.all-events-btn{
	background:url(/_img/btn-all-events.png) no-repeat left top transparent;
	display:block;
	float:left;
	height:30px;
	text-indent:-9999em;
	width:110px;
}







/*
	=> Section 3 - Page Components (Navigation, Special Styling, Etc.)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


/*
	Primary Nav Level 1
*/
#nav{
	margin:0 auto;
	width:860px;
}
#nav li{
	float:left;
	position:relative;
}
#nav a:link, #nav a:visited{
	color:rgb(221,230,238);
	display:block;
	float:left;
	font-size:12px;
	height:12px;
	line-height:12px;
	margin:0 0 0 0;
	padding:8px 8px 9px 8px;
	text-align:center;
	text-decoration:none;
}
#nav a:hover, #nav a:active, #nav li.current a:link, #nav li.current a:visited, #nav a.stick:link, #nav a.stick:visited{
	background:url(/_img/nav-hover-bgd.gif) repeat-x top left transparent;
	color:#fff;
}
/*
	Primary Nav Level 2
*/
#nav ul{
	background-color:rgb(0,70,127);
	display:none;
	left:0;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:29px;
	width:160px;
}
#nav ul li{
	float:none;
}
#nav ul a:link, #nav ul a:visited, #nav li.current ul a:link, #nav li.current ul a:visited{
	background:transparent;
	border-bottom:1px solid #000b1d;
	float:none;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	font-size:11px;
	height:auto;
	margin:0;
	padding:5px 10px 5px 10px;
	text-align:left;
}

/* Primary Nav Show and Hide */
#nav ul.show{
	display:block;
}



/*
	Secondary Nav
*/
ul#subnav{
	margin-bottom:20px;
}
ul#subnav a:link, ul#subnav a:visited{
	background:url(/_img/subnav-link.png) no-repeat left top transparent;
	color:rgb(0,70,127);
	display:block;
	font-size:13px;
	height:14px;
	line-height:15px;
	padding:8px 10px 8px 15px;
	margin-bottom:5px;
	text-decoration:none;
}
ul#subnav a:hover, ul#subnav a:active, ul#subnav li.current a:link, ul#subnav li.current a:visited{
	background:url(/_img/subnav-hover.png) no-repeat left top transparent;
	color:#fff;
}
ul#subnav ul{
	display:none;
}
ul#subnav li.current ul{
	display:block;
	margin-left:20px;
}
ul#subnav ul a:link, ul#subnav ul a:visited, ul#subnav li.current ul a:link, ul#subnav li.current ul a:visited{
	background:none;
	color:#444;
	padding:0 5px 5px 5px;
}
ul#subnav ul a:hover, ul#subnav ul a:active, ul#subnav li.current ul li.current a:link, ul#subnav li.current ul li.current a:visited{
	background:none;
	color:#000;
	font-weight:bold;
}



/*
	Subpage Nav
*/
.subpage{
	background:url(/_img/pagenav-link.png) no-repeat left center transparent;
	padding-left:40px
}
.subpage:hover{
	background:url(/_img/pagenav-hover.png) no-repeat left center transparent;
}
.subpage h2{
	margin:0;
	padding:10px 0 0 0;
}
.subpage h2 a:link, .subpage h2 a:visited, .subpage h2 a:hover, .subpage h2 a:active{
	text-decoration:none;
}
.subpage p{
	margin:0;
	padding:0 0 10px 0;
}
.subpage:hover p{
	color:#000;
}



/*
	Breadcrumbs
*/
#breadcrumbs-outer{
}
#breadcrumbs-inner{
	background:#fff;
	border-top:1px solid #eee;
	float:left;
	font-size:11px;
	line-height:20px;
	margin:0 auto;
	padding:10px;
	width:840px;
}
#breadcrumbs-inner strong{
	font-weight:normal;
}
#breadcrumbs-inner, #breadcrumbs-inner a:link, #breadcrumbs-inner a:visited{
	color:#bbb;
}
#breadcrumbs-inner a:hover, #breadcrumbs-inner a:active{
	text-decoration:none;
}


/*
	Pagination
*/
p#pagination{
	overflow:auto;
	width:579px;
}
p#pagination a:link, p#pagination a:visited{
	display:block;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	float:left;
	padding:5px;
}
p#pagination a#off:link, p#pagination a#off:visited{
	display:none;
}
p#pagination a#current:link, p#pagination a#current:visited{
	font-weight:bold;
	text-decoration:none;
}



/*
	Content Area Boxes
	bios, branches, books, etc
*/
#bio-list, #branch-list, #book-list{
	border-top:1px solid #eee;
}
.bio, .branch, .book{
	background:url(/_img/content-box-shadow.jpg) no-repeat top center transparent;
	border-bottom:1px solid #eee;
	overflow:auto;
	padding:20px 0 0 0;
}
.bio img{
	float:left;
}
.bio h1, .bio h2, .bio h3, .bio h4, .bio h5, .bio h6, .bio p, #content .bio ul, #content .bio ol{
	margin-left:130px;
}
.bio h2, .branch h2, .book h2{
	margin-top:0;
}
.bio p.bio-position{
	color:#555;
	font-style:italic;
}
.book img{
	float:left;
}
.book h1, .book h2, .book h3, .book h4, .book h5, .book h6, .book p, #content .book ul, #content .book ol{
	margin-left:150px;
}


/*
	Emphasized <ul>
*/
#content ul.emphasis-list li{
	background:url(/_img/star-bullit.png) left center no-repeat;
	font-size:15px;
	margin:0 0 5px 20px;
	padding-left:25px;
}
ul.emphasis-list li b{
	color:#000;
}


/*
	Emphasized <ol>
*/
ol.emphasis-list{
	color:rgb(0,70,127);
}
ol.emphasis-list li{
	color:rgb(0,70,127);
}
ol.emphasis-list h3{
	color:#000;
}
ol.emphasis-list p{
	color:#2a2a2a;
}



/*
	FAQ
*/
ol.faq{
	color:rgb(0,70,127);
}
ol.faq li{
	color:rgb(0,70,127);
}
ol.faq h2{
	color:rgb(0,70,127);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
ol.faq p{
	color:#2a2a2a;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
}



/*
	Event Listing on Event Pages, Sermon Listing on Sermon Pages, and Sidebar Sermon/Event Listing
	Defaults set for sidebar, overrides for main content area
*/
.event, .sermon{
	overflow:hidden;
	padding:5px 0 5px 0;
}
.alt-sermon{
}
.event h2, .sermon h2{
	font-weight:normal;
	margin:0 0 0 45px;
	padding:0;
}
.event p, .sermon p{
	font-size:11px;
	line-height:15px;
	margin:0 0 0 45px;
}
.event h2 a, .event p a, .sermon h2 a, .sermon p a{
	text-decoration:none;
}
.event h2 a:hover, .event p a:hover, .sermon h2 a:hover, .sermon p a:hover{
	text-decoration:underline;
}
.calendar-page, .play-audio, .download-notes{
	float:left;
	width:30px;
}
.calendar-page{
	background:url(/_img/calendar_empty.png) no-repeat left top transparent;
	height:35px;
}
.calendar-page a:link, .calendar-page a:visited /* :visited is necessary for ie6 */{
	color:#000;
	display:block;
	font-size:9px;
	font-weight:bold;
	line-height:9px;
	padding:10px 0 0 0;
	text-align:center;
	text-decoration:none;
	width:30px;
}
.play-audio a{
	background:url(/_img/play_audio.png) no-repeat center center;
	display:block;
	height:30px;
	text-indent:-9999em;
	width:30px;
}
span.sermon-date{
	color:#777;
}
.download-notes a{
	background:url(/_img/download-letter.gif) no-repeat left top transparent;
	display:block;
	height:41px;
	width:35px;
	text-indent:-9999em;
}
/* Content Area Overrides */
#content .calendar-page{
}
#content .event, #content .sermon, #content .blog-post{
	background:url(/_img/content-box-shadow.jpg) no-repeat top center transparent;
	border-top:1px solid #eee;
	padding-bottom:20px;
}
#content .event:hover, #content .sermon:hover{
	background:#fff;
}
#content .event h2, #content .sermon h2{
	font-family:Cambria, Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.3846em;
	line-height:1.3888em;
	margin-bottom:.2777em;
}
#content .event p{
	font-size:1em;
	line-height:1.5385em;
	margin-bottom:1.5385em;
}
#content .sermon p.sermon-summary{
	color:#666666;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	line-height:18px;
}
#content .sermon p.sermon-details a:link, #content .sermon p.sermon-details a:visited{
	color:#000;
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	line-height:18px;
}
/* Sidebar Area Overrides */
#sidebar .event h2, #sidebar .sermon h2{
}



/*
	Calendar (in sidebar on events pages)
*/
#calendar-container{
}
.calendar{
	width:238px;
}
.calendar caption{
	border-bottom:1px dotted #ddd;
	font-weight:bold;
	margin:0;
	padding-bottom:4px;
	text-align:left;
}
.calendar caption span{
	font-weight:bold;
	padding:0 5px 0 5px;
}
.calendar th{
	background-color:#fff;
	color:#777;
	font-size:11px;
	padding:2px 0 2px 0;
	text-align:center;
}
.calendar td{
	border:1px solid #fff;
	color:#ccc;
	height:30px;
	vertical-align:middle;
	text-align:center;
	width:14%;
}
.calendar td.empty{
}
.calendar td.linked-day{
	background-color:rgb(255,222,77);
}
.calendar td.linked-day:hover{
	background-color:#fff;
}
.calendar td.linked-day:hover a:link, .calendar td.linked-day:hover a:visited{
	color:#000;
} 
.calendar td.current{
	border:1px solid #fff;
	background-color:rgb(255,210,0);
	color:#000;
}
.calendar td.current a:link, .calendar td.current a:visited{
	color:#000;
}
.calendar td.current a:hover, .calendar td.current a:active{
	color:#000;
}
.calendar td a:link, .calendar td a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.calendar td a:hover, .calendar td a:active{
}
/* Pop-up when you hover over a date on the Calendar Page */
#traildiv{
   position:absolute;
   top:0px;
   left:0px;
   z-index:900;
   visibility:hidden;
   width:160px;
   color:#fff;
}
#traildiv ul{
	background:url(/_img/content-box-shadow.jpg) no-repeat top center #fff;
	border:1px solid #eee;
	border-bottom-width:2px;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:10px;
	width:auto;
}
#traildiv li{
   color:#333;
   margin-bottom:10px;
}
#traildiv a{
   color:#000;
   text-decoration:none;
}



/*
	Detail Table on Event Pages
*/
.detail{
	background-color:#F1F1F1;
}
.detail tr.alt{
	background-color:#F8F8F8;
}
.detail td{
	padding:5px 5px 10px 5px;
	vertical-align:top;
}
.detail td.leftcol{
	font-weight:bold;
	width:145px;
}
#content div.event-text{
	margin-left:160px;
}



/*
	Sermon Media Box
*/
h3.media-options{
	background:#777;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding:5px 10px 5px 10px;
}
#content ul.sermon-media{
	background:#ddd;
	border:1px solid #777;
	list-style:none;
	overflow:hidden;
	padding:0;
}
#content ul.sermon-media li{
	background:none;
	display:block;
	float:right;
	list-style:none;
	overflow:hidden;
	padding:5px 5px 5px 25px;
	width:379px;
}
#content ul.sermon-media li.listen{
	float:left;
	padding:0;
	width:150px;
}
span.listen a{
	background:url(/_img/sermon_media_play.gif) right center no-repeat;
	display:block;
	height:60px;
	padding:10px 0 10px 10px;
	text-indent:-9999em;
	width:139px;
}
#content ul.sermon-media li.watch{
	background:url(/_img/sermon_media_video.png) left center no-repeat;
}
#content ul.sermon-media li.download{
	background:url(/_img/sermon_media_download.png) 4px center no-repeat;
}
#content ul.sermon-media li.notes{
	background:url(/_img/sermon_media_notes.png) left center no-repeat;
}
#content ul.sermon-media li.feed{
	background:url(/_img/sermon_media_podcast.gif) left center no-repeat;
}



/*
	Branch Navigation
*/
.branch-nav{
	background:url(/_img/pagenav-link.png) no-repeat left center transparent;
	padding-left:40px
}
.branch-nav:hover{
	background:url(/_img/pagenav-hover.png) no-repeat left center transparent;
}
.branch-nav h2{
	margin:0;
	padding:10px 0 10px 0;
}
.branch-nav h2 a:link, .branch-nav h2 a:visited, .branch-nav h2 a:hover, .branch-nav h2 a:active{
	text-decoration:none;
}


/*
	Branch List
*/


/*
	Google Map
*/
#gmap{
	background:url(/_img/loading-animation.gif) no-repeat center center #737373;	
	height:300px;
	margin:0 0 20px 0;
	width:580px;
	z-index:1;
}



/*
	Photo Gallery
*/
#gallery{
	height:400px;
	margin-bottom:1em;
}



/*
	Email Newsletter Signup
*/
p.signup{
	font-size:0.8462em;
	line-height:1.5em;
	margin:0 0 .75em 0;
}



/*
	Sitemap
*/
div#content ul#sitemap, div#content ul#sitemap li, div#content ul#sitemap ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul#sitemap li a:link, ul#sitemap li a:visited{
	background:#333;
	border-bottom:1px solid #fff;
	color:#fff;
	display:block;
	font-size:15px;
	padding:5px;
	text-decoration:none;
}
ul#sitemap li a:hover, ul#sitemap li a:active{
	background:#000;
}
ul#sitemap li ul li a:link, ul#sitemap li ul li a:visited{
	background:#ddd;
	color:#000;
	font-size:13px;
	font-weight:bold;
	padding:5px 5px 5px 20px;
}
ul#sitemap li ul li a:hover, ul#sitemap li ul li a:active{
	background:#ccc;
}
ul#sitemap li ul li ul li a:link, ul#sitemap li ul li ul li a:visited{
	background:#fff;
	font-weight:normal;
	padding:5px 5px 5px 40px;
}








/*
	=> Section 4 - User Interaction (Forms, Icons, Warnings, Etc.)
	-------------------------------------------------------------------------------------------------------------------------------------------------------------
	Contact Area Forms
*/
#content .monkForm{
}
#content .monkForm legend{
	display:none;
}
#content .monkForm div{
}
#content .monkForm p{
	font-family:Calibri, "Lucida Grande", "Lucida Sans", tahoma, "Trebuchet MS", Arial, sans-serif;
	line-height:1em;
	margin:0 0 10px 0;
	overflow:hidden;
}
#content .monkForm label{
	color:#555;
	float:left;
	line-height:15px;
	padding:0 10px 0 0;
	width:200px;
	text-align:right;
}
#content .monkForm div.required p label{
	color:#000;
	font-weight:bold;
}
/* Check Boxes */
#content .monkForm div.checkbox{
	margin:0 0 0 210px;
	overflow:hidden;
}
#content .monkForm div.checkbox label{
	float:none;
}
#content .monkForm div.checkbox p{
	float:left;
	width:164px;
}



/*
	Sidebar Contact Us Form
*/
#sidebar .monkForm{
	background:#ddd;
	border-top:1px solid #777;
	padding:20px;
}
#sidebar .monkForm p{
	margin-bottom:10px;
}
#sidebar .monkForm label{
	font-weight:bold;
}
