body {
	background: #FFF url('../images/body-single.png') repeat-x scroll top
		left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #B2904A;
}

body.homepage {
	background: #FFF url('../images/body.png') repeat-x scroll top left;
}

body.noheader {
	background: #FFF url('../images/body-noheader.png') repeat-x scroll top
		left;
}

body.noheaderindex {
	background: #FFF url('../images/body-noheader-index.png') repeat-x
		scroll top left;
}

* {
	margin: 0;
	padding: 0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
	background: none;
}

tr.subheading {
	color: #000000;
	font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 12px;
	/* text-align:center; */
	letter-spacing: -0.5px;
	border-bottom: 4px solid #000000;
	text-transform: capitalize;
	margin: 0;
	/* line-height: 2.6em; */
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	background: #B2904A url('../images/h4.png') repeat-x center;
}

th, td {
	padding: 4px 4px;
	height: 10pt;
}

th {
	color: #ffffff;
	font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #B2904A;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.8em;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #B2904A;
}

td {
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}

code {
	background-color: #222;
	color: #ccc;
	border: none;
}

blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	font-size: 12px;
}

a {
	color: #000000;
}

a:hover, a:focus {
	color: #B2904A;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form input.formbutton {
	border: 3px solid #000000;
	background: #003366;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form input.formbutton:hover, form input.formbutton:focus {
	border: 3px solid #000000;
	background: #B2904A url(../images/h4.png) repeat-x scroll center center;
	color: #000000;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

/* form input.formbutton:focus {
	border: 3px solid #000000;
	background: #B2904A url(../images/h4.png) repeat-x scroll center center;
	color: #000000;
	font-weight: bold;
	padding: 5px 8px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}
 */
fieldset form input.formbutton {
	margin-left: 150px;
}

form.searchform p {
	margin: 5px 0;
}

span.required {
	color: #ff0000;
}

span.tooltip {
	color: #ff0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.message {
	color: #ff0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background: none;
	border-bottom: none;
	text-transform: none;
	line-height: 1.0em;
	padding: 0 0 5px;
}

#body h1 {
	color: #2E5A26;
}

h1 strong {
	font-weight: normal;
}

h2 {
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
		Sans-Serif;
	font-size: 30px;
	letter-spacing: -0.25px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
}

#body h2 {
	font-weight: normal;
}

h3 {
	color: #555;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
		Sans-Serif;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #48913C;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

ul.styledlist {
	list-style: none;
	margin-left: 20px;
}

ul.styledlist li {
	background: #fff url('../images/list-item.gif') no-repeat scroll left
		center;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	padding: 0px 15px;
	margin: 0 auto;
	height: 10px;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	color: #fff;
	padding-top: 40px;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -3px;
	float: left;
	text-shadow: 1px 1px #111;
}

#header h2 {
	color: #999;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	margin-left: 5px;
	margin-top: 50px;
	padding-bottom: 0;
	padding-left: 4px;
}

#nav {
	height: 0px;
	width: 960px;
	position: relative;
	z-index: 999;
	padding-top: 0px;
}

#nav ul {
	list-style: none;
	padding: 16px 0 0;
	margin: 0;
	height: 36px;
}

#nav ul ul {
	padding-top: 0;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 13px 15px 12px;
	text-decoration: none;
	margin-right: 10px;
}

#nav ul li a.has_submenu {
	background: url('../images/submenu-item-hover.gif')
		/*  no-repeat scroll right center */;
	background-repeat: no-repeat;
	background-position: 95% 35%;
	background-color: #B2904A;
}

#nav ul li a.has_submenu:hover, #nav ul li.sfHover a.has_submenu, #nav ul li a.has_submenu:focus
	{
	background-image: url('../images/submenu-item-hover.gif');
}

#nav ul ul li a {
	float: none;
	width: 170px;
	border-top: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #333;
}

#nav ul li.selected li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #B2904A;
}

#nav ul li.selected a {
	color: #000000;
	/* background-color: #B2904A; */
	border-top: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #333;
}

#nav ul li.selected a:hover, #nav ul li.selected a:focus {
	color: #ffffff;
	border-top: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #333;
	background-color: #000000;
}

#nav ul li.selected {
	color: #000000;
}

#nav ul li.selected a {
	color: #000000;
	background-color: #B2904A;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#nav ul ul li.selected a, #nav ul ul li.selected a:hover, #nav ul ul li.selected a:focus
	{
	text-decoration: underline;
	border: none;
}

#nav ul li a:hover, #nav ul li.sfHover a, #nav ul ul a, #nav ul li a:focus
	{
	color: #fff;
	background-color: #B2904A;
}

#nav ul li li a:hover, #nav ul li li a:focus {
	background-color: #111;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	margin-top: 10px;
	padding-top: 0;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover, .sf-menu li:focus {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul, .sf-menu li:focus ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li:focus li ul
	{
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li:focus ul
	{
	left: 200px; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul, ul.sf-menu li li:focus li ul
	{
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul, ul.sf-menu li li li:focus ul
	{
	left: 10em; /* match ul width */
	top: 0;
}

/* front page slider styles */
div#jFlowSlide {
	margin: 0 auto;
}

div#slides-container {
	height: 131px;
	overflow: hidden;
	width: 960px;
	padding-top: 0px;
	background: none;
}

div#slides-container div#jFlowSlide {
	height: 315px;
}

div#slides-container div.jFlowSlideContainer img {
	margin: auto;
}

div#slides-container div.jFlowSlideContainer div {
	
}

div#slides-container div.jFlowSlideContainer div.slide-image {
	float: left;
	width: 370px;
	padding-top: 0px;
}

