/* CSS Document */

/*##############################################################
  Eric Meyer's Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: top;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/

h1, h2 {clear:both;margin:27px 0 15px 0; font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000}
h1 {font-size:30pt; text-align:center;}
h2 {font-size:24pt}
h3, h4, h5, h6 {margin:20px 0 15px 0; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000}
h3 {font-size:22px; font-weight:normal}
ul, ol, dl, li {margin:15px 0}
p {width:100%; text-align:justify; margin:15px 0 0 0}
a {color:#a63c3c; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
table,th,td {border:0}
td {padding:15px}
img {padding-bottom:5px}
	
.floated_img {float: left; padding:5px}
.clear {clear:both; float:left}

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:20px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#eedec7 url(../images/body_bg.png) repeat}

#wrapper {width:830px; overflow:hidden; margin:0 auto; padding:0 220px}
	
	#header {float:left; width:830px; height:80px;margin:12px 0 0 5px; background: url(../images/LESA_web_header.png)}
	
	#navigation {float:left; width:830px; height:53px; margin:0; list-style-type:none; background:#eedec7 url(../images/header_bg.png) top repeat-x; border-left:#e4e4e4 solid 3px; border-top:#e4e4e4 solid 3px; border-right:#e4e4e4 solid 3px}
		#navigation #index {height:53px; width:146px}
		#navigation #about_us {height:53px; width:150px}
		#navigation #contact_us {height:53px; width:146px;}
		#navigation li {float:left; margin:0; font-size:18px; color:#989797; border-right:#e4e3e3 solid 1px}
			#navigation li a {display:block; height:26px; padding-top:16px; text-align:center; text-shadow:1px 1px #fff; color:#989797; text-decoration:none}
				#navigation li a:hover {color:#000; text-decoration:none}
	
	#content {clear:both; float:left; display:inline; width:804px; padding:0 13px; background: #eedec7 url(../images/header_bg.png) repeat; border-left:#e4e4e4 solid 3px; border-bottom:#e4e4e4 solid 3px; border-right:#e4e4e4 solid 3px}

        #center {text-align:center;}

		#main_content {clear:both; float:left; display:inline; width:526px; margin:0 0 30px 0}
			#main_content p {width:526px}
			.two_columns {float:left; display:inline; margin-right:30px; width:247px}
			#main_content .two_columns p {width:247px}
			
			#main_content .right_column {margin:0}
        
        #performance {clear:none; float:left; display:inline; width:800px; margin: 0 0 30px 0; }
        	
		#sidebar {clear:right; float:right; display:inline; width:247px; margin-left:30px}
        
        #faq_Q {font-weight:bold}
        #faq_Q:before {content:'Q: '; }
 
        #faq_A {font-style:italic; margin: 6px 0 18px 0}
        #faq_A:before {content:'A: '; }
				
		#footer {clear:both; padding:100px 0 30px 0; font-size:.85em}
		
		
		
		
