/*
 *
 * RESET CSS
 *
 */
.wrapper ol, .wrapper ul {
	list-style: none;
}
.wrapper q {
	quotes: none;
}
.wrapper q:before, .wrapper q:after {
	content: '';
	content: none;
}
.wrapper :focus {
	outline: 0;
}
.wrapper ins {
	text-decoration: none;
}
.wrapper del {
	text-decoration: line-through;
}
.wrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 *
 * GLOBAL CSS
 *
 */
body {
	font-family: Arial;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	min-width: 960px;
	text-align: left;
}
.row {
	clear: both;
	float: left;
	width: 100%;
}
a {
	color: #669933;
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: none;
}
h1 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	font-size: 23px;
	line-height: 1.2em;
	font-family: Arial;
	color: #8CC63F;
	font-weight: bold;
	word-wrap: break-word;
}
h2 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	color:#666666;
	font-family:Arial;
	font-size:18px;
	font-weight: normal;
	word-wrap: break-word;
}
h3 {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	color:#666666;
	font-family:Arial;
	font-size:16px;
	font-weight: normal;
	word-wrap: break-word;
}
h4 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	color:#333333;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	word-wrap: break-word;
}
h5 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight: normal;
	word-wrap: break-word;
}
h6 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	word-wrap: break-word;
}
p {
	font-size: 13px;
	font-family: Arial;
	color: #333333;
	text-align: justify;
	line-height: 1.3em;
	margin: 8px 0;
	word-wrap: break-word;
}
p.success {
	background-color: #C7ED9D;
	border: 1px solid #92C649;
	overflow: visible !important;
	margin: 8px 1px;
	padding: 5px 5px 5px 25px;
	background: #C7ED9D url(../images/success.gif) no-repeat 5px 5px;
	color: #648434;
}
p.error {
	background-color: #FFD5D5;
	border: 1px solid #FFACAD;
	overflow: visible !important;
	margin: 8px 1px;
	padding: 5px 5px 5px 25px;
	background: #FFD5D5 url(../images/error.gif) no-repeat 5px 5px;
	color: #CF3738;
}
p.note {
	background-color: #FFF3A3;
	border: 1px solid #E7BD72;
	overflow: visible !important;
	margin: 8px 1px;
	padding: 5px 5px 5px 25px;
	background: #FFF3A3 url(../images/note.gif) no-repeat 5px 5px;
	color: #B79000;
}
p.small-p {
	font-size: 11px;
	color: #666666;
}
blockquote {
	display: block;
	margin: 10px 0;
	padding: 0 0 10px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	color: #333333;
	font-size: 12px;
}
#content-pages ul, #content-fck ul, #content-wide ul, ul.standard {
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#content-pages ul li, #content-fck ul li, #content-wide ul li, ul.standard li, li.standard {
	float: left;
	width: 95%;
	margin: 0;
	padding: 3px 0 2px 20px;
	list-style: none;
	background: #FFFFFF url(../images/green_bullet.jpg) no-repeat 0 0;
	line-height: 19px;
	overflow: hidden;
}
#content-pages ul li ul li,  #content-fck ul li ul li, #content-wide ul li ul li, ul.standard li ul li, li.standard ul li {
	background: #FFFFFF url(../images/gray_bullet.jpg) no-repeat 0 0;
}
#content-pages ul li span,  #content-fck ul li span, #content-wide ul li span, ul.standard li span, li.standard span {
	float: left;
	font-size: 13px;
	color: #333333;
}
#content-pages ol, #content-fck ol, #content-wide ol, ol.standard {
	text-align: left;
	margin: 0 20px;
	padding: 0;
	list-style-type: decimal !important;
	list-style-position: outside !important;
	color: #333333;
}
#content-pages ol li, #content-fck ol li, #content-wide ol li, ol.standard li {
	display: list-item;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: justify;
	background: none !important;
	list-style-type: decimal !important;
	list-style-position: outside !important;
	font-size: 12px;
}
#content-pages ol li span, #content-fck ol li span, #content-wide ol li span, ol.standard li span {
	float: none;
}
.default-text-12 {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	text-align: justify;
	line-height: 1.3em;
}
/*
 *
 * OTHER CSS
 *
 */
