/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Remove all margins from everything */
* {
   padding:0;
   margin:0;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:white;
}


a:link{
	color: #336699;
	text-decoration: none;
	font-weight: 600;
}

a:visited{
	color: #9D978E;
	text-decoration: none;
	font-weight: 600;
}

a:hover{
	color: #336699;
	text-decoration: underline;
	font-weight: 600;
}

h1, h2, h3, h4, h5 {
color: #24476a;
	clear:both;
}


h1{
 font-family: Arial,sans-serif;
 font-size: 160%;
 margin: 0.25em 0 0 0;
 padding: 0px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 123%;
	margin: 0px;
	padding: 0.25em 0;
	background: url(../images/header_underline.gif) bottom left no-repeat;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 112%;
	margin: 0px;
	padding: 0.25em 0;
	background: url(../images/header_underline_small.gif) bottom left no-repeat;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 108%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}
 
h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

div#content h2 {
	padding-top:1.25em; 
	/*border-bottom: 2px solid #4D381F; padding-bottom:0.1em;*/
}

div#content h3, h4 { 
/*	border-bottom: 1px solid #4D381F; padding-bottom: 0.1em;*/
	font-style:italic; padding-top:1em; 
}


/* Cancel the clear:both of the previous heading settings. In this case, it would cause the */
/* entire div content to be pushed down below the navbar in IE6. Also, <hr>s. */
div#contentnosidebar h1, h2, h3, h4, h5, hr {
	clear:none; 
	}
	
div#contentnosidebar h2 {
	/*border-bottom: 2px solid #4D381F; padding-bottom:0.1em; */
	padding-top:1.25em; 
}

div#contentnosidebar h3, h4 { 
/*	border-bottom: 1px solid #4D381F; padding-bottom: 0.1em;*/
	font-style:italic; padding-top:1em; 
}


ul{
	list-style-type: square;
	line-height: 140%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {
	margin-left:4em;
	padding-left:0.5em;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #24476a;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
/*	border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 211px;
	margin:0; padding:0;
background-color:white;
}

#navBar{
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	background-color: #F8F6F3;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 20%;
	border: 1px solid #24476a;
	background-color: #dbe2e9;
}

div#headlines h2, h3 {
/* This bottom border gets assigned to h2s and h3s that are NOT in div#headlines! 
   So, we have to take it out.
	border-bottom:1px solid #4D381F; */
	}
	
div#headlines p {
	padding-bottom:0.5em;
}

#content{
background:white;
	float: left;
  width: 50%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	top: 66px;
	position: absolute;
	left: 153px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

.picleft  { 
	float:left;  
	padding-left:10px; 
	margin-right:15px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	border:none;
 }

.picright {
	float:right;
	margin-left:15px;
	padding-right:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:none;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 8px;
	font-size: 80%;
}

#headlines h3 {
	padding-top: 0.6em;
	padding-bottom: 0.2em;
	margin: 0;
	font-size: 112%;
}

#wrapper {
	padding:0;
	color: #000;
}

/* workaround for IE's extra border/margin at the bottom of the header */
/* * html is only executed recognized by IE */
/*
* html #wrapper {
  margin-top:-4px;
}
*/

#wrapper2 {
	position:absolute;
	top:211px;
	margin: 0;
	padding:0 0 0 5px;
	color: #000;
	background-color: white;
	left: -6px;
}

p {
	line-height: 140%;
	padding-top: 0px;
	margin-top: 0.6em;
}

.pextraspace {
	padding-bottom: 0.1em;
}

p.dropcap:first-letter {  font-size:150%;  padding-right:0.025em; color:#24476a;}

.pullquote {
   font-size:125%;
   margin:10px;
   background-image:url('../images/closequote.gif');
   background-repeat: no-repeat;
   background-position:  right bottom;
/*   border:1px solid #ddd;*/ /* a temp border */ 
   padding-left:0px; padding-right:25px; padding-top:5px; padding-bottom:0;
   }

.pullquote:first-letter {
	background-image:url('../images/openquote.gif');
	background-repeat:no-repeat;
	background-position: left top;
	padding: 15px 2px 10px 35px;
}

.signature {
	font-family:  "Comic Sans MS", "Brush Script", sans-serif; font-size:x-large; color:#24476a;
}

.scriptlarge {
	 font-family:"Comic Sans MS", sans-serif; font-size:large;
}

ol {
	line-height: 140%;
}
.blockindent {
	padding-right: 5em;
	padding-left: 5em;
}
div#contentnosidebar {
	margin-right: 3%;
	margin-left: 28%;
}

div.contentminutes {
	margin-left:27%;
	background-color:white; 
}
	
div.minutes table {
	border: 2px solid #27347A;
	margin: 5px;
}

div.minutes td {
	border: 1px solid #27347A;
	padding:5px;
	}
div.minutes {
	padding: 0;
	background-color: #FFFFFF;
}

div#crecalendar td
{ padding:3px; }

div.contactus td {
border:1px solid#732600;
padding:5px;
}

/* Must have CELLSPACING="0" on <TABLE> to have single borders between cells */
div.contactus table {
border:2px solid #732600;
}

.footnote {
	vertical-align:super; 
	color:black;
	}
	
#blog-feed
{
	padding-top:15px;
}
#blog-feed li
{
	margin-left:1em;
}