/* --------------------------------------------------------------- Base --------------------------------------------------------------- */

a, a img {
    -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

body {
	background: #efeacd url(/images/bg-texture-01.gif);
	/*font: 16px/1.4 Georgia, 'MS Serif', 'New York', 'Times New Roman', Times, serif;*/
	font: 15px/1.4 arial, san-serif;
	color: #000;
	margin: 0 20px;
	}
table, tr, td {
	/*font: 16px/1.4 Georgia, 'MS Serif', 'New York', 'Times New Roman', Times, serif;*/
	font: 15px/1.4 arial, san-serif;
	color: #000;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

#logoPrint {
	display: none;
	text-align: center;
	margin: 0 auto 20px auto;
	}
	
#site { 
	}
#site-container {
	border-right: 10px solid #33322e;
	border-bottom: 10px solid #33322e;
	border-left: 10px solid #33322e;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(51, 50, 46, 0.5);
	box-shadow:  0px 0px 10px 0px rgba(51, 50, 46, 0.5);
	width: 980px;
	margin: 0 auto;
}
	
#header {
	background: #33322e;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#header #logo { }
#headerRight {
	font-size: 12px;
	width: 300px;
	color: #d6d1cb;
	margin: 40px 20px 0 0;
	float: right;
	text-align: right;
	}
#headerRight p {
	margin-bottom: 20px;
	font-size: 10px;
	}
#headerRight a:link {
	font-size: 11px;
	text-decoration: none;
	color: #d6d1cb;
	line-height: 1.75em;
	}
.nmajmhRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.socialMedia {
	margin-right: 7px;
}
#mainLeft {
	background: #fcfbf4;
	vertical-align: top;
	}
#mainMiddle {
	background: #fcfbf4;
	vertical-align: top;
	}
#mainRight {
	background: #fcfbf4;
	vertical-align: top;
	}
	
#breadcrumbs {
	color: #6a6755;
	border-bottom: 1px dashed #cec8a2;
	margin: 5px 0 15px -5px;
	font-size: 12px;
	}
	
#content { }
#colLeft {
	width: 100%;
	height: 700px;
	padding: 0 30px;
	vertical-align: top;
	}
#colLeftFull {
	width: 100%;
	padding: 0 30px 0 30px;
	}
#colRight {
	padding: 15px;
	vertical-align: top;
	width: 250px;
	font-size: 14px;
	}
#colRightInside {
	padding: 15px;
	vertical-align: top;
	width: 250px;
	}

#subTable { background: #fcfbf4; }

#sidebar {
	background: #fff;
	border: 1px solid #d5d1b7;
	padding: 10px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(150, 150, 150, 0.5);
	box-shadow:  0px 0px 3px 0px rgba(150, 150, 150, 0.5);
}

#colRight .staff-list { width: 270px; }
#colRight .staff-list h2 {
    margin: 0 0 15px 0 !important;
    font-size: 20px;
}
.staff-list h3 {
    color: #b50000;
    border-bottom: 1px solid #cec8a2;
    font-size: 16px;
    font-family: arial, sans-serif;
}
.staff-list blockquote.intro {
    margin: 0 15px 15px 15px;
    padding: 0;
    font-size: 13px;
}
.staff-list blockquote {
    margin: 0 0 25px 15px;
    padding: 0;
    font-size: 12px;
}
.staff-list blockquote strong { font-size: 14px; }

#mainMiddle .subContent { margin: 0 0 25px 0; }
	
#tableBottom { display: none; }
	
.subContent { overflow-x: hidden; }
	
.chart {
	margin-bottom: 15px;
	width: 100%;
	}
.chart th {
	border-bottom: 1px solid #cec8a2;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	}
.chart td { padding: 5px; }
.chartTotal { border-top: 1px solid #cec8a2; }
	
.googleMap {
	background: #fff;s
	border: 1px solid #cec8a2;
	padding: 4px;
	margin-bottom: 15px;
	}
	
.articleList { margin: 15px; }

#subTableContent {
	background: #fff;
	vertical-align: top;
	padding: 15px;
	font-size: 15px;
	/*font: 12px/1.2 arial, helvetica, sans-serif;*/
	border: 2px solid #cec8a2;
	}
#colRightInside #subTableContent { padding: 0; }

.sidebarButton {
	margin: 0 0 10px 0;
	text-align: center;
	}

#serviceOfficerProgram { }
#serviceOfficerProgram th {
	padding: 5px 15px 5px 5px;
	border-bottom: 2px solid #cec8a2;
	border-left: 1px solid #cec8a2;
	text-align: left;
	}
#serviceOfficerProgram td {
	padding: 5px 15px 5px 5px;
	border-bottom: 1px dashed #cec8a2;
	border-left: 1px dashed #cec8a2;
	vertical-align: top;
	font-size: 12px;
	}
