@import "lib/reset.css";
@import "lib/forms.css";

body {
	background: #FFFFFF;
	font-family: Verdana;
}

a {
	color: #005801;
}

a:hover {
	color: #00cc00;
}


p {
	margin-bottom: 6px;
}

h1, h2, h3 {
	margin-bottom: 6px;
}

h4.head {
	font-weight: bold;
	color: #005801;
	border-bottom: 1px solid #CCC;
}

h5.article { 
	display: block;
	width: 70%;
	float: left;
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
}

.clear {
	clear: both;
}


.logo h1 span {
	display: block;
	left: 0px;
	position: absolute;
	top: 0px;
}





#wrapper {
	width: 980px;
	margin: auto;
	background-color: #FFF;
	font-size: 0.8em;
	color: #333;
	min-height: 500px;
}

#head {
	height: 110px;
}

#head .logo {
	position: relative;
	width: 210px;
	height: 110px;
	float: left;
	margin-top: 12px;
	margin-left: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.logo h1 span {
	background: url(../assets/layout/fmalogo.jpg) no-repeat scroll top left;
	width: 210px;
	height: 110px;
}

#topimage {
	float: left;
	width: 600px;
	height: 110px;
	margin-top: 12px;
	margin-left: 14px;
	background: #CCCCCC;
}

#homeboxl{
	float: left;
	display: block;
	background-color: #E5FAE5;
	width: 346px;
	height: 120px;
	margin-right: 10px;
	line-height: 1.3em;
	font-size: 0.9em;
	border: 1px solid #005801;
	padding-left:  10px;
	padding-right:  10px;
	padding-top:  5px;
	text-align: left;	
	color: #005801;
}

#homeboxr{
	float: left;
	display: block;
	background-color: #E5FAE5;
	width: 346px;
	height: 120px;
	margin-left: 10px;
	line-height: 1.3em;
	font-size: 0.9em;
	border: 1px solid #005801;
	padding-left:  10px;
	padding-right:  10px;
	padding-top:  5px;
	text-align: left;	
	color: #005801;
}

#ticker{
	float: left;
	display: block;
	background-color: #E5FAE5;
	width: 746px;
	height: 25px;
	line-height: 1.3em;
	font-size: 0.9em;
	border: 1px solid #005801;
	padding-left:  7px;
	padding-top:  7px;
	text-align: left;	
	color: #005801;
}

#memlogobox{
	float: left;
	display: block;
	background-color: #FFFFFF;
	width: 746px;
	height: auto;
	line-height: 25px;
	padding-left:  13px;
	margin-top: 10px;
	border-top: 1px solid #005801;
	border-bottom: 1px solid #005801;
	text-align: left;	
	color: #005801;
}

#righttitle{
	float: left;
	display: block;
	background-color: #005801;
	width: 190px;
	height: 25px;
	margin-left: 20px;
	line-height: 25px;
	border-top: 2px solid #FFF;
	font-size: 0.9em;
	font-weight: bold;
	padding-left:  10px;
	text-align: left;	
	color: #FFFFFF;
}

#rightlink{
	float: left;
	display: block;
	background-color: #005801;
	width: 190px;
	height: 25px;
	line-height: 25px;
	border-top: 2px solid #FFF;
	font-size: 0.9em;
	font-weight: bold;
	padding-left:  10px;
	text-align: left;	
	color: #FFFFFF;
}


ul.topNav li, ul.footNav li, ul.copyw li {
	float: left;
	font-size: 0.9em;
}

ul.topNav li {
	font-weight: bold;
	text-align: center;
	display: block;
}

ul.topNav li a {
	color: #333;
	display: block;
	text-decoration: none;
}



ul.topNav {
	clear: left;
	background-color: #005801;
	width: 760px;
	height: 25px;
	line-height: 25px;
	border-top: 2px solid #FFF;
}

ul.topNav li {
	margin-right: 10px;
	font-size: 0.85em;
	float: left;
}

ul.topNav li a {
	display: inline;
	padding-top: 7px;
	height: 21px;
	color: #FFFFFF;
}

ul.topNav li a:hover {
	color: #E5FAE5;
}


ul.topNav li.first {
	margin-left: 10px;
}

ul.topNav li.search {
	float: right;
	margin-right: 10px;
}

ul.footNav {
	float: right;
	display: block;
	margin-right: 0px;
}

