/* generic elements */

body	{
	background-color: #fff;
	background-image: url(../img/bg.gif);
	color: #222;
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	margin: 0 auto 0 auto;
	text-align: center;
	}
	
h1	{
	color: #fff;
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 5px;
	background-color: #794104;
	}
	
h2	{
	color: #222;
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;
	}
	
p	{
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	}
	
li	{
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	}	
	
em	{
	}
	
strong	{
	}

blockquote	{
	}
	
img	{
	}

a	{
	font-weight: bold;
	text-decoration: none;
	}
	
a:link	{
	color: #;
	}

a:visited	{
	color: #;
	}
	
a:hover	{
	color: #;
	background-color: #;
	}

a:active	{
	color:	#;
	}


/* custom elements */
#container	{
	width: 810px;
	background-color: #fff;		
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	text-align: left;
	background: transparent url("../img/bg_360lit.gif");
	background-repeat: no-repeat;
	background-color: #fff;	
	border: 0;		
	}
	
#banner-logo	{
	float: left;	
	width: 189px;
	height: 158px;
	background-color: #194D72;
	margin: 0;
	padding: 0;
	border: 0;		
	}		
	
#banner-pic	{
	float: left;
	width: 600px;
	height: 158px;
	background-color: #194D72;		
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;		
	}
	
#banner-login	{
	float: left;
	width: 770px;
	color: #fff;
	background-color: #488BB8;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	border: 0;		
	}		

#banner-login ul	{
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	}
	
#banner-login li	{
	float: left;
	font-size: 9px;
	line-height: 100%;
	margin: 0 2px 0 2px;
	padding: 0;
	list-style-type: none;
	display: inline;
	}	
	
#banner-login ul li>a { /* ie win cannot correctly parse child selector rule */
   	width: auto;
   	}
   	
#banner-login ul li a	{
	color: #000;
	font-size: 10px;
	line-height: 200%;	
	width: auto;
	padding: 5px 10px 5px 20px;
	margin: 0 0 0 5px;
	background: transparent url("../img/login_up.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #fff;
	border: 1px solid #999999;	
	}
	
#banner-login ul li a:hover	{
	color: #DD0000;
	width: auto;
	background: transparent url("../img/login_over.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #fff;
	border: 1px solid #999999;
	}	

#box	{
	width: 770px;
	border: 2px solid #794104;
	margin: 0;
	background: transparent url("../img/bg_strip.gif");
	background-repeat: repeat-x;
	}
	
.column1	{
	float: left;
	width: 270px;
	border: 0;
	margin: 0;
	padding: 0 10px 10px 10px;
	}
	
.column2	{
	float: left;
	width: 220px;
	border: 0;
	margin: 0;
	padding: 0 10px 10px 10px;
	}
	
.column3	{
	float: left;
	width: 220px;
	border: 0;
	margin: 0;
	padding: 0 10px 10px 10px;
	}
	
#quote	{
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	background: transparent url("../img/quote_open.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #67ACDC;
	}
	
#quote-box	{
	padding: 10px;
	color: #fff;
	font-size: .9em;
	line-height: 1.3em;
	background: transparent url("../img/quote_close.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	}	

#footer	{
	width: 770px;
	font-size: 9px;
	margin: 0;
	padding: 10px 5px 10px 5px;
	background: transparent url("../img/logo_ei.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
div.clearer {
	display: block; 
	clear: both; 
	margin: 0;
	padding: 0;
  	visibility: hidden;
  	font-size: 1px;
  	line-height: 0px;
  	}