/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	position: relative;
}

h1 {
	font-size: 24px;
	line-height: 29px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 18px;
}

a {
	color: #59608b;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;
}

.formText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

/* end global */


/* basic */

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#content {
	clear: both;
}

/* end basic */


/* header */

#header {
}

.logo {
	margin: 35px 0 0 18px;
	float: left; 
}

.rightHeader {
	float: right;
	width: 600px;
}

.topLinks {
	text-align: right;
	color: #7b7b7b;
	font-size: 12px;
	padding-top: 7px;
}

.topLinks a {
	padding: 0 8px;
	color: #7b7b7b;
}

.searchForm {
	display: inline;
	padding-left: 8px;
}	

.searchForm div {
	display: inline;
}

.searchForm label {
	color: #59608c;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 6px;
	font-size: 12px;
}

.searchForm .searchText {
	background: url(../images/bg_search.gif) 0 0 no-repeat;
	border: none;
	height: 20px;
	width: 173px;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.topNavigation {
	clear: both;
	padding-top: 12px;
}

.mainNav {
	border: 1px solid #d3d3d3;
	border-right: none;
	background: #f3f3f3;
	margin-top: 15px;
	margin-bottom: 20px;
}

.mainNav a {
	float: left;
	color: #007d79;
	font-size: 13px;
	padding: 15px 0 0 0;
	text-align: center;
	width: 141px;
	height: 30px;
	border-right: 1px solid #d3d3d3;
	font-weight: bold;
	line-height: 16px;
}

.mainNav a.mainOn {
	background: #59608b;
	color: #fff;
}

.mainNav a.twoRows {
	padding: 7px 5px 0 0;
	height: 38px;
}	

/* /header */


/* menu */

#nav {
	margin: 0;
	list-style: none;
	z-index: 100;
	padding: 0 0 0 0;
	height: 25px;
	float: right;
	position: relative;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li {
	float: left;
	/*height: 36px;
	width: 10em;*/
	position: relative;
	padding-left: 15px;
	height: 25px;
}

#nav li a {
	display: block;
	float: left;
	color: #7b7b7b;
	height:25px;
}

#nav li a.active {
	color: #59608c;
	font-weight: bold;
	text-decoration: none;
}

#nav li:hover a, #nav li.sfhover a {
	color: #59608c;
	font-weight: bold;
	text-decoration: none;
}

/* second level */
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background: #59608c;
	list-style: none;
	border: 1px solid #fff;
	margin: 0;
}

#nav li ul li {
	padding: 0 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	top: 25px;
}

#nav li ul li {
	border: none;
	height: auto;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	color: #fff;
	width: 140px;
	padding: 3px 5px;
	height: auto;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 11px;
}

#nav li:hover ul li:hover a, #nav li.sfhover ul li.sfhover a {
	background: #394174;
}

#nav li ul a:hover {
	text-decoration: none;
}

/* /second level */

/* third level */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: 150px;
	top: -1px;
}
#nav li:hover ul li:hover ul li a, #nav li.sfhover ul li.sfhover li a {
	background: none;
}

#nav li:hover ul li:hover ul li:hover a, #nav li.sfhover ul li.sfhover li.sfhover a {
	background: #394174;
}
/* /third level */
#nav li li a {
	float: none;
	display: block;
}

#nav li li li a {
	float: none;
	display: block;
}

/* /menu */


/* content */

/* columns */

.threeColumns .colLeft {
	width: 258px;
	float: left;
}

.threeColumns .colMain {
	width: 472px;
	float: left;
	padding-left: 15px;
}

.threeColumns .colRight {
	width: 228px;
	float: right;
}

.threeColumns1 .colLeft {
	width: 178px;
	float: left;
}

.threeColumns1 .colMain {
	width: 552px;
	float: left;
	padding-left: 15px;
}

.threeColumns1 .colRight {
	width: 228px;
	float: right;
}
/* /columns */

.sliderActions {

}

.slidesHolder1 {
	float: left;
	padding-bottom: 28px;
	background: url(../images/slider_shadow.gif) 0 100% no-repeat;
}

.slidesHolder {
	border: 1px solid #cccccc;
	width: 724px;
	height: 343px;
	padding: 4px 5px;
	background: #fff;
}

#slides {
	width: 724px;
	height: 343px;
	overflow: hidden;
	position: relative;
}

