/*------------------------------------------------------
---  Tag Redefines  ---
--------------------------------------------------------*/

html {
	background: #1f252e url(/images/bg.gif) repeat 50px 0px;
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background: url(/images/topBG.gif) repeat-x 0px -174px;
}
body.home {
	background-position: 50px -5px !important;
}

img {
	border: 0px;
}

h2 {
	padding:0px;
	margin: 0px;
	color:#672828;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
}
a {
	color:#972222;
	text-decoration:none;
}
a:visited {
	color:#727272;
}
h2 a:visited {
	color:#672828;
}
a:hover {
	color:#972222;
	background-color: #fff2cf;
	text-decoration:underline;
}
#main_content p.err {
	margin: 0px;
	padding: 0px;
	background-color:#FFCCFF;
}




/*------------------------------------------------------
---  Header  ---
--------------------------------------------------------*/

#header_home, #header_chaplaincy, #header_archive, #header_congressional, #header_religion, #header_misc {
	margin: 5px auto 0px auto;
	padding: 5px;
	border-bottom: 1px solid #000000;
	width: 730px;
	text-indent: -5000px;
}
#header_home {
	background:#ffffff url(../images/header_home.jpg) no-repeat 5px 5px;
}
#header_chaplaincy {
	background:#FFFFFF url(../images/header_chaplaincy.jpg) no-repeat 5px 5px;
}
#header_archive {
	background:#FFFFFF url(../images/header_archive.jpg) no-repeat 5px 5px;
}
#header_congressional {
	background:#FFFFFF url(../images/header_congressional.jpg) no-repeat 5px 5px;
}
#header_religion {
	background:#FFFFFF url(../images/header_religion.jpg) no-repeat 5px 5px;
}
#header_misc {
	background:#FFFFFF url(../images/header_misc.jpg) no-repeat 5px 5px;
}
#header_home a {
	display:block;
	height: 269px;
}
#header_chaplaincy a, #header_archive a, #header_congressional a, #header_religion a, #header_misc a  {
	display:block;
	height: 100px;
}
#header_home a:hover, #header_chaplaincy a:hover, #header_archive a:hover, #header_congressional a:hover, #header_religion a:hover, #header_misc a:hover  {
	background:none;
}


/*------------------------------------------------------
---  Main Navigation  ---
--------------------------------------------------------*/
#navigation {
	width: 725px;
	margin: 0px auto;
	padding: 0px;
	height: 21px;
	}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#home a, #chaplaincy a, #archive a, #religion a, #congressional a {
	display: block;
	height: 20px;
	margin: 0px 30px 0px 0px;
	overflow: hidden;
	text-indent: -9999px;
}
#navigation a.selected, #home a:hover, #chaplaincy a:hover, #archive a:hover, #religion a:hover, #congressional a:hover {
	background-position: 0px -20px;
}

#home a {
	width: 39px;
	background-image: url(/images/nav_home.gif);
}

#chaplaincy a {
	width: 110px;
	background-image: url(/images/nav_chaplaincy.gif);
}

#archive a{
	width: 103px;
	background-image: url(/images/nav_archive.gif);
}

#religion a {
	width: 146px;
	background-image: url(/images/nav_religion.gif);
}

#congressional a {
	width: 188px;
	margin: 0px;
	background-image: url(/images/nav_congressional.gif);
}


/*------------------------------------------------------
---  Sitewide Page Content  ---
--------------------------------------------------------*/
#content, #home_content {
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	border: 5px solid #ffffff;
	font: 12px/140% Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/column_bg.gif) repeat-y left top;
}
#home_content {
	background: #ffffff url(../images/column_bg_home.gif) repeat-y left top;
}
#content hr, #home_content hr { 
	clear: both;
	margin: -1px;
	visibility: hidden;
}
#subnav {
	width: 176px;
	float: left;
}
#subnav a {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #193770;
	text-decoration: none;
	padding: 3px 3px 3px 14px;
	margin: 2px 0px 2px 0px;
	display: block;
	background: url(../images/bullet.gif) no-repeat left center;
}
#subnav a:hover {
	color:#672828;
	background: #f1e6d2 url(../images/bullet_selected.gif) no-repeat left center;
}
#subnav a.selected {
	color:#672828;
	font-weight: bold;
	background: url(../images/bullet_selected.gif) no-repeat left center;
}
#subnav ul {
	background-color:#e5dbc8;
	margin: 0px;
	padding: 5px;
	list-style: none;
	border-bottom: 5px solid #ffffff;
}
#subnav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	border-top: 1px dotted #672828;
}
#main_content {
	width: 545px;
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#main_content h2 {
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #c2c2c2;
}
#main_content p {
	margin: 10px 50px 10px 50px;
}
p.footnote {
	padding: 0px 0px 20px 0px;
}

