/* *******************************************************************

NAME: styles.css
AUTHOR: Scott Emery
DATE: 9/2004
DESCRIPTION: Styles used on the CFS interior pages

******************************************************************* */

body {
	background: #000000;
	text-align: center;
}

#page {
	width: 735px;
	margin: 0px auto;
	text-align: left;
}

#frame {
	float: left;
	border: solid #cc3333 4px;
	margin: 0px;
}

#masthead {
	float: left;
	background: #000000;
}

#navbar {
	float: left;
	background: #ffcc00;
	margin: 0px;
}

#content {
	float: left;
	background: #336600;
	margin: 0px;
}

#content-testimonial {
	float: left;
	background: #336600;
	vertical-align: top;
	margin: 0px;
}

#content-wrapper { float: left; }

#content-subnav {
	background: #63812d;
	background-image: url(../images/s-nvbg.gif);
	background-repeat: no-repeat;
	width: 589px;
	height: 32px;
	margin: 0px;
}

#subnav-wrapper {
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 8px 5px 3px 15px;
}

#subnav-wrapper a {
	color: #ffffff;
	text-decoration: none;
}

#subnav-wrapper a:hover {
	color: #ffcc00;
	text-decoration: none;
}

#subnav-wrapper b {
	color: #ffffff;
	font-weight: bold;
}

#content-text {
	background: #336600;
	background-image: url(../images/s-bg.jpg);
	background-repeat: no-repeat;
	width: 589px;
	height: 100%;
	margin: 0px;
}

#text-wrapper {
	font-family: arial, helvetica;
	padding: 5px 20px 5px 20px;
}

#text-wrapper h3 {
	font-size: 13px;
	color: #ffffff;
	padding-top: 0px;
}

#text-wrapper p, #text-wrapper ul, #text-wrapper li {
	font-size: 12px;
	color: #ffffff;
}

#text-wrapper img { margin: 5px; }

#text-wrapper a {
	color: #ffffff;
	text-decoration: underline;
}

#text-wrapper a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

