*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
	color: #333;
	background-image: url(../img/fwf_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat;
	background-color: #c4c4c4;
}

#wrapper
{
	width: 800px;
	margin: 30px auto 30px auto;
	text-align: left;
	display: block;
	background-color: #FFF;
}

#header
{
	width: 800px;
	height: 162px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	background-color: #FFF;
	background-image: url(../img/header_rule.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}


#logo
{
	width: 200px;
	height: 125px;
	float: left;
	background-image: url(../img/logo_fwf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 12px 0 0 23px;
	display: inline;
}

#logo h1
{
	display: block;
	text-indent: -2000px;
	height: 1px;
}

#menu-container
{
	width: 365px;
	float: right;
	display: block;
	margin: 0 10px 0 0;
}




#menu
{
	width: 178px;
	height: 120px;
	float: left;
	display: block;
	border-color: #ccc;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}

#sub-menu
{
	position: relative;
	width: 178px;
	height: 120px;
	float: left;
	display: block;
	border-color: #ccc;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 10px 0 0 0;
	z-index: 100;
}



/* Include id's for all your layers here, with commas between. */

#layer1, #layer2, #layer3, #layer4, #layer5
{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 1;
}

	
	
#content-wrapper
{
	width: 800px;
	float: left;
	margin: 10px 0 10px 0;
	display: inline;
	background-image: url(../img/content-wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #FFF;
}

#content
{
	width: 583px;
	float: left;
	margin: 0 0 10px 10px;
	display: inline;
}

#sidebar
{
	width: 187px;
	float: left;
	margin: 0 0 10px 10px;
	border-width: 0;
	padding: 0;
	text-align: left;
}


#sidebar p
{
	text-align: justify;
}

#contact
{
	border-color: #FFF;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin: 10px 0 0 0;
}

#news
{
	border-color: #FFF;
	border-width: 10px 0 0 0;
	border-style: solid;
	margin: 10px 0 0 0;
}

#search-form
{
	width: 177px;
	margin: 0 0 0 10px;
	padding: 0;
}

#search-form fieldset
{
	margin: 0;
	padding: 0;
	border-width: 0;
}
#search-form p
{
	margin: 0;
	padding: 0;
} 

#search-form input.search-field
{
	width: 120px;
	margin: 10px 4px 0 0;
	padding: 1px 2px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

#search-form .search-button
{
	margin: 10px 0 0 0;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #000;
	color: #FFF;
}

#footer
{
	width: 780px;
	height: 34px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

/* ----- Menu ----- */

#menu ul, #sub-menu ul
{
	margin: 5px 0 10px 15px;
	list-style: none;
}

#menu li, #sub-menu li
{
	list-style: none;
	display: block;
}

#menu li a, #sub-menu li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.9em;
	text-decoration: none;
}

#menu a.parent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #584879;
}

#menu li.active
{
	color: #584879;
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.9em;
	text-decoration: none;
	display: block;
	margin: 0 0 10px 0;
}
	
#sub-menu li.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #584879;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.9em;
	text-decoration: none;
	}

/* ----- Typography ----- */

h2
{
	font-size: 2.2em;
	color: #584879;
	/* FWF Purple */
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0 10px 10px;
	letter-spacing: 0em;
	padding: 0;
}

h3
{
	font-size: 1.8em;
	color: #7d6e9d;
	line-height: 1.4em;
	font-weight: bold;
	margin: 10px 0 0 10px;
	letter-spacing: 0em;
}

h4
{
	font-size: 1.8em;
	color: #9584b8;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 0 0 10px;
	letter-spacing: 0em;
}

p
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 0 10px;
	color: #333;
	padding: 0 0 1.3em 0;
	text-align: justify;
}

p.fwf-quote
{
	font-size: 1.6em;
	color: #7d6e9d;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 25px 40px 0 30px;
	letter-spacing: -0.05em;
	text-align: justify;
	background-image: url(../img/quotes.gif);
	background-repeat: no-repeat;
	background-position: -18px -10px;
	margin: 0 0 15px 0;
}

a:link {	
	color: #584879;
	text-decoration: underline;
}

a:visited
{
	color: #96C;
	text-decoration: none;
}

a:hover
{
	color: #606;
	text-decoration: underline;
}

a:active {	
	color: #606;
	text-decoration: none;
}

p strong
{
	color: #584879;
}

ul,ol
{
	margin: 10px 0 10px 25px;
}

li
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.breadcrumbs
{
	font-size: 1em;
	padding: 5px 0 0 10px;
	margin: 0;
}

#footer p
{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	color: #999;
	padding: 12px 0 0 0;
	line-height: 1em;
}

#content img { margin: 0; }

/* ----- Contact Form ----- */


#contact-form form
{
	width: 450px;
	display: block;
	margin: 0 0 0 10px;
	border-width: 0;
}

#contact-form fieldset
{
	border-width: 0;
	margin: 0 0 0 0;
}

#contact-form legend
{
	border-width: 0;
	font-size: 1.8em;
	color: #7d6e9d;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0em;
	padding: 0 0 10px 0;
}

#contact-form p { margin: 5px 0 5px 0; }

#contact-form label
{
	width: 100px;
	float: left;
	display: block;
}


#contact-form input
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #eee;
}

#contact-form textarea
{
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #eee;
}

#contact-form .submit
{
	font-size: 1.1em;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	background-color: #eee;
}

img.right
{
	float: right;
	display: block;
	padding: 0 0 10px 10px;
}

.fwf-brand
{
	width: 255px;
	float: left;
	display: block;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 10px;
}


.fwf-brand p, .fwf-brand h3
{
	text-align: center;
	padding: 5px;
	margin: 5px;
}
/* ----- HACKS ----- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




	
	