ul.copyw {
	float: left;
	display: block;
	margin-right: 0px;
}

ul.footNav li {
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #CCC;
	margin-top: 7px;
}

ul.copyw li {
	padding-left: 6px;
	padding-right: 6px;
	border-left: 1px solid #CCC;
	margin-top: 7px;
}

ul.footNav li.first {
	padding-left: 0px;
	border: none;
}

ul.copyw li.first {
	padding-left: 0px;
	border: none;
}


.info {
	float: left;
	width: 700px;
	border: 1px solid #660000;
	background: #FFFFCC url(../admin/images/message_box.gif) 8px 3px no-repeat;
	color: #660000;
	margin: 14px 0px 0px 24px;
	padding: 12px;
	text-indent: 38px;
	
}

.success {
	display: block;
	border: 1px solid #006699; 
	background: #FFFFCC url(../admin/images/info_box.gif) 8px 3px no-repeat;
	color: #006699;
	padding: 12px;
	text-indent: 38px;
	margin: 10px 0;	
}

.newsBlockMain {
	clear: both;
	border-top: 1px solid #CCC;
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.col h3 {
	clear: both;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
  	border-bottom: 1px solid #CCC;	
}

.col .newsBlockMain h3 {
	border: none;	
}



.newsBlockSub {
	clear: both;
	border-top: 1px solid #CCC;
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.newsBlock h2  { font-size: 1.2em; border: none }


.newsBlock .newsDate, .newsBlockMain .newsDate {
	display: block;
	width: 30%;
	float: right;
	font-size: 10px;
	text-align: right;
	color: #666666;
}

.newsBlock .newsAuthor {
	font-size: 10px;	
	padding-bottom: 6px;
}

.newsBlock h4 {
	clear: both;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 12px;
	border-top: 1px solid #CCC;
}

.newsImage {
	float: left;
	border: 1px solid #333;
	margin-right: 12px;
}

#newsLinkBlock {
	border: 1px solid #CCC;	
	padding: 5px;
}

#newsLinkBlock h4 {
	margin-bottom: 6px;
}

#newsLinkBlock a {
	margin-right: 12px;
}

#newsLinkBlock img {
	vertical-align: top;
}


.homeMiddleCol .newsBlockMain {
	border-top: 1px solid #CCC;	
}

.col .newsBlockMain {
	border-top: none;	
	border-bottom: 1px dashed #CCC;	
	padding-bottom: 4px;
}

.homeMiddleCol .newsBlockMain h3  { font-size: 1.1em; font-weight: bold; line-height: 1.1em; margin-top: 12px; margin-bottom: 12px }

.homeMiddleCol .newsBlockMain .newsImage, .col .newsBlockMain .newsImage {
	float: left;
	width: 176px;
	height: 154px;
	border: 1px solid #666;
	margin-right: 10px;
	margin-top: 3px;
}

.col .newsBlockMain .newsImage {
	width: 99px;
	height: 77px;	
}

.newsBlockMain .text  { 

width: 100%;
margin-top: 4px;
line-height: 1.2em }


.contentBlock {
	clear: both;
	float: left;
	margin: 10px 0px 24px 0;
}

.textBlock  { line-height: 1.3em; text-align: justify }

.textBlock h2 , .col h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #005801;
	margin-bottom: 12px;
}

.textBlock .subtitle, .textBlock h3 {
	padding-top: 12px;
	border-bottom: 1px solid #CCC;
}

.tabheader {
	font-size: 1.3em;
	color: #D56E24;
}



.col {
	padding-top: 4px;	
	float: left;
	line-height: 1.4em;	
}


.w760 {
	width: 760px;
}


.w200 {
	width: 200px;
}



.rightheader h2 {
	float: left;
	width: 200px;
	height: 30px;
	background-color: #005801;
	padding: 4px 0px 2px 10px;
	margin-bottom: 0px;	
}

.col h3 {
	clear: both;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
  	border-bottom: 1px solid #CCC;	
}



.ml14 {
	margin-left: 14px;		
}

.footer,  #footSpace {
	width: 980px;
	margin: auto;
	font-size: 0.8em;
}

.footer  {
	height: 50px;
}

.footer .copyright {
	font-size: 0.9em;
	float: right;
	margin-left: 24px;
	margin-top: 7px;
	color: #666;
}


#footSpace {
	border-top: 3px solid #FFF;
	background: #005801;
	height: 8px;
}

