/* Alex 12-22-09 */

* {margin:0;padding:0;} 

body
{
	font-family:'Helvetica Neue', Helvetica, sans-serif; 
	font-size:62.5%;
	height: 100%; 
}


html, body, #wrap { height: 100%; }					/* for sticky footer */
body > #wrap {height: auto; min-height: 100%;}		/* for sticky footer */


#site {
 	padding:15px 0 50px 0;	 /* 50px = height of sticky footer */
} 


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#footer
{
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	
}

#footer ul		{ margin-left:40px; 
	list-style: none;}
		#footer li		{ background:url(../img/bullet_arrow.png) 0 .25em no-repeat; 
						  line-height:1.2em; margin-bottom:5px; padding-left:10px; }
		#footer a	{ color:#b2b0af; font-size:90%; 
			text-decoration:none;}
		#footer li a:hover{ color:#efefef;}
	#legalese
	{
		clear:both;
		background-color:#1c1c1c; bottom:5px; 
		color:WhiteSmoke;
		padding:5px 0 15px 10px; position:absolute; width:100%; 
	}
	.secA			{ float:left; width:630px; }
	.secB			{ float:left; padding-left:10px; width:360px; }
	.footer-grouping{ margin:auto; width:1000px; }
	#legalese li{ margin-bottom:0px; }
	#tertiaryNav li	{ font-size:98%; line-height:1.3em;}
	#tertiaryNav a	{ font-size:100% !important; }
	
	
	
.LittleTip
{
	color:Gray;
	font-size:7.5pt;	
}
