﻿@import url('../content-style.css');
/*------------------------- Fampsy Main Style Sheet -------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 0 0;
	background-image: url('../images/grn-bkgrd-stripe.gif');
	background-repeat: repeat-x;
	background-color: #E9E9CF;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}
p {
	padding-bottom: 15px;
}
h1 {
	font-size: 21px;
	color: #864908;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}
h2 {
	color: #657C49;
	padding-bottom: 10px;
	font-size: 17px;
}
h3 {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
h4 {
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0 0 20px 30px;
}
li {
	margin: 0 0 3px 0;
	padding: 0;
}
ul li a{
	list-style: none;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
a {
}
hr {
	margin: 10px 20px 15px 20px;
}
blockquote {
	font-style: italic;
	padding-bottom: 15px;
}
#no-height {
	line-height: 0;
	height: 0;
}
/*------------------------------- General Style Classes ------------------------------*/
.no-bottom-spacing {
	margin-bottom: 0;
	padding-bottom: 0;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.text-right{
	text-align: right;
}
.bold {
	font-weight: bold;
}
.indent{
	padding-left: 30px;
}
.red {
	color: #c61415;
}
.x-large-text{
	font-size: 29px;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.vert-padding{
	padding: 10px 0;
}
.large-text{
	font-size: 18px;
}
.clear{
	clear: both;
}
.float-left-pic{
	float: left;
	margin: 0 20px 10px 0;
}
.contact-prompt{
	clear: both;
	text-align: center;
	padding: 15px 30px 20px 30px;
}
.contact-arrow{
	background-image: url('../Images/blue-arrow.gif');
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	margin-top: 10px;
	margin-right: 5px;
}
img.leftfloat-top{
	float: left;
	margin: 5px 20px 5px 0;
	border: 1px silver solid;
}
img.rightfloat-top{
	float: right;
	margin: 5px 3px 5px 20px;
	border: 1px silver solid;
}
img.nofloat-bordered{
	border: 1px silver solid;
	margin-bottom: 15px;
}
/*-----------------------Clear Fix Hack --------------------------*/
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-fix {
	display: inline-block;
}
/* backslash hack hides from IE mac \*/
* html .clear-fix {
	height: 1%;
}
.clear-fix {
	display: block;
}
/* end backslash hack*/
div#top-stripe{
	height: 30px;
	background-color: #B19A78;
}
/*------------------------ Main Container Styles -----------------------------*/
div#container {
	width: 800px;
	margin: 0 auto;
}
/*-------------------------- Header Styles ----------------------------*/
div#header {
	height: 163px;
}
div#header-box-left{
	float: left;
	width: 200px;
	height: 135px;
	padding: 5px 0 0 15px;
	border-right: 0px #0B3F73 solid;
}
div#header-box-right{
	float: right;
	text-align: right;
	width: 700px;
	height: 120px;
}
div#header-box-text{
	clear: both;
	text-align: center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D71515;
	font-style: normal;
	padding: 42px 95px 0 0;
}
div#header-box-text span{
	font-size: 25px;
}
/*-------------------------------top navigation -------------------------------*/
div#top-nav{
	height: 24px;
	text-align: center;
	background-image: url('../images/top-nav-bkgd.gif');
	background-repeat: no-repeat;
}
div#top-nav ul{
	padding: 0px 0 7px 0px;
	font-weight: bold;
}
div#top-nav ul li{
	display: inline-block;
	font-size: 12px;
	padding: 4px 0px;
	margin-right: -4px;
	margin-left: 0px;
	color: #BEBEBE;
}
/*-- hacks for Internet Explorer --*/
* html div#top-nav ul li{
	display: inline;
	margin-right: 0px;
}
*+html div#top-nav ul li{
	display: inline;
	margin-right: 0px;
}
/*-- END hacks for Internet Explorer --*/
div#top-nav ul li a{
	text-decoration: none;
	color: #ffffff;
	padding: 0 11px;
}
div#top-nav ul li a:hover{
	text-decoration: underline;
}
/*------------------------------- content -----------------------------*/
div#content{
	background-image: url('../images/content-bkgrd.gif');
	background-repeat: repeat-y;
	padding: 0 5px 15px 5px;
}
div#content-nopad {
	min-height: 300px;
}
div#content-padded{
	padding: 20px 30px 10px 30px;
}
div.two-col-right{
	float: right;
	width: 349px;
	padding: 0 30px 0 15px;
}
div.two-col-left{
	float: left;
	width: 349px;
	padding: 0 15px 0 30px;
}
div.content-no-bottompad{
	padding: 20px 30px 0 30px;
}
div.content-no-toppad{
	padding: 0px 30px 10px 30px;
}
div.padded-content{
	padding: 20px 30px 10px 30px;
}
/*----------------------------- side navigation ------------------------------*/
div#side-nav {
	float: left;
	width: 150px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 2px;
	border: 1px silver solid;
	font-size: 13px;
}
div#side-nav ul {
	overflow: hidden;
}
div#side-nav ul li {
	height: 20px;
	background-color: #4D4F64;
	border-bottom: 1px black solid;
	border-top: 1px silver solid;
	padding: 5px 0 0px 8px;
	list-style: none;
}
div#side-nav ul li a {
	color: white;
	text-decoration: none;
}
div#side-nav ul li a:hover {
	text-decoration: underline;
}
/*------------------------------ bottom navigation ----------------------------*/
div#bottom-nav{
	clear: both;
	text-align: center;
	background-color: #0072bb;
	border-top: 1px #EFEFEF solid;
	border-right: 0px gray solid;
	border-bottom: 1px #EFEFEF solid;
	border-left: 0px gray solid;
}
div#bottom-nav ul{
	padding: 5px 0 5px 0;
}
div#bottom-nav ul li{
	display: inline;
	font-size: 13px;
	padding: 3px 15px;
}
div#bottom-nav ul li a{
	text-decoration: none;
	color: white;
}
div#bottom-nav ul li a:hover{
	text-decoration: underline;
}
div#content-bottom{
	height: 15px;
	background-image:url('../images/content-bottom-cap.gif');
	background-repeat: no-repeat;
}
div#footer {
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: center;

}
div#footer p#service-areas{
	color: #00468C;
}
div#footer p {
	padding: 5px 0;
	font-size: 13px;
}
p.credits{
	text-align: center;
	font-size: 11px;
}
div#h-card {
}