p.separator {
	clear: both;
	float: left;
	background: #FFFFFF url(../images/product-shadow_image.png) no-repeat top center;
	margin: 20px 0 5px 0;
	padding: 0;
	width: 100%;
	height: 24px;
}
p.thin-separator {
	clear: both;
	float: left;
	background: #FFFFFF url(../images/sub-line.png) no-repeat top center;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
	height: 5px;
}
.quote-icon {
	color: #8CC63F;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: middle;
}
.centered-text {
	text-align: center;
	line-height: 30px;
	color: #333333;
}
.rotate-link {
	cursor: pointer;
}
.highlight {
	background-color: yellow;
}
.cke_skin_v2 {
	margin: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right !important;
}
div.error ul {
	margin: 0 !important;
}
div.error ul li {
	background: none !important;
	list-style-type: circle !important;
	list-style-image: none !important;
}
.messages {
	background-color: #fff !important;
	border: 1px solid #b8d3e5 !important;
	/* margin: 15px !important; */
  padding: 10px !important;
}
div.status {
	color: #33a333 !important;
	border-color: #c7f2c8 !important;
	margin-bottom: 10px;
}
div.error, tr.error {
	color: #a30000 !important;
	background-color: #FFCCCC !important;
}
#admin-content .compact-link {
	clear: both;
	float: left;
	margin: 15px 0 10px;
	width: 100%;
}
#admin-content .descripton {
	clear: both;
	float: left;
}
#admin-content h3 {
	clear: both;
	float: left;
	width: 100%;
}
.textarea-identifier {
	display: none;
}
.form-item label {
	display: block;
	font-weight: normal;
	line-height: 20px;
}
.left-dir {
	float: left;
	width: 180px;
	text-align: center;
}
.right-dir {
	float: right;
	width: 480px;
	text-align: left;
}
/*
 *
 * LAYOUT
 *
 */
.wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#header {
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 12px 10px 0;
	text-align: left;
	width: 960px;
}
#content {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 960px;
	background: transparent url(../images/center-content_bg.jpg) repeat-y scroll 0 0;
}
/*
 *
 * FOOTER
 *
 */
