* { margin: 0; padding: 0; border: none; }
body { 
	font: 62.5%/1em Arial, sans-erif;
 }
 
#logo{
	display: block;
	margin-bottom: 50px;
}

/* Classes */
.wrapper { width: 940px; overflow: hidden; margin: 0 auto; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* Header */
#header { display: none; height: 101px; background: url(../gfx/bg_header.gif) 0 0 repeat-x; }
	#header .wrapper { width: 940px; overflow: visible; }
	#header h1 { width: 374px; height: 101px; background: url(../gfx/logo.gif) 0 0 no-repeat; float: left; position: relative; left: -50px; }
	#header h1 a { width: 374px; height: 101px; display: block; float: left; overflow: hidden; text-indent: -9999em; }
	#header ul { float: right; margin-top: 45px; }
		#header ul li { float: left; list-style: none outside; }
		#header ul li a { float: left; font: 1.8em/1em "Myriad Roman", Myriad, "Trebuchet MS", Arial, Sans-serif; color: #FFF; text-decoration: none; padding: 15px; }
		#header ul li.current a,
		#header ul li a:hover { color: #6baf3c; }

/* Cta */
#cta { display: none; background: url(../gfx/bg_cta.gif) 0 0 repeat-x; height: 257px; overflow: hidden; position: relative; }
	#cta #cta_bg { position: absolute; z-index: 500; top: 0; right: 50%; margin-right: -500px; height: 257px; width: 1621px; background: url(../gfx/cta/savings.jpg) left top no-repeat; }
	#cta #cta_content { position: relative; z-index: 1000; width: 940px; padding: 80px 0 0; margin: 0 auto; text-align: right; }
		#cta #cta_content h2 { font: italic 4.5em/1em Myriad, "Myriad Roman", "Myriad Italic", Arial; color: #FFF; }
		#cta #cta_content p { font: normal 1.8em/1em Myriad, "Myriad Roman", Arial; color: #FFF; }

/* Content */
#content { width: 940px; margin: 0 auto; overflow: hidden; }

	#content #main { float: left; width: 580px;  }
	#content #main h1{ margin-bottom: 20px; }
	#content #main ul li{ display: block; padding: 5px 5px 5px 25px; background: url(../gfx/bg_bullet.gif) 10px 0.65em no-repeat;   }
		
		#content #side { display: none; float: right; width: 280px; }
		#content #side ul { font-size: 1.4em; border-bottom: 1px solid #e0e0e0; }
		#content #side ul li { display: block; list-style: none outside; width: 100%; overflow: hidden; }
		#content #side ul li a { display: block; color: #60a240; width: 235px; border-top: 1px solid #e0e0e0; padding: 5px 5px 5px 25px; background: url(../gfx/bg_bullet.gif) 10px 0.65em no-repeat; }
		#content #side ul li a:hover { color: #dc9600; text-decoration: none; }
		
	#content h1 { font: normal 2.8em/1em "Myriad Roman", Myriad, "Trebuchet MS", Arial, Sans-serif; color: #353d35; }
	#content p, #content ul, #content ol { font: 1.3em/1.3em Arial, sans-serif; color: #515151; margin: 10px 0; }
	#content p{ line-height: 22px; }

	#content a { color: #dc9600; text-decoration: none; }
	#content a:hover { text-decoration: underline; }
	
/* Footer */
#footer { display: none; margin-top: 80px; border-top: 5px solid #afd878; padding: 35px 0; }
	#footer p { font-size: 1.1em; line-height: 1.1em; color: #303135; }
	#footer a { color: #303135; text-decoration: underline; }