/* 
for IE/Win - since we're using relative font sizing, set the base font size to 10px equiv
so that the math is easy to scale up on for all other elements -- for example, to do a size equiv of 12px 
just set the font-size to 1.2 em
*/

body 
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-size: 62.5%; /*get default "medium" text size down to 10px on PC*/
    font-family: georgia, palatino, serif;
} 

/* set default for everything else */
html>body 
{
    font-size:10px;
} 

input, select, th, td 
{
    font-size:1.1em;
}

#masthead
{
    width: 770px;
    height: 219px;
    background: url(../images/uspeq_mast.jpg) no-repeat 0 0;   
}

#mastheadLogo
{
    position: absolute;
    left: 33px;
    top: 95px;
}

#uSPEQLogo
{
    border: none;
}



/* BEGIN NAV LIST STYLES */

#navContainer, .nvContainer
{
    width: 770px;
    height: 37px;  
    border-top: 1px solid #c5c5c5;
    margin-bottom: 18px;
    background: url(../images/nav_bg.jpg) no-repeat 0 0;   
}

#quesNav, .qNav
{
    width: 770px;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #E2F5D9;
}

/*  IE/MAC bandpass hack required here to get nav container bg to line up with bg rollovers in the <a> tags  */

 /*\*//*/
#navContainer
{
    background: url(../images/nav_bg.jpg) no-repeat 0 1px;   
}  
/**/

ul#navlist 
{
    margin: 0;
    padding: 0;
    list-style: none;    
}

ul#navlist li
{
    font-size: 12px;
    position: absolute;
    text-align: center;
    background-image: none;
    margin: 0;
    padding: 0;
}

/*PIXY-style rollover rules*/
ul#navlist li#home { width: 80px; left: 0px;}
ul#navlist li#offers { width: 80px; left: 85px;}
ul#navlist li#products { width: 80px; left: 170px; }
ul#navlist li#history { width: 80px; left: 255px; }
ul#navlist li#privacy { width: 80px; left: 340px; }
ul#navlist li#team { width: 80px; left: 425px; }
ul#navlist li#faq { width: 80px; left: 510px; }
ul#navlist li#news { width: 80px; left: 595px; }
ul#navlist li#contact { width: 90px; left: 680px; }

ul#navlist a
{
    display: block;
    width: 100%;
    padding: 2px 0 20px 0;
    text-decoration: none;
    color: #000;
}

ul#navlist a:hover
{
    color: #fff;    
    background: url(../images/nav_bg_hover.jpg) repeat 0 0;     
}

ul#navlist a.hidden
{
    visibility:hidden;
}

/* END NAV LIST STYLES */





/* BEGIN SIDEBAR MENU LIST STYLES*/

ul#menulist 
{
    margin: 0 0 1.8em 0;
    padding: 0;
    list-style: none;    
}

ul#menulist li
{    
    background-image: none;
    margin: 0;
    padding: 0;
}

/* TAN HACK TO IE5 PC WHITESPACE BUG */
* html ul#menulist li
{
    display: inline;
    displa\y: block;
}


ul#menulist a
{
    font-size: 12px;
    display: block;
    padding: 2px 7px 3px 14px;
    text-decoration: none;
    color: #333;
    background-color: #E2F5D9;    
    border-bottom: 1px solid #c5c5c5; 
    line-height: 15px;
}

ul#menulist a.indent
{
    padding: 2px 7px 3px 28px;
}

ul#menulist a.hidden
{
    visibility:hidden;
}

/* TAN HACK TO SET IE WIDTH 
* html ul#menulist a.indent
{
    width: 100px;
}
*/



ul#menulist a:hover
{
    background-color: #CBEDBA;
}

ul#menulist a.on
{
    background-color: #82AB6D;
    color: #fff;
}

ul#menulist a.on:hover
{
    background-color: #82AB6D;
}


ul#menulist a#lastItem
{  
    border-bottom: #E2F5D9; 
}