table {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 0px auto;
}
th {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	background: #742627 url(/images/th_bg.gif) repeat-x left top;
	padding: 3px 5px;
	
}
td {
	padding: 3px 5px;
}
.alt_row {
	background-color: #f8f3ed;
}




.prayer_details {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	letter-spacing: normal;
	display: block;
	margin-top: 6px;
}

#archive_search {
	width: 166px;
	float: left;
	clear: left;
	padding: 10px 5px;
}
#archive_search h3 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #672828;
	margin: 0px;
	padding: 0px;
}
#archive_search h5 {
	font-size: 12px;
	margin: 10px 0px 1px 1px;
	padding: 0px;
}
#archive_search form {
	margin: 0px;
	padding: 0px;
}
#archive_search form select {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	float: left;
}
#archive_search form select.select_year {
	float: right;
	width: 69px;
}
#archive_search form select.select_congress {
	width: 90px;
}
form input.btn {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 0px 0px;
	float:right;
	clear:right;
}
#archive_search hr {
	visibility:visible;
	height: 3px;
	margin: 10px;
	padding: 0px;
}
#archive_search .search_cong {
	margin-top: 60px;
}


.thumbnail {
	float:right;
	margin: 0px 4px 15px 15px;
}
.thumbnail img {
	margin: 0px;
	padding:1px;
	border: 1px solid #dcdcdc;
}
.thumbnail .caption, .thumbnail .caption_v {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	display: block;
	width: 180px;
	line-height: normal;
}
.thumbnail .caption_v {
	width: 100px;
}


/*------------------------------------------------------
---  Home Page Content  ---
--------------------------------------------------------*/
#chaplain_message {
	background-image: url(/images/gray_gradient.gif);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #c0bfc0;
	padding: 20px 10px 10px 10px;
	width: 270px;
	float:left;
	margin: 0px;
}
#chaplain_message h3 {
	font-size: 17px;
	padding:0px;
	margin: 0px;
	color:#672828;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
}
#chaplain_message h3 a, #chaplain_message h3 a:visited {
	color:#672828;
}
#chaplain_message img {
	float:left;
	padding:0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #fff;
}
#home_resources {
	background-color: #c0bfc0;
	border: 2px solid #e2e2e2;
	padding: 7px;
	margin:30px 0px;
	width: 250px;	
}
#home_resources h3 {
	border-bottom: 1px solid #c2c2c2;
	margin: 0px;
	padding: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color:#672828;
}
#home_resources ul {
	margin:5px 0px;
	padding:0px;
}
#home_resources li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style-type: square;
}

#home_resources a:visited {
	color: #000;
}
#home_resources a:hover {
	color:#972222;
}
.subheading {
	line-height: 180%;
	font-size: 12px;
	color: #672828;
	letter-spacing: normal;
}
.prayer {
	width: 415px;
	float: right;
	padding: 20px 10px 10px 10px;
	margin: 0px;
}
.events, .thought {
	width: 415px;
	float: right;
	padding: 20px 10px 10px 10px;
	margin: 0px;
	border-top: 1px dotted #672828;
}
.thought p {
	font-size: 14px;
}
.prayer h3, .thought h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	clear:both;
	float:none;
}
.prayer .note, .thought .note {
	/*background-color: #e2e2e2;*/
	border: 2px solid #e2e2e2;
	padding: 7px;
	margin: 20px 0px 10px 0px;
	font-size: 11px;
}
.thought .quotation {
	color: #404040;
}
.thought .attribution {
	margin: 15px 50px;
	font-size: 14px;
	text-align:right;
}
.thought .source {
	font-size: 11px;
	color: #a09fa0;
}

.events ul {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
.events li {
	list-style:square;
	margin: 10px 0px;
}
.events h4 {
	margin: 0px;
	padding: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
.events .event_details {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.events p {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}




/*------------------------------------------------------
---  Chaplain Bio Content  ---
--------------------------------------------------------*/

#chaplain_bio {
	width: 545px;
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	background-color: #ffffff;
}
#chaplain_bio h2 {
	float: left;
	width: 395px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #c2c2c2;
}
#chaplain_bio img {
	float: right;
}
#chaplain_bio p {
	margin: 0px;
	padding: 5px 50px 5px 50px;
}

/*------------------------------------------------------
---  Guest Chaplain Profile Content  ---
--------------------------------------------------------*/
#guest_chaplain_profile {
	width: 545px;
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#guest_chaplain_profile h2 {
	margin: 5px 0px 3px 0px;
}
#guest_chaplain_profile h3 {
	border-bottom: 1px solid #c2c2c2;
	margin: 0px;
	padding: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color:#672828;
}
#guest_chaplain_profile h4 {
	margin: 25px 25px 5px 25px;
	padding: 0px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
