BODY {
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	margin-bottom:0in;
	font: 12px/140% Arial, Helvetica, sans-serif;
	background: #99dff5 url(../graphics/gradient.png) repeat-x left top;
	color: #000;
} 

/* pagination */

div.pagination {
	margin: 0px;
	text-align:center;
	padding: 10px 10px;
	border-top: 1px none #c3e1ff;
	border-right: 1px solid #c3e1ff;
	border-bottom: 1px solid #c3e1ff;
	border-left: 1px solid #c3e1ff;	
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #00f;
	text-decoration: none; /* no underline */
	color: #00f;
	font: bold 11px Arial, Helvetica, sans-serif;	
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #00f;
	color: #fff;
	background: #00f;
	font: bold 11px/140% Arial, Helvetica, sans-serif;	
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
 	 margin: 2px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font: bold 11px/140% Arial, Helvetica, sans-serif;	
}
	
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #c7e2ff;
		background: #c7e2ff;
		color: #000;
	 font: bold 11px/140% Arial, Helvetica, sans-serif;
}

/* hyperlinks */
a, a:active, a:visited{
	color:#00f;
	font: 12px/140% Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.footerlinks, a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited{
	color: #00f;
	font: 10px/140% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.footerlinks:hover{
	text-decoration: underline;
}


.smlinks, a.smlinks:link, a.smlinks:active, a.smlinks:visited{
	color: #00f;
	font: 10px/140% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.smlinks:hover{
	text-decoration: underline;
}

.biglinks, a.biglinks:link, a.biglinks:active, a.biglinks:visited{
	color: #00f;
	font: bold 14px/140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.biglinks:hover{
	text-decoration: underline;
}

/*  layout elements and styles  */	
#container{
	text-align: center;
	background: url(../graphics/fditracker-background.png) repeat-y center top;
}

#mainWrap{
	margin: 0 auto;
	width: 980px;
}

#contents {
	background: #fff;
	padding: 10px;
}

#contentWrap{
	margin: 5px 5px 10px 5px;
	padding: 5px;
	overflow: auto;
	/*min-height: 480px;*/
}

/*  nav and search area */	

#menuSearch{
	height: 32px;	
}

#menu{
	width: 778px;
	float: left;
	background: url(../graphics/nav-gradient.gif) repeat-x;
	border: 1px solid #168baa;
	height: 30px;
	z-index: 100px;
}

#menu ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu .icons{
	padding: 0px;
	margin: 0px 0px 0px 14px;
}

#menu ul li{
	float: left;
	padding: 6px 0px 0px 14px;
	margin: 0px;
}

#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited{
	text-decoration: none;
	color:#fff;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#search{
	width: 190px;
	float: left;
	text-align: left;
	background: url(../graphics/grey-gradient.gif) repeat-x;
	border: 1px solid #aeaeae;
	height: 22px;	
	padding: 4px 4px 4px 4px;
}


/*  footer area */	

#footer{
	clear: both;
	background: #e6e6e6;
	padding: 10px;
	height: 30px;
	border-top: 1px solid #969696;
	font-size: 11px;
	text-align: left;
}

#footer a, #footer a:visited, #footer a:active{
	color: #00f;
	font: 11px/140% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer #copyright{
	float: right;	
	text-align: right;
}

/* brand area */
#brandArea{
	height: 124px;
	border-bottom: 1px solid #969696;
	background: #cff2f9;
}

#logo{
	width: 500px;
	float: left;
	height: 110px;
	padding: 14px 0px 0px 0px;
}

#logo img{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#map{
	width: 480px;
	float: left;
	height: 124px;
}

/* content elements and styles - home page */	
#topBlock, #bottomBlock{
	overflow: auto;
	text-align: left;
	margin-bottom: 15px;
}

/*#welcome{
	width: 66.1%;	
	float: left;
	margin: 0px 10px;
}*/