.block   { color: black; background-color: #E5FAE5; padding: 5px; border: solid 1px #005801 }

.paraspace		   { text-align: justify; padding: 0 10px }


.tableclass td   { margin: 3px; spacing: 3px; padding: 3px; border-width: 3px; border-color: white; outline-width: 3px; border-spacing: 3px   }

.tableclass50  { color: black; font-size: 12px; line-height: 16px; text-indent: 20px; white-space: normal; margin: 3px; padding: 3px; border: solid 3px white; outline: solid 3px white; border-spacing: 3px    ; spacing: 3px }

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


.img   { margin: 10px 20px; padding: 0; border-width: 0; border-color: white; outline-width: 0; border-spacing: 3px   ; spacing: 3px }



.listTable {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #005801;
	text-align:left;
	border-collapse: collapse;
}

.listTable th, #postInfo th {
	font-family: Verdana;
	border-bottom: 2px solid #005801;
	background-image:url(images/misc/tabletab.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	padding: 1px 0px 1px 8px;
}

.listTable .nextPrev{
	font-size: 10px;
	font-weight: normal;
	float: right;
	height: 10px;
	text-align: right;
}

.listTable td {
	padding: 2px 2px 2px 8px;
}

.listTable .title {
	background-color: #E5FAE5;
	border-bottom: 1px solid #005801;
	font-weight: bold;
}

.listTable .row, #postInfo .row {
	border-bottom: 1px solid #005801;
	vertical-align: top;
}

.listTable .headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.listTable .synopsis {
	font-size: 12px;
	font-weight: bold;
}

.listTable .story {
	font-size: 12px;
}


.listTable .row2 {
	background-color: #E5FAE5;
	border-bottom: 1px solid #005801;
	vertical-align: top;
}



#helpBlock    { color: black; background-color: #ffffff; border: solid 1px gray }

#helpBlock h2 {
	color: #993400;
	font-weight: normal;
	margin-bottom: 3px;
}

#helpBlock .phone {
	float: right;
	font-size: 1.5em;
}

#helpBlock .moreLink {
	float: right;
}

#helpBlock .moreHelp {
	margin-top: 10px;
	display: none;
}


.toptitle		   {font-weight: bold; background-color: #ddd; margin-top: 0; margin-bottom: 2px; padding: 6px 4px 5px 10px; vertical-align: middle; border-top: 1px solid #999; border-bottom: 1px solid #999 }

.toppara		   { text-align: justify; padding: 0 10px }

		
.fmptitle		  { color: #000000; font-size: 16px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; background-color: #ddd; margin-top: 0; margin-bottom: 2px; padding: 6px 4px 5px; vertical-align: middle; border-top: 1px solid #999; border-bottom: 1px solid #999 }

#fmawrapper {
	width: 735px;
	background-color: #FFF;
	font-size: 0.8em;
	color: #333;
	min-height: 350px;
}

.fmanewsfeed h2 {
	text-transform: uppercase;
	font-weight: bold;
}

.fmanewsfeed h2 {
	float: left;
	margin-bottom: 2px;
}

.fmanewsfeed {
	float: left;
	width: 735px;
	padding-top: 4px;	
}

.fmanewsfeed .updated{
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin-top: 1px;
	color: #999;
}

.fmanewsfeed .newsBlockMain{
	border-top: 1px solid #CCC;	
}

.fmanewsfeed .newsBlockMain h3 { font-size: 1.1em; font-weight: bold; line-height: 1.1em; margin-top: 12px; margin-bottom: 12px }

.fmanewsfeed .newsBlockMain .newsImage {
	float: left;
	width: 176px;
	height: 118px;
	border: 1px solid #666;
	margin-right: 10px;
	margin-top: 3px;
}

.fmanewsfeed .newsBlockSub  { margin-bottom: 6px; padding-top: 6px; width: 100%; float: left; clear: both; border-top: 1px dashed #ccc }

.fmanewsfeed .newsBlockSub1 {
	clear: both;
	border-bottom: 1px dashed #CCC;
	float: left;
	width: 100%;
	padding-top: 3px;
	margin-bottom: 3px;
	
}

.fmanewsfeed .newsBlockSub h3 { line-height: 1.1em; margin-bottom: 6px }

.fmanewsfeed .newsBlockSub .text {
	font-size: 0.9em;
	line-height: 1.1em;
}