img, div, p, a, span, strong, em, li { behavior: url(css/pngfix/iepngfix.htc); }

/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #2d2d2d;
	text-align: center;
	background: url(../graphics/background.jpg) center top #681004 repeat-y;
}

.home   { background: url(../graphics/homeBackground.jpg) center top #681004 repeat-y; }
.splash { background: url(../graphics/splashCanvas.jpg) center -174px #681004 repeat-y; }

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #4b6d53; }
a:hover						{ text-decoration: none; color: #05355d; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.c 							{ clear: both; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; overflow: hidden; display: block; white-space: nowrap; }

.tr a						{ overflow: hidden; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }

/* ==============================================================
		canvas
   ============================================================== */

.canvas {
	width: 955px;
	margin: 0 auto;
	border-top: 15px solid #681004;
	position: relative;
	text-align: left;
	padding-bottom: 50px;
}

/* ==============================================================
		splash
   ============================================================== */
   
.sHeader {
	width: 955px;
	height: 83px;
}

.sHeader span {
	background-image: url(../graphics/splashHeader.jpg);
}

.sTagLine {
	width: 955px;
	height: 18px;
}

.sTagLine span {
	background-image: url(../graphics/splashTagline.jpg);
}

.sEnter {
	width: 170px;
	height: 198px;
	position: absolute;
	left: 392px;
	top: 0px;
	background: url(../graphics/splashLogo.jpg) no-repeat;
}

.sEnter a {
	display: block;
	width: 170px;
	height: 32px;
	padding-top: 166px;
}

.sEnter a strong {
	width: 170px;
	height: 32px;
}

.sEnter a strong span {
	background-image: url(../graphics/splashEnter.jpg);
	background-position: 0px 0px;
}

.sEnter a:hover strong span {
	background-image: url(../graphics/splashEnter.jpg);
	background-position: 0px -42px;
}

.sFlashBox {
	position: absolute;
	left: 287px;
	top: 267px;
	padding-bottom: 75px;
}

/* ==============================================================
		home
   ============================================================== */

/* ============================================
		header
   ============================================ */

.header {
	width: 955px;
	height: 79px;
}

.header span {
	background-image: url(../graphics/header.jpg);
}

/* ========================
		tagLine
   ======================== */

.tagLine {
	width: 955px;
	height: 24px;
}

.tagLine span {
	background-image: url(../graphics/tagLine.jpg);
}

/* ========================
		logo
   ======================== */

.logo {
	width: 161px;
	height: 196px;
	position: absolute;
	top: -34px;
	left: 25px;
	z-index: 50;
}

.logo span {
	margin-top: 34px;
	background-image: url(../graphics/logo.png);
}

/* ========================
		quick
   ======================== */

.quick {
	width: 127px;
	height: 147px;
	position: absolute;
	top: 12px;
	right: 16px;
	background: url(../graphics/quickBack.png);
}

.quick ul {
	display: block;
	width: 127px;
	height: 147px;
}

.quick .involved {
	width: 99px;
	height: 42px;
	margin: 44px 0 0 14px;
	list-style: none;
}

.quick .involved a span {
	background-image: url(../graphics/quickInvolved.png);
	background-position: 0px 0px;
}

.quick .involved a:hover span {
	background-image: url(../graphics/quickInvolved.png);
	background-position: 0px -52px;
}

.quick .donate {
	width: 99px;
	height: 42px;
	margin: 8px 0 0 14px;
	list-style: none;
}

.quick .donate a span {
	background-image: url(../graphics/quickDonate.png);
	background-position: 0px 0px;
}

.quick .donate a:hover span {
	background-image: url(../graphics/quickDonate.png);
	background-position: 0px -52px;
}

/* ============================================
		sidebar
   ============================================ */

.sidebar {
	width: 181px;
	padding: 15px 0 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
}

.sidebar .t {
	width: 181px;
	height: 24px;
	background: url(../graphics/sidebarBackTop.png);
}

.sidebar .b {
	width: 181px;
	height: 15px;
	background: url(../graphics/sidebarBackBot.png);
}

.sidebar .content {
	border: 2px solid #72190d;
	border-width: 0 2px;
	background: #ffffda;
}

/* ========================
		navwp
   ======================== */

.sidebar .content .navwp {
	display: block;
	padding: 20px 0 0 15px;
}

.sidebar .content .navwp li {
	font-size: 1.4em;
	list-style: none;
	padding-top: 8px;
}

.sidebar .content .navwp li a {
	color: #4b6d53;
	font-weight: bold;
}

.sidebar .content .navwp li a:hover {
	color: #72190d;
}

.sidebar .content .navwp li.current_page_item a {
	color: #05355d;
}

.sidebar .content .navwp li.current_page_item .page_item a {
	color: #4b6d53;
}

.sidebar .content .navwp li.current_page_item a:hover {
	color: #72190d;
}

.sidebar .content .navwp ul {
	background: url(../graphics/subnavRule.png) no-repeat top left;
	padding-left: 12px;
	margin-top: 8px;
}

.sidebar .content .navwp ul li {
	padding: 4px 0;
	font-size: .8em;
}


.sidebar .lpbcArchive {
	padding: 20px 5px 5px 15px;
}

.sidebar .lpbcArchive h4 {
	display: none;
}

.sidebar .lpbcArchive li {
	list-style: none;
	padding: 0 0 5px 0;
	font-size: 10px;
}

/* ========================
		signup
   ======================== */

.sidebar .content .signup {
	padding: 20px 0 0 3px;
}

.sidebar .content .signup h3 {
	color: #7b2718;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

.sidebar .content .signup .input {
	display: block;
	background: url(../graphics/signupInputBack.png);
	width: 89px;
	height: 17px;
	padding-top: 3px;
	padding-left: 7px;
	float: left;
	margin-left: 2px;
}

.sidebar .content .signup .input input {
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	width: 80px;
}

.sidebar .content .signup .submit {
	float: left;
	margin-left: 3px;
}

.sidebar .content .signup .submit input {
	border: 0px;
	background: #ffffda;
	color: #4b6d53;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	width: 68px;
}

.sidebar .content .signup .submit input:hover {
	color: #72190d;
	cursor: pointer;
}

/* ========================
		facebook
   ======================== */

.sidebar .content .facebook {
	padding: 20px 0 0 3px;
}

.sidebar .content .facebook h3 {
	color: #7b2718;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
}

.sidebar .content .facebook .button {
	width: 98px;
	height: 36px;
}

.sidebar .content .facebook .button a span {
	background-image: url(../graphics/facebook.png);
	background-position: 0px 0px;
}

.sidebar .content .facebook .button a:hover span {
	background-image: url(../graphics/facebook.png);
	background-position: 0px -46px;
}

/* ========================
		news
   ======================== */

.sidebar .content .news {
	padding: 20px 6px 0 6px;
}

.sidebar .content .news h3 {
	color: #9a1b1f;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

.sidebar .content .news .list {
	background: #fffef9;
	border: 1px solid #dfd3ab;
	padding: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	display: block;
}

.sidebar .content .news .list li {
	list-style: none;
	display: block;
	padding: 5px 0;
}

*html .sidebar .content .news .list li {
	background: url(../graphics/newsBullet.png) left top no-repeat;
}

.sidebar .content .news .list a {
	color: #72190d;
	background: url(../graphics/newsBullet.png) left top no-repeat;
	padding-left: 22px;
	display: block;
}

*html .sidebar .content .news .list a {
	background: none;
}

.sidebar .content .news .list a:hover {
	color: #72190d;
	background-image: url(../graphics/newsBulletOn.png);
}

*html .sidebar .content .news .list a:hover {
	background-image: none;
}

.sidebar .content .news .list a em {
	display: block;
	color: #4b6d53;
}

/* ========================
		copyright
   ======================== */

.copyright {
	text-align: center;
	font-size: .9em;
	color: #41221b;
	font-weight: bold;
	padding-top: 10px;
}

.copyright a, .copyright a:visited {
	color: #41221b;
	text-decoration: none;
	font-weight: normal;
}

.copyright a:hover {
	color: #FFFFFF;
}

/* ============================================
		main
   ============================================ */

.main {
	float: left;
	margin: 20px 0 0 15px;
	width: 730px;
}

/* ========================
		mapLead
   ======================== */

.mapLead {
	color: #772b1d;
}

.mapLead h2 {
	font-size: 2.2em;
	font-weight: bold;
}

.mapLead p {
	font-size: 1.4em;
	font-weight: bold;
}

/* ========================
		map
   ======================== */

.mapBox {
	border: 1px solid #72190d;
	margin: 15px 0;
	width: 719px;
}

/* ========================
		mapInfo
   ======================== */

.mapInfo {
	color: #772b1d;
}

.mapInfo h1 {
	font-size: 2.6em;
	font-weight: bold;
}

.mapInfo p {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 12px;
	line-height: 1.4em;
}

/* ==============================================================
		inner
   ============================================================== */

/* ========================
		canvas
   ======================== */

.inner .canvas {
	background: url(../graphics/innerSun.png) right 103px no-repeat;
}

/* ========================
		main
   ======================== */

.inner .main {
	width: 460px;
}

.inner .main h1 {
	font-size: 2.8em;
	color: #772b1d;
	font-weight: bold;
	padding-bottom: 10px;
}

.inner .main h2 {
	font-size: 1.9em;
	color: #05355b;
	font-weight: bold;
	padding: 10px 0;
}

.inner .main h3 {
	font-size: 1.5em;
	color: #05355b;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #25452d;
	font-variant: small-caps; 
}


.inner .main h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}

.inner .main p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #772b1d;
	padding-bottom: 10px;
	text-align: justify;
}

.inner .main ul, .inner .main ol {
	margin-left: 15px;
	margin-bottom: 10px;
}

.inner .main li {
	font-size: 1.4em;
	padding-bottom: 8px;
}

.inner .main a {
	font-weight: bold;
}


.inner .main blockquote {
	/* background: transparent url(/graphics/quote-left.png) no-repeat; */
	padding: 5px 0 15px 55px;
}

.inner .main blockquote p {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	padding-bottom: 5px;
	/* background: transparent url(/graphics/quote-right.png) bottom right no-repeat; */
	padding-right: 55px;
	color: #05355b;
}

.inner .main blockquote cite, .inner .content blockquote p cite {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-size: .6em;
	font-style: italic;
	color: #666666;
	line-height: .9em;
}


.inner .main .lpbcArchive {

}

.inner .main .lpbcArchive h4 {
	display: none;
}

.inner .main .lpbcArchive li {
	list-style: square;
	padding: 0 0 5px 0;
	font-size: 14px;
}



/* ========================
		photoBar
   ======================== */

.inner .photoBar {
	float: left;
}

.inner .photoBar .photo {
	padding-left: 38px;
	padding-top: 500px;
}

.inner .photoBar .photo img {
	border: 2px solid #ffb552;
}

/* ========================
		sidebar viewMap
   ======================== */

.sidebar .viewMap {
	padding: 15px 0 0 4px;
}

.sidebar .viewMap p {
	width: 169px;
	height: 83px;
}

.sidebar .viewMap p a span {
	background-image: url(../graphics/sidebarMap.jpg);
	background-position: 0px 0px;
}

.sidebar .viewMap p a:hover span {
	background-image: url(../graphics/sidebarMap.jpg);
	background-position: 0px -93px;
}

/* ========================
		emergency splash page info
   ======================== */

.splashAlert {
	margin-top: 10px;
	margin-left: 20px;
	width: 330px;
	height: 90px;
	background-color: #FFCC33;
	border: 2px solid #660000;
	color: #660000;
	font-size: 13px;
	padding: 8px;
}

.splashAlert p {
	padding-bottom: 8px;
}