.slides_container {
	width: 724px;
	height: 343px;
}

.slider_item {
	height: 343px;
	width: 724px;
	background: #008783;
}

.slider_item h3 {
	font-size: 26px;
	line-height: 28px;
	color: #fff;
	padding: 212px 150px 0 25px;
}

.pagination {
	position: absolute;
	right: 15px;
	bottom: 22px;
	float: right;
	height: 27px;
	z-index: 500;
	margin: 0;
	list-style: none;
	text-align: right;
}

.pagination li {
	padding: 0 9px 0 0;
	display: inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	
}

.pagination li a {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #fff;
}

.pagination li.current a {
	background: #c0af01;
}

.pagination li a:hover {
	text-decoration: none;
}

.homeActions {
	width: 222px;
	padding: 9px 9px 0 9px;
	border: 1px solid #e2e2e2;
}	

.homeActionsHolder {
	background: url(../images/actions_shadow.gif) 0 100% no-repeat;
	padding-bottom: 9px;
	float: right;
}

.actionButton {
	border: 1px solid #d4d4d4;
	background: url(../images/bg_action.gif) repeat-x 0 100% #fefefe;
	padding: 5px;
	margin-bottom: 10px;
}

.actionButton h4 {
	font-size: 15px;
	line-height: 16px;
	color: #007d79;
	font-weight: normal;
	height: 41px;
}

.actionButton h4.twoRows {
	height: 33px;
	padding-top: 8px;
}

.actionButton h4.oneRow {
	height: 18px;
	padding-top: 23px;
}

.actionButton a {
	color: #cca906;
	text-transform: uppercase;
	font-size: 10px;
}

.spotlight {
	border: 5px solid #fff;
	border-bottom: none;
	width: 318px;
	float: left;
	background: url(../images/bg_spotlight.gif) repeat-x 0 100% #fafafb;
}

.spotlightIn {
	padding: 0 22px 0 28px;
}

.spotlight h3 {
	font-size: 15px;
	color: #017f7b;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.spotlightThumb {
	float: left;
}

.spotlight p {
	float: right;
	width: 180px;
	color: #7b7b7b;
	font-size: 11px;
	line-height: 15px;
}

.spotlight .learnMore {
	color: #59608b;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	padding: 0 8px;
	display: block;
	height: 38px;
	background: url(../images/spotlight_learn.gif) repeat-x 0 0;
	line-height: 36px;
	border-bottom: 1px solid #d2d2d2;
}

.spotlightHolder {
	padding-bottom: 18px;
	background: url(../images/spotlight_shadow.gif) 50% 100% no-repeat;
	float: left;
	margin-right: 8px;
}

.productInfoLeft {
	width: 439px;
	float: left;
}

.productImage {
	padding-bottom: 5px;
	background: url(../images/prod_img_shadow.gif) 0 100% no-repeat;
}

.productImage img {
	border: 1px solid #d6d6d6;
	display: block;
}

.productAction {
	border: 1px solid #d6d6d6;
	padding: 2px;
}

.productAction p {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #59608b;
	padding: 4px 12px 12px 12px;
}

.colLeft .productAction p {
	font-size: 17px;
	line-height: 18px;
	padding: 2px 12px 4px 94px;
}

.productAction a {
	text-align: right;
	background: url(../images/bg_ask_expert.gif) repeat-x 0 100% #e7e7e7;
	display: block;
	color: #59608b;
	font-size: 10px;
	text-transform: uppercase;
	padding: 1px 9px;
	border: 1px solid #b3b3b7;
}

.colLeft .productAction a {
	padding: 0px 9px;
}

.productInfo {
	padding-bottom: 30px;
}

.productInfoRight {
	float: right;
	width: 545px;
}

.productInfoHeader h2 {
	width: 285px;
	float: left;
	color: #007d79;
	padding-bottom: 26px;
	font-size: 18px;
}

.productTableData h2 {
	color: #007d79;
	padding-bottom: 6px;
	font-size: 18px;
}

.productInfoHeader .share {
	float: right;
}

.productInfoRight h3 {
	color: #007d79;
	font-size: 13px;
	padding-bottom: 2px;
}

.productInfoRight p {
	padding-bottom: 20px;
}

.dataTable {
	border-collapse: collapse;
	border: 1px solid #bebec1;
}

