/*----------Structural DIVs----------*/

#content {
	float: left;
  	width: 800px /*900px*/;
 	margin: 0;
	display: inline;
	overflow: hidden;
}

#leftCol {
	width: 572px;
	display: inline;
	float: left;
	padding-bottom: 20px;
	border-top: 5px solid #fff;
}

#rightCol {
	width: 227px;
	display: inline;
	float: left;
	border-top: 5px solid #fff;
}


/*----------Other DIVs and elements----------*/

#sectionHeader {
	background: url(images/backgrounds/section_header.gif) repeat-x; 
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	padding: 2px 0 0 33px;
}

#mainText {
	width: 469px /*531px*/;
	padding: 30px 2px 28px 34px;
}

#footer #blog {
	float: right;
	margin-right: 30px;
}


#subNav {
	width: 200px;
	margin: 12px 0 0 27px;
}

#subNav ul {
	list-style: none;
	margin-bottom: 32px;
	background: #e4e6cb !important;
}

#subNav ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	display: block;	
}


#subNav ul ul {
	list-style: none;
	margin: 5px 0 8px 0;
}

#subNav ul ul li {
	list-style: none;
	display: block;	
	border: 0;
}

#subNav .selected {
	background: #b6b999;
}

.teaserBox {
	margin-left: 27px
}

.floatLeft {
	float: left;
	padding: 5px 10px 10px 0;
}

.floatRight {
	float: left;
	padding: 5px 0 10px 10px;
}

.headshot {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #999;
	padding: 2px;
}

/*----------Typography----------*/

#sectionHeader h1{
  	font: normal 18px/60px georgia, 'Times New Roman', times, serif;
	color: #000;
}

#rightCol h1{
  	font: bold 12px/14px georgia, 'Times New Roman', times, serif;
	color: #000;
	margin: 10px 0 0 28px;
}

#mainText p {
	margin-bottom: 15px;
  	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	color: #000;
}

#mainText h1 {
  	font: normal 15px/17px georgia, 'Times New Roman', times, serif;
	color: #333;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-top: 15px;
}	

#mainText h1 .small {
  	font: normal 11px/13px georgia, 'Times New Roman', times, serif;
	color: #333;
	margin-bottom: 6px;
}	

#mainText h2 {
  	font: bold 14px/18px georgia, 'Times New Roman', times, serif;
	color: #4b626f;
	margin-bottom: 10px;
}

#mainText h3 {
  	font: bold 12px/16px trebuchet MS, verdana, sans-serif;
	color: #666;
	padding-top: 10px;
	padding-bottom: 5px;
}

#mainText ul {
	list-style: none; 	
  	font: normal 11px/14px georgia, 'Times New Roman', times, serif;
	padding: 0 0 6px 12px;
	line-height: 17px;
	margin-bottom: 10px;
}

#mainText ul li {
	list-style: none; 	
	background: url(images/backgrounds/list_bullet.gif) no-repeat 2px 6px;
	padding: 0 0 6px 12px;
  	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	color: #000;	
}	

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

#rightCol h1 a {
  	font: bold 12px/14px georgia, 'Times New Roman', times, serif;
	color: #000;
	text-decoration: none;
}

#mainText h3 a {
  	font: bold 12px/18px georgia, 'Times New Roman', times, serif !important;
	margin-bottom: 3px;
	text-decoration: underline !important;
}

#subNav a {
  	font: normal 11px/14px georgia, 'Times New Roman', times, serif;
	padding: 6px 0 4px 5px;	
	display: block;	
	color: #000 !important;
	text-decoration: none;
}

#subNav ul a:hover,
#subNav ul a.selected {
	background: #b6b999;
	color: #fff !important;
	text-decoration: none;
	display: block;	
}

/* Note: We need an active style that matches the hover, like this 

#subNav a:active {
	background: #b6b999;
	color: #fff
	text-decoration: none;
	display: block;
}

*/

