body
{
    margin-top: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}

.clearer
{
    clear: both;
    height: 1px;
}

.highlight
{
    font-family: Georgia, serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 13px;
    color: #077e7d;
}

.products
{
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding: 2px;
    vertical-align: top;
}

.offer
{
    font-variant: small-caps;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    vertical-align: bottom;
    text-align: left;
    padding: 0 0 18px 135px;
}

.requiredText
{
    font-family: Georgia, serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    text-align: right;
    margin: 0 25px 0 0;
    line-height: 1.1;
}

.formbg
{
    background: url(/images/bg_form.gif);
    background-repeat: repeat-y;
    width: 360px;
}

.leftpos
{
    text-align: left;
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

.centerpos
{
    text-align: center;
    margin: 0;
    padding: 8px 0 0 0;
}

.rightpos
{
    text-align: right;
    margin: 0;
    padding: 0;
}

.dropStates
{
    font-size: 12px;
    color: #009999;
    margin: 0;
}


/** CCA HTL Form Styles */

.htlBody
{
    /* background: #385fa6 url(../../../Resources/images/ccaHTLbkgd.jpg) repeat-y top center; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

#wrapper
{
    background: #385fa6 url(../../../Resources/images/ccaHTLbkgd.jpg) repeat-y top center;
    margin: 0px auto;
    width: 910px;
}

/** Style for header starts here */
#hli-header
{
    margin-top: 38px;
    background: url(../../../Resources/images/carpet-one.png) no-repeat 660px 0px;
}

.healthy
{
    margin: 0px 0 0 50px;
}

/** Style for content starts here */

#content
{
    width: 950px;
    margin: 0px auto;
}

#content h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #584528;
}

#right
{
    float: right;
    width: 550px;
    text-align: right;
}

#right h2
{
    font-size: 16px;
    margin: 520px 20px 10px 0;
    color: #666;
    font-weight: normal;
}

#right p
{
    font-size: 12px;
    line-height: 16px;
    margin: 10px 20px 100px 150px;
    width: 370px;
}

#left
{
    float: left;
    width: 346px;
    background: #FFF url(../../../Resources/images/form-bkgd.jpg) no-repeat bottom;
    margin: 20px 10px 30px;
    border: solid 1px #d5d7d5;
}

#left p
{
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin: 10px 0;
}

.hliLeftPos
{
    text-align: left;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

.hliCenterPos
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    padding: 8px 0 0 0;
}

.hliRightPos
{
    text-align: right;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

.clear
{
    clear: both;
}

 /*-----------------------*/
 /* RESET.CSS - necessary to standardize default paddings and margins across browsers */
 /*-----------------------*/
  
  
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, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;*/
	
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

