﻿/* - - - - - - - - - - - - - - - - - - -
/ Client: 		CDH
/ Rev. Date: 	6/2/08
/- - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - -
/ RESET RELOADED by Eric Meyer
/- - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* - - - - - - - - - - - - - - - - - - -
/ Cleaner
/- - - - - - - - - - - - - - - - - - - - */

.cleaner {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
}

/* - - - - - - - - - - - - - - - - - - -
/ 
/- - - - - - - - - - - - - - - - - - - - */

body {
	background-image: url("../../images/background.gif");
	background-color: #ffffff;
	background-repeat: repeat-x;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#envelope {
	width: 1002px !important;
	margin: 0 auto;
    overflow: hidden;
}

#header {
	height: 107px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    /* Position the container so that the nav 
       can be absolutely positioned within it. */
    position: relative;
}

	#header h1 {
		display: none;
	}
	
.companyLogo {
	width: 261px;
	height: 70px;
	margin-left: 5px;
	margin-top: 25px;
	float: left;
}

#content {
	background-image: url("../../images/content_background.gif");
	background-color: #fff;
	background-repeat: repeat-y;
	padding: 20px 50px 0px 50px;
	_height: 501px; /* Style for IE6 */
	min-height: 501px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

	#content .bottom {
	    position: relative;
	    z-index: -1;
		margin-left: -50px;
		margin-right: -50px;
	}

#middle {
	width: 993px;
	padding: 25px 55px;
	background-image: url("../../images/background.gif");
	background-repeat: repeat-y;
}

#footer {
	color: #999;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

	#footer a {
		color: #4d7da4;
		text-decoration: none;
	}

	#footer p#footerNav {
		float: left;
	}
	
	#footer p#poweredBy {
		float: right;
	}

#primaryNav {
    position: absolute;
    top: 77px;
    left: 310px;
    height: 33px;
    list-style-type: none;
    overflow: hidden;
}

    #primaryNav li {
        float: left;
        padding-right: 2px;
    }

    #primaryNav a {
        float: left;
        padding: 33px 0px 0px 0px;
        height /**/:33px; /* for IE5/Win */
    }    

    #primaryNav a.selected {
        background-position: 0px 33px;
    }
    
#homeTab a {
    width: 85px;
    background-image: url(../../images/tabHome.gif);
}

#howItWorksTab a {
    width: 132px;
    background-image: url(../../images/tabHowItWorks.gif);
}

#getInfoTab a {
    width: 99px;
    background-image: url(../../images/tabGetInfo.gif);
}
    
#theBenefitsTab a {
    width: 135px;
    background-image: url(../../images/tabTheBenefits.gif);
}
    
#newInsightsTab a {
    width: 131px;
    background-image: url(../../images/tabNewInsights.gif);
}
    
#HSASuccessTab a {
    width: 149px;
    background-image: url(../../images/tabHSASuccess.gif);
}
    
#newSymbol {
	position:absolute;
	left:924px;
	top:39px;
	z-index:1;
	width:65px;
	height:65px;
	background-image: url(../../images/new.gif);
}

ul#mainQuestions {
    list-style-type: none;
}

    #mainQuestions li {
        float: left;
        width: 188px; height: 40px;
        padding-left: 10px;
        border-left: solid 1px #ddd;
    }
    
    #mainQuestions li.first {
        padding-left: 0px;
        margin-left: 0px;
        border-left: none;
    }

#mainContent2 {
    position: relative;
	z-index: 3;
    margin-left: 261px;
    width: 630px;
    height: 460px;
    line-height: 19px;
}

#mainContent2 h4 {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}

#mainContent2 p {
	margin-top: 10px;
    /* width: 605px; */
}

#mainContent2 ul {
    margin-bottom: 20px;
}

#mainContent2 li {
    margin-bottom: 7px;
}

#mainContent2 ul li {
    list-style: none;
}

#mainContent2 a { 
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#mainContent2 strong {
    font-weight: bold;
    color: #0e4470;
}

#mainContent2 h5 {
    font-weight: bold;
    color: #0e4470;
}

#MCGraphic {
    height: 504px;
    width: 426px;
    position: absolute;
    top: 22px;
    left: -290px;
    z-index: -1;
    background-image: url("../../images/defGraphic1.png"); 
}
#MCGraphic2 {
    height: 504px;
    width: 426px;
    position: absolute;
    top: 22px;
    left: -290px;
    z-index: -1;
    background-image: url("../../images/defGraphic2.png"); 
}

#MCGraphic3 {
    height: 504px;
    width: 426px;
    position: absolute;
    top: 22px;
    left: -290px;
    z-index: -1;
    background-image: url("../../images/defGraphic3.png"); 
}

#MCGraphic4 {
    height: 504px;
    width: 426px;
    position: absolute;
    top: 22px;
    left: -290px;
    z-index: -1;
    background-image: url("../../images/defGraphic4.png"); 
}

#MCGraphic5 {
    height: 523px;
    width: 254px;
    position: absolute;
    top: 2px;
    left: -270px;
    z-index: -1;
    background-image: url("../../images/defGraphic5.png"); 
}

.MCPanel {
    background-image: url("../../images/roundedPanelTanBG.png");
    height: 171px;
    width: 307px;
    float: left;
    margin: 40px 10px 10px 0px;
}

.MCPanel-blue {
    background-image: url("../../images/roundedPanelBlueBG.png");
    height: 171px;
    width: 308px;
    float: left;
    margin: 40px 0px 10px 0px;
}

.MCPanelContent {
    position: relative;
    padding: 25px 26px 17px 30px;
}

.MCPanelContent p {
	font-size:12px;
	border-top:solid #FFF 1px;
	margin-top:6px !important;
	padding-top:4px;
}

