@charset "utf-8";
/* CSS Document */

/* FICS Stylesheet Notes
/*
/*   The FICS green is #098F1B.
/*   The green used for text is #006600.
/*   The navbar "gray" is #d3dfd4.
/*   The dark gray used for text is #5b735e.
/*   The yellow highlight is #EBE700.
/* */

body {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}

ul.list {
}

ul.list li {
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

a:link, a:visited, a:active, a:hover {
	color: #006600;
	text-decoration: underline;
}


table {
	background-color: #FFFFFF;
}

td.footer {
	background-color: #098F1B;
	text-align: center;
}

td.footer p, td.footer_home p {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.webinartitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.webinarlink {
	color: #006600;
	font-weight: bold;
	text-align: center;
}

.pageinfo {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-top: 6px;
	color:#5b735e;
}

.pageinfo a:link, .pageinfo a:visited, .pageinfo a:active, .pageinfo a:hover {
	color:#5b735e;
	text-decoration: underline;
}

/* navbar */

td.navbar {
	background-color: #d3dfd4;
	border-top: #098F1B thin solid;
	border-bottom: #098F1B thin solid;
	text-align: center;
	padding-left: 15px;
	padding-right: 10px;
}

/* Spry menu bar styles */

ul.MenuBarHorizontal {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	height: 25px;
}

ul.MenuBarActive {
	z-index: 1000;
}

ul.MenuBarHorizontal li {
	background: url(images/navbuttons/blankbutton_off.jpg) no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 144px;
	height: 25px;
	float: left;
}

ul.MenuBarHorizontal a { /* default text style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	color: #000000;
	height: 25px;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background: url(images/navbuttons/blankbutton_on.jpg) top left no-repeat;
	width: 144px;
	height: 25px;
	border: none;
}

ul.MenuBarHorizontal a.MenuBarItemHover { /* menu item style */
}

ul.MenuBarHorizontal aMenuBarItemSubmenuHover { /* submenu item style */
}

/* home page content */

.homebuttons {
	background-color: #098F1B;
}

.highlight {
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 20px;
}

.highlight p.heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.highlight p {
	line-height: 18px;
	margin: 0px;
}

td.footer_home {
	background: url(images/bottom.jpg) top right no-repeat;
	text-align: center;
}

/* secondary pages */

td.pagebody {
	border-top: #098F1B thin solid;
}

/* body text styles */

p.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.link {
	font-size: 11px;
	color: #006600;
	font-weight: bold;
}

/* secondary page banners */

.aboutus_banner {
	background: url(images/aboutus_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.whyus_banner {
	background: url(images/whyus_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.ourservices_banner {
	background: url(images/ourservices_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.gallery_banner {
	background: url(images/gallery_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.contactus_banner {
	background: url(images/contactus_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.resources_banner {
	background: url(images/resources_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.error_banner {
	background: url(images/error_banner.jpg) top left no-repeat;
	width: 750px;
	height: 80px;
}

.aboutus_banner h1, .whyus_banner h1, .ourservices_banner h1, .gallery_banner h1, .contactus_banner h1, .resources_banner h1, .error_banner h1 {
	display: none;
}

.aboutus_banner p, .whyus_banner p, .ourservices_banner p, .gallery_banner p, .contactus_banner p, .resources_banner p, .error_banner p {
	display: none;
}

/* sidebar styles */

.sidebar {
	padding: 19px 10px 0px 20px;
	border-left: #098F1B thin solid;
}

.sidebar p.subhead {
	padding: 0px;
	color: #5b735e;
}

.sidebar ul {
	list-style: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.sidebar li {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

.frogbutton {
	margin-left: 15px;
}

/* sample gallery */

.galleryimg {
	width: 230px;
	float: left;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.imgtitle {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

.clearfloat {
	clear: both;
}

.itemcaption {
}

.note {
	font-size: 10px;
	font-style: italic;
	color: #5b735e;
	text-align: center;
}

.gallery {
	background-color: #000000;
}

.gallerylogo {
	padding: 10px;
}

.gallerycaption {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.alink {
	text-decoration: underline;
	cursor: pointer;
}

.gallerynavleft {
	color: #006600;
	float: left;
}

.gallerynavright {
	color: #006600;
	float: right;
}

.gallerynavcenter {
	color: #006600;
	text-align: center;
}

.gallerysection {
	clear: both;
}

.gallerysection img {
	float: right;
	margin-left: 10px;
}

h2.galleryname {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	display: none;
}

/* site map styles */

.sitemap ul {
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	list-style: none;
	margin-top: 10px;
	margin-left: 20px;
	text-indent: -15px;
	padding-left: 0px;
}

.sitemap ul dt {
	margin-left: 20px;
	text-indent: -20px;
	margin-top: 10px;
}