.dataTable th {
	background: #5b5e8b;
	font-size: 13px;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.dataTable td {
	font-size: 12px;
	padding: 3px;
	text-align: center;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #bebec1;
}

.dataTable .displayedRow td {
	border-bottom: none;
}

.dataTable td.grayTd {
	background: #e6e7e9;
}

.dataTable .displayedRow td.grayTd {
	background: none;
}

.dataTable td a {
	color: #cbbd46;
}

.greenText {
	color: #007d79;
	text-align: left;
	display: block;
	padding-bottom: 10px;
	margin-right: 20px;
}

.dataTable td a.contactLink {
	display: block;
	text-align: right;
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.dataTable td a.contactLink span {
	display: inline-block;
	width: 257px;
	height: 21px;
	background: url(../images/bg_contact_link.gif) 0 0 no-repeat;
	text-align: center;
	line-height: 22px;
}

.dataTable td a.downloadLink, .dataTable td a.prodDetailsLink {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	height: 47px;
	width: 191px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	padding-left: 66px;
	line-height: 48px;
}

.downloadLink {
	background: url(../images/btn_download.gif) 0 0 no-repeat;
}

.prodDetailsLink {
	background: url(../images/btn_info.gif) 0 0 no-repeat;
}

.dataTable td a.tableActions {
	width: 207px;
	height: 21px;
	background: url(../images/table_actions.gif) 0 0 no-repeat;
	display: block;
	text-align: left;
	padding-left: 51px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

.leftNav {
	padding-top: 30px;
}

.threeColumns1 .leftNav {
	padding-top: 0;
}

.leftNav h3 {
	font-size: 13px;
	color: #007d79;
}

.threeColumns1 .leftNav h3 {
	font-size: 18px;
	color: #007d79;
	font-weight: normal;
	padding-bottom: 10px;
}

.leftNav ul {
	list-style: none;
	margin: 0;
	font-size: 13px;
}

.leftNav ul li a {
	display: block;
	color: #007d79;
	background: url(../images/bullet_green.gif) 3px 9px no-repeat;
	padding: 2px 0 2px 12px;
}

.leftNav ul li a:hover, .leftNav ul li a.active {
	text-decoration: none;
	background: url(../images/bullet_white.gif) 3px 9px no-repeat #59608b;
	color: #fff;
}

.productDetails h2 {
	width: 285px;
	color: #007d79;
	padding-bottom: 26px;
	font-size: 18px;
}

.productDetails h3 {
	color: #007d79;
	font-size: 13px;
	padding-bottom: 2px;
}

.productTabsData {
	border: 1px solid #aeaeae;
	padding: 3px;
}

#tabs {
	background: url(../images/bg_tabs.gif) 0 100% repeat-x #cdcdcd;
	border: 1px solid #aeaeae;
	border-bottom: none;
	list-style: none;
	margin: 0;
	padding: 3px 0 0 4px;
}

#tabs li {
	display: inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	*margin-right: 5px;
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	height: 31px;
	color: #000;
	cursor: pointer;
	font-size: 13px;
	padding: 0 9px;
	line-height: 30px;
}

#tabs li.active {
	background: #fff;
	border: 1px solid #aeaeae;
	border-bottom: 1px solid #fff;
}

.tabContent {
	clear: both;
	padding: 15px 10px;
	font-size: 13px;
	display: none;
}

.tabContent h3 {
	color: #02817c;
	font-size: 13px;
	padding-bottom: 2px;
}

.rightActions {
	padding-top: 10px;
	padding-bottom: 15px;
}

.btnDownload1, .btnprodDetails1 {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	height: 47px;
	width: 191px;
	text-align: left;
	display: block;
	margin-bottom: 8px;
	padding-left: 43px;
	line-height: 48px;
}

.btnDownload1 {
	background: url(../images/icon_download.gif) 4px 4px no-repeat;
}

.btnprodDetails1 {
	background: url(../images/icon_info.gif) 0 4px no-repeat;
}

.rightAction {
	background: url(../images/green_arrow.gif) 0 0 no-repeat;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	padding-left: 26px;
	line-height: 16px;
	display: block;
	margin: 8px 0;
}

.sidebarContent {
	padding-bottom: 15px;
}

.tabsTable {
	border: none;
	border-collapse: collapse;
}

.tabsTable th {
	text-align: left;
	color: #007d79;
	font-weight: bold;
	padding: 7px 7px;
	border: none;
}

