@charset "utf-8";
/* CSS Document */

/* Main styles */

.secondary p { 
	margin-bottom: 1.154em; 
}

.secondary p em{ 
	font-size: 1.231em;
	font-style: normal;
}


.secondary img.right{
	float: right;
	padding: 0 15px 15px;
}

.secondary img.left{
	float: left;
	clear: left;
	padding: 0 15px 15px 0;
}

.secondary h1{
	margin-bottom: 0.538em;
	clear:both;
}


.secondary h2{
	margin: 0.538em 0;
	clear:both;
	width: 100%;
}


/* boxes main styles*/

.secondary .box-row .box {
	/*float:left; Removed to fix issue with form boxes */
	padding-bottom:35px; 
	padding-right : 15px;
	width: 290px;
}

.secondary .box-row.top {
	clear:both;
	float: left;
	width: 620px; 
}

.secondary .box-row.bottom {
	clear:both;
	float: left;
	width: 620px;
}

/* boxes double column */
.secondary .box-row h3 {
	margin: 0.923em 0 0.5em 0;
}

.secondary .double-row p {
	margin: 0;
}


.secondary .box {
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url("../img/inc/blocks/dotted-line-pink.gif") repeat-x scroll left bottom transparent;
	width: 620px;
}

.secondary .box .video-banner {
	float: right;
}

/* boxes single column */
.secondary .box-col.left.single-col {
	float: left;
	width: 620px;
}

.secondary .box-col.left.single-col h2,
.secondary .box-col.left.single-col h3 {
	margin: 0 0 1.154em;
	font-size: 1.231em;
	line-height: 1.385em;
}

.secondary .box-col.left.single-col img{
	float: left;
	clear: none;
}

.secondary .box-col.left.single-col .box-inner{
	clear:none;
	float: left;
	padding-left:20px;
	width: 284px;
}



/* contact us */

.contact label {
	float: left;
	font-weight: bold;
	width: 150px;
}

.contact input,
.contact select,
.contact textarea {
	float: left;
	margin: 0 0 0 15px
}

.contact .submit {
	background-color: #003D85;
	color: #fff;
	padding: 2px 3px;
	border: 0;
	margin: 0;
}

.contact .checkbox label {
	font-weight: bold;
	float: left;
	margin-left: 15px;
	width: auto;
}

.contact .checkbox input {
	margin-left: 0;
}



/**              **/
/** mini-feature **/
/**              **/

