/***** Global Settings *****/

html, body {
border:0px;
margin:0px;
padding:0px;
}

body {
font:85%/1.25 trebuchet ms, arial, helvetica, sans-serif;
}

/***** Wrapper *****/

#nfw-wrapper {
width:911px;
margin:0px auto;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
font-weight:normal;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
display:none;
}

h1 {
padding:20px 0px 20px 0px;
letter-spacing:-1px;
font:2em trebuchet ms, arial, helvetica, sans-serif;
}

h2 {
padding:15px 0px;
letter-spacing:-1px;
font:1.5em trebuchet ms, arial, helvetica, sans-serif;
}

h3 {
font:1em trebuchet ms, arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0px;
padding:0px 0px 18px 0px;
}

ul, ol {
list-style:none;
padding:0px 0px 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0px;
}

small {
font-size:0.85em;
}

img {
border:0px;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0px;
padding:0px;
display:inline;
}

input, select, textarea {
font:1em trebuchet ms, arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Global Classes *****/

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

.clearfix {display: inline-block;}

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

.center         { text-align:center; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrapper 		{ width:911px;margin:0px auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0px; }
.img-right 		{ float:right;margin:4px 0px 4px 10px; }

.nopadding 		{ padding:0px; }
.noindent 		{ margin-left:0px;padding-left:0px; }
.nobullet 		{ list-style:none;list-style-image:none; }

.padding-top    { padding-top: 20px; }
.padding-bottom { padding-bottom: 20px; }
.padding-left   { padding-left: 20px; }
.padding-right  { padding-right: 5px; }