/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}
.bulletout {
	margin-left: 17px;
	list-style-type: disc;  /* -- used to be: list-style-type:none; -- */
	list-style-position: outside;
	margin-bottom: 10px;
}
.bulletin {
	margin-left: 17px;
	list-style-type: disc;  /* -- used to be: list-style-type:none; -- */
	list-style-position: inside;
	margin-bottom: 10px;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* End of reset
----------------------------------------------------------------------------------------------------*/
body {
	background: #087408; /* --- this sets background for area outside content ---*/
	z-index: -100;
	font: 12px Arial, Helvetica, sans-serif;
}
#header {
	z-index: 2;
	height: 78px; /* -- originally 78px -- */
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#header img { /* floats logo image left */
	float:left;
}
#content {
	clear: both;
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#bookmarking {       /* -- inserted to add social bookmarks just above footer -- */
	background: #FFF;
	height: 30px;
	/* -- this should inherit black text color  (if not:color: #6B7B8F;) -- */
	width: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 20px; /* -- originally 20px -- */
	padding-bottom: 0px; /* -- originally 20px -- */
}
#footer {
	background: #20252B;
	height: 50px; /* -- originally 15px -- */
	color: #6B7B8F;
	width: 960px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 5px; /* -- originally 20px -- */
	padding-bottom: 8px; /* -- originally 20px -- */
	margin-bottom: 25px; /* -- originally 15 px -- */
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
a {
	color: #FFFFFF; /* -- originally A63201 -- */
}
#footer a {
	color: #FFFFFF; /* -- originally 6B7B8F -- */
}
/* 960 Grid System Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Grid >> 960 Grid System Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .grid_1 {
	width:50px;
}
.container_12 .grid_2 {
	width:130px;
}
.container_12 .grid_3 {
	width:210px;
}
.container_12 .grid_4 {
	width:290px;
}
.container_12 .grid_5 {
	width:370px;
}
.container_12 .grid_6 {
	width:450px;
}
.container_12 .grid_7 {
	width:530px;
}
.container_12 .grid_8 {
	width:610px;
}
.container_12 .grid_9 {
	width:690px;
}
.container_12 .grid_10 {
	width:770px;
}
.container_12 .grid_11 {
	width:850px;
}
.container_12 .grid_12 {
	width:930px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .prefix_1 {
	padding-left:80px;
}
.container_12 .prefix_2 {
	padding-left:160px;
}
.container_12 .prefix_3 {
	padding-left:240px;
}
.container_12 .prefix_4 {
	padding-left:320px;
}
.container_12 .prefix_5 {
	padding-left:400px;
}
.container_12 .prefix_6 {
	padding-left:480px;
}
.container_12 .prefix_7 {
	padding-left:560px;
}
.container_12 .prefix_8 {
	padding-left:640px;
}
.container_12 .prefix_9 {
	padding-left:720px;
}
.container_12 .prefix_10 {
	padding-left:800px;
}
.container_12 .prefix_11 {
	padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .suffix_1 {
	padding-right:80px;
}
.container_12 .suffix_2 {
	padding-right:160px;
}
.container_12 .suffix_3 {
	padding-right:240px;
}
.container_12 .suffix_4 {
	padding-right:320px;
}
.container_12 .suffix_5 {
	padding-right:400px;
}
.container_12 .suffix_6 {
	padding-right:480px;
}
.container_12 .suffix_7 {
	padding-right:560px;
}
.container_12 .suffix_8 {
	padding-right:640px;
}
.container_12 .suffix_9 {
	padding-right:720px;
}
.container_12 .suffix_10 {
	padding-right:800px;
}
.container_12 .suffix_11 {
	padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .push_1 {
	left:80px;
}
.container_12 .push_2 {
	left:160px;
}
.container_12 .push_3 {
	left:240px;
}
.container_12 .push_4 {
	left:320px;
}
.container_12 .push_5 {
	left:400px;
}
.container_12 .push_6 {
	left:480px;
}
.container_12 .push_7 {
	left:560px;
}
.container_12 .push_8 {
	left:640px;
}
.container_12 .push_9 {
	left:720px;
}
.container_12 .push_10 {
	left:800px;
}
.container_12 .push_11 {
	left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .pull_1 {
	right:80px;
}
.container_12 .pull_2 {
	right:160px;
}
.container_12 .pull_3 {
	right:240px;
}
.container_12 .pull_4 {
	right:320px;
}
.container_12 .pull_5 {
	right:400px;
}
.container_12 .pull_6 {
	right:480px;
}
.container_12 .pull_7 {
	right:560px;
}
.container_12 .pull_8 {
	right:640px;
}
.container_12 .pull_9 {
	right:720px;
}
.container_12 .pull_10 {
	right:800px;
}
.container_12 .pull_11 {
	right:880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Suckerfish Menu 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:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	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 {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	width: 960px;
}
.toprounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded ul.sf-menu {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu a { /* top level menu items */
	border-left:	1px solid #555;
	padding: 		14px 12px;
	text-decoration:none;
}
.sf-menu li li a {
	border-bottom: 1px solid #000; /* sub menu borders */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
}
.sf-menu li li:first-child {
	border-top: 1px solid #000; /* sub menu top border */
}
.sf-menu a, .sf-menu a:visited { /* main level menu color */
	color: #FFFFFF; /* -- FFF -- */
}
.sf-menu li li a, .sf-menu li li a:visited { /* sub menu text color */
	color: #FFFFFF; /* -- FC3 -- */
}
.sf-menu li li, .sf-menu li li li {
	background-color: #087408; /* light: drop-down menu background color - old: 079907 / 055405*/
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color: #055405; /* dark: drop-down menu hover color - old: 044204 */
}
.sf-menu li {
	background:	url(images/nav-bg.jpg) repeat-x bottom;
}
.first-item a {
	border-left: none;
}
.toprounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
}
.toprounded .sf-menu .first-item a:hover, .toprounded .sf-menu .first-item a:focus {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item {
	-moz-border-radius-bottomleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-bottom-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item a:hover {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item a:hover {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		url(images/nav-bg-hov.jpg) repeat-x bottom;
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* Styles for vertical Suckerfish menu - probably not used
----------------------------------------------------------------------------------------------------*/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	210px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	210px; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1 {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	color: #fc500d; /* -- original: #333 -- */
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2 {
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
}
h3 {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	color: #fc500d; /* -- original: #A63201 -- */
	margin-bottom: 10px;
}
h4 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #fc500d; /* -- original: #A63201 -- */
	margin-bottom: 5px;
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	position: relative;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	font: 12px Arial, Helvetica, sans-serif;
	height: 40px;  /* -- originally 40px -- */
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
}
#nav.toprounded {
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#nav.bottomrounded {
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom: 2px solid #000;
	border-top:none;
	margin-bottom:15px; /* -- originally 15px -- */
}
.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #000;
	margin-bottom: 0px; /* -- originally 15px -- */
}
/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox {
	background: #F0F3F4;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
}
.sidebarbox h3 {
	font-weight: bold;
	color: #FFF;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	background: #F0F3F4;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	color: #20252B;
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	background: #087408;
	color: #FFF;
}
/* -- alternate sidebarbox styles (header colors, background colors, etc.) -- */
.sidebarbox2 {
	background: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
}
.sidebarbox2 h3 {
	font-weight: bold;
	color: #FFF;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.sidebarbox2 h4 {
	font-weight: bold;
	color: #333;
	padding: 8px;
	font-size: 16px;
	border-top: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
}
.sidebarbox2 p {
	padding:8px;
}
.sidebarbox2 ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.sidebarbox2 ul li {
	list-style: none;
	display: inline;
}
.sidebarbox2 ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	background: #FFF; /* -- used to be: F0F3F4 -- */
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	color: #20252B;
}
.sidebarbox2 ul li a:hover {
	text-decoration: none;
	background: #087408;
	color: #FFF;
}
/* -- alternate sidebarbox styles (header colors, background colors, etc.) -- */
.simple {
	margin-bottom:15px;
}
.simple ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	border-bottom:1px solid #EAEAEA;
	line-height: 18px;
	color: #A63201; /* -- added color to remedy disappearing text (green: 087408) -- */
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.simple ul li a:hover {
	text-decoration: none;
	background: #087408;
	color: #FFF;
}

/* Slideshow styles
----------------------------------------------------------------------------------------------------*/
.slide960 {
	height: 175px; /* -- orinially 175px -- */
	width: 960px;
	background: #FFF; /* -- added to compensate for background color from body div -- */
	border-right: 2px solid #000; /* -- added to provide black borders for white slides -- */
	border-left: 2px solid #000; /* -- added to provide black borders for white slides -- */
	margin-left:-2px; /* -- orinially 'margin:0;' -- */
	margin-right:-2px; /* -- added to complement left compensation (line above) -- */
	padding:0;
	overflow: hidden;
}
.slide960 img {
	height: 175px;
	width: 960px;
	top:0;
	left:0;
}
.slide930 {
	height: 175px;
	width: 930px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.slide930 img {
	height: 175px;
	width: 930px;
	top:0;
	left:0;
}

/* Slideshow navigation styles
----------------------------------------------------------------------------------------------------*/
#slidenav {
	text-align:right; /** change to left or center to reposition navigation **/
	width:100%;
        background: #FFF;
	height:32px; /* changes lower border where 4 slide nav buttons are found -- orinially 32px */
	line-height:25px;
	margin-left:-2px; /* -- added to complement right compensation (line below) -- */
	margin-right:-2px; /* -- added to complement left compensation (line above) -- */
	border-right: 2px solid #000; /* -- added to provide black borders for white slides -- */
	border-left: 2px solid #000; /* -- added to provide black borders for white slides -- */
	font: 11px/25px Arial, Helvetica, sans-serif;
	padding-top:7px;
}
#slidenav a {
	border: 1px solid #000;
	background: #055405;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 5px;
	color:#FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#slidenav a.activeSlide {
	background: #079907; /* -- original light color: 0ca90c -- */
	border: 1px solid #000;
	color:#FFF;
	font-weight: bold;
}
#slidenav a:focus {
	outline: none;
}

