/*
	Fabrizio by PVII
	(c) 2004 Project Seven Development (www.projectseven.com)
	All Rights Reserved
	
	CSS developed by Al Sparber - PVII
*/

body {
	background-color: #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 24px 0;
	min-width: 748px;
	padding: 0;
}
#contentwrapper {
	background-color: #F8F9F1;
	background-image: url(assets/fab_shadow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 748px;
}
#masthead {
	background-color: #0000FF;
	padding: 0px;
	margin: 0px;
	height: 96px;
}
h1 {
	margin: 0;
}
#maincontent {
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 480px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
}
#maincontent p {
	margin: 6px 0 12px 0;
	padding: 0 0 0 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontent h2 {
	color: #996600;
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
	margin: 15px 0 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontent h3 {
	color: #996600;
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	margin: 15px 0 0;
	text-align: center;
}
#maincontent a:link {
	color: #9C8C85;
}
#maincontent a:visited {
	color: #B9A199;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #333333;
}

.hideit {display: none;}
.showit {display: block; visibility: visible;}
.noSeeUm {visibility: hidden;}
#introControls {margin: 0;}
#introControls li {list-style-type: none;}
#introSection {
	background-image: url(assets/fab_quote.gif);
	background-repeat: no-repeat;
	color: #95847B;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	margin: 12px 0;
	padding: 0 0 0 40px;
	text-align: left;
}
#tagline {
	clear: both;
}
#tagline p {
	margin:0;
	display: none;
}
.picture {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sidebar {
	color: #996666;
	float: left;
	font-size: 0.75em;
	width: 210px;
	padding: 1px;
}
#sidebar h3 {
	color: #996600;
	font-size: 1.2em;
	margin: 10px 0 0;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 3px;
	background-image: url(assets/h3bg.jpg);
	background-repeat: repeat-y;
	padding-top: 3px;
}
#sidebar p {
	margin: 6px 0 12px;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar a:link, #sidebar a:visited {
	color: #996600;
	text-decoration: underline;
}
#sidebar a:hover, #sidebar a:active {
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
}
.navbar {
	margin: 6px 0 0 0em;
	padding-left: 1em;
}
.navbar li {
	list-style-type: none;
}
.navbar a {
	padding: 3px;
}
.navbar a:link, .navbar a:visited {
	color: #9C8C85;
}
.navbar a:hover, .navbar a:active, .navbar a:focus {
	color: #333333;
}
#footer {
	clear: both;
	color: #E3DFDD;
	font-size: 0.75em;
	margin: 0 auto;
	padding: 12px 24px 0 24px;
	width: 700px; /*748*/
}
#footer a:link, #footer a:visited {
	color: #675954;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}
#topnav {
	background-image: url(assets/menubg.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 20px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}	
.headimg {
	margin: 0px;
	padding: 0px;
	display: block;
}
.titles {
	font-weight: bold;
}
#maincontent h2.center {
	text-align: center;
}
#maincontent h3.smaller {
	font-size: 1.2em;
}
#calendar .caltable {
	border-top: 1px solid #960;
	border-left: 1px solid #960;
	background-color: #eee5d4;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}
#calendar .caltable th, td {
	border-right: 1px solid #960;
	border-bottom: 1px solid #960;
}
#calendar .caltable th {
	background-color: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}	
.phototable {
	background-color: #FFFFFF;
}
.phototable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}	
.rightpad {
	padding-right: 12px;
}
.leftpad {
	padding-left: 12px;
}
#histphotos td {
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Styles for Pastor Report forms */

#stats .statstable {
	border-top: 1px solid #960;
	border-left: 1px solid #960;
	background-color: #eee5d4;
	border-collapse: collapse;
}
#stats .statstable th, td {
	border-right: 1px solid #960;
	border-bottom: 1px solid #960;
}
#stats .statstable th {
	background-color: #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
#stats input {
	width: 150px;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFFFF;
}

legend {
	font-weight: bold;
	color: #996600;
}

label {
	float: left;
	width: 13em;
}

input {
	width: 250px;
}	
input.radio, input.checkbox, input.submit {
	width: auto;
}
input.checkbox {
	float: left;
	margin-right: 1em;
}					
label.checkbox {
	float: left;
	width: 5em;
}
#results .fieldNameCSS {
	font-weight: bold;
	padding: 5px;
}
#results td {
	border-right-width: 0px;
	border-bottom-width: 0px;
}	
#results {
	margin-bottom: 30px;
}

/* Styles for Veterans table info */

#vets .vetstable {
	border-top: 0px;
	border-left: 0px;
	border-collapse: collapse;
}
#vets .vetstable td {
	border-right: 0px;
	border-bottom: 0px;
	font-size: 0.8em;
}

#vets .vetstable tr.alt {
	background-color: #eee5d4;
	}