.tabsTable td {
	text-align: left;
	padding: 7px 7px;
	border: none;
	line-height: 15px;
}

.tabsTable td small {
	font-size: 10px;
}

.tabsTable .grayTr td {
	background: #e7e8ea;
}

.popupHolder {
	background: url(../images/bg_popup.png) repeat 0 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	display: none;
}

.popupBox {
	background: #fff;
	width: 422px;
	position: fixed;
	top: 87px;
	left: 50%;
	margin-left: -211px;
	z-index: 100000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 0;
}

.popupBoxIn {
	padding-right: 16px;
	overflow: auto;
	height: 450px;
}

.btn_close {
	right: 20px;
	top: 9px;
	position: absolute;
}

.popupBoxIn h3 {
	color: #007d79;
	font-size: 25px;
	text-align: center;
	padding: 12px;
	line-height: 26px;
}

.helpForm {
	padding: 0 13px;
}

.helpForm .formRow {
	padding-bottom: 12px;
}

.helpForm label {
	font-weight: normal;
	display: block;
	font-size: 13px;
}

.helpForm .formText {
	background:url(../images/bg_text_field.gif) 0 0 no-repeat;
	height: 20px;
	width: 385px;
	border: 1px solid #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.helpForm .formTextarea {
	background:url(../images/form_textarea.gif) 0 0 no-repeat;
	height: 62px;
	width: 385px;
	border: 1px solid #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.helpForm label.captchaLabel {
	color: #00413f;
	font-weight: bold;
	font-size: 11px;
}

.formButton {
	height: 26px;
	width: 204px;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/btn_form.gif) 0 0 no-repeat;
	border: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.newsItem {
	padding-bottom: 10px;
}

.newsItem h4 {
	font-size: 13px;
}

.newsItem a {
	color: #000;
}

.newsArchive {
	padding: 15px 0 35px 0;
}

.newsArchive h4 {
	font-size: 13px;
}

.newsArchive ul {
	list-style: none;
	margin: 0;
}

.newsArchive ul a {
	color: #59608b;
	text-decoration: underline;
}

.newsArchive ul a:hover {
	text-decoration: none;
}

.eventItem {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #cfd0d2;
}

.eventThumb {
	float: left;
	margin-top: 5px;
}

.eventInfo {
	width: 335px;
	float: right;
}

.eventInfo p {
	padding-bottom: 0;
}

.eventInfo h4 {
	font-size: 15px;
}

.filterResources {
	padding-bottom: 10px;
}

.filterResources .formRow {
	padding-bottom: 8px;
}

.filterResources .formRow label {
	font-size: 13px;
	text-align: right;
	width: 145px;
	font-weight: normal;
	display: block;
	float: left;
	padding-right: 10px;
}

.filterResources .fieldRight {
	float: left;
	width: 280px;
}

.filterResources .formSelect {
	width: 207px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.filterResources .formText {
	width: 205px;
	border: 1px solid #d8d8d8;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.findButton {
	height: 26px;
	width: 205px;
	text-align: center;
	background: url(../images/btn_find.gif) 0 0 no-repeat;
	border: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.resourcesList {
	background: #dedede;
	box-shadow:inset 0 0 6px #888;
	padding: 10px 18px;
}

.resourcesList h4 {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.resourcesList h3 {
	font-size: 14px;
}

.resourcesTable {
	border-collapse: collapse;
}

.resourcesTable th {
	text-align: left;
	color: #444444;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}

.resourcesTable td {
	text-align: left;
	color: #444444;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}

.resourcesTable td a.moreLink {
	color: #bcab00;
}

.resourcesTable td a.lessLink {
	color: #444444;
}
	
/* /content */


/* footer */

#footer {
	font-size: 11px;
	color: #666666;
	padding: 10px 0;
	border-top: 1px solid #d9d9d9;
	margin-top: 25px;
}

.home #footer {
	border-top: none;
	margin-top: 0;
}

#footer * {
	vertical-align: middle;
}

#footer a {
	color: #666666;
	padding: 0 5px;
}

.leftFooter {
	float: left;
	padding-left: 28px;
}

.leftFooter a {
	text-decoration: underline;
}

.leftFooter a:hover {
	text-decoration: none;
}

.copyrights {
	padding-right: 10px;
}

.rightFooter {
	float: right;
	padding-right: 8px;
}	

/* end footer */
