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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0 auto;
	padding: 0px;
	background-image: url(img/backkground.jpg);
}

a:link, a:visited, a:hover {
	color: #404437;
	text-decoration: none;
}

a:hover {
	color: #257777;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #A53602;
}

h2{
 font-size: 114%;
 color: #A53602;
 font-family: Comic Sans MS,Verdana,Arial,sans-serif;
}

h3{
 font-size: 100%;
 color: #898917;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #898917;
}

h5{
 font-size: 100%;
 color: #616753;
}

ul{
 list-style-type: square;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
 color: #61675;
}

p{
 font-size: 85%;
 font-weight: normal;
 color: black;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width: 800px;
	background-color: #fcf8d8;
	border: thin solid #404437;
	visibility: visible;
	z-index: 1;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #404437;
	width: 100%;
	background-image: url(img/header.png);
	height: 90px;
}

#navBar {
	margin: 30px 15px 10px 0px;
	padding: 0px;
	background-color: transparent;
	width: 250px;
	float: right;
	text-align: right;
}

#navBar a:link, a:visited, a:hover {
	color: #404437;
	font-weight: bold;
	text-decoration: none;
}

#navBar a:hover {
	color: #898917;
	font-weight: bold;
	text-decoration: none;
}

#navBar li {
	text-align: center;
	padding-right: 0px;
}

#content{
	float:left;
	width: 505px;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: transparent;
	text-align: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	visibility: hidden;
}


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

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




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

#feature{
	margin: 20px 10px 20px 20px;
	background-image: url(img/frame.png);
	padding: 16px;
	width: 400px;
	height: 300px;
}

#meeting{
	margin: 20px 10px 20px 20px;
	width: 95%
}

#meeting h2 {text-align: center; margin-top: 1em; margin-bottom: 1em;}

#meeting p {text-align: left; }


#LeftText {	
	margin: 20px 10px 20px 20px;
	padding: 16px;
	text-align: left;
}

#LeftText h2 {text-align: center; margin-top: 1em; margin-bottom: 1em;}

#WideText {
	clear: both;
	padding: 20px;
	text-align: left;
}

#WideText {text-align: center; margin-top: 1em; margin-bottom: 1em;}
/************** .story styles *****************/

#schedule {
	clear: both;
	padding: 20px;
	text-align: center;
}

#schedule iframe {
	margin-top: 15px;
	background-color: #e8f1d9;
	border: thin solid #536929;
}

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

#siteInfo{
	clear: both;
	border-top: thin solid #536929;
	font-size: 75%;
	color: #444444;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

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



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-image: url(img/button.png);
	margin-top: 10px;
	background-repeat: no-repeat;
	height: 22px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fcf8d8;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #fcf8d8;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #fcf8d8;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #fcf8d8;
}

#sectionLinks img {margin-top: 15px; border: 0; }


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}

.FNPSbutton {
	display: block;
	border: thick #e8f1d9 ridge;
	background-color: white;
	background-image: url(img/FNPSlogoSmall.gif);
	background-repeat: no-repeat;
	background-position: 3% 10%;
	padding: 18px 5px 18px 90px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	align: center;
	width: 175px;
}

.FNPSbutton a:link, .FNPSbutton a:visited {
	font-weight: bold;
	font-size: 90%;
 	color: #536929;
	text-decoration: none;
}

.FNPSbutton a:hover {
	font-weight: bold;
	font-size: 90%;
	color: #257777;
	text-decoration: underline;
}


.SNPSbutton {
	display: block;
	border: thick #e8f1d9 ridge;
	background-color: white;
	background-image: url(img/chapterflowersmall.gif);
	background-repeat: no-repeat;
	background-position: 3% 10%;
	padding: 13px 5px 12px 80px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	align: center;
	width: 175px;
}
	
.SNPSbutton a:link, .SNPSbutton a:visited {
	font-weight: bold;
	font-size: 90%;
 	color: #536929;
	text-decoration: none;
}

.SNPSbutton a:hover {
	font-weight: bold;
	font-size: 90%;
	color: #257777;
	text-decoration: underline;
}

.HOMEbutton {
	display: block;
	background-color: #fcf8d8 ;
	margin-bottom: 8px;
	margin-right: 0px;
	text-align: center;
}
.HOMEbutton img {border: 0;}
	
.pictureframe {
	display: block;
	border: thick #e8f1d9 ridge;
	background-color: #fcf8d8;
	padding: 10px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	align: center;
}