* { border: 0; border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; }
html { height: 100%; }
body {
  background: #fff;
  color: #303030;
  height: 100%;
  text-align: center;
}
body, input, textarea {	font: 62.5%/100% 'Lucida Grande', Helvetica, Tahoma, Verdana, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 1em; text-align: left; }
a { text-decoration: none; } a:hover { text-decoration: underline; } 
br { clear: left; } fieldset, img { border: 0; } ul { list-style: none; }
/** MAIN ELEMENTS **/
#fwHeader {
  float: left;
  width: 100%;
}
#header {
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#fwSlider {
  background: url('images/bgSlider2.png');
  float: left;
  height: 362px;
  width: 100%;
}
#fwContainer {
  float: left;
  width: 100%;
}
#container {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  width: 960px;
}
#mainContent {
  float: right;
  font-size: 1.3em;
  line-height: 150%;
  overflow: hidden;
  text-align: justify;
  width: 700px;
}
#secondaryContent {
  float: left;
  font-size: 1.3em;
  line-height: 150%;
  margin-right: 20px;
  overflow: hidden;
  padding-top: 5em;
  text-align: left;
  width: 240px;
}
#fwFooter {
  background: #218ea3;
  float: left;
  width: 100%;
}
#footer {
  border: 1px solid #2f8597;
  border-left: 0;
  border-right: 0;
  font-size: 1.2em;
  line-height: 130%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 960px;
}
/** MAIN CONTENT **/
#mainContent a { color: #17a4c1; }
#mainContent h1 {
  color: #000;
  font-size: 2.3em;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 0.5em;
  text-align: left;
}
#mainContent h2 {
  color: #17a4c1;
  font-size: 1.4em;
  font-weight: normal;
  margin: 20px 0 10px 0;
}
#mainContent p { margin-bottom: 1em; }
#mainContent ul { margin-bottom: 1em; }
#mainContent ul li { list-style-type: disc; margin: 0 0 0.5em 2.5em; }
#mainContent ul li ul { margin: 0; padding-top: 0.5em; }
#mainContent ol li { list-style-type: decimal; margin: 0 0 0.5em 3em; }
#mainContent ol li ol li { list-style-type: lower-latin; margin: 0 0 0.5em 2em; }
#mainContent input {
  border: 1px solid #d4d4d4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 20px;
  padding: 3px 1px;
  width: 696px;
}
#mainContent input:focus { border-color: #17a4c1; }
#mainContent input.submit, #mainContent .button {
  background: #007abf url('images/bgSubmit.png') repeat-x 0 50%;
  border: 1px solid #17a4c1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 34px;
  overflow: visible;
  padding: 3px 10px;
  vertical-align: middle;
  width: auto;
}
#mainContent .button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
}
#mainContent input.submit:hover, #mainContent .button:hover {
  background: #fff;
  color: #17a4c1;
  text-decoration: none;
}
#mainContent input.file { height: auto; width: auto; }
#mainContent select {
  border: 1px solid #d4d4d4;
  height: 24px;
  font-size: 1.1em;
  max-width: 698px;
  width: expression(this.width > 698 ? '698px' : 'auto');
}
#mainContent select.multiSelect { height: auto; }
#mainContent textarea {
  border: 1px solid #d4d4d4;
  line-height: 150%;
  padding: 3px 1px;
  width: 696px;
}
/** TABLE **/
#mainContent table.list { width: 100%; }
#mainContent table.list td, #mainContent table.list th {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
  padding: 2px;
  text-align: center;
}
#mainContent table.list td.first, #mainContent table.list th.first { text-align: left; }
#mainContent table.list th { border-bottom: 2px solid #d4d4d4; }
#mainContent table.list tr.odd td { background: transparent; }
#mainContent table.list tr.even td { background: transparent; }
#mainContent table.list td span { 
  float: left;
  font-size: 0.8em;
  width: 100%;
}
#mainContent table.list td strong:after { content: ':'; }
#mainContent table.list a.delete {
  background: url('images/delete.png') no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0 auto;
  position: relative;
  text-indent: -1000em;
  width: 16px;
}
/** PAGER **/
#mainContent p.pager {
  clear: both;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#mainContent p.pager span.current { font-weight: bold; }
#mainContent p.pager span.inactive {}
/** MAIN CONTENT EXTRA **/
#mainContent div.partner {
  float: left;
  margin-bottom: 2em;
  overflow: hidden;
  width: 100%;
}
#mainContent div.partner .image { float: left; width: 210px; }
#mainContent div.partner .text { float: left; width: 490px; }
#mainContent div.partner .text h2 {
  color: #17a4c1;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