/* END SIDEBAR MENU LIST STYLES*/






#container
{
    font-size: 1.2em;       
    width: 737px;
    margin-left: 33px;
    overflow: hidden; /* hack to to encompass floats */
}

#questionnaire
{
    font-size: 1.2em;       
    width: 737px;
    margin-left: 33px;
    overflow: visible;
}


#content
{
    float: left;
    width: 495px;
    line-height: 1.5em;
}

#rightSidebar
{
    float: right;
    width: 205px;
    margin: 0;            
}


#introCopy
{
    margin-bottom: 30px;
}


#leftColumn
{
    float: left;
    width: 235px;
}

#rightColumn
{
    float: right;
    width: 235px;
}




p
{
    margin: 0 0 1.3em 0;
    line-height: 1.5em;
}

p#rateDisclaimer
{
    color: #999;
    margin: 0 0 1.3em 23px;
    line-height: 1.5em;
}

p#callout
{
    color: #848284;
    font-size: 1.8em;
    margin: 0 0 1.3em 0;
    line-height: 1.5em;
    padding-bottom: 15px;
}

h1
{
    font-size: 1.8em;
    font-weight:200;   
    margin: 0;
    color: #218E00;
    padding-bottom: 10px;
}

h1.imgSubhead
{    
    margin: 0 0 8px 0;  
}

h1#pageHeading
{    
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;   
}

h2
{
    font-size: 1.1em;
    margin: 0 0 7px 0;
    color: #777;
}

h3
{
    font-size: 0.9em;
    margin: 0 0 5px 0;
    color: #1b7a1d;
}

h3#contact
{
    font-size: 0.9em;
    margin: 0 0 5px 0;
    color: #333;
}

h4
{
    font-size: 1.1em;
    font-weight: normal;
    color: #1b7a1d;
    margin: 0 0 0.3em 0;    
}


a
{
    color: #666;
    text-decoration: underline;    
}

a:visited
{
    color: #333;
    text-decoration: underline;    
}

a:hover, a.smallLink:hover
{
    color: #000;  
}

a.smallLink
{
    font-size: 0.9em;        
    color: #666;
    text-decoration: underline;    
}


h4 a
{
    color: #1b7a1d;
}

h4 a:visited
{
    color: #1b511a;
}


h4 a:hover
{
    color: #6c3;
}

sup#registered
{
	font-size: small;
}



ul
{
    margin: 0 0 1.3em 0;
    padding: 0;
    list-style: none;
    line-height: 1.4em;
}

ul li
{
    padding-left: 6px;
    background: url(../images/bullet.gif) no-repeat 0 0.6em;    
    margin-bottom: 8px;
}





ul#newsList
{
    margin: 0 0 1.3em 0;
    padding: 0;
    list-style: none;
    line-height: 1.3em;
}

ul#newsList li
{
    background-image: none;    
    margin-bottom: 1.3em;
    padding: 0;
}

ul#newsList li.date, .date
{
    font-size: 0.9em;
    background-image: none;    
    margin-bottom: 0;
    padding: 0;
}







div.sidebarText
{
    margin: 0 0 15px 0;
    padding: 7px;
    background-color: #E2F5D9;    
}



div.pullQuote
{
    margin: 0 0 30px 0;
    padding: 7px;
    background-color: #E2F5D9;
    height: auto;
}



div.pullQuote p.quotation
{
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 4px 0;    
}

div.pullQuote p.attribution
{
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    margin: 0;    
}



div.quote
{
    margin: 0 0 30px 0;
}

div.quote p
{      
    margin: 0 0 6px 0;    
}

div.quote p.attribution
{
    text-align: right;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    padding-right: 12px;
    margin: 0;    
}



/* BEGIN SUBSCRIPTION TABLE STYLES*/

table#subscriptionRates
{
    width: 100%;
    margin: 30px 0; 
}

table#subscriptionRates tr.topRule td
{
    border-top: 1px solid #c5c5c5;
}

