/*
Theme Name: Jefferson 100th - (JFC100)
Theme URI: http://jeffersonfireco.com/themes/jfc100/
Description: Jefferson Fire Company's 100th Annaversary Theme
Version: 1.0
Author: Joe Porcelli
URI: your-URI: http://returnip.org
Tags: Fire Company, dark, fixed width, two columns widgets, gallery, cms

	Jefferson 100th v1.0
	 http://jeffersonfireco.com/theme/jfc100
	
	The CSS, XHTML and design is released under Creative Commons:
	href="http://creativecommons.org/licenses/by-sa/3.0/us/"

*/

/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// Specific Pages //////////////////////////////// */

/* -------------------------------------------------- Volunteer Page -------------- */

#supportus {
	display: block;
	padding: 1.2em 0;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}


#volunteer {
	height: 220px;
	background-image:url('images/vol/volunteer.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	display: block;
	width: 570px;
	margin: 2px auto;
}

#donate {
	height: 220px;
	background-image:url('images/vol/donate.gif');
	background-position: right bottom;
	background-repeat:no-repeat;
	display: block;
	width: 570px;
	margin: 2px auto;
}

#interested {
	height: 220px;
	background-image:url('images/vol/interested.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	display: block;
	width: 570px;
	margin: 2px auto;
}

#volunteer p, #volunteer h4 {
	margin: 0;
	/*text-align: left;*/
	padding-left: 75px;
}

#donate p {
	margin: 0;
	/*text-align: left;*/
	padding-right: 75px;
}

#interested p {
	margin: 0;
	/*text-align: left;*/
	padding-left: 75px;
}

/* -------------------------------------------------- Link Page ------------------- */
.bookmarkLinks { display: block; /*padding: 10px;*/ width: 98%; margin: 0 1%; text-align: left; /*font-size: 1.2em;*/}
.bookmarkLinks li { float: left; width: 49%; padding: 2px 0; }
.bookmarkLinks a, .bookmarkLinks a:hover, .bookmarkLinks a:visited { text-decoration: none; }
.bookmarkLinks br { clear: left; }
.bookmarkLinks ul {width: 100%; list-style: none; list-style-type: none; margin: 0; padding: 0 0 10px; }

/* -------------------------------------------------- Map Page -------------------- */

#map_canvas { margin: 10px auto; font-size: 1.4em; color: black; }
.map_label { font-size: 1.1em; color: red; font-weight: bolder;}
.map_head { font-size: 0.9em; font-weight: bolder; text-align: right; margin-right: 15px;}
.map_text { font-size: 0.8em; display: block; text-align: left; margin-bottom: 30px; /*margin: auto;*/ }



/* -------------------------------------------------- Fire Police Page ------------ */
#firePolice ul {
	width: 90%;
	margin: 0 auto;
	list-style-position: outside;
	margin-left: 65px;
}