#footer {
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
}
#copyright-area {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	background: url(../images/copyright_bg.jpg) no-repeat;
	text-align: center;
	width: 980px;
	height: 75px;
}
.copyright-links {
	width: 960px;
	height: 39px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
.bottom-links {
	font-size: 12px;
	font-family: Arial;
	color: #EFEFEF;
	padding-left: 15px;
}
.bottom-links a, .bottom-links a:hover {
	text-decoration: none;
}
.bottom-links img {
	padding-right: 3px;
}
.copyright-bottom-info-area {
	width:940px;
	float:left;
	margin-left:20px;
	font-size:13px;
	font-family:Arial;
	color:#666666;
	text-align:left;
}
.copyright-bottom-info-green-font {
	font-size:13px;
	font-family:Arial;
	color:#96CA4C;
	font-weight:bold;
}
/*
 *
 * HEADER
 *
 */
.header-area-content {
	margin: 0 auto;
	padding: 0;
	margin-top: 12px;
	text-align: left;
	width: 960px;
}
.header-image {
	margin: 0;
	height: 93px;
	float: left;
	background: url(../images/header_image.png) no-repeat;
	text-align: left;
	width: 960px;
}
.header-image-text {
	margin-top: 28px;
	margin-left: 80px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	line-height: 1.2em;
	width: 350px;
}
.header-image-text a, .header-image-text a:hover, .header-image-text a.selected {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
}
.header-csi-link {
	float: right;
	margin: 10px 20px 10px 0;
	width: 130px;
	height: 70px;
	cursor: pointer;
}
.header-csi-link span {
	width: 100px;
	height: 70px;
	display: block;
	cursor: pointer;
}
.header-divider {
	clear: both;
	float: left;
	text-align: left;
	width: 960px;
	height: 1px;
}
/*
 *
 * NAVIGATION
 *
 */
#navigation-area {
	clear: both;
	float: left;
	background: url(../images/navigation-area_bg.jpg) repeat-x;
	text-align: left;
	width: 960px;
	height: 32px;
}
.navigation-links-area {
	text-align: left;
	width: 660px;
	float: left;
}
.navigation-links-area img {
	border: none;
}
.navigation-links-area a.menu-item {
	margin: 0;
	padding: 0 13px;
	height: 32px;
	line-height: 24px;
	float: left;
	background: url(../images/navigation-off_bg.jpg) no-repeat;
	background-position: right;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #0F0F07;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.navigation-links-area a.menu-item:hover {
	margin: 0;
	padding: 0 13px;
	height: 32px;
	line-height: 24px;
	float: left;
	background: url(../images/navigation-on_bg.jpg) no-repeat;
	background-position: right;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.navigation-links-area a.menu-item-selected {
	margin: 0;
	padding: 0 13px;
	height: 32px;
	line-height: 24px;
	float: left;
	background: url(../images/navigation-on_bg.jpg) no-repeat;
	background-position: right;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
/*
 *
 * SEARCH
 *
 */
.search-form-area {
	float: right;
	margin-right: 10px;
	text-align: left;
	width: 235px;
}
.search-form-area-content {
	float: left;
	margin-top: 5px;
	text-align: left;
	width: 235px;
}
.searchbox-complete {
	height: 20px;
	float: left;
	text-align: left;
	width: 196px;
}
.searchbox-complete img {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
.search-box {
	float: left;
	width: 161px;
	height: 20px;
	border: none;
	margin: 0;
	padding: 3px 0 0 0;
	background: url(../images/search-textbox_bg.jpg) repeat-x top left;
	text-align: left;
	font-size: 11px;
	font-family: Arial;
	color: #666666;
}
.search-go-button {
	background: transparent url(../images/go_button.jpg) no-repeat top left;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 27px;
	height: 20px;
	cursor: pointer;
}
/*
 *
 * BREADCRUMBS
 *
 */
#breadcrumb-area {
	width: 960px;
	height: 32px;
	float: left;
	background-color: #757561;
	text-align: left;
}
.breadcrumb-area-left {
	width: 600px;
	float: left;
	text-align: left;
	margin-top: 8px;
}
.breadcrumb-unselected {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb-selected {
	font-size: 12px;
	font-family: Arial;
	color: #BED53E;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb-area-right {
	width: 275px;
	float: right;
	text-align: right;
	margin-top: 9px;
}
.breadcrumb-area-right a, .breadcrumb-area-right span, .breadcrumb-area-right img {
	float: left;
}
.breadcrumb-area-right span {
	margin: 0 2px;
}
.breadcrumb-unselected {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb-selected {
	font-size: 12px;
	font-family: Arial;
	color: #BED53E;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.white-text12 {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}
/*
 *
 * HOMEPAGE
 *
 */
#home-content-left {
	float: left;
	width: 688px;
	margin: 13px;
	text-align: justify;
}
#home-back-next {
	background: transparent url(../images/front-main_bg2.jpg) no-repeat scroll 0 0;
	float: left;
	height: 37px;
	text-align: right;
	width: 688px;
}
#home-back-next a {
	color:#999999;
	font-family:Arial;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}
#home-content-right {
	float: right;
	width: 232px;
	margin: 13px 13px 13px 0;
}
#right-banner1 {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image1.jpg) no-repeat;
	text-align: center;
}
#right-banner1-on {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image1-on.jpg) no-repeat;
	text-align: center;
}
#right-banner1:hover {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image1-on.jpg) no-repeat;
	text-align: center;
}
#right-banner2 {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image2.jpg) no-repeat;
	text-align: center;
}
#right-banner2-on {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image2-on.jpg) no-repeat;
	text-align: center;
}
#right-banner2:hover {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image2-on.jpg) no-repeat;
	text-align: center;
}
#right-banner3 {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image3.jpg) no-repeat;
	text-align: center;
}
#right-banner3-on {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image3-on.jpg) no-repeat;
	text-align: center;
}
#right-banner3:hover {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image3-on.jpg) no-repeat;
	text-align: center;
}
#right-banner4 {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image4.jpg) no-repeat;
	text-align: center;
}
#right-banner4-on {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image4-on.jpg) no-repeat;
	text-align: center;
}
#right-banner4:hover {
	width: 232px;
	height: 105px;
	float: left;
	background: url(../images/right-banner_image4-on.jpg) no-repeat;
	text-align: center;
}
/*
 *
 * ALL OTHER PAGES
 *
 */
