/* --- reset * Resets default browser CSS. --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
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%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* --- typography --- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body { 
  font-size: 85%;
  color: #717171; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }

#wrapper.med { font-size:1.1em; }
#wrapper.large { font-size:1.2em; }



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal: #525252; }

h1 { font-size: 1.8em; line-height: 1em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1em; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #c1333b; outline: none;}
a           { color: #127bbd; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* Misc classes
-------------------------------------------------------------- */

.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* --- shell --- */


body { background: #def1fa url('/o/40/images/wfc-tile.png') repeat-x center top; }


/* Site Widths */

#header,
#wrapper,
#wrapper .top {
    width: 970px;
    margin: auto;
    _overflow: hidden;
    }

#container {
    width: 100%;
    min-height: 476px;	
    }

    .one #container   { background: url('/o/40/images/wfc-container1.jpg') no-repeat center top; _background: transparent; }
    .two #container   { background: url('/o/40/images/wfc-container2.jpg') no-repeat center top; _background: transparent; }
    .three #container { background: url('/o/40/images/wfc-container3.jpg') no-repeat center top; _background: transparent; }
    .four #container  { background: url('/o/40/images/wfc-container4.jpg') no-repeat center top; _background: transparent; }
    .five #container  { background: url('/o/40/images/wfc-container5.jpg') no-repeat center top; _background: transparent; }



/* Header styles */

#header {
    height: 127px;
    background: url('/o/40/images/wfc-header.png') no-repeat center 3px;
    _background: url('/o/40/images/wfc-header-ie.png') no-repeat center 3px;
    text-align: left;
    }

#logo, #logo a {
    width: 283px;
    height: 127px;
    display: block;
    background: url('/o/40/images/wfc-logo.png') no-repeat 24px 19px;
    _background: url('/o/40/images/wfc-logo-ie.png') no-repeat 24px 19px;
    }

#logo a span { display: none; }


/* Wrapper Styles */

#wrapper {
    background: url('/o/40/images/wfc-wrapper.png') repeat-y center top;
    _background: url('/o/40/images/wfc-wrapper-home-ie.png') repeat-y center top;
    min-height: 348px;
    _height: auto;
    }

#wrapper .top {
    min-height: 348px;
    _height: auto;
    _background: url('/o/40/images/wfc-wrapper-top-ie.png') no-repeat center top; 
    }

#wrapper .in {
   margin: auto;
   width: 960px;
   min-height: 600px;
   _height: auto;
   background: url('/o/40/images/wfc-wrapper-top.jpg') repeat-x center top; 
   _background: transparent; 
   }



/* Columns
-------------------------------------------------------------- */

#primary {
   width: 960px;
   min-height: 480px;
   _height: 480px;
   float: none;
   text-align: left;
   }


.pad { padding: 25px 25px 25px 30px; }



/* floating images. */

.imgright {
  float: right;
  margin: 0 0 10px 10px; 
  }

.imgleft {
  float: left;
  margin: 0 10px 10px 0; 
  }



/* Misc classes and elements
-------------------------------------------------------------- */

.title a span, .title span {display: none;}

.divider { 
    border-top: 1px solid #eaecee;
    margin-top: 20px;
    padding-top: 20px;
    }



/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* -- id.css -- */


#id {
    width: 970px;
    height: 81px;
    margin: 0 auto;
    padding: 0;
    background: url(/o/40/images/wfc-top.png) no-repeat left top;
	text-align: left;
    }

#id_text, #id_text a {
    width: 410px;
    height: 81px;
    display: block;
    background-position: 41px 41px; 
    background-repeat: no-repeat; 
    }

#id_text span { display:none; }

.action #id_text a     { background-image: url(/o/40/images/wfc-id-take-action.png); }
.contribute #id_text a { background-image: url(/o/40/images/wfc-id-contribute.png); }


/* footer.css */

#bottom {  
   background: #3fadf2 url('/o/40/images/wfc-footer.png') repeat-x left top;
   margin: auto;
   width: '100%';
   min-height: 200px;
   _height: 200px;
   }

/* SITEMAP */

#sitemap {  
   background: #a4d5bb url('/o/40/images/wfc-sitemap.png') repeat-x top left;
   margin: auto;
   padding: 0 20px;
   width: 930px;
   height: 10px;
   text-align: left;
   }


/* FOOTER */

#footer { 
   margin: auto;
   width: 920px;
   padding: 15px 20px;
   color: #def2ff;
   font-size: 10px;
   line-height: 15px;
   text-align: left;
   }

#footer a { 
   color: white; 
   font-weight: bold; 
   font-size: 11px;
   }

#footer .links, 
#footer .paid, 
#footer .copyright {
   float: left;
   }

#footer .links {  
   width: 338px;
   }

#footer .paid {  
   width: 230px;
   padding: 4px 6px;
   border: 1px solid #9bd2f6;
   text-transform: uppercase;
   text-align: center;
   }

#footer .copyright {
   width: 338px; 
   text-align: right;
   }