#mainContent div.partner .text p { margin-bottom: 0.5em; }
#mainContent div.service {
  border: 1px solid #17a4c1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 4px !important;
  margin: 3px;
  overflow: hidden;
  padding: 5px;
  width: 300px;
}
#mainContent div.service:hover { border-color: transparent; }
#mainContent div.service .image { 
  float: left; 
  height: 230px;
  width: 300px; 
}
#mainContent div.service .text { 
  float: left; 
  font-size: 1.5em;
  text-align: center;
  width: 300px; 
}
#mainContent table.packages { margin: 0 auto; }
#mainContent table.packages th {
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 10px;
  vertical-align: bottom;
}
#mainContent table.packages th.std, #mainContent table.packages th.pro, #mainContent table.packages th.ent { 
  background: url('images/thPackage.png') no-repeat 0 30px;
  color: #fff;
  padding: 50px 5px 10px 5px;
  text-align: center;
  width: 130px;
}
#mainContent table.packages th.pro { background-position: 0 15px; }
#mainContent table.packages th.ent { background-position: 0 0; }
#mainContent table.packages td {
  border: 1px solid #218ea3;
  padding: 2px 0;
  text-align: center;
}
#mainContent table.packages td.fc {
  padding: 2px 5px 2px 2px;
  text-align: left;
}
/** SECONDARY CONTENT **/
#secondaryContent div.sideNav {
  display: block;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  width: 240px;
}
#secondaryContent div.sideNav li a { 
  color: #181818;
  display: block;
  font-size: 1.2em;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  width: 230px;
}
#secondaryContent div.sideNav li.first a { border: 0; }
#secondaryContent div.sideNav li a:hover { color: #17a4c1; text-decoration: none; }
#secondaryContent div.sideNav li a.current { 
  background: #007abf url('images/bgSideNav.png') no-repeat 0 0;
  color: #fff;
}
#secondaryContent div.box {
  border: 1px solid #d4d4d4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 5px;
  width: 228px;
}
#secondaryContent div.box h2 {
  background: #7f7f7f url('images/bgScHeader.png') repeat-x 0 50%;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}
#secondaryContent div.box p {
  margin: 0 0.5em 0.5em 0.5em;
}
/** HEADER **/
#header div.logo {
  float: left;
  padding: 10px 0 9px 0;
  width: 260px;
}
#header div.logo a {
  background: transparent url('images/logo.png') no-repeat 0 0;
  display: block;
  height: 51px;
  text-indent: -9999px;
  width: 240px;
}
/** MAIN MENU **/
#header div.topNav {
  float: left;
  padding-top: 20px;
  width: 700px;
}
#header div.topNav ul { float: right; }
#header div.topNav ul li {
  display: inline;
  float: left;
  position: relative;
  text-align: left;
}
#header div.topNav ul li a {
  color: #303030;
  display: block;
  font-size: 1.5em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  width: auto !important;
  width: 50px;
}
#header div.topNav ul li a:hover, #header div.topNav ul li a.locked {
  color: #17a4c1;
  text-decoration: none;
}
#header div.topNav ul li div.drop {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: none;
  left: -140px;
  padding: 10px 5px 0 5px;
  position: absolute;
  text-align: left;
  top: 50px;
  width: 350px;
  z-index: 100;
}
#header div.topNav ul li div.drop div.column {
  float: left;
  overflow: hidden;
  padding: 5px;
  width: 165px;
}
#header div.topNav ul li div.drop div.column p {
  color: #17a4c1;
  font-size: 1.3em;
  font-weight: bold;
}
#header div.topNav ul li ul { /* ??? */
  float: left; 
  margin: 5px 0;
}
#header div.topNav ul li ul li { /* ??? */
  border: 0;
  display: block;
  overflow: hidden;
  width: 165px;
}
#header div.topNav ul li ul li a {
  border-top: 1px solid #dadada;
  color: #5e5d5d;
  display: block;
  font-size: 1.2em;
  height: auto;
  line-height: 120%;
  margin: 1px 0;
  overflow: hidden;
  padding: 5px 0 5px 5px;
  text-align: left;
  width: 155px;
}
#header div.topNav ul li ul li a:hover { color: #17a4c1; }
/** FOOTER **/
#footer a { color: #fff; }
#footer h2 { 
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 5px 5px 5px;
  text-shadow: 1px 1px 1px #06505f;
}
#footer p { margin-bottom: 0.5em; }
#footer div.menu {
  border-left: 1px solid #2f8597;
  border-right: 1px solid #2d9ab2;
  float: left;
  overflow: hidden;
  width: 531px;
}
#footer div.menu .column {
  border-left: 1px solid #2d9ab2;
  border-right: 1px solid #2f8597;
  float: left;
  height: 200px;
  padding: 10px 5px;
  width: 165px;
}
#footer div.menu ul li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #71e4fc;
  display: block;
  overflow: hidden;
  padding: 5px;
  width: 155px;
}
#footer div.menu ul li a:hover { 
  background: #fff; 
  color: #218ea3; 
  text-decoration: none; 
}
#footer div.contact {
  color: #f1f1f1;
  float: left;
  height: 200px;
  padding: 10px 5px;
  position: relative;
  width: 417px;
}
#footer div.contact ul { 
  float: left;
  height: 40px;
  line-height: 40px;
  width: 417px; 
}
#header div.contact ul li {
  display: inline;
  float: left;
  position: relative;
  text-align: left;
}
#footer div.contact ul li a {
  display: block;
  float: left;
  height: 40px;
  margin-right: 2px;
  text-indent: -1000em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 40px;
}
#footer div.contact ul li a.facebook {
  background: transparent url('images/facebook.png') no-repeat 0 0;
}
#footer div.contact ul li a.linkedin {
  background: transparent url('images/linkedin.png') no-repeat 0 0;
}
#footer div.contact ul li a.twitter {
  background: transparent url('images/twitter.png') no-repeat 0 0;
}
#footer div.contact ul li a:hover { background-position: 0 -40px; }
#footer div.contact div.copyright {
  bottom: 8px;
  left: 0;
  position: absolute;
}
/** MESSAGES **/
#mainContent p.error, #mainContent p.success {
  background: #ffdada;
  border: 2px solid #ff0000;
  border-left: 0;
  border-right: 0;
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#mainContent p.success {
  background: #f0fff0;
  border-color: #00ff00;
  color: #629439;
}
span.warning {
  color: #ff0000;
  float: left;
  width: 100%;
}
/** CLEARFIX **/
.clearfix:after { clear: both; content: '.'; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: inline-block; width: 100%; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
