/* -----------------------------------------
    Welcome to the Webs Base Stylesheet
    This Sheet Contains Every Class You may
     need when editing/building templates,
    as well as standardizes all styles such
     as font definitions. - Daniel 7/29/08
   ------------------------------------------ */

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

html {
	font: normal .9em/1.5em Helvetica, Arial, sans-serif;
	color: #222;
}

.formSpan {
	display: block;
	margin-bottom: 1.25em;
	/* This is universal. Do not change it. - Daniel 7/29/08 */
}

.fw-odd, .fw-secondary {
	background-color: #eceeef;
}

.fw-even, .fw-primary {
	background-color: #fff;
}

a img { border: 0px; text-decoration: none; }

img:hover { text-decoration: none; }

#fw-container {}

/* ------------------------------------------
     Head Elements Here. Remember, absolute
      positioning can be used to position
    title, smalltitle, and logo only if head
    is positioned relative. - Daniel 7/29/08
   ------------------------------------------ */

#fw-head {
	position: relative;
	padding: 55px 0 45px;
	border-width: 0 0 10px;
	border-style: solid;
	height: 40px;
}

#fw-title, #fw-smalltitle, #fw-nav-menu, #fw-blockContainer {
	margin:0 auto;
	padding: 0 .75em;
	width: 990px;
}

#fw-title {
	padding: 0 .33em;
	font-size: 2.75em;
	line-height: 1em;
	letter-spacing: -.06em;
	color: #fff;
}

#fw-titlelink {
	color: #fff;
	text-decoration: none;
	position: relative; z-index: 1;
    border-bottom: 0px !important;
}

#fw-smalltitle {
	padding: 0 .7em;
	font-size: 1.4em;
}

.fw-logo {
	position: absolute;
	height: 140px;
	width: 100%;
    top: 0;
    right: 0;
    background-position: right top;
}

/* -----------------------------------------
      blockContainer holds everything from
      here to the footer. - Daniel 7/29/08
   ----------------------------------------- */

#fw-blockContainer {
	color: #222;
	overflow: hidden;
}

#fw-container a, #fw-container a:hover, #fw-container a:visited {
	text-decoration: none;
}

/* -----------------------------------------
    All Navigation Styling Here. In case of
     vertical navigation, add .hasSidebar
        cases for all affected elements.
                -Daniel 7/29/08
   ----------------------------------------- */

#fw-mainnavwrap {
	font-size: 1.2em;
	font-weight: bold;
	cursor: default;
}

#fw-nav-menu {}

#fw-nav-menu ul {
	padding: 0;
	list-style: none;
}

#fw-nav-menu .fw-nav-level-0 {
	line-height: 2.5em;
	margin: 0 0 0 -.75em;
}

#fw-nav-menu li {
	display: inline;
}

#fw-nav-menu a {
	border: 0;
	padding: .75em;
	text-decoration: none;
}

#fw-nav-menu a:hover, #fw-nav-menu a:focus {}

#fw-nav-menu .fw-nav-level-0 ul a:hover { background-color: #000; color: #fff; }

.navtype-Top #fw-nav-menu li:hover > .fw-nav-level-2 { left: 94%; top: -2px; }
.navtype-Top #fw-nav-menu .sfhover .sfhover .fw-nav-level-2 { left: 94%; top: -2px; margin-left: -10px;	 }

/* ------------------------------------------
    Body structure is in here. Everything in
    this section needs to be styled for both
    hasSidebar & noSidebar - Daniel 7/29/08
   ------------------------------------------ */

#fw-blockContainer {
	padding-right: 0;
	background: #fff url(img/side-bg.png) repeat-y right;
	border-right: 1px solid #ededed;
}

.noSidebar #fw-mainColumn {} /* Not commonly used. Use bigcontain instead. - Daniel 7/29/08 */

.hasSidebar #fw-mainColumn {}

.noSidebar #fw-bigcontain {}

#fw-bigcontain {
	float: left;
	width:659px;
	margin: 2.5em 0 0;
	padding-right: 30px;
	border-right: 1px solid #ededed;
}

/* -------------------------------------------
    Here be content styling. This can contain
    a lot of elements. Remember that this has
     elements appearing in the main body and
         in the sidebar. - Daniel 7/29/08
   ------------------------------------------- */

#fw-bigcontain .fw-paragraph {
	margin-bottom: 2.5em;
}

#fw-bigcontain .fw-title, #fw-sidebar .fw-title {
	margin: 0 0 .5em;
	font-size: 1.4em;
}

#fw-bigcontain .fw-text {}

#fw-sidebar .fw-paragraph {
	margin: 13px;
}

#fw-sidebar .fw-title {
	font-size: 1.1em;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 12px;
    color:#000;
}

#fw-sidebar .fw-title a,
#fw-sidebar .fw-title a:hover,
#fw-sidebar .fw-title a:visited {
	color: #000;
}

#fw-sidebar .fw-text, #fw-sidebar .fw-text p {
    margin-top: 0px;
    color:#000;
    padding-top:4px;
    padding-bottom:6px;
    font-size:0.95em;
}

/* ----------------------------------------
    This is the structural styling for the
          sidebar. - Daniel 7/29/08
   ----------------------------------------- */

/* On Boxad templates, the ad is in the sidebar. Don't default to display: none; - Daniel 7/29/08 */
.noSidebar #fw-sidebar {}

.noSidebar #fw-sidebar .fw-paragraph {
	display: none;
}

#fw-sidebar {
	float: right;
	margin-left: -301px;
	padding: 2.5em 0;
	padding-top: 20px;
	width: 300px;
	background: #f9f9f9;
	border-left: 1px solid #ededed;
	color: #555;
}

#boxad {
	margin: 0;
	padding: 0;
}

#fw-sidebarbegin {}

#fw-sidebarend {}

/* --------------------------------------------
    Footer styling is in here. -Daniel 7/29/08
   -------------------------------------------- */

.clears {
	clear: both;
}

#fw-footer {
	border-width: 10px 0 0;
	border-style: solid;
	text-align: center;
    float: left;
    clear: both;
    width: 100%;
}

#fw-footer p {
	margin: 0;
	padding: 1em;
}

#fw-footer a {
	color: #fff;
}

.fw-footertext {}

/* The following two elements are technically in the source file, but not fully functional. - Daniel 7/29/08 */

#free-website {}

#wildfire {
	float: none !important;
	text-align: right !important;
}
