/* __________________________ HTML, Body, Container __________________________
_______________________________________________________________________________*/
* {
	margin: 0px;
	padding: 0px;
}

html{
	font: normal 12px 'lucida sans unicode','lucida sans',arial;
	color: #fff;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: #f4f3ed;
	line-height: 14px;
}

.formSpan {
	display: block;
	margin-bottom:1.25em
}
.formSpan INPUT {margin-right:4px;}

.fw-tertiary { background-color: #E5E5E5; border-color: #E5E5E5; }

#fw-container {
	/*background: transparent url('Images/bg.gif') no-repeat top left;
	scrollbar-track-color: #195d52;
	scrollbar-base-color: #195d52;*/
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 837px;
	height: 640px;
	text-align: left;
	position:relative;
}

/*a {
	color: #8fe5df;
	text-decoration: none;
}

a:hover,a:focus {
	color: #0a4d43;
	text-decoration: underline;
}*/



/* __________________________ Header Section __________________________
_______________________________________________________________________________*/
#fw-head
{
	height: 143px;
	margin: 7px 0px 0px 9px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

#fw-title {
	/*	background:url('Images/logo-mask.gif') no-repeat;
	color: #692d00; */
	font: bold 36px arial;
	letter-spacing: -2px;
	padding: 46px 0px 0px 212px;
	margin-top:7px;
}

#fw-smalltitle {
	/*color: #0a4d43; */
	font: bold 14px arial;
	margin-left: 212px;
	padding: 0px;
}

#fw-title a {
	/*color: #0a4d43; */
	text-decoration:none;
	font:Arial,Verdana,sans-serif;
}

#fw-title a:hover{}


.fw-logo {
	width: 173px;
	height: 135px;
	overflow: hidden;
	position:absolute;
	top:7px;
	left:9px;
	z-index:-1;
	background-repeat:no-repeat;
	background-position:center;
}


/* __________________________ Navigation __________________________
_______________________________________________________________________________*/

#fw-blockContainer {
	width: 837px;
	}

#fw-mainnavwrap {
	width: 203px;
	float:left;
}

#fw-nav-menu {
	width: 203px;
	padding: 0px;
	margin: 0px 18px 0px 0px;
	color: #fff;
	float: left;
	font: bold 10px verdana;
	overflow: auto;
}

#fw-nav-menu a{
	display: block;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-align: right;
	padding-right: 15px;
}

#fw-nav-menu a:hover{
	/*background: transparent url('Images/bg-linkover.gif') no-repeat center right;
	color: #49b4ad;*/
	text-decoration: none;
	overflow: hidden;

}

#fw-nav-menu ul {
	width: 150px;
	margin: 5px 0px 0px 32px;
	padding: 0px;
	list-style: none;
	cursor: default;
	overflow: hidden;
}

#fw-nav-menu li {
	width: 150px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: right;
}

#fw-nav-menu .fw-navheader {}

.clears {display:none; }


/* __________________________ Big Contain & Paragraphs __________________________
_______________________________________________________________________________*/

#fw-bigcontain {
	width: 548px;
	height: 340px;
	overflow: auto;
	position:absolute;
	top:146px;
	left:221px;
}

#fw-columnContainer {
	width: 510px;}

.fw-paragraph{
	clear: both;
}

.fw-title {
	/*background: transparent url('Images/bg-h2.gif') no-repeat center left;*/
	font: normal 18px arial;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

.fw-text{
	margin: 0px;
	padding: 10px 0px 20px 0px;
	overflow: hidden;
	height: 100%;
    clear: both;
}


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

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

 .hasSidebar #fw-bigcontain {  }
 .hasSidebar #fw-sidebar {  }

 .noSidebar #fw-bigcontain {  }
 .noSidebar #fw-sidebar { display: none; }
/* __________________________ Sidebar, Footer & Formatting __________________________
_______________________________________________________________________________*/
#fw-sidebar
{
	width: 160px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	clear:left;
	height:220px;
	overflow:auto;
}
*html #fw-sidebar{margin-left:10px;}

#fw-sidebarbegin{
}

#fw-sidebarend{
}

#fw-sidebar .fw-paragraph{
}
#fw-sidebar .fw-paragraphtop{}

#fw-sidebar .fw-title{
	background:none;
	margin:0px;
	padding:0px;
}
#fw-sidebar .fw-text{
}


#fw-footer {
	/*color: #0a4d43;*/
	height: 30px;
	font-size: 10px;
	margin: 16px 0px 0px 0px;
	margin-left:50px;
	text-align: center;
	float: left;
	border-top:1px solid black;
	position:absolute;
	width:520px;
	top:500px;
	left:160px;
}
#fw-footer p {
	margin-bottom:20px;
}
#fw-footer a{
	color:#000;
}

#fw-tracker
{
 clear: both;
}


/* __________________________ Miscellaneous __________________________
_______________________________________________________________________________*/

.imgleft{float: left;clear: left;margin-right: 7px;margin-bottom: 3px;}
.imgright{float: right;clear: right;margin-right: 7px;margin-bottom: 3px;}

a img{ border: 0px;}

hr{ display: none;}

/* forms */

label, button, input[type="submit"]{}
input, textarea{}
textarea{}
.formSpan{}
Form{}

/* Way to manually set styles for blog */
/* If a CSS property is already set in blog.css, use the !important rule as shown below */

/* Blog Entry Container */
.fwBlogEntryDisplay{}

/* Blog Entry Title */
.fwBlogEntryTitle{}

/* Blog Entry Date */
.fwBlogEntryDate{}

.fwBlogEntryDate BR{display: none;}

/* Blog Entry Body */
.fwBlogEntryBody{}

/* Blog Comments */
.fwBlogCommentContainer{}


/* This can be used to decorate around any advertisements that appear on the page (non-premium users only) */
/* It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement */

#fw-advertisement
{
  width: 731px;
  height: 98px;
  margin:auto;
}

/* This code is supposed to work for styling google ads */
/* I could never get it to apply correctly, but it's included */
/* here anyway so it's easy to find. - Ryan Flood, 04/07/07  */

#googlecolors1 {
background-color: #f3eada; /*bg*/
color: #000; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color: #56640c; /*link*/
}
#googlecolors2 {
background-color: #f3eada; /*border*/
color: #56640c; /*url*/
}


p { margin-bottom: 15px;
}

#fw-footer { text-align: left !important; border: 0px !important; }


