/* Meyer CSS Reset */
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,
b, u, i, center, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{line-height: 1;}
ol,ul{list-style: none;}
blockquote,q{quotes: none;}
blockquote:before,blockquote:after,
q:before,q:after{content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del{text-decoration: line-through;}
table{border-collapse: collapse;border-spacing: 0;}

/* EAA Default styles */
html { font: normal 62.5%/1 Arial, sans-serif; }
.clears { clear: both; }

#fw-container { width: 992px; margin: 5px auto; }
#fw-head { width: 992px; height: 445px; position: relative; }
#fw-title { position: absolute; top: 298px; left: 257px; }
#fw-smalltitle { position: absolute; top: 380px; left: 260px; }

.fw-logo { width: 992px; height: 272px; position: absolute; }

#fw-blockContainer { background: transparent url('img/tile_bg.png') repeat-y left top; }

#fw-mainnavwrap,
#fw-sidebar { padding: 20px 10px 20px 47px; float: left; width: 239px; }
#fw-mainnavwrap ul { line-height: 4em; }
#fw-mainnavwrap a { display: block; padding: 10px 0 0 35px; margin-bottom: 10px; }
#fw-mainnavwrap .fw-nav-level-1 { opacity: 1;}

#fw-bigcontain { float: right; width: 635px; padding: 28px 30px; }
.fw-title { font-size: 2.4em; font-family: Impact; font-weight: normal; margin-bottom: 10px; }
.fw-text { font-size: 1.4em !important; line-height: 1.5em !important; }
.fw-text p { margin-bottom: 20px; }

#fw-sidebar { clear: left; }
#fw-sidebar .fw-title { font-size: 1.5em; }
#fw-sidebar .fw-text { margin-bottom: 20px; }

#ad_space { margin: 0 auto; padding: 30px 0; }
#ad_space a { display: block; margin: 0 auto;}
#fw-footer { text-align: center; font-size: 1.1em; width: 830px; margin: 0 auto; padding: 10px 145px 10px 10px; position: relative; min-height: 35px; }
* html #fw-footer { clear: both; margin-top: 10px; }
#powered_by_webs { position: absolute; right: 5px; top: 5px; text-indent: -9999px; display: block; width: 131px; height: 25px; background: transparent url('img/poweredByWebs.png') no-repeat 0 0;}