#guest_chaplain_profile p {
	margin: 5px 35px 5px 45px;
}
#guest_chaplain_profile p.details {
	margin: 0px;
	padding: 0px;
}
.supplemental_content {
	width: 140px;
	float: left;
	clear: left;
	margin: 8px 0px 0px 5px;
	padding: 0px 8px 8px 15px;
	color:#444;
	background: url(/images/square_bullet.gif) no-repeat left 5px;
}
.supplemental_content p {
	margin:0px;
	padding: 0px;
}
.supplemental_content a, .supplemental_content a:hover {
	color:#972222;
}
.supplemental_content h4 {
	margin:0px 0px 5px 0px;
	font-size: 12px;
}
.supplemental_content .disclaimer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(none);
}

/*------------------------------------------------------
---  Prayer Archive Content  ---
--------------------------------------------------------*/
#archive_content h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 25px 25px 10px 25px;
	padding: 0px;
}
#archive_content .note {
	/*background-color: #e2e2e2;*/
	border: 2px solid #e2e2e2;
	padding: 7px;
	margin: 20px 50px 10px 50px;
	font-size: 11px;
	text-align:center;
}
#archive_content .quotation {
	font: italic normal 17px Georgia, "Times New Roman", Times, serif;
	color: #404040;
}
#archive_content .attribution {
	margin: 15px 50px;
	font-size: 14px;
	text-align:right;
}
#archive_content .source {
	font-size: 11px;
	color: #a09fa0;
}


/*------------------------------------------------------
---  Places of Worship Content  ---
--------------------------------------------------------*/
#churches table {
	border: none;
	margin: 10px 20px 0px 20px;
}
#churches th {
	padding: 10px 0px 0px 0px;
	clear: both;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #672828;
	border-bottom: 1px solid #c2c2c2;
	background: none;
}
#churches td {
	margin: 0px;
	padding: 10px;
}
#churches td a {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	background: url(../images/square_bullet.gif) no-repeat left center;
}


/*------------------------------------------------------
---  Sponsor Guest Chaplain Content  ---
--------------------------------------------------------*/
#guest_chaplain {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#guest_chaplain h3 {
	margin: 10px 20px;
	padding: 0px;
	clear: both;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #672828;
	border-bottom: 1px dotted #c2c2c2;
}
#guest_chaplain ol {
	padding: 0px 45px;
	margin: 0px 0px 0px 10px;
	width: 450px;
}
#guest_chaplain li {
	padding: 0px;
	margin: 12px 0px;
}



/*------------------------------------------------------
---  Events Calendar Page ---
--------------------------------------------------------*/
#events {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#events  h3 {
	margin: 10px 20px 0px 20px;
	padding: 0px;
	clear: both;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #672828;
	border-bottom: 1px dotted #c2c2c2;
}
#events h4 {
	margin: 0px;
	padding: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#events  ul {
	margin: 0px 25px 0px 45px;
	padding: 0px;
}
#events  li {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	list-style: square;
}
#events li p {
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#events .event_details {
	display: block;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#featured_events {
	border: 1px solid #cccccc;
	margin: 15px;
	padding: 15px;
	background-color: #f8f3ed;
}
#featured_events h3, .allEventsH3 {
	font-size: 17px;
	padding:0px;
	margin: 0px;
	color:#672828;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px solid #fff;
}
#featured_events ul {
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#featured_events li {
	list-style:square;
	margin: 10px 0px;
}
#featured_events h4 {
	margin: 0px;
	padding: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#featured_events .event_details {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#featured_events p {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}




/*------------------------------------------------------
---  Helpful Links Page ---
--------------------------------------------------------*/
#links {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#links  h3 {
	margin: 10px 20px 0px 20px;
	padding: 0px;
	clear: both;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #672828;
	border-bottom: 1px dotted #c2c2c2;
}
#links h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
}
#links  ul {
	margin: 0px 25px 0px 45px;
	padding: 0px;
}
#links  li {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	/*border-bottom: 1px dotted #c7c7c7;*/
	list-style: square;
}
#links li p {
	margin: 2px 0px 5px 0px;
	padding: 0px;
}


/*------------------------------------------------------
---  Redirect Page  ---
--------------------------------------------------------*/
#redirect {
	width: 545px;
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	overflow:hidden;
}
#redirect h3 {
	font-size: 17px;
	padding:0px;
	margin: 15px 0px;
	color:#672828;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
}
#redirect a {
	font-size: 13px;
	padding:0px;
	margin: 5px 0px 25px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display:block;
}

/*------------------------------------------------------
---  Footer  ---
--------------------------------------------------------*/
#footer {
	width: 740px;
	margin: 0px auto;
	padding: 10px 0px;
	list-style:none;
	clear: left;
	color: #FFFFFF;
	font-size: 10px;
	line-height:normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#footer ul {
	padding:0px;
	margin:0px;
}
#footer li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #ffcf95;
	padding-right: 15px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	background:none;
}