form {
  margin: 0px;
}
fieldset {
  -moz-border-radius: 7pt;
}
legend {
  font-family: Arial, Helvetica, sans-serif;
  color: #6cbc45;
  font-size: 14px;
  font-weight: bold;
}
.tinymce {

}
.code_javascript {
  background-color: #ffffff;
  border-left: #DAD9D3 1px solid;
  border-top: #DAD9D3 1px solid;
  border-bottom: #808080 1px solid;
  border-right: #808080 1px solid;
}
.page_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #7f4200;
  font-weight: bold;
  text-align: center;
}
.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.text_white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
}
.text_control {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 2px 2px;
}
.textarea_control {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #cccccc;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.textarea_control_codeeditor {
  font-family: 'Courier New', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  border: 1px solid #cccccc;
  margin-left: 0px;
  width: 100%;  overflow: auto;
}
.textarea_control_required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #cccccc;
  background-color: #FFFFCC;
  margin-left: 0px;
  width: 99%;
  overflow: auto;
}
.text_required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 2px;
}
.text_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.text_small_italic {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9B9B9B;
  font-style: italic;
}
.link_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #376faa;
}
.link_small:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #feb165;
}
.text_disabled_small {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #C0C0C0;
}
.text_control_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 2px 2px;
}
.textarea_control_small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 2px 2px;
}
.text_bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.text_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  font-style: italic;
}
.text_disabled {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #C0C0C0;
}
.text_note, .text_note span, .error span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: red;
}
.standardPaddingTop {
  padding-top: 4px;
}
.label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #336699;
}
.label_small {
  font-family: Arial, Helvetica, sans-serif;
  color: #336699;
  font-size: 12px;
  font-weight: normal;
}
.label_required {
  font-family: Arial, Helvetica, sans-serif;
  color: #94070B;
  font-size: 14px;
  font-weight: normal;
}
.label_normal {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.label_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #038a8a;
  font-weight: bold;
}
.label_title_required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #038a8a;
  font-weight: bold;
}
.label_control_row {
  padding: 4px 0px 8px 0px;
}
.search-controls-seperator-top {
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.search-controls-seperator-bottom {
  margin-top: 4px;
  padding-top: 4px;
  text-align: right;
}
.command_seperator_top {
  border-bottom: dotted 1px #DAD9D3;
  margin-bottom: 8px;
  padding-bottom: 6px;
}
.command_seperator_bottom {
  border-top: dotted 1px #DAD9D3;
  margin-top: 8px;
  padding-top: 4px;
}
.commandWrapper {
  height: 26px;
}
.commandDiv {
  float: left;
  padding-right: 4px;
}
.commandDivRight {
  float: right;
  padding-left: 4px;
  height: 26px;
}
.editTab_wrapper {
  margin: 0px;
  padding: 8px 0px 0px 20px;
}
.button_action {
  cursor: pointer;
}
.button_move {
  cursor: move;
}
.button_control {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #cccccc;
  padding: 2px;
}
.buttonIconWrapper {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.buttonIconWrapperHover {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #e5e5e5;
}
.buttonIcon {
  border: #DAD9D3 1px solid;
  padding: 6px 8px;
}
.buttonIconWrapper a, .buttonIconWrapper a:hover, .buttonIconWrapperHover a, .buttonIconWrapperHover a:hover {
  color: #808080;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
.buttonIcon .icon {
  padding-right: 4px;
}
.buttonIcon .title {
  color: #808080;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  font-size: 11px;
  font-weight: normal;
}
a.button, .button input.buttonDiv, .button div.buttonDiv {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
.button a {
  text-decoration: none;
}
.button a:hover {
  text-decoration: none;
}
a.button div.buttonDiv:hover, .button input.buttonDiv:hover, .button div.buttonDiv:hover {
  background-color: #1e3d51;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.buttonDiv {
  cursor: pointer;
  padding: 2px 10px;
  background-color: #038a8a;
  border-left: #0e243b 1px solid;
  border-top: #0e243b 1px solid;
  border-bottom: #0e243b 1px solid;
  border-right: #0e243b 1px solid;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.breadcrumb_wrapper {
  padding-left: 8px;
}
.breadcrumb_text, .breadcrumb_text h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.breadcrumb_text h1 {
  display: inline;
  padding: 0px;
  margin: 0px;
}
.breadcrumb_link {
  font-size: 11px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #979797;
  text-decoration: none;
}
.breadcrumb_link:hover {
  font-size: 11px;
  color: #336699;
  text-decoration: underline;
}
.grid_header {
  background-color: #b67514;
  padding: 0px 0px 4px 0px;
}
.white {
  color: #ffffff;
}
.pagination {
  text-align: right;
  padding: 4px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.pagination a, .pagination span {
  margin: 0px 0px 0px 4px;
  padding: 2px 3px;
  text-decoration: none;
}
.pagination a.number, .pagination a.number:active, .pagination a.number:visited {
  color: #006e97;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 9px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}
.pagination a.number:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  text-decoration: none;
}
.pagination a.current, .pagination a.current:active, .pagination a.current:visited {
  color: #cccccc;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 9px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.grid_table {
  border:none;
  border-collapse: collapse;
}
.grid_cell_header {
  padding: 2px 4px 2px 4px;
}
.grid_cell {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  background-color: transparent;
  padding: 10px;
}
.grid_cell_even {
  border: 1px solid #D2C8C8; 
  border-width: 1px 0px;
  padding: 10px;
}
.grid_cell_footer {
  padding: 2px 4px 2px 4px;
}
.grid_title {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.grid_title:hover {
  text-decoration: underline;
}
.grid_container, .grid_container_cell {
  margin: 0px;
  padding: 0px;
  float: left;
  margin: 0px 8px 8px 0px;
}
.grid_container_list {
  overflow-x: hidden;
  overflow-y: auto;
  border: #C0C0C0 1px solid;
  padding: 5px;
}
.grid_container_list-active {
  background-color: #FFFFCC;
}
.grid_container {
  overflow: visible;
  position: relative;
}
.grid_container_list_featured {
  overflow-x: hidden;
  overflow-y: auto;
  border: #f4ae2a 1px solid;
  padding: 5px;
}
.grid_container_list_item {
  background-color: #A0A0A0;
  border-bottom: white 1px solid;
  color: #ffffff;
}
.grid_container_table {
  border: #E4E4E4 1px solid;
  padding: 5px;
}
.grid_container_table_featured {
  border: #f4ae2a 1px solid;
  padding: 5px;
}
.grid_container_item {
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: visible;
  position: relative;
}
.grid_container_table_noborder {
  /*padding: 5px; */
}
.grid_container_table_item_indicated {
  border: #00FF40 2px solid;
  padding: 0px;
  margin: 0px;
}
.grid_container_table_item {
  border: transparent 2px solid;
  padding: 0px;
  margin: 0px;
}
.grid_container_table_item_selected {
  border: red 2px solid;
  padding: 0px;
  margin: 0px;
}
.grid_container_cell_item  {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: center;
}
.grid_container_pagelet, .grid_container_cell_pagelet {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  float: left;
}
.grid_container_pagelet {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_container_pagelet_header {
  border: #B6B6B6 1px solid;
  padding: 2px 4px 2px 10px;
  background: transparent url(images/frames/frame_teal.gif) repeat-x center center;
  width: 100%;
}
.grid_container_pagelet_header_text {
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.grid_container_pagelet_handle {
  cursor: move;
}
.grid_container_table_pagelet {
  width: 100%;
  border: #E4E4E4 1px solid;
  padding: 5px;
}
.edit_container {
  border: #7b9ebd 1px solid;
  padding: 4px 4px 4px 4px;
}
.edit_container_nopadding {
  border: #7b9ebd 1px solid;
}
.imageedit {
  border: #7b9ebd 1px solid;
}
.image {
  border-left: #DAD9D3 1px solid;
  border-top: #DAD9D3 1px solid;
  border-bottom: #808080 1px solid;
  border-right: #808080 1px solid;
}
.imageright {
  float: right;
  margin-top: 2px;
  margin-left: 12px;
  margin-bottom: 2px;
}
.imageleft {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.imageleft_standard {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}
.imageleft_nobottom {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #5a0a0f;
}
.link:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffcc33;
}
.search_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #536274;
  text-decoration: underline;
}
.search_link:hover {
  font-size: 14px;
  color: #ffcc33;
  text-decoration: underline;
}
.spacer {
  height: 7px;
  width: 1px;
}
.text_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.text_header a {
  font-size: 12px;
  color: #feb165;
}
.text_header a:hover {
  font-size: 12px;
  color: #376faa;
}
.label_header {
  color: #feb165;
  font-size: 13px;
  font-weight: bold;
}
.control_button {
  border: #E4E4E4 1px solid;
  padding: 3px;
}
.nowrap {
  white-space: nowrap;
}

/* Wizards */

.WizardColumnsWrapper {
  position: relative;
}
.WizardWrapperColumnLeft {
  float: left;
  width: 185px;
  border-left: #DAD9D3 1px solid;
  border-top: #DAD9D3 1px solid;
  border-right: #DAD9D3 1px solid;
}
.WizardWrapperColumnRight {
  position: relative;
  margin-left: 205px;
}
.WizardTitle {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  text-align: center;
}
.WizardStep {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px;
  border-bottom: #DAD9D3 1px solid;
}
.WizardStepCompleted {
  background-color: #5C7BCD;
}
div.WizardStepCompleted:hover {
  cursor: pointer;
  background-color: #3558B5;
}
.WizardStepActive {
  font-weight: bold;
  background-color: #3558B5;
}
.WizardStepInactive {
  background-color: #7C96D8;
}
.WizardSubStep {
  padding: 2px 10px 2px 24px;
  background-color: #BCC9EB;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: #DAD9D3 1px solid;
  font-size: 13px;
  font-weight: normal;
}
.WizardSubStepCompleted {
  background-color: #98ACE0;
}
div.WizardSubStepCompleted:hover {
  cursor: pointer;
  background-color: #8199DA;
}
.WizardSubStepActive {
  font-weight: bold;
  color: #ffffff;
  background-color: #3558B5;
}
.WizardSubStepInactive {
  background-color: #BCC9EB;
}
.WizardControlsTop {
  padding-bottom: 10px;
}
.WizardControlsBottom {
  padding-top: 10px;
}

/*
.informationDiv {
  height: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  border: #cccccc 1px solid;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 2px;
}
*/

/* Forms */

.msgWindow {
  background-color: #f5f4f0;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  height: auto;
}
.msgWindow p {
  color: red;
}

/* Tab Control */

.tab {
  padding: 2px 8px 2px 8px;
  margin: 0px 2px;
}
.activeTab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #0e243b;
}
.startTab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 1px;
}
.endTab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.inactiveTabRight {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #BEBEBE;
}
.inactiveTabBoth {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #BEBEBE;
}
.inactiveTab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #BEBEBE;
}
.inactiveTabLeft {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #BEBEBE;
}
.inactiveTabBoth a:link, .inactiveTabBoth a:visited,
.endTab a:link, .endTab a:visited,
.inactiveTab a:link, .inactiveTab a:visited,
.inactiveTabLeft a:link, .inactiveTabLeft a:visited,
.inactiveTabRight a:link, .inactiveTabRight a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}
.inactiveTabBoth a:hover, .inactiveTab a:hover,
.endTab a:hover, .endTab a:hover,
.inactiveTabLeft a:hover, .inactiveTabRight a:hover  {
  text-decoration: underline;
}

/* Indicators */

.indicator_container {
  position: absolute;
  display: none;
  text-align: center;
  background-color: #ffffff;
  z-index: 1000;
}
.indicator_wrapper {
  position: relative;
  top: 50%;
}

/* Skin specific */
body {
  background: #000000;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica,sans-serif;
  color: #ffffff;
}

p, div, li, td {
  font-family: Arial, Helvetica,sans-serif;
  font-size: 13px;
}

.home-slider-wrapper {  
  background: #000000 url(images/bg-body.jpg) top center no-repeat;
  width: 1000px;
  height: 570px;
  margin: 0px auto;
  position: relative;
}

.main {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.logo {      
  position: absolute;
  top: 0px;
  left: 22px;
  z-index: 500;
}
.nav {         
  position: absolute;
  top: 68px;
  right: 60px;
  z-index: 500;
  font-size: 14px !important;
  width: 710px !important;
}
.tagline {
  color: #ffffff;
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;
  font-style:italic;
  padding: 0px 60px 0px 0px;
}

.seo h1,.seo h2,.seo h3,.seo h4,.seo h6  {
  font-family: Arial, Helvetica,sans-serif;
  font-size: 13px;  
  font-weight: normal;
  display: inline;
}


.seo h5 {
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;  
  display: inline;
  font-weight: normal;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}



a {
  color: #ffffff;
  font-family: Arial, Helvetica,sans-serif;
  text-decoration: none;
}
a:hover {
  color: #038a8a;
  font-family: Arial, Helvetica,sans-serif;
  text-decoration: none;
}
 
/* Top Nav */

.nav a {
  padding: 0px 0px 0px 30px; 
  font-size: 14px !important;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Helvetica,sans-serif;
  color: #ffffff;
  font-size: 1em;
  display: inline;
}
.nav a:hover, .nav .onState {
  color: #038a8a;
}
.contact-info {    
  position: absolute;
  top: 25px;
  right: 0px;  
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;  
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #ffffff;
  z-index: 500;
}
.redTxt {
  color: #b70c10;
}


/* Home Styles */

.callouts {
  padding: 20px 0px 30px 0px;
}
.callout-item-last {
  float: right;
}
.callout-item {
  float: left;
  padding-right: 20px;
}
.callouts h2 {
  color: #ffffff;
  font-size: 18px;
  margin-left: 20px;
  text-align: left;
}

.home-content {
  padding: 10px 0px 20px 0px;
  clear: both;
}
.col-right-med {
  float: right;
  width: 480px;
  text-align: left;
}
.col-right-med h2 {
  color: #ffffff;
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 16px 0px;
}
.col-left-med {
  float: left;
  width: 480px;
  font-size: 14px;
  text-align: justify;
  padding-bottom: 20px;
}
.col-right-med ul {
  padding: 0px;
  margin: 0px;
}
.col-right-med li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
.spacer {
  clear: both;
}


.main-wrapper {
  background: #000000 url(images/bg-body-page.jpg) top center no-repeat;
}

.page-wrapper {
  width: 1000px;
  height: 370px;
  margin: 0px auto;
  position: relative;
}

.page-header-image {      
  position: absolute;
  width: 100%;
  top: 108px;
  left: 0px;
}

.page-content {
  min-height: 400px; 
  z-index: 100;
}

.left-col h2, .right-col-main h2 {
  color: #038a8a;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

.page-content h2 {
  color: #038a8a;
  font-size: 18px;
}

.1column h2 {
  color: #038a8a !important;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

.left-col {
  float: left;
  width: 460px;
  text-align: justify;
  font-size: 14px;

}
.right-col {
  float: right;
  width: 460px;
  padding-top: 20px;
  padding-right: 35px;
}


.1column {
  text-align: left;
} 




.title_link {
  padding: 0px 0px 0px 30px; 
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.title_link:hover {
  color: #038a8a;
}

.nav_left_on{
  padding: 10px 0px;
  color: #038a8a;
}


.nav_left_on a{
  color: #038a8a;
}

.nav_left {
  padding: 10px 0px;
}

.right-col-main {
  float: right;
  width: 800px;
  padding: 0px 0px 0px 5px;
  text-align: left;
}

.left-col-nav {
  float: left;
  width: 188px;
  font-size: 14px;
  min-height: 450px;
  margin-bottom: 15px;
  text-align: left;
  padding-right: 5px;
  border-right: 1px solid #5e5e5e;
}

.right-col-main2 {
  float: right;
  width: 800px;
  padding: 0px 0px 0px 5px;
  text-align: left;
  border-left: 1px solid #5e5e5e;
}

.left-col-nav2 {
  float: left;
  width: 188px;
  font-size: 14px;
  min-height: 450px;
  margin-bottom: 15px;
  text-align: left;
  padding-right: 5px;
}

.page_content {
  padding: 0px 10px 10px;
}

.product-container {
  padding: 0px 15px;
}

.item-gallery {
  width: 220px;
  height: 150px;
  float: left;
  text-align: center;
  padding: 0px 0px;
  margin: 0px 16px 16px 0px;
}

.portfolio-item {
  position: relative;
  width: 195px;
  float: left;
  text-align: center;
  padding: 8px 0px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.item_image_link {
  position: absolute:
  overflow: hidden;
  width: 195px;
  height: 130px;
  display: block;  
}

.item_image_link img {
  margin: auto 0px;
}

.item_title_link {
  padding: 3px;
  display: block;
}

.clear {
  clear: both;
  padding-top: 10px;
}

.hr {
  width: 100%;
  margin: 10px 25px 0px 0px;
  border-top: 1px solid #5e5e5e;
}

/* footer */
.footer-wrapper {
  background: url(images/bg-footer.jpg) repeat-x;
  clear: both; 

}

.footer {
  height: 50px;
  padding: 0px 20px 20px;
  background: url(images/bg-footer.jpg) repeat-x;
  width: 1000px;
}

.footer-border {
  padding: 0px;
  margin: 0px;
  height: 1px;
}
.footer-content {
  width: 1000px;
}


.footer-right {
  float: right;
  text-align: right;
}
.footer-left {
  float: left;
  text-align: left;  
  padding: 10px 0px;
}
.footer-left li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 16px;
  font-size: 12px;      
}
.footer-left ul {
  padding: 0px;
  margin: 0px;
}
.footer-nav {
  padding: 10px 0px;
}
.footer-nav a:hover, .footer-nav .onState { 
  color: #038a8a;
}
.footer-nav a {  
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;     
  padding: 0px 0px 0px 40px;
  margin: 0px;    
}
.copyright {      
  color: #939393;
  font-size: 11px;
  text-decoration: none;
}
.copyright a {      
  color: #939393;
  font-size: 11px;
  text-decoration: underline;
}
.copyright a:hover {      
  color: #038a8a;
  font-size: 11px;
  text-decoration: underline;
}

/* Fields */

.form_field_tiny {
  width: 42px;
}
.form_field_extrasmall {
  width: 78px;
}
.form_field_small {
  width: 122px;
}
.form_field_medium {
  width: 170px;
}
.form_field_large {
  width: 278px;
}


/* Page Layout */

.pagecontent_container_table_columns {
  width: 1000px;
}
.pagecontent_container_column_twocolumn_left {

}
.pagecontent_container_column_twocolumn_right {

}
.pagecontent_container_column_threecolumn_left {

}
.pagecontent_container_column_threecolumn_right {

}
.pagecontent_container_column_threecolumn_middle {

}
.pagecontent_container_column_onecolumn {

}
.pagecontent_container_pagelet {
  padding: 12px 4px;
}

/* Form Layout */

.form_container_table_columns {
  padding-top: 10px;
}
.form_container_column_twocolumn_left {

}
.form_container_column_twocolumn_right {
  padding-left: 20px;
}
.form_container_column_threecolumn_left {

}
.form_container_column_threecolumn_right {

}
.form_container_column_threecolumn_middle {
  padding: 0px 10px;
}
.form_container_column_onecolumn {

}

/* tooltip styling */
.tooltip {
	display: none;
	background: url(images/black_arrow_big.png);
	height: 173px;
	padding: 30px 30px 10px 20px;
	width: 310px;
}
.tooltip p {
	font-size: 14px;
	color: #ffffff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color: #ad4;
	font-size: 12px;
	font-weight: bold;
}

/**
 *  Home Banner - Carousel
 */

div.banner-wrapper {
  position: relative;
  width: 1000px;
  height: 420px;
}
div.banner-wrapper .logo {
  position: absolute;
  z-index: 10;	
}
div.banner-video {
  position: absolute;
  display: none;
  top: 92px;
  left: 525px;
  width: 376px;
  height: 236px;
}
div.banner-video-button {
  position: absolute;
  display: none;
  top: 310px;
  left: 140px;
  width: 200px;
  height: 40px;
}
ul.banner {
  list-style: none;
  width: 1000px;
  height: 420px;
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding: 0px;
}	
ul.banner li {
  position: absolute;
  left: 0px;
  right: 0px;
}
ul.banner li.show {
  z-index: 0;	
}
/*ul img {
  border: none;	
}*/
.featuredtestimonial p {
  font-style: italic;
  color: #c0c0c0;
}
.quote {
	font-size: 18px;
	font-weight: bold;
  color: #c0c0c0;
}
.map-overlay {
background: transparent;
position: relative;
width: 100%;
height: 600px;
top: 600px; /* your iframe height */
margin-top: -600px; /* your iframe height */
}