/* Styles for FCN site larger text
version 1.3
www.twinfishdesign.com */

#news h1 {
	display: block;
	margin: 0;
	background-color: #AACD3B;
	font-family: sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2.1em;
	text-indent: 10px;
}

#news h2 {
	display: block;
	margin: 0;
	background-color: #245D51;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	line-height: 1.6em;
	padding-left: 10px;
}

#news p {
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

/*-----------
for the what we do page only
------------*/

#whatnews h1 {
	display: block;
	margin: 0;
	background-color: #AACD3B;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2.1em;
	text-indent: 10px;
}

#whatnews h2 {
	display: block;
	margin: 0;
	background-color: #245D51;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: white;
	line-height: 1.6em;
	padding-left: 10px;
}

#whatnews p {
	font-family: sans-serif;
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2em;
}

/*-----------
latest news page
-----------*/

#newscon h2 {
	display: block;
	margin: 0;
	background-color: #245D51;
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #B2C948;
	line-height: 1.6em;
	text-indent: 10px;
}

#newscon p {
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#newscon li {
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.archivetitle {
	display: block;
	background-color: #B3CA48;
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4em;
	padding-left: 10px;
}

/*-----------
back to normal now
-----------*/

#primary p {
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
}

#primarycon p {
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 10px;
}

#title {
	color: #245D51;
	font-family: sans-serif;
	font-size: 2em;
	font-weight: normal;
}

#phone {
	color: #245D51;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}

.sectitle {
	display: block;
	width: 177px;
	background-color: #245D51;
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #B3CA48;
	line-height: 1.4em;
	padding-left: 10px;
}

.secnews  {
	display: block;
	font-family: sans-serif;
	font-size: 1.6em;
	margin-top: 10px;
	color: #245D51;
	line-height: 1.4em;
}

.secnews p {
	margin-left: 10px;
	margin-right: 10px;
	color: #245D51;
}

.secnews ul,
.secnews li {
	list-style: none;
	text-indent: 10px;
	padding: 0;
	margin: 0;
}


#sizer {
	font-family: sans-serif;
	font-size: 0.8em;
	color: #245D51;
}

/*---------
footer 
----------*/

#links, #credits p {
	font-family: sans-serif;
	font-size: 0.7em;
}

/*----------------
link styles
-----------------*/

a:link, a:visited {
	color: #245D51;
	text-decoration: underline;	
}

a:hover, a:active {
	text-decoration: none;
}