table#subscriptionRates tr.topRule td.number
{
    padding-right: 4px;
    border-color: white;
}


table#subscriptionRates td
{
    padding: 5px 5px 5px 0; 
}

table#subscriptionRates th
{
    text-align: left;
    padding-bottom: 7px;
}

table#subscriptionRates th#mainColumn
{
    padding-left: 23px;
}



/* BEGIN TABLE FOR GRID CONTROL */
table#gridtable
{
	FONT-SIZE: 9pt; 
	FONT-FAMILY: Georgia;
	border:both;
}

table#gridtable tr.main 
{
	background-color:whitesmoke;
	
}

table#gridtable tr.main th.header
{
	FONT-SIZE: 9pt;
	font-style: italic;
	font-family:Georgia;
	height: 57px;
}

table#gridtable tr.main th.options
{
	HEIGHT: 57px;
}

table#gridtable tr th.questions
{
	HEIGHT: 45px;
	FONT-SIZE: 9pt;
	font-family:Georgia;	
	text-align:left;
	font-weight:normal;
}

/* END TABLE FOR GRID CONTROL */
/* END SUBSCRIPTION TABLE STYLES*/




/* BEGIN FORM STYLE*/

form, label, input
{
    font-size: 1.0em;
    margin: 0 0 3px 0;
    padding: 0;
   
}

input#mm, .mm
{
	WIDTH: 35px; 
	HEIGHT: 21px;
}

input#dd, .dd
{
	WIDTH: 33px; 
	HEIGHT: 21px
}

input#yyy, .yyy
{
	WIDTH: 62px; 
	HEIGHT: 21px
}
	
.label, .input
{
	font-size: 1.0em;
    margin: 0 0 3px 0;
	font-family: georgia, palatino, serif;
}

fieldset 
{
    padding : 14px;
    border: 1px solid #c5c5c5; 
}

* html fieldset { padding: 0 0 14px 14px; }


fieldset br 
{ 
    display : none; 
}

fieldset br.clearFloats 
{ 
    display : block;
    clear: both; 
}

fieldset#question
{
	border:none;
	text-align:left;
	margin-left: -2px;
}

legend 
{
    font-size: 1.2em;
    color: #666;
    margin-left: -2px;
    padding-bottom: 3px
}

* html legend 
{ 
    margin: 0 0 14px -9px;
}

legend#survey
{
    font-size: 1.2em;
    color: #666;
    margin-left: -2px; 
    font-style:oblique
}

legend#question
{
	color: #333;
	font-size: 1.0em;
	text-align:left;
}

label
{
    position : relative; 
    margin : 0 0 3px 0;
}

label input
{ 
    position : absolute; 
    left : 100%; 
    top : 0px; 
    width : 5em; 
    
}

label textarea
{ 
    width : 15em;
    height: 6em; 
    vertical-align: top;
}

label textarea.survey
{ 
    width : 23.25em;
    height: 6em; 
    position:relative; 
    left : 8%; 
}


label.radio, span.radio
{
    display:block;
    float: left;
    /*width: 9em;*/
    width: 40em;
    height: 17px;
}

label.date
{
	display:inline;
    float: left;
    left : 8%; 
    width: 9em;
}

label.comments
{
    height: 7.2em;
    width: 29.6em;
    vertical-align: top;    
}

div.radioContainer 
{
    display: inline;
}

div.radioContainer input
{
    padding: 0;
    margin: 0;
}

* html div.radioContainer 
{
    margin-left: -8px;
}


input.submit 
{ 
    margin-left : 9em; 
}

div.pic
{
    margin: 0 0 1.3em 0;
}


#footer
{
    font-size: 1.1em;
    width: 737px;
    margin: 15px 0 0 33px;
    padding-top: 5px;
    color: #999;
    border-top: 1px solid #c5c5c5;
    vertical-align:text-top;
}

br.h2Placeholder
{
    line-height: 25px;
}