.hero-main h1 {
    width: 950px;
    margin: 0px auto 30px;
    text-align: left;
}
.hero-banner .features {
    height: 300px;
    margin: 0 auto 40px;
    overflow: visible;
    width: 950px;
}
.hero-banner .features .features-inner {
    height: 300px;
    margin: 0;
    padding: 0;
    width: 620px;
}
.hero-banner .mini-feature .features-inner .features-content {
    list-style: none outside none;
    padding: 0;
    position: relative;
    right: -195px;
    width: 620px;
    z-index: 1;
}
.hero-banner .features .features-inner .features-content .section {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 620px;
    z-index: 2;
}
.hero-banner .features .features-inner .features-content .section-active {
    z-index: 3;
}
.hero-banner .features .features-inner .features-content .section .section-inner {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.hero-banner .features .features-inner .features-content .section .section-inner .tab {
    font-size: 1em;
    height: 40px;
    left: 0;
    line-height: 1.233em;
    margin: 0;
    padding: 0 1px 0 0;
    position: absolute;
    text-align: center;
    top: 515px;
    width: 205px;
    z-index: 10;
}
.hero-banner .mini-feature .features-inner .features-content .section .section-inner .tab {
    font-size: 1em;
    height: 40px;
    left: -195px !important;
    line-height: 1.233em;
    margin: 0;
    padding: 0 1px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 205px;
    z-index: 10;
}
.hero-banner .features .features-inner .features-content .section-1 .section-inner .tab {
    padding-left: 1px;
}
.hero-banner .features .features-inner .features-content .section-2 .section-inner .tab {
    left: 207px;
}
.hero-banner .mini-feature .features-inner .features-content .section-2 .section-inner .tab {
    left: 0;
    top: 51px;
}
.hero-banner .features .features-inner .features-content .section-3 .section-inner .tab {
    left: 413px;
    width: 206px;
}
.hero-banner .mini-feature .features-inner .features-content .section-3 .section-inner .tab {
    left: 0;
    top: 102px;
}
.hero-banner .mini-feature .features-inner .features-content .section-4 .section-inner .tab {
    left: 0;
    top: 153px;
}
.hero-banner .mini-feature .features-inner .features-content .section-5 .section-inner .tab {
    left: 0;
    top: 204px;
}
.hero-banner .mini-feature .features-inner .features-content .section-6 .section-inner .tab {
    left: 0;
    top: 255px;
}
.hero-banner .features .features-inner .features-content .section .section-inner .tab a {
    background: url("../img/a/home/hero-features-tab-off.gif") repeat-x scroll left top transparent;
    color: #EC008C;
    display: block;
    height: 37px;
    margin: 0;
    padding: 5px 0 3px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 197px;
    z-index: 10;
}
.hero-banner .mini-feature .features-inner .features-content .section .section-inner .tab a {
    background: url("../img/a/home/inactiveSideNav.gif") no-repeat scroll 4px 0 transparent;
    margin: 0 0 0 3px;
    padding: 7px 5px 0;
    width: 204px;
}
.hero-banner .features .features-inner .features-content .section-active .section-inner .tab a {
    background: url("../img/a/home/hero-features-tab-on.png") repeat-x scroll left top transparent;
    color: #FFFFFF;
    margin-top: -35px;
    padding-bottom: 3px;
    padding-top: 40px;
}
.hero-banner .mini-feature .features-inner .features-content .section-active .section-inner .tab a {
    background: url("../img/a/home/activeSideNav.gif") no-repeat scroll 4px 0 transparent;
    margin-top: -4px;
    padding: 7px 50px 0 5px;
    width: 185px;
}
.hero-banner .mini-feature .features-inner .features-content .section-1.section-active .section-inner .tab a {
    margin-top: 0;
}
.hero-banner .features .features-inner .features-content .section-3 .section-inner .tab a {
    width: 198px;
}
.hero-banner .mini-feature .features-inner .features-content .section-3 .section-inner .tab a {
    width: 204px;
}
.hero-banner .features .features-inner .features-content .section .section-inner .tab a:hover {
    text-decoration: underline;
}
.hero-banner .features .features-inner .features-content .section-active .section-inner .tab a:hover {
    text-decoration: none;
}
.hero-banner .features .features-inner .features-content .section .section-inner img {
    display: block;
    height: 507px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 950px;
    z-index: 1;
}
.hero-banner .mini-feature .features-inner .features-content .section .section-inner img {
    display: block;
    height: 300px;
    left: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 424px;
    z-index: 1;
}
.hero-banner .mini-feature .features-inner .features-content .section .section-inner .hero-content-wrapper .videoWrapper {
    display: block;
    left: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.hero-banner .mini-feature .features-inner .features-content .section .section-inner .details {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 31px;
    color: #000000;
    font-size: 0.9em;
    height: 97px;
    left: 183px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    position: relative;
    top: 158px;
    width: 238px;
    z-index: 5;
}
.hero-banner .mini-feature .features-inner .features-content .section-active .section-inner .details {
    -moz-box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
    box-shadow: 0 0 3px #666666;
}
.hero-banner .features .features-inner .features-content .section .section-inner .details p {
    margin: 0;
    padding: 0;
}
.hero-banner .features .features-inner .features-content .section .section-inner .details a {
    color: #000000;
    font-size: 0.9em;
    text-decoration: none;
}
.hero-banner .features .features-inner .features-content .section .section-inner .details a:hover {
    text-decoration: underline;
}
.hero-banner .features .features-inner .features-content .section .section-inner .details h3 {
    font-size: 1.533em;
    line-height: 1.174em;
    margin: 0;
    padding: 0;
}
.hero-banner .features .features-inner .features-content .section .section-inner .details h3 span {
    margin: 0;
    padding: 5px 20px 5px 0;
}
.hero-banner .features .features-inner .features-content .section .section-inner .details .details-inner {
    clear: both;
    display: block;
    margin: 0;
    padding: 5px 10px 10px 0;
}