@charset "utf-8";
/* CSS Document */
/* ========== Tab ==========  */
.tabHolder {clear:both;}
.tabWrapper { padding:22px 22px; background:#eaf1ff; border-top:4px solid #18d26e; clear:both;}
.shadetabs{padding: 3px 0; margin-left: 0;  margin-bottom: 0;  list-style-type: none; text-align: left; clear:both;  /*set to left, center, or right to align the menu as desired*/}

.shadetabs li{ float:left; margin: 0; font-size:15px;}

.shadetabs li a{ text-decoration: none; position: relative; z-index: 1; padding: 5px 15px; margin-right:1px; color: #000000; background:#eaf1ff; display:block;}

.shadetabs li a:visited{color: #000000;}

.shadetabs li a:hover{text-decoration:none; color: #2d2b2b; background:#fff;}

.shadetabs li a.selected{ /*selected main tab style */position: relative; }

.shadetabs li a.selected{ /*selected main tab style */background:#18d26e; color:#ffffff; border-bottom-color: white;}

.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;}

.tabcontent{display:none;}

table.dataTabel tr td, table.dataTabel tr th  {text-align:left; vertical-align:middle; padding:8px 8px; font-size:14px; border-bottom:1px solid #d2d8e5; color:#000000;}
table.dataTabel tr th {color:#000000; font-weight:600;}

.tabcontent ul li {padding-left:20px; background:url(../images/bullet-orange.png) no-repeat 0 13px; color:#000000;}


.contactAddress { width:375px; float:left; padding-bottom:10px;}
.contactAddress p{ font-size:14px; line-height :22px;}
.contactForm {width:695px; float:left; padding-bottom:10px;}
.contactForm h3 {text-align:left; font-size:18px; font-weight:300; color:#18d26e;}
.contactForm p{ font-weight:400; color:#505961; font-size:14px; padding-bottom:13px;}
.row {overflow:hidden; padding-bottom:0px;}
input[type="text"] {float:left; width:320px; background:#ffffff; border:1px solid #ccc; padding:5px 10px; color:#656565; font-weight:400; font-size:14px; font-family: 'Open Sans', sans-serif; margin:0 10px 12px 0; }
.row  input[type="text"]:first-child {margin-left:0;}
textarea { height:100px; width:672px; background:#ffffff; border:1px solid #ccc; padding:5px 10px; color:#656565; font-weight:400; font-size:14px; font-family: 'Open Sans', sans-serif; resize:none; overflow:auto; margin:0 0 12px 0;}
input[type="submit"] {height:36px;  background:#18d26e; border:none; padding:5px 22px; color:#ffffff; font-weight:400; font-size:14px; font-family: 'Open Sans', sans-serif; text-transform:uppercase; float:left; cursor:pointer; margin:0 0 12px 0; }
input[type="submit"]:hover {background:#000000;}