span.jFlowPrev, span.jFlowNext {
	background-image: url('../images/slide-prev.gif');
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 24px;
	float: left;
	margin: 0;
	cursor: pointer;
}

span.jFlowPrev span, span.jFlowNext span {
	display: none;
}

span.jFlowNext {
	background-image: url('../images/slide-next.gif');
	float: right;
}

div#slides-container div.controls {
	position: relative;
	top: -220px;
	width: 960px;
	margin: 0 auto;
}

div#slides-container p {
	padding-top: 10px;
	color: #eee;
}

div#slides-container a {
	color: #eee;
}

div#slides-container h2, div#sub-header h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
		Sans-Serif;
	color: #fff;
	text-shadow: 1px 1px #21441D;
	font-weight: normal;
}

div.slide-text {
	padding-top: 10px;
}

.hidden {
	display: none;
}

div#sub-header {
	height: 101px;
}

div#sub-header h2 {
	padding-top: 27px;
}

#body {
	background: none;
	margin: 0 auto;
	padding: 0px 0 0;
	width: 960px;
	padding-top: 0pt;
}

#breadcrumbs {
	color: #999999;
	font-size: 12px;
	height: 30px;
	padding-top: 7px;
}

#breadcrumbs a {
	color: #999;
}

#content {
	float: left;
	width: 710px;
	background: none;
}

#content_full {
	float: left;
	width: 960px;
}

.box {
	margin: 0;
	padding: 0 5px;
	padding-top: 0pt;
	background: none;
}

.sidebar {
	width: 250px;
	padding: 20px 0 0;
	float: right;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
	padding: 10px;
	background-color: #B2904A;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 12px;
	border: none;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #000000;
}

.sidebar li ul li a:hover, .sidebar li ul li a:focus {
	color: #B2904A;
}

.sidebar li ul.blocklist {
	padding: 0;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	border-bottom: 1px solid #000000;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar li ul.blocklist li a:hover, .sidebar li ul.blocklist li a:focus
	{
	background-color: #000000;
	color: #ffffff;
}

/* .sidebar li ul.blocklist li a:focus {
	background-color: #000000;
	color: #ffffff;
}
 */
.sidebar h4 {
	color: #B2904A;
	font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #B2904A;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.9em;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	background: #333 url('../images/h4-black.png') repeat-x center;
}

.sidebar h4.h4-green {
	background: #48913C url('../images/h4.png') repeat-x center;
	border-bottom: 1px solid #2C5A26;
}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	background: #000 url('../images/footer.jpg') repeat-x scroll bottom left;
	padding: 30px 5px 0;
/* 	 position: fixed; */
/*     bottom: 0; */
/*     width: 100%; */
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer h4 {
	color: #ccc;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
		Sans-Serif;
}

#footer p {
	text-align: left;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer form input#searchbutton {
	margin: 0;
	border-bottom: none;
	overflow: visible;
	width: auto;
}

#footer form input#searchquery {
	background-color: #333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding: 6px 3px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #222;
}

#footer ul li {
	padding: 0;
}

#footer ul li a {
	display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 7px 10px;
	border-bottom: 1px solid #222;
}

#footer ul li a:hover, #footer ul li a:focus {
	background-color: #111;
}

.footer-box {
	width: 160px;
	margin-right: 26px;
	float: left;
}

.end-footer-box {
	margin-right: 0;
}

#footer-links {
	background-color: #000;
	color: #ccc;
	padding: 5px;
}

div#footer-links p {
	text-align: right;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	width: 960px;
	display: block;
}

#footer-links a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

.etabs {
	margin: 0;
	padding: 0;
}

.tab {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #B2904A;
	border: solid 1px #ffffff;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.tab a {
	font-size: 12px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
}

.tab a:hover, .tab a:focus {
	text-decoration: underline;
	background: #fff;
	color: #B2904A;
}

.tab.active {
	background: #fff;
	padding-top: 6px;
	position: relative;
	top: 1px;
	border-color: #666;
}

.tab a.active {
	font-weight: bold;
}

.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

.panel-container {
	margin-bottom: 10px;
}

/* #E9DEC9 */
.colored_td {
	height: 24px;
	font: normal 11px arial;
	background-color: #D8C6A0;
}

.blink_td {
	height: 24px;
	font: normal 11px arial;
	background-color: #FFC6C6;
}

.white_td {
	height: 24px;
	font: normal 11px arial;
	background-color: #FFFFFF;
}

/* SORTED TABLE */
/* for hiding the page banner */
.pagebanner {
	color: #991111;
}
/* for customizing page links */
.pagelinks {
	text-align: right;
	color: maroon;
	margin: 20px 0px 20px 50px;
}

/* for shifting all the Export options*/
.exportlinks {
	margin: 20px 0px 20px 30px;
}

/* For changing the spaces between export link */
.export {
	margin-left: 30px;
}

/* For odd and even row decoration */
tr.odd {
	height: 24px;
	font: normal 11px arial;
	background-color: #FFFFFF;
}

tr.tableRowEven, tr.even {
	height: 24px;
	font: normal 11px arial;
	background-color: #D8C6A0;
}

th.mainheading {
	vertical-align: top;
	background-color: #003366;
}

td {
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}

thead tr {
	background-color: #999999;
}
/* For changing the background colour while sorting */
th.sorted {
	background-color: #000000;
	color: #FFFFFF;
}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	font-family: Lucida, "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.5px;
	text-transform: capitalize;
	margin: 0;
	/* line-height: 2.6em; */
	font-weight: bold;
}

th a, th a:visited {
	color: white;
}

th a:hover {
	color: black;
}