.MCPanel label {
    display: block;
    width: 70px;
    float: left;
    font-weight: bold;
    margin-top: 5px;
}

.MCPanel input {
    margin-top: 5px;
}

.MCPanel .loginBtn {
    display: block;
    position: absolute;
    top: 110px;
    left: 85px;
}

.MCPanel .getStartedBtn {
    display: block;
    position: absolute;
    top: 112px;
    left: 30px;
}

.MCPanel-blue .learnMoreBtn {
    display: block;
    position: absolute;
    top: 112px;
    left: 30px;
}

.MCPanel .textInput {
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

.MCPanel .helpLink {
    display: block;
    float: right;
    width: 70px;
    font-size: 9px;
    line-height: 11px;
}

#signUpContent {
    position: relative;
    width: 542px;
    z-index: 3;
}

    #signUpContent fieldset div {
        width: 300px;
        padding-bottom: 9px;
        padding-top: 9px;
        border-bottom: solid 1px #e9e8e8;
    }
    
    #signUpContent fieldset div.last {
        border-bottom: none;
    }

    #signUpContent label {
        display: block;
        float: left;
        width: 140px;
        color: #666;
        font-weight: bold;
    }
    
    #signUpContent .textInput {
        width: 156px !important;
        width: 150px; /* slightly smaller textfield for ie6 to prevent wrapping */
        border: solid 1px #ccc;
    }
    
    #signUpContent .submitBtn {
        display: block;
        clear: both;
        position: relative;
        left: 138px;
    }
    
    #signUpContent h5 {
        font-weight: bold;
        color: #0e4470;
    }

#SUGraphic {
    display: block;
    position: absolute;
    height: 372px;
    width: 595px;
    top: 157px;
    left: 338px;
    z-index: -1;
}

#innerContent {
	width: 910px;
	line-height: 19px;
	font-size:11px;
}

	#innerContent p {
		margin: 10px 0;
	}
	
	#innerContent a { 
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

    #innerContent ul li {
	    margin-left: 10px;
	    line-height: 15px;
    }

    #innerContent strong {
	    font-weight: bold;
	    color: #00457c;
    }

#howItWorks {
	background-image: url("../../images/howItWorks-bg.jpg");
	background-color: aqua;
	width: 356px;
	height: 660px;
	float: left;
	padding: 20px 60px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
	#howItWorks strong {
		font-weight: bold;
		font-size: 12px;
		color: #036;
		margin-bottom: 18px;
		display: block;
	}

	#howItWorks li {
		list-style: none;
		clear: both;
		float: none;
	}

	#howItWorks li p {
		width: 190px;
		float: left;
	}
	
	#howItWorks li strong {
		font-weight: bold;
		color: #000;
		font-size: 11px;
	}

	#howItWorks li img {
		margin-right: 15px;
		float: left;
		border: solid 1px #7faedb;
	}
        
/* - - - - - - - - - - - - - - - - - - -
/ Typesetting
/- - - - - - - - - - - - - - - - - - - - */

h1 {
    font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    color:#00447c;
}

#mainContent a { 
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#mainContent strong {
	font-weight: bold;
	color: #00457c;
}

#mainContent ul li {
	margin-left: 10px;
	line-height: 15px;
    list-style:none; 
}
#mainContent ul.indent li a {
    font-size: 1.2em;
}
#mainContent ul.indent li a:hover {
    font-size: 1.2em;
    color: #4d7da4;
}

#howItWorks a {
	text-decoration: none;
	color: #69c;
}

.solidLine {
	line-height: 1px;
	height: 1px;
	background-color: #d3d2d2;
	margin: 15px 0;
}

.dottedLine {
	line-height: 1px !important;
	height: 1px;
	list-style: none;
	background-image: url("../../images/dottedLine.gif");
	background-color: #d3d2d2;
	margin: 15px 0;
	padding: 0;
}

	#mainContent li.dottedLine {
		margin: 5px 0 !important;
	}
	
	#howItWorks li.dottedLine {
		_margin: 5px;
	}
	
/* - - - - - - - - - - - - - - - - - - -
/ Survey classes
/- - - - - - - - - - - - - - - - - - - - */
	
#mainContent.survey {
    font-size: 13px;
}
	
.surveyLabel {
    font-weight: bold;
    color: #666;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #e9e8e8;
    width: 120px;
}
    
.surveyField {
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #e9e8e8;
}
    
.surveySubmit td {
    border-top: solid 15px #000;  
}
    
.surveyField input, select {
     border: solid 1px #ccc;
     width: 188px;
}
    
.buttonStyle {
     margin-top: 8px;
}

.questionLabel {
    font-weight: bold;

}

#leftContent {
	width: 476px;
	float: left;
	line-height: 19px;
	padding: 0 0 0 40px;
}

	#leftContent p {
		margin: 10px 0;
	}
#leftContent a { 
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#leftContent strong {
	font-weight: bold;
	color: #00457c;
}

#leftContent ul li {
	margin-left: 10px;
	line-height: 15px;
}
#leftContent li.dottedLine {
		margin: 5px 0 !important;
	}
}

/* - - - - - - - - - - - - - - - - - - -
/ Nav Buttons
/- - - - - - - - - - - - - - - - - - - - */

#navList {
    float: right;
}

    #navList li {
        display: block;
        float: left;
    }

/* PNG Transparency fix for IE5.5+(see http://www.twinhelix.com/css/iepngfix/) */

#MCGraphic, #MCGraphic2, #MCGraphic3, #MCGraphic4, #SUGraphic, .MCPanel, .getStartedBtnPngFix, .btnLogin { behavior: url(includes/other/iepngfix.htc) };