#subNav ul ul a {
  	font: normal 10px/13px georgia, 'Times New Roman', times, serif !important;
	padding: 3px 0 3px 20px !important;	
	display: block;	
	color: #000 !important;
	text-decoration: none;
}

#subNav ul ul a:hover,
#subNav ul ul a.selected {
	background: #b6b999;
	color: #fff !important;
	text-decoration: none;
	display: block;	
}

#subNav ul ul ul a {
  	font: normal 10px/13px georgia, 'Times New Roman', times, serif !important;
	padding: 3px 0 3px 30px !important;	
	display: block;	
	color: #000 !important;
	text-decoration: none;
}

#subNav ul ul ul a:hover,
#subNav ul ul ul a.selected {
	background: #b6b999;
	color: #fff !important;
	text-decoration: none;
	display: block;	
}

/* Note: I tried to give the third level items a market, like the following, but it's not working */

#subNav ul ul ul {
	list-style-type: square;
}


/*----Sermons Archive Styles----*/

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 35px;
}

h3.blogEntryTitle {
  	font: bold 12px/16px trebuchet MS, verdana, sans-serif;
	color: #666;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 35px;	
}


/* ----- Pledge Form ----- */

.pledgeForm{ 
	border-top: 1px solid #e4e6cb;
	border-left: 1px solid #e4e6cb;
	width: 475px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.secondForm {
	margin-bottom: 25px;
}

.pledgeForm th, .pledgeForm td
 {
	padding: 5px;
	border-right: 1px solid #e4e6cb;
	border-bottom: 1px solid #e4e6cb;
	vertical-align: top;
	background: #fbfbf7;
	text-align: center;
}


.pledgeForm th
{
	background: #e4e6cb;
	color: #000;
	padding: 5px 10px;	
}

.pledgeForm tr.light td {
	background: #f1f2e4;
}


/* ----- Form Styling ----- */

.noIndent {
	margin-left: 0 !important;
}

label{
	display: block;
  	font: normal 12px/18px georgia, 'Times New Roman', times, serif;
	margin: 0;
	padding: 0;
	color: #202121;
}

.textfield{
	padding:2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 200px;
	color: #202121;
}

.textfield2{
	padding:2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 443px;
	color: #202121;
}

.textfield3{
	padding:2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 125px;
	color: #202121;
}

.selectSmall {
	width: 120px;
}

#content .rfp td{
	padding:5px;
	border: 0 !important;
	text-align: left;
}

#content .rfp table{
	margin-top: 0;
	padding: 0;
	border: 0 !important;	
}

.rfp{
	color: #202121;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
}

.rfp td{
	padding: 0;
	margin: 0;
	padding:2px;
}

.rfp h3 {
	margin-top: 5px;
	border-top: 1px solid #d3d9dd;
	padding-top: 15px;
}

.rfp .extraLineHeight {
	line-height: 30px !important;
}

.rfp h3.first {
	margin-top: 0 !important;
	border-top: 0 !important;
	padding-top: 0 !important;
}

.rfp .tdline {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

.required {
	font: normal 9px  tahoma, arial, verdana, sans-serif;
	color: red;
}

form {
	padding: 0;
	margin: 0;
}

input[type="checkbox"] {
	vertical-align: middle;
	display:inline-block;
}

input[type="radio"] {
	margin-right: 5px;
}		

.rfp .blueText {
	color: #1c4056;
	font-weight: bold;
}

.rfp p {
	margin-left: 0 !important;
}

a.tooltip {
	position: relative;
	z-index: 0;
	text-decoration: none;
	cursor: help;
}

a.tooltip{
	display: inline;
	color: #000;
}

a.tooltip:hover {
	z-index: 1;
	text-decoration: none;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 6px;
	border: 1px solid #bbb;
	background: #F7FBFE;
	color: #000;
	width: 250px;
	white-space: normal;
	text-align: left;
	text-decoration: none;
}

/*----- Search Results ----- */

.googleSearch {
	margin-top: -2px;
}