#serviceOfficerProgram th.servicesFirst, #serviceOfficerProgram td.servicesFirst { border-left: none; }

.form {
	background: #f7f3da;
	border: 1px solid #cec8a2;
	margin: 0 0 20px 0;
	}
.form th {
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dashed #cec8a2;
	}
.form td {
	padding: 5px;
	border-bottom: 1px dashed #cec8a2;
	}
.submit {
	background: #fbf8e6;
	/*text-align: right;*/
	}
	
.splitDocs { }
.splitDocs td {
	vertical-align: top;
	padding: 10px 15px 0 15px;
	font-weight: bold;
	}
	
.message {
	background: #fff;
	margin: 0 0 15px 25px;
	padding: 10px;
	float: right;
	width: 150px;
	}

#footer {
	font-size: 12px;
	color: #65614e;
	padding: 25px;
	text-align: center;
	}
	
#donationForm {
	width: 100%;
	margin: 0 0 15px 0;
	}
#donationForm th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	}
#donationForm td {
	padding: 5px;
	white-space: nowrap;
	}
#donationForm th  h3 {
	margin: 20px 0 0 0;
	}
	
#form {
	width: 100%;
	margin: 0 0 15px 0;
	}
#form th {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px dashed #cec8a2;
	}
#form td {
	font: normal 11px arial, helvetica, sans-serif;
	padding: 10px;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px dashed #cec8a2;
	}
#form .submit input {
	background: #7c0400 url(/images/jwv/backgroundButton.gif) repeat-x;
	font-weight: bold;
	font-size: 12px;
	color: #eee9cc;
	border: 1px solid #730400;
	padding: 2px 5px 3px 5px;
	text-align: left !important;
	}
	
.required {
	font-size: 11px;
	font-weight: bold;
	color: red;
	}
.subLinks {
	margin: -5px 0 20px 0;
	font-size: 12px;
	}
form {
	margin: 0;
	padding: 0;
	}

.floatRight { float: right; }
.right { text-align: right; }
.center { text-align: center; }
.noMargin { margin: 0; }
.clear { clear: both; }
	
/* --------------------------------------------------------------- Text --------------------------------------------------------------- */

p, h1, h2, h3, h4, blockquote { margin-top: 0; }
.indent { text-indent: 15px; }
br { line-height: 1; }
.marginUp { margin-top: -15px; }

h1 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #343434;
	}
	
h2 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #b50000;
	border-bottom: 1px solid #cec8a2;
	}
#colRight h2 {
	background: #414a37;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 15px;
	color: #fef9e2;
	margin: 15px 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}


h3 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
h4 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	color: #b50000;
	font-weight: normal;
	margin: 5px 0 20px 0;
	}
	
h5 {
	font-size: 15px;
	color: #b50000;
	font-weight: normal;
	}
	
.red { color: #b50000; }
	
.address {
	font-size: 14px;
	color: #65614e;
	}
.address span {
	font-size: 18px;
	color: #65614e;
	}
.address strong { font-weight: normal; }

.largeCaption {
	background: #fff;
	font-size: 12px;
	width: 400px;
	margin: -15px auto 0 auto;
	padding: 22px;
	}
	
.date {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
	color: #4d4c45;
	font-style: italic;
	}
.date span { font-weight: normal; }
blockquote .date { font-weight: normal; }
.title { font-weight: bold; }

.small { font-size: 11px; }

/* --------------------------------------------------------------- Links --------------------------------------------------------------- */

a:link, a:active, a:visited {
	color: #0062c3;
	text-decoration: underline;
	}
a:hover { color: #b50000; }

#headerRight a {
	font: 12px arial, tahoma, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	}
#headerRight a:hover { color: #d6d1cb; }

#subTableContent h2 a {
	color: #fffed2;
	text-decoration: underline;
	}
#subTableContent h2 a:hover { color: #fff; }

.date a:link, .date a:active, .date a:visited {
	color: #3c8bda;
	text-decoration: none;
	}
.date a:hover {	color: #b50000; }

.redBold {
	margin: 25px 0;
	}
.redBold a:link, .redBold a:active, .redBold a:visited {
	color: #b50000;
	font-weight: bold;
	}
.redBold a:hover { color: #ff0000; }

#submenu ul li a:link, #submenu ul li a:active, #submenu ul li a:visited {
	background: #3f4835 url(/images/jwv/backgroundSubmenu.gif) no-repeat;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #ebe9e1;
	border-top: 1px solid #94a284;
	border-left: 1px solid #94a284;
	border-bottom: 1px solid #3f4835;
	border-right: 1px solid #3f4835;
	padding: 4px 10px;
	display: block;
	width: 178px;
	}
#submenu ul li a:hover {
	background: transparent;
	color: #fff;
	}