#content-pages {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: #FFF url(../images/pages-bg.png) repeat-y 0 0;
}
#content-wide {
	float: left;
	width: 934px;
	margin: 13px;
	padding: 0;
	text-align: justify !important;
	overflow: hidden;
}
#content-left {
	float: left;
	width: 668px;
	padding: 13px;
	background: #FFFFFF url(../images/product-shadow_image.png) no-repeat top center;
}
#content-left-gradient {
	float: left;
	width: 668px;
	padding: 13px;
	background: #FFFFFF url(../images/left_content_bg.jpg) repeat-x 0 0;
	min-height: 507px;
}
#content-right {
	float: right;
	width: 240px;
	padding: 13px;
}
ul.vece {
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.vece li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 2px 20px !important;
	background: #FFFFFF url(../images/vece.gif) no-repeat 0 0 !important;
	list-style: none;
	line-height: 25px !important;
	height: 25px;
	vertical-align: middle;
}
ul.vece li a {
	float: left;
	font-size: 13px;
	word-wrap: break-word;
	line-height: 25px;
}
ol.footnote {
	text-align: left;
	margin: 0 20px;
	padding: 0;
	list-style-type: decimal !important;
	list-style-position: outside !important;
	color: #666666;
}
ol.footnote li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: justify;
	background: none !important;
	list-style-type: decimal !important;
	list-style-position: outside !important;
	font-size: 11px;
}
ol.footnote li span {
	float: left;
	font-size: 11px;
	color: #666666;
}
/*
 *
 * RIGHT MENU UL LI
 *
 */
ul.menu {
	clear: both;
	float: left;
	text-align: left;
	margin:0 7px 20px;
	padding: 0;
}
ul.menu li {
	float: left;
	width: 100%;
	min-height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 5px 0 5px 17px;
	background: none !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	border-bottom: 1px dotted #CCCCCC;
	width: 210px;
}
ul.menu li.selected {
	background: url(../images/green_bullet.jpg) no-repeat 0 3px !important;
	padding-left:17px -5px -5px -5px !important;
}
ul.menu li a {
	float: left;
	color:#666666;
	font-family:'Arial';
	font-size: 14px;
	line-height: 25px;
	word-wrap: break-word;
}
ul.menu li a:hover {
	color: #000;
}
ul.menu li.selected a {
	color: #669933;
}
ul.menu li.selected a:hover {
	color: #669933;
}
ul.menu li.subselected a {
	font-weight: bold;
}
ul.menu li.subselected a:hover {
	font-weight: bold;
}
ul.submenu {
	text-align: left;
	margin:0 0 0 5px;
	padding: 0;
	clear: both;
	float: left;
	width: 220px;
}
ul.submenu li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/gray_bullet.jpg) no-repeat 0 3px !important;
	list-style-image: none !important;
	list-style-position: outside !important;
	line-height: 18px;
	min-height: 18px;
	vertical-align: middle;
	border: none;
	width: 180px;
}
ul.submenu li.selected {
	background: url(../images/gray_bullet_selected.jpg) no-repeat !important;
	background-position: 0 0 !important;
	list-style-image: none !important;
	list-style-position: outside !important;
}
ul.submenu li a {
	float: left;
	font-size: 13px;
	word-wrap: break-word;
	line-height: 18px;
	color: #666666 !important;
	font-weight: normal !important;
	font-family:'Arial';
	margin: 3px 0;
}
ul.submenu li a:hover {
	color: #000;
	font-weight: normal !important;
}
ul.submenu li.selected a, ul.submenu li.selected a:hover {
	color: #669933 !important;
	font-weight: normal !important;
}
/*
 *
 * NEWS AND EVENTS
 *
 */
