@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, "sans serif";
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: url(../frank-images/body-bg.gif);
}
a:link {
	color: #333;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {	font: bold 12px Arial, Helvetica, sans serif;
color: #333;	text-decoration: none;
}
a:hover {
	color: #626364;
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: bold;
}
a:active {	font: bold 12px Arial, Helvetica, sans serif;
color: #666;
}
p { 
	font: 12px/16px Arial, Helvetica, sans serif; color: #626364;
}
h1 {
	padding-top: 3px;
	font-size:18px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
}
h2 {
	padding-top: 3px;
	font-size:18px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
}
h3 {
	padding-top: 8px;
	padding-bottom: 2px;
	font-size:18px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../frank-images/h3-bg.png);
	background-repeat: no-repeat;
}

h4 {
	padding-top: 3px;
	font-size:18px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: normal;
	color: #ffffff;
}
h5 {
	padding-top: 3px;
	font-size:14px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #626364;
}
h5 a:link {
	padding-top: 3px;
	font-size:14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
}
h5 a:visited {
	padding-top: 3px;
	font-size:14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
}
h5 a:hover{
	padding-top: 3px;
	font-size:14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #9b9da1;
}
h5 a:active{
	padding-top: 3px;
	font-size:14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
}
h6 {
	padding-top: 3px;
	font-size:48px;
	line-height: 45px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	color: #626364;
}
#wrapper {
	position:relative;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	min-height: 100%;
	margin-bottom: -118px;
	top: 0px;
}
#footer {
	position:relative;
	font-size: 12px;
	color: #ffffff;
	height: 118px;
	width: 100%;
}
#footer-contents {
	margin-left: -480px;
	position: relative;
	left: 50%;
	top: 0px;
	width: 945px;
	height: 94px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../frank-images/footer-bg.png);
	background-repeat: repeat-x;
	padding-top: 24px;
	padding-left: 15px;
}
#footer P {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	background-color:#626364;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.clearfooter {
height: 108px;
clear: both;
}
#header {
	background-image: url(../frank-images/header-bg.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
#logo {
	float: left;
	height: 104px;
	width: 340px;
}
#image-holder {
	min-height: 104px;
	width: 960px;
}
#site-content-area {
	min-height: 55px;
	width: 960px;
}
#top-nav {
	width: 550px;
	height: 35px;
	margin-left: 402px;
	margin-top: 63px;
}
ul.topnav {
	list-style: none;
	padding: 0 30px;
	margin: 0;
	float: left;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background-image: url(../frank-images/topnav_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background-image: url(../frank-images/subnav-btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #626364;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border: 1px solid #626364;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #9b9da1; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 150px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 125px;
	url(../frank-images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	 url(../frank-images/dropdown_linkbg.gif) no-repeat 10px center;
}
#home-page-text {
	background-image: url(../frank-images/homepage-content-bg.png);
	background-repeat: repeat-y;
	width: 350px;
	margin-top: 25px;
	margin-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
#image-border {
	width:960px;
	height:10px;
	background-color:#9b9da1;
}
#main-page-text {
	width: 620px;
	margin-left: 15px;
	margin-top: 15px;
	float:left;
}
#highlight-box {
	background-color: #797a7c;
	float: right;
	width: 289px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#box-bottom {
	background-image: url(../frank-images/bottom-box.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 309px;
	margin-left: -10px;
	background-color: #ffffff;
}
.white {
	color:#FFF;}

.list-indent {
		margin-left:25px;}
.grey {
	color: #626364;}