/* Header links/text styles
----------------------------------------------------------------------------------------------------*/
.headerlinks {
	float: right;
	text-align: right;
	margin-top: 10px;
	padding-right: 8px;
	color: #F60;
}
.headerlinks a {
	color:#F90;
	text-decoration:none;
}
.headerlinks a:hover {
	color: #FC3;
}
.headerlinks strong {
	color: #FFF;
	font: normal 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

/* Misc styles
----------------------------------------------------------------------------------------------------*/
.topborder1 { /* -- renamed 1 to remove from circulation (see substitute below) -- Used on top of content section to round corners and apply border if navigation using 'rounded' class */
	/* -- originally here: border: 2px solid #000; --> substituted two lines below right / left -- */
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
.topborder { /* -- removes rounding from top of left/right border of content area -- */
	border-right: 2px solid #000;
	border-left: 2px solid #000;

}

.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}
/* Custom items for jquery accordion elements and body content elements
----------------------------------------------------------------------------------------------------*/
.pagebox { /* -- used to be # id -- */
	clear: both;
	width: 450px;
	/* -- height: relative; -- */
}
.pagebox a {
	font-weight: bold;
	text-decoration:none;
	color: #055405; /* -- used to be: 20252B -- */
	margin-bottom: 10px;
}
.pagebox a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fc500d; /* -- used to be: 055405 -- */
}
.italic {
	font-weight: bold;
	font-style: italic;
}
.pagebox ul li a {
	font-weight: bold;
	text-decoration:none;
	color: #055405; /* -- used to be: 20252B -- */
	margin-bottom: 10px;
}
.pagebox ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fc500d; /* -- used to be: 055405 -- */
}
.fullpanel { /* -- used to be # id -- */
	width: 450px;
	/* -- height: relative; -- */
	padding-top: 10px;
}
.panelleft { /* -- used to be # id -- */
	float: left;
	width: 170px;
	padding-top: 10px;
}
.panellefthalf { /* -- used to be # id -- */
	float: left;
	width: 220px;
	padding-top: 10px;
}
.panelleftboldcaption {
	text-align: center;
	font-weight: bold;
	color: #055405;
}
.panelright { /* -- used to be # id -- */
	float: right;
	width: 270px;
	padding-left: 10px;
	padding-top: 10px;
}
.panelrighthalf { /* -- used to be # id -- */
	float: right;
	width: 220px;
	padding-left: 10px;
	padding-top: 10px;
}
.panelrightboldcaption  {
	text-align: center;
	font-weight: bold;
}
#accordion a {  /* -- used to be designated as .accordiontitle -- */
	font-weight: bold;
	color: 050505; /* -- used to be: 000000 -- */
}
.accordion ul li {
	list-style-type: none;  /* -- used to be: list-style-type:none; -- */
	/* -- list-style-position: outside; -- */
	margin-left: 17px;
	/* -- margin-left: 17px; -- */
	/* -- font: 12px Arial, Helvetica, sans-serif; -- */
}
.accordion ul li a {
	text-decoration:none;
	color: #055405; /* -- used to be: 20252B -- */
}
.accordion ul li a:hover {
	text-decoration: none;
	color: #fc500d; /* -- used to be: 055405 -- */
}
.dropelement {
	clear: both;
}
/* Custom placement of addthis social networking
----------------------------------------------------------------------------------------------------*/
#snwnavigation {
	position: absolute;
	padding-top:12px;  /* -- visually 12px works best -- */
	width:125px;  /* -- originally 200px -- */
	margin-left: 585px; /* -- originally ???px -- */
	/* -- z-index:0; -- */
}
#snwfooter {
	width: 100%;
	padding-top: 10px;
	heighth: 16px;
	text-align: center;
	/*font-weight: bold;*/  /* -- used to be font-weight: bold; -- */
}
.snwimage {
	padding-left: 5px;
	padding-right: 5px;
}
.addthis_toolbox .custom_hover {
	position: relative;
}
.addthis_toolbox .custom_hover .custom_button {
	font-weight: bold;  /* -- this is for the text style button -- */
	padding: 4px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.addthis_toolbox .custom_hover .custom_button.active {
	background-color: none;  /* -- original: eee, changed to white = fff -- */
}
.addthis_toolbox .hover_menu {
	display: none;
	position: absolute;
	background: #fff;
}
.addthis_toolbox .custom_hover .tower {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius-topleft: 0;
}
.addthis_toolbox .hover_menu {
	width: 136px;
	padding: 10px 0 10px 0;
	border: 2px solid #055405;  /* -- used to be: 3px solid #eee (note: dark green 055405) -- */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.addthis_toolbox .hover_menu  a {
	width: 102px;
	padding: 4px 0 4px 34px;
	position: relative;
	display: block;
	text-decoration: none;
	color: #050505;  /* -- original: color: blue; (note: dark green 055405) -- */
}
.addthis_toolbox .hover_menu  a:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e3e3e3;  /* -- original: B4D3F8, b8cfb6 green/grey?, e3e3e3 light grey?-- */
	text-decoration: none;
}
.addthis_toolbox .hover_menu  span {
	position: absolute;    
	left: 14px;
	top: 4px;
}
.addthis_toolbox .hover_menu  .more {
	border-top: solid 1px #eee;
	padding: 10px 0 0 0;
	margin: 10px 10px 0 10px;
	text-align: center;
}
.addthis_toolbox .hover_menu  .more a {
	padding: 4px 0;
	margin: 0;
}
.addthis_toolbox .hover_menu  .more span {
	display: none;
}

