html {
	background:#fff;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size:12px;
	font-family:"lucida sans unicode", "lucida sans", verdana, arial;
	text-align: left;
	margin: auto;
	width: 950px;
	position: relative;
	margin-bottom: 10px;
}

/* fw-header applies to the container surrounding the title, small title, and logo. */
#fw-head {
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
  height:111px;
  position:relative;
}

#fw-title {
  text-align:left;
  margin-bottom: 0px;
  padding: 5px;
}

#fw-title a {
	font-family:"lucida sans unicode" !important;
	font-weight:bold;
	font-size:25pt;
	padding:5px;
}

#fw-smalltitle {
	margin-bottom: 0px;
	font: bold 16px "lucida sans";
	position: relative;
	text-align:left;
	padding: 10px;
}

/* Logo is not located in a div, rather this is a style applied to an image tag */
.fw-logo {
	position:absolute;
	left:750px;
	top:0px;
	width:200px;
	height:111px;
	background-repeat:no-repeat;
	background-position:center;
}

#fw-container {
	text-align: left;
	display: block;
	margin-top: 0px;
}

#fw-advertisement
{
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 margin-top: 10px;
 width: 731px;
 height: 98px;
}

/* Something to denote for menu styles here - for a regular nav, stick to using #fw-nav-menu and set the others to display: none; */
/* If you're planning on one of the other nav styles, follow suit. Basically, depending on the layout you're trying to achieve, just */
/* Set the nav code you don't need to display: none; */

#fw-blockContainer {
float:right;
}

#fw-topnav { display: none; }

#fw-mainnavwrap {
	padding: 0px;
  margin-left: 5px;
  margin-bottom: 15px;
  float: right;
  width:220px;
  border: 1px solid #CCCCCC;
}

* html #fw-mainnavwrap {
    width: 195px;
}

#fw-nav-menu {
  width:160px;
  padding: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  border: 1px solid #CCCCCC;
  padding-left:10px; padding-right:20px;
}

#fw-nav-menu ul {
   list-style-type: none;
   margin: 5px 0px;
   padding: 5px 10px;
   text-align: left;
 }

#fw-nav-menu li {
   display: block;
   margin-right: 10px;
   min-height: 22px;
   margin-top: 10px;
 }


#fw-nav-menu .fw-navheader { display: none; }

* html #fw-nav-menu .fw-navheader { margin-right: 4px; }

.clears { clear: both; height: 1px; text-indent: -3000px; border: 0px solid red; width: 128px; }

/* Styles for the entire paragraph and body section */

/*--------------------------------------------------------------------------
   Set up the Universal Column Definition here
   This sets when and under what conditions the columns will actually display.
-----------------------------------------------------------------------------*/

.hasOneColumn #fw-leftColumn, #fw-rightColumn { display: none; }
.hasTwoColumns #fw-rightColumn { display: none; }

/*
 * Sidebar stuff
 */

.hasSidebar #fw-bigcontain {
  padding-top: 15px;
  width: 710px;
  margin-bottom: 0px;
  min-height: 300px;
  padding-right: 10px;
  float: left;
  border-right: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;

}

.noSidebar #fw-bigcontain {
  padding-top: 15px;
  margin-bottom: 0px;
  min-height: 300px;
  padding: 0px;
  float: left;
  border-top: 1px solid #b9b9b9;
}

#fw-sidebar
{
  padding-top: 15px;
  border: 1px solid #CCCCCC;
  width: 215px;
  text-align: left;
  float: right;
  padding-left: 5px;
}

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

#fw-sidebarbegin { }
#fw-sidebarend { }

.fw-paragraph
{
  margin: 0px;
  padding-top: 0px;
}

.fw-paragraph h3 {
	font-weight: normal;
	font-size: 15pt;
}

.fw-title {
  text-align: left;
  padding-bottom: 10px;
  padding-top:10px;
  margin-bottom: 1px;
  padding-left: 10px;
  font: bold 18px "lucida sans unicode" !important;
}

.fw-text
{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 17px;
  text-align: left;
}

.fw-text p {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 13px;
}

.fw-text a,a:visited {
}



#fw-footer
{
 clear: both;
 text-align: left;
 height: 30px;
 line-height: 26px;
 margin-top: 10px;
 color: #000;
 font-size: 10px;
 margin-left: 10px;
 margin-bottom: 5px;
 padding-top: 1px;
 border-top: 1px solid #b9b9b9;
}

#fw-footer a, #fw-footer a:visited {
}

#fw-tracker
{
 height: 2px;
 clear: both;
}

#fw-title a {text-decoration:none; color:black; font-size:15pt;}
.formSpan {display:block; margin-bottom: 1.25em;}
#fw-columnContainer {width:700px;}
h3.fw-title {
font-weight:bold;
font-family:'Tahoma','Helvetica';
font-size:14pt;
padding-bottom:10px;
}

.fw-odd, .fw-secondary {background-color: #fff;}
.fw-even, .fw-primary {background-color: #eee;}
.fw-tertiary {background-color: #ccc; border-color: #ccc;}
