body {
  margin: 0px;
  padding: 0px;
  background: #f3f1e9;
  font-family: verdana;
  font-size: small;
}

a:link, a:visited {
	padding-bottom: 0;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
}

ul {
	margin-top: 0px;
}

div#wrapper {
  width: 780px;
  margin: 0 auto;
}

/* header */

div#header-wrapper {
  background: #31363e;
  width: 100%;
  height: 113px;
  overflow: hidden;
}

div#header-menu {
  width: 700px;
  margin: 0 auto;
  font-size: medium
}

div#header-menu ul {
	color: white;
	padding: 0;
	margin: 6px 0 0 0;
	float:left;
	border-top: 1px solid #464a52; /* #464a52 */
	width: 700px;
	background: #383d44;
	font-variant: small-caps;
	font-size: 90%;
}

div#header-menu li {
	list-style: none;
	display: inline;
  float: left;
}

div#header-menu li a {
	color: #f3f1e9;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	border: none;
	background: url(../images/nav-bg.gif) no-repeat bottom right;
}

#free {
  color: #FC0;
}

div#header-menu li a:hover {
	color: #fff;
	background: #464a52;
	}

div#header-menu li a.active {
	background: #292d34 url(../images/nav-on-bg.gif) repeat-x top left;
}

img#logo {
  border: 0;
  margin: 10px 0 0 0px;
}

a#logo-link {
  border: 0;
}


div#phone-float {
  float: right;
  position: absolute;
  width: 320px;
  margin: 16px 10px 0 0;
  padding-left: 360px;
  font-size: 18pt;
  color: #f3f1e9;
}

div#phone-float img {
	margin-left: 5px;
	margin-top: -2px;
}

div#phone-float div#contact {
	font-size: 14px;
	text-align: right;
}

div#phone-float div#contact span#phone {
	font-size: 18px;
	font-weight: bold;
}

div#phone-float div#contact a:hover {
	padding-bottom: 0;
	color: #326EA1;
	border-bottom: 2px solid #dbd5c5;
}

/* Body Set Up */
div#content-wrapper {
  width: 700px;
  margin: 10px auto 0 auto;
}

/* Side Menu */
div#side-menu {
  float: left;
  width: 159px;
  padding-right: 5px;
  font-size: medium;
}

div#side-menu h3 {
  font-size: 85%;
  font-variant: small-caps;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #dbd5c5;
  color: #020098;
}
div#side-menu ul {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

div#side-menu li {
  font-size: 85%;
  margin: 0 0 3px -20px;
  list-style: none;
}

div#side-menu li.current {
  list-style-image: url(../images/bullet-arrow.gif);
  list-style-type: square;
}

div#side-menu li.current a {
  color: #444;
  font-weight: bold;
}

/* Content */
div#content {
  float: right;
  width: 525px;
  padding-left: 10px;
  border-left: 1px dashed #dbd5c5;

}

div#content h1, div#front-content h1 {
  font-size: 135%;
  color: #020098;
}

div#content h2, div#front-content h2, #fp-breakouts td h2 a {
  font-size: 90%;
  color: #020098;
  margin-bottom: 6px;
}

#fp-breakouts td h2 a {
	font-size: 100%;
}

div#content p {
  margin: 10px 0px;
}

/* Front Page Content */
div#front-content {
  width: 700px;
}

div#front-content h1 {
  text-align: center;
  margin-top: 0px;
}

div#front-content h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 3px;
}

div#front-content p {
  padding: 0 5px;
}

div#top-front {
  margin-left: 13.5em;
}

div#bottom-front {
  clear: both;
  width: 100%;
  border: 1px solid black;
  padding: 10px;
  background: #f1e7c3;
}

div#city-margin {
  text-align: left;
  font-size: 85%;
  clear: both;
  padding: 15px 0;
}

/* Footer */
div#footer-margin {
  text-align: center;
  font-size: 85%;
  clear: both;
  padding: 30px 0;
}

div#wrapper-footer {
  width: 100%;
  margin-bottom: 5px;
  background: #e6e3d7 url(../images/footer-top.gif) repeat-x top;
  padding-top: 15px;
  border-top: 1px solid #e6e3d7;
  border-bottom: 1px solid #e6e3d7;
}

div#footer {
  padding-bottom: 15px;
  background: #e6e3d7 url(../images/footer-bot.gif) repeat-x bottom;
}


/* img floats & padding */

.img-right {
margin-left: 5px;
margin-bottom: 5px;
float: right;
}

.img-left {
margin-right: 5px;
margin-bottom: 5px;
float: left;
}

div.right-float {
  float: right;
}

.center {
  text-align: center;
  margin: 0 auto;
}

#flashcontent {
	height: 350px;
	width: 525px;
}

div.form-item {
	padding: 0 0 0.25em 0;
	text-align: left;
}

div.form-item .long {
	width: 11em;
}

div.form-item input.short {
	width: 7.5em;
}

div#nav-contact{
	float: left;
	border-right: 1px dashed #DBD5C5;
	padding-right: 5px;
	width: 12.5em;
}

.border {
	border: 1px solid #31363E;
}

a.noborder, a.noborder:hover {
	border: 0;
}

form span {
	color: #F00;
}

#fp-breakouts {
	margin: 0 10px;
	width: 95%;
}
#fp-breakouts td {
	vertical-align: top;
	width: 33%;
	text-align: center;
}

#fp-breakouts td p {
	text-align: left;
	margin: 0;
}

.newsletter {
	font-size: 80%;
}

table.service-area{ margin-bottom: 10px; }
table.service-area td {
	padding: 5px;
	border: 1px solid #000;
	vertical-align: top;
}
form .features {
	float: left;
	width: 150px;
	font-size: 11px;
}
.secretframe{
	width:13.0em;
	left:-10px;
	border-right: 1px dashed #DBD5C5;
	padding-right: 5px;
}