a.news-title {
	clear: both;
	float: left;
	width: 100%;
	color: #666666;
	font-size: 19px;
	font-family: Arial;
	word-wrap: break-word;
	margin-top: 7px;
	cursor: pointer;
}
a.news-title:hover {
	color: #000;
	cursor: pointer;
}
span.news-when, span.news-where {
	clear: both;
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	font-family: Arial;
	word-wrap: break-word;
	margin-top: 7px;
}
span.news-description {
	clear: both;
	float: left;
	width: 100%;
	color: #999999;
	font-size: 13px;
	font-family: Arial;
	word-wrap: break-word;
}
span.news-read-more {
	clear: both;
	float: left;
	width: 100%;
	height: 37px;
	background: #FFFFFF url(../images/news-gray-section_bg.jpg) no-repeat 0 0;
	margin: 0 0 14px 0;
}
span.news-read-more a {
	clear: both;
	float: right;
	height: 37px;
	line-height: 37px;
	background: transparent url(../images/news-gray_icon.jpg) no-repeat center left;
	padding: 0 10px 0 55px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
span.news-read-more a:hover {
	color: #000000;
	cursor: pointer;
}
span.news-posted {
	clear: both;
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	font-family: Arial;
	word-wrap: break-word;
	margin-bottom: 14px;
}
#events-details-part {
	width:255px;
	float:right;
	text-align:right;
	margin: 10px 0 10px;
}
.events-detail-area {
	width:240px;
	float:right;
	border:1px solid #D2D3CE;
	text-align:left;
}
.events-detail-area-heading {
	width:240px;
	height:30px;
	float:left;
	background-color:#D2D3CE;
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#666666;
	font-weight:bold;
}
.events-detail-area-left {
	width:75px;
	height:45px;
	float:left;
	border-bottom:1px solid #D2D3CE;
	text-align:left;
}
.events-detail-area-right {
	width:164px;
	height:45px;
	float:right;
	border-left:1px solid #D2D3CE;
	border-bottom:1px solid #D2D3CE;
	text-align:left;
}
.events-detail-area-left2 {
	width:75px;
	height:30px;
	float:left;
	border-bottom:1px solid #D2D3CE;
	text-align:left;
}
.events-detail-area-right2 {
	width:164px;
	height:30px;
	float:right;
	border-left:1px solid #D2D3CE;
	border-bottom:1px solid #D2D3CE;
	text-align:left;
}
.events-detail-area-left3 {
	width:75px;
	height:70px;
	float:left;
	border-bottom:1px solid #D2D3CE;
	text-align:left;
}
.events-detail-area-right3 {
	width:164px;
	height:70px;
	float:right;
	border-left:1px solid #D2D3CE;
	border-bottom:1px solid #D2D3CE;
	text-align:left;
}
#cmb_state {
	width: 210px;
}
#datepicker {
	font-size: 11px;
	margin: 15px;
}
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
	display: none;
}
#ui-datepicker-div {
	display: none;
}
