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

html{
	text-align: left;
	font:normal 90%/170% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body{
	width:938px;
	margin:auto;

}

#fw-container
{
	float:left;
	background: url('Images/background.gif') repeat-y;
	border-top:#CEC6B5 solid 3px;
	position:relative;
}

a{
	COLOR: #6E4B18;
	text-decoration: underline
}
a:hover{
	COLOR: #636363;
	text-decoration: none
}



/* __________________________ Header Section __________________________
_______________________________________________________________________________*/
#fw-head
{
	width:179px;
	height:726px;
	float:left;
}
#fw-title
{
	width:500px;
	position:absolute;
	top:50px;
	left:240px;
	z-index:2;
}

#fw-smalltitle
{
	color:#536F18;
	margin:0px;
	font: bold 14px arial;
	width:500px;
	position:absolute;
	top:90px;
	left:240px;
	z-index:2;
}

#fw-title a
{
	color: #131416;
	font: 35px 'myriad pro';
	font-weight:bold;
	text-decoration: none;
}


.fw-logo
{
	width:175px;
	height:726px;
	position:absolute;
	top:0px;
	left:4px;
	z-index:1;
	background:url('Images/logo.jpg') no-repeat;
}


/* __________________________ Navigation __________________________
_______________________________________________________________________________*/

#fw-blockContainer {
	width:758px;
	margin-top:60px;
	float:right;
}

#fw-mainnavwrap {
	float:left;
	width:180px;
	padding-left:30px;
	padding-top:115px;
	padding-bottom:6px;
}

#fw-nav-menu {}

#fw-nav-menu a{
	color:#536F18;
	width:160px;
	padding-left:10px;
	display:block;
	padding-right:10px;
	text-decoration:none;
	font:bold 16px 'myriad pro';
}

#fw-nav-menu a:hover{
	color:#536F18;
}

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

#fw-nav-menu li {
	padding-top:8px;
	border-bottom: 1px dashed #000;
	font: 12px tahoma;
	height:20px;
}

#fw-nav-menu .fw-navheader {
  border: 0px;
  padding-top:20px;
  font: 17px impact;
}

.clears {clear: both; height: 1px; border: 0px solid red; }


/* __________________________ Big Contain & Paragraphs __________________________
_______________________________________________________________________________*/

#fw-bigcontain {
	width:510px;
	margin-top:100px;
	float:right;
	padding-right:20px;
	padding-left:10px;
	background: url('Images/divider.gif') no-repeat;
}

#fw-columnContainer {}
#fw-rightColumn{float:left;}
#fw-mainColumn{float:left;margin-left:15px;}
#fw-leftColumn{float:left;margin-left:15px;}

.fw-paragraph{
	padding-top:15px;
}

.fw-title{
	color:#303030;
	font: bold 14px arial, "Times New Roman", Times, serif;
}

.fw-text{
	font: 12px tahoma, Verdana, Arial, Helvetica, sans-serif;

	color:#3A4C49;
	padding-top:8px;
}

/*--------------------------------------------------------------------------
   Set up the Universal Column Definition here
   This sets when and under what conditions the columns will actually display.
-----------------------------------------------------------------------------*/
.noSidebar #fw-sidebar { display: none; }
 #fw-leftColumn, #fw-mainColumn, #fw-rightColumn {
 float:left
 }
 .noSidebar #fw-blockContainer {
 }
 .hasOneColumn #fw-leftColumn, .hasOneColumn #fw-rightColumn {
 display: none
 }
 .hasTwoColumns #fw-rightColumn {
 display:none
 }
 #fw-leftColumn, #fw-mainColumn, #fw-rightColumn {
 float:left;
 }


/* __________________________ Sidebar, Footer & Formatting __________________________
_______________________________________________________________________________*/
#fw-sidebar
{
	float:left;
	width:180px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:6px;

}

#fw-sidebarbegin{
}

#fw-sidebarend{
}

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


#fw-footer
{
	display:block;
	float:left;
	text-align:center;
	width:700px;
	margin-left:200px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:30px;
	font: 12px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#3A4C49;
	border-top: 1px solid #636363;
}
#fw-footer a{
}

#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*/
}