#hiliteBlocks{
	width: 72.9%;	
	float: left;
	margin: 0px 10px;	
}

#hiliteBlocks img{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#Advertisements{
	width: 22.9%;	
	float: left;
	margin: 0px 10px;	
}

#blockWelcome{
	margin-bottom: 15px;	
}

.wideBlocksLeft{
	width: 340px;	
	float: left;
	margin: 0px 10px 0px 0px;			
}

.wideBlocksRight{
	width: 340px;	
	float: left;
	margin: 0px 0px 0px 9px;			
}

.updateText{
	padding: 10px;
	border: 1px solid #c3e1ff;
	margin-top: 1px;
	height: 165px;
}

/*#reviewAd{
	width: 29.7%;	
	float: left;
	margin: 0px 10px;
}

#Ad{
	margin: 20px 0px 5px 0px;	
}*/

.imgs{
	height: 100px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.introBlocks{
	width: 220px;	
	float: left;
	margin: 0px 10px;	
}

.introBlocks img{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.introText{
	padding: 10px;
	border: 1px solid #c3e1ff;
	margin-top: 1px;
}

.introLinks{
	text-align: right;
}

/* content elements and styles - all pages */	
#mainContents{
	width: 760px;
	float: left;
	text-align: left;
	margin: 0px 10px;
}

#adRight{
	width: 180px;
	float: left;	
}

#allpages{
	padding: 15px 15px 25px 0px;
}

#pathway{
	padding: 5px;
	margin: 0px 10px;
	text-align: left;
}

#subNav{
	padding: 4px 0px 3px 3px;
	text-align: right;
	float: right;
	margin-top: 14px;
}

#subNav a, #subNav a:active, #subNav a:visited{
	background: url(../graphics/nav-gradient.gif) repeat-x;
	text-decoration: none;
	color:#fff;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #168baa;
	border-right: 1px solid #168baa;
	border-bottom: 1px none #168baa;
	border-left: 1px solid #168baa;
}

#subNav a:hover{
	text-decoration: underline;
}

#subNav span{
	background: url(../graphics/grey-gradient.gif) repeat-x;
	text-decoration: none;
	color:#000;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px none #aeaeae;
	border-left: 1px solid #aeaeae;
}

/* generic all purpose styles */
.titleGradient{
	background: #fff url(../graphics/pagetitle-gradient.gif) repeat-x left bottom;
	height: 42px;
}

