/* CSS Document
 * 
 * File: base2.css
 * Date: 06/30/2008
 * Author: FormFire, LLC
 *       
 */

/* ----------------------------------------- */
/* FONTS - Because fonts.css was annoying me */
/* ----------------------------------------- */

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #A9A9A9;
}

/* h1 is the "new" sectionheader */
h1 {
	margin: 0 0 20px 0;
	font-size: 52px;
	font-weight: normal;
	color: #636684;
}

/* Use <H2> instead of <span class="sectionheader"> */
h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #636684;
}

/* Use <H3> instead of <span class="header">
   Only works inside the sectionbody div. */
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #636684;
}

	a:hover h3 {
		color: #A9A9A9;
	}

/* ------------------------------------------ */
/* 			   REGULAR LAYOUT STUFF	     	  */
/* ------------------------------------------ */

body {
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	background-image: url(../images/background2.gif);
	background-repeat: repeat-x;
	background-color: #DCDCDC;
}

/* Prevents borders when images are links. */
img {
	border: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 1em;
}

div.frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

div.pageheader {
	width: 100%;
	height: 46px;
	float: right;
	background-image: url(../images/ff_logo_web.gif);
	background-repeat: no-repeat;
	background-position: right;

}

div.pagebody {
	position: relative;
	width: 100%;
	background-image: url(../images/body_center_drop.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
}

div.content {
	width: 100%;
	background-image: url(../images/ff_grad.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

div.contentheader {
	width: 710px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 10px 10px 0 20px;
}

div.newsentry {
	width: 710px;
	height: 100px;
	margin-bottom: 30px;
}

	div.newsentry#thin {
		height: 91px;
		margin-left: 40px;
	}
	
	div.newsentry img {
		float: left;
		margin-right: 20px;
		display: block;
	}
	
	div.newsentry#thin p {
		margin-right: 60px;
	}
	
div.footer {
	background-image: url(../images/body_bottom_drop.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 750px;
	height: 17px;
	float: left;
}

div.pagefooter {
	margin: 0px 0px 50px 10px;
}