#submenu ul li ul li a:link, #submenu ul li ul li a:active, #submenu ul li ul li a:visited {
	background: #33312e url(/images/jwv/bulletSubmenu02.gif) no-repeat;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #c3bfb2;
	border-top: 1px solid #53504a;
	border-left: 1px solid #53504a;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 4px 15px 4px 20px;
	display: block;
	width: 163px;
	}
#submenu ul li ul li a:hover {
	background: transparent;
	color: #ebe9e1;
	}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #ab260e;
	text-decoration: none;
	}
#breadcrumbs a:hover {
	color: #e22908;
	text-decoration: none;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #65614e;
	text-decoration: none;
	}
#footer .address a:link, #footer .address a:active, #footer .address a:visited {
	color: #65614e;
	text-decoration: none;
	}
#footer a:hover, #footer .address a:hover { color: #b50000; }

/* --------------------------------------------------------------- Lists --------------------------------------------------------------- */

ul { margin-bottom: 25px; }
ul li {
	margin-bottom: 7px;
	list-style: url(/images/jwv/iconBulletList.gif);
	}
ul li a { font-weight: bold; }

#submenu ul {
	margin: 0;
	padding: 0;
	}
#submenu ul li {
	background: #fff url(/images/jwv/backgroundSubmenuOver.gif) no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	}
#submenu ul li ul li {
	background: #3f3d39 url(/images/jwv/bulletSubmenu02-Over.gif) no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	}
	
.articleList ul { margin-bottom: 25px; }
.articleList ul li {
	margin-bottom: 10px;
	font-size: 14px;
	}
	
ul.highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.highlights li{
	margin-bottom: 10px;
	}

.pdfList ul { margin-bottom: 20px; }
.pdfList li { list-style: url(/images/jwv/iconPDFList.gif); }

.mp3List ul { margin-bottom: 20px; }
.mp3List li {
    list-style: url(/images/jwv/iconMP3List.gif);
    margin: 0 0 15px 0;
}
.mp3List li span { font: 11px arial, helvetica, sans-serif; }

#footer ul {
	margin: 20px;
	padding: 0;
	}
#footer ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 8px;
	}

/* --------------------------------------------------------------- Images --------------------------------------------------------------- */

img { border: none; }
#footer img { margin: 20px; }

.photo {
	background: #fff;
	padding: 6px;
	}
#colRight .photo { margin-bottom: 5px; }
.photoRight {
	background: #fff;
	margin: 0 0 15px 25px;
	padding: 10px;
	float: right;
	}
.photoLeft {
	background: #fff;
	margin: 5 15px 15px 0;
	padding: 10px;
	float: left;
	}
.photoCenter {
	margin-bottom: 15px;
	text-align: center;
	}
.photoCenter img {
	background: #fff;
	margin: 5 15px 15px 0;
	padding: 10px;
	}
	
.captionRight {
	background: #fff;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 15px 25px;
	padding: 10px;
	float: right;
	width: 197px;
	}
a.popup-img img { opacity: 1.0; }
a.popup-img:hover img { opacity: 0.8; }
a, a img {
    -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
	
	
/* --------------------------------------------------------------- Forms --------------------------------------------------------------- */

input, select, textarea {
	font: 12px arial, tahoma, helvetica, sans-serif;
	color: #31302c;
	}
.formButton, .submit input {
	background: #7c0400 url(/images/jwv/backgroundButton.gif) repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #eee9cc;
	border: 1px solid #730400;
	padding: 1px 5px 2px 5px;
	}
/* ADDED Matt Toigo - 03/09/07 */
/* For the Donate Now button on the right side bar */
.linkButton, .linkButton:link, .linkButton:visited, .linkButton:active {
	background: #7c0400 url(/images/jwv/backgroundButton.gif) repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #eee9cc;
	border: 1px solid #730400;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	}
.linkButton:hover { color: #fff; }

/* --------------------------------------------------------------- Miscellaneous --------------------------------------------------------------- */

hr {
	background-color: #cec8a2;
	border: 0;
	color: #cec8a2;
	width: 100%;
	height: 1px;
	text-align: left;
	margin: 25px 0;
	}
hr.thick-line {
	height: 6px;
}
.hr {
	background: #cec8a2;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	clear: both;
	}
.hr hr { display: none; }
.articleList .hr {
	background: transparent;
	border-top: 1px dashed #cec8a2;
	}

	
blockquote { margin-bottom: 25px; }

/* Matt Toigo April 13th - Related to Photo Gallery and Associated Pages /photo_gallery */
#photoGal td {
padding: 15px;
	}

.return-to-top {
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}   
.return-to-top a {
    background: #414a37;
    white-space: nowrap;
    padding: 5px 10px;
    font: bold 11px arial, sans-serif;
    color: #fcfbf4;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}   
.return-to-top a:hover {
    background: #616e53;
    color: #fff;
}