.titeIcons{
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

.imglinks {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.pagetitle{
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;	
	padding: 12px 0px 10px 10px;
}

.blocktitle{
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;	
	padding: 15px 0px 10px 10px;
}

.pagetitle2{
	padding: 15px 0px 10px 10px;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;	
	height: 25px;
}

.legendsForm{
	background: #fff url(../graphics/blue-gradient.png) repeat-x left top;
	padding: 4px;
	margin: 0px;
	overflow: auto;
}

.contentBlockNoPad{
	padding: 0px;
	border: 1px solid #c3e1ff;
	margin-top: 1px;
}

.contentBlock{
	padding: 10px;
	border: 1px solid #c3e1ff;
	margin-top: 1px;
}

.contentBlockPad{
	padding: 10px;
}

.moreBlock{
	padding: 5px 10px;
	text-align: right;
	border-top: 1px none #c3e1ff;
	border-right: 1px solid #c3e1ff;
	border-bottom: 1px solid #c3e1ff;
	border-left: 1px solid #c3e1ff;
}

.moreBlock a, .moreBlock a:visited, .moreBlock a:active{
	color: #00f;
	font: 11px/140% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.moreBlock a:hover{
	text-decoration: underline;
}

.previousBlock{
	padding: 5px 10px;
	text-align: left;
	border-top: 1px none #c3e1ff;
	border-right: 1px solid #c3e1ff;
	border-bottom: 1px solid #c3e1ff;
	border-left: 1px solid #c3e1ff;
}

.previousBlock a, .previousBlock a:visited, .previousBlock a:active{
	color: #00f;
	font: bold 12px/140% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.previousBlock a:hover{
	text-decoration: underline;
}

.imglinks{
	margin:0px;
	padding: 0px;
	border: 0px;
}

.blacktext{
	color: #000;
	font: 12px/165%  Arial, Helvetica, sans-serif;
}

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

.formfields{
	background: #c3e1ff;
	border: 1px solid #969696;
	color: #000;
	font: 12px  Arial, Helvetica, sans-serif;
}

.searchfields{
	background-color: #c3e1ff;
	border: 1px solid #969696;
	color: #000;
	font: 12px  Arial, Helvetica, sans-serif;
	width: 70px;
}

.buttonsrch{
	border: 1px solid #168baa;
	font: 11px  Arial, Helvetica, sans-serif;
	padding: 2px 4px 1px 4px;
	background:url(../graphics/button-bk.gif) repeat-x left top;
	color: #fff;
}

fieldset{
	border: 1px solid #999;	
	font: 12px/165%  Arial, Helvetica, sans-serif;
	padding: 10px;
}

legend{
	color: #999;
	font: 13px/165% Arial, Helvetica, sans-serif;
	padding: 10px;	
}

.buttonform{
	border: 1px solid #168baa;
	font: 12px  Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	background:url(../graphics/nav-gradient.gif) repeat-x left top;
	color: #000;
}

.formtable{
	border: 1px dashed #dedede;		
}

.rowdetails{
	background: #e6e6e6;
	font: bold 13px  Arial, Helvetica, sans-serif;
}

.rowdetails2{
	background: #e6e6e6;	
}

.formtext{
	padding: 4px 4px 4px 4px;
	font: bold 11px/140% Arial, Helvetica, sans-serif;
	color: #000;	
}

.legendtext{
	padding: 4px 4px 4px 4px;
	font: bold 11px/140% Arial, Helvetica, sans-serif;
	color: #000;	
	text-align: right;
}

h3{
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;	
	margin: 2px;
}

.textLarge{
	font: bold 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;		
}

.textMedium{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;		
}

.textsmall{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;		
}

.textBlacksm{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;		
}

.textregular{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.textDate{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3cc000;		
}

.textgrey{
	color: #737373;
}

.textItalic{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.blackTitle{
	color: #000;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#newsTicker{
	text-align:left;
	background: #ecf5ff;
	margin: 10px 23px;
	padding: 5px;
	border: 1px solid #c3e1ff;
}

.ticker{padding:10px 4px 0px 10px;height:20px; display:inline;}


ul{
	border: 0;
	margin: 0px 30px;
	padding: 0;
	list-style: square;
}

li{
	padding: 0px;
	margin: 0px;
}

h1{
	margin: 0px;	
}

.tableborder{
	border: 1px dashed #dedede;		
}

.rowheading{
	background: #e6e6e6;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.rowcolor{
	background: #e6e6e6;	
}

.eventBlock{
	border: 1px dashed #dedede;	
	padding: 0px;		
	overflow: auto;
	margin-bottom: 20px;
}

.eventDetails{
	padding: 6px; 	
	width: 58%;
	float:left;	
	text-align: left;
}

.eventsUpcoming{
	padding: 6px; 	
	text-align: left;
}

.eventBanner{
	float:left;	
	text-align:right;
	vertical-align: middle;
	width: 38%;	
	padding: 6px;
}

.eventBannerInner{
	float:right;	
	vertical-align: middle;
	width: 40%;	
	padding: 6px;
	text-align: right;
}

.eventLinks{
	clear:both;
	text-align:right;
	border-top: 1px dashed #dedede;		
	padding: 5px 10px 5px 10px;
	margin: 0px
}

.banners{
	margin-bottom: 4px;	
}

.smtext{
	color: #000;
	font: 10px/140% Arial, Helvetica, sans-serif;
}