/* Custom placement of footer items
----------------------------------------------------------------------------------------------------*/
#copyright {
	position: absolute;
	padding-top: 20px;
	text-align: left;
	color: #FFFFFF; /* -- originally: C1D0E1 / FC3-- */
	width:100px;
	height:35px;
	margin-left: 25px; /* -- originally 5px -- */
	z-index:0;
}
#compliance {
	position: absolute;
	padding-top: 0px; /* -- used to be: 5px -- */
	text-align: center;
	color: #FFFFFF; /* -- originally: C1D0E1 / FC3 -- */
	width:360px;
	height:60px;
	margin-left: 300px;
	z-index:0;
}
#footerlinks {
	position: absolute;
	text-align: right;
	color: #FFFFFF; /* -- originally: C1D0E1 / FC3 -- */
	padding-top: 20px;
	width:150px;
	height:35px;
	margin-left: 780px;
	z-index:0;
}
#logo {
	padding: 0 0 0 0;
}
#phonebody {
	position: absolute;
	padding-top: 5px; /* -- padding top for single line item: 35px -- */
	text-align: right;
	color: #FFFFFF; /* -- originally: C1D0E1 / FC3-- */
	font: normal 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	width:170px;  /* -- originally 200px -- */
	height:35px;
	margin-left: 750px; /* -- originally 720px -- */
	z-index:0;
}
#phonefooter {  /* -- added to put large font phone number bototm left -- */
	position: absolute;
	padding-top: 14px; /* -- padding top for single line item: 35px -- */
	text-align: left;
	color: #FFFFFF; /* -- originally: C1D0E1 / FC3-- */
	font: normal 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	width:200px;
	height:35px;
	margin-left: 25px; /* -- originally 750px -- */
	z-index:0;
}
#headerlogo {
	position: absolute;
	padding-top: 36px;
	text-align: left;
	color: #FFFFFF; /* -- originally: C1D0E1 / FC3-- */
	font: normal 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	width:200px;
	height:35px;
	margin-left: 25px; /* -- originally 5px -- */
	z-index:0;
}
.imageleft {
	float: left;
	padding: 0 5px 5px 0;
}
.imageright {
	float: right;
	padding: 0 0 5px 5px;
}
/* ---- 
.imagecenter {
	float: center;
	padding: 0 0 5px 0;
} ----*/
.h1text {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	color: #fc500d; /* -- original: #333 -- */
	letter-spacing: -1px;
}
.tagcenter {
	text-align: center;
	color: #fc500d; /* -- original: #A63201 -- */
}
.grid-top-padding {
	padding-top:25px;
}
.arrow {
	float: left;
	padding-right: 5px;
}
.learnmorelink {
	color: #055405;
}
/* Custom elements of contact form
----------------------------------------------------------------------------------------------------*/
#contact_form {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#contact_form .label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
#contact_form .spacer {
	padding-top: 15px;
}
#express_app_form {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#express_app_form .label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
#express_app_form .spacer {
	padding-top: 15px;
}
#phone, #fax, #cell {
	background-color: #FBEF99;
	width: 150px;
	margin-top: -2px;
}
#name, #biztype, #city, #bizname, #address1, #address2, #email {
	background-color: #FBEF99;
	width: 200px;
	margin-top: -2px;
}
#comments {
	background-color: #FBEF99;
	width: 260px;
	margin-top: -2px;
}
#zip {
	background-color: #FBEF99;
	width: 100px;
	margin-top: -2px;
}
#state {
	background-color: #FBEF99;
	width: 50px;
	margin-top: -2px;
}
#inquiry_type {
	background-color: #FBEF99;
	width: 150px;
	margin-top: -2px;
}
#name:focus,
#bizname:focus,
#address1:focus,
#address2:focus,
#city:focus,
#zip:focus,
#phone:focus,
#cell:focus,
#fax:focus,
#email:focus,
#comments:focus
{
	background-color: #FDD041;
}
#submit {
	margin-left: 155px;
}
#headerspace {
	padding-top: 15px;
}
#contactinfo {
	padding: 10px 0 0 0;
	margin-left: 145px;
	text-align: left;	
}