
/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; height: 100%; background: url('../images/layout/html-bg.jpg'); } /* Set height to 100% + 1px to force scroll bar in FF */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body {height: 100%; background: url('../images/layout/body-bg.jpg') no-repeat top center  }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #747373; font-size: 12px; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #f18424; font-size: 32px; margin: 8px 0px 15px 0px; line-height: 36px; font-weight: normal; font-family: Helvetica, Arial; letter-spacing: 0.025em; }
h2, h2 a { color: #5a5959; font-size: 24px; margin: 0px 0px 8px 0px; line-height: 28px; font-weight: bold; font-family: Helvetica, Arial; }
h3, h3 a { color: #003d5a; font-size: 18px; margin: 0px 0px 0px 0px; line-height: 20px; }
h4, h4 a { color: #5a5959; font-size: 13px; margin: 0px 0px 0px 0px; line-height: 16px; font-weight: normal; }

h3 span { font-weight: normal; font-size: 14px; color: #5a5959; }


p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #747373; font-size: 12px; line-height: 18px; }
a  { color: #f18424; font: normal 12px Verdana; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


.frm td, .frm th { padding: 3px 0px 3px 0px; vertical-align: top; }
.frm th { padding-right: 10px; text-align: left; }


.orange { color: #f18424; }


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/


#main {
  width: 830px;
  margin: 0px auto;
}

#header {
  height: 120px;
  margin: 0px 4px;
}

#logo {
  float: left;
  border: none;
  margin-top: 35px;
}

#login {
  float: right;
  margin-left: 20px;
  margin-top: 60px;
  border: none;
}

#tagline {
  float: right;
  margin-top: 62px;
  border: none;
}

.content-container-1 {
    background: url('../images/layout/content-bg.jpg');
}

.content-container-2a {
    background: url('../images/layout/nav-bar-bg.jpg') no-repeat top left;
}
.content-container-2b {
    background: url('../images/layout/content-top.jpg') no-repeat top center;

}
.content-container-3 {
    background: url('../images/layout/content-bottom.jpg') no-repeat bottom center;
}

.content-inner {
  padding: 20px 40px 0px 65px;
}


#main-nav {
    padding-top: 4px;
    height: 49px;
}
#main-nav a {
    color: #d2d0d0;
    line-height: 49px;
    background-image:url('../images/layout/circle.jpg');
    background-repeat: no-repeat;
    background-position: 20px 14px;
    padding: 0px 18px 0px 27px;
    float: left;
    cursor: default;
}

#main-nav a.o {
    color: #FFFFFF;
    background-image:url('../images/layout/circle-over.jpg');
}

#main-nav a.o span {
    color: #003e58;
}




#main-nav img {
    float: left;
    margin-top: 8px;
}

#main-nav span {
    color: #FFFFFF;
    margin-right: 10px;
}

#main-nav a:hover {
    text-decoration: none;
    /*color: #FFFFFF; */

}


#footer {
    margin: 10px 5px 20px 5px;
}


#footer_left {
    color: #3e3e3e;
    width: 430px;
    float: left;
    font-size: 11px;
}

#footer_left a {
    color: #3e3e3e;
    font-weight: normal;
    font-size: 11px;
}

#footer_right {
    color: #6d6d6d;
    text-align: right;
    width: 370px;
    float: right;
    font-size: 11px;
}
#footer_right a {
    text-decoration: underline;
    font-size: 11px;
}

#footer_right span {
    color: #464545;
    font-size: 24px;
    line-height: 32px;
}

#left-nav {
  width: 230px;
  border-width: 1px;
  border-color: #d1d1d1;
  border-right-style: solid;
  float: left;
}

#left-nav a {
    width: 229px;
    height: 42px;
    display: block;
    color: #3a3a3a;
    line-height: 38px;
    font-weight: normal;
    float: left;
}

#left-nav a img {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    border: none;
}


#left-nav a span {
    float: right;
    width: 15px;
    height: 16px;
    margin-right: 10px;
    margin-top: 13px;
    margin-left: 0px;
    background: url('../images/layout/nav-arrow.png');
}

#left-nav a:hover, #left-nav a.o {
    background: url('../images/layout/nav-over-bg.jpg');
    font-weight: bold;
    text-decoration: none;
}


#left-nav a.otop, #left-nav a.otop:hover, #left-nav a.top:hover {
    background: url('../images/layout/nav-over-bg-top.png');
}

#left-nav a.obottom, #left-nav a.bottom:hover {
    background: url('../images/layout/nav-over-bg-bottom.png');
}

#left-nav a:hover span, #left-nav a.o span {
    background: url('../images/layout/nav-arrow-over.png');
}


#left-nav hr {
    border-color: #f0f0f0;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    width: 230px;
    float: left;
}



#feature {
}

#feature img {
  float: left;
  margin-right: 20px;
  margin-left: 40px;
}

#feature h2 {
    padding-top: 20px;
}



#contact-container {
    width: 362px;
    float: right;
    margin-left: 25px;
    min-height: 170px;
}


.contact-container-1 {
    background: url('../images/layout/contact-box-bg.jpg');
}

.contact-container-2 {
    background: url('../images/layout/contact-box-top.jpg') no-repeat top center;

}
.contact-container-3 {
    background: url('../images/layout/contact-box-bottom.jpg') no-repeat bottom center;
    padding: 20px;
}

.contact-form {

}

.contact-form th {
    font-weight: bold;
    color: #003d5a;
    font-size: 11px;
    text-align: right;
    padding-right: 4px;
    vertical-align: middle;

}

.contact-form td, .contact-form th {
    padding-top: 4px;
    padding-bottom: 4px;
}

.contact-form input {
  width: 235px;
  font-size: 16px;
  background: #f4f3f3;
  border: 1px solid #b6b4b4;
  padding-top: 4px;
  padding-bottom: 4px;
}


.step-2-checkbox {
    position: relative;
    margin-left: -20px;
    float: left;
}
.step-2-features {
    font-size: 11px;
    float: left;
    color: #161616;
}

h4.featured {
    color: #f18424;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
}


.step-2-left {
  width: 290px;
  float: left;
}
.step-2-right {
  width: 385px;
  float: right;
}


.previous {
  float: left;
  border: none;
}

.next {
  float: right;
  border: none;
}

#step-3 input {
    float: left;
    margin-left: 30px;
    clear: left;
}

#step-3 h3 {
    float: left;
    margin-left: 10px;
    font-weight: normal;
}

#step-3 .gap {
    clear: both; height: 10px;
}

#step-3 h3.step-3-category {
    margin: 0px 0px 10px 0px;
    color: #f18424;
    float: none;
    width: 100%;
}

#step-4-box-1, #step-4-box-2, #step-4-box-3 {
    border: 1px solid #b3b3b3;
    background: #f2f1f1;
    width: 230px;
    height: 330px;
}

#step-4-box-1-inner, #step-4-box-2-inner, #step-4-box-3-inner {
    padding: 10px 14px;
    font-size: 11px;
    color: #003d5a;

}

#step-4-box-1-inner input, #step-4-box-2-inner input, #step-4-box-3-inner textarea {
    border: 1px solid #bbb9b9;
  font-size: 16px;
  background: #f8f8f8;
  border: 1px solid #b6b4b4;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
}

#step-4-box-3-inner textarea {
  font-size: 12px;
}



#step-4-box-1-inner div, #step-4-box-2-inner div, #step-4-box-3-inner div {
    height: 64px;
}


#step-4-box-1 {
    float: left;
}

#step-4-box-2 {
    float: left;
    margin-left: 20px;

}

#step-4-box-3 {
    float: right;

}

