﻿body {
    text-align:center;
    font-family:Verdana;
    font-size:12px;
    line-height:16px;
    background-color:#0055a5;
/*    background-image:url('../images/bodybkgr.gif');background-repeat:repeat-x;background-position:0 0; */
    color:#000048;
    height:100%;
}
#container {
	background-position: top;
	float: none;
	width: 850px;
	border-top: solid 2px #ee2e24;
	margin: 0 auto;
	background-image: url('../images/containergradient010810.png');
	background-repeat: repeat-x;
	background-color: #fff;
	height: 100%;
	height: 750px;
	text-align: left;
	padding-top: 0px;
}
#mainheader {
	float:left;
    width:100%;
    height:160px;
    margin-bottom:10px;
    padding-top:14px;
}
#mainheader a {
    text-decoration:none;
}
#mainheader a:hover {
    text-decoration:none;
}
/* top header styles */
#topheader {
    width:100%;
    font-size:12px;
    color:#2727a7;
    height:26px;
    float:left;
}
#topright {
	float:right;width:150px;font-weight:normal;	color:#fff;padding:3px;
}
/*Styles for top header links */
#topheader ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topheader li {
	float: left;
}
#topheader li.topright {
	padding-left:75px;
	font-weight:normal;
	color:#fff;
	width:18%;
	float: right;
}
#topheader a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border:0px;
	padding:3px 8px 3px 8px;
}
#topheader a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	border:0px;
	background-color: #a9a9a9;
	padding:3px 8px 3px 8px;
}
#topheader a.currentsection {
	color: #fff;
    color:#2727a7;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border:0px;
	padding:3px 8px 3px 8px;
	background-color: #a9a9a9;
	background-color: #fff;
	background-color: #f7f7d7;
}

/* main sub header styles */
#mainsub {
	float:left;
	width:100%;
	background-color:#ffffff;
}
#mainsub img.logo 
{
    float:left;
    margin:6px;
}
#mainsubleft {
	width:300px;
	height:100px;
	float:left;
	margin-top:10px;
}
#mainsubright {
	float:right;
	width:440px;
	height:100px;
	margin-top:10px;
	margin-right:96px;
}
/* subheader styles */
#subheader {
	float:left;
    width:850px;
    padding-top:6px;
    padding-left:0px;
    font-size:12px;
    color:#0055a5;
    text-align:center;
    height:40px;
	background-color:#ffffff;
    /*background-image:url('../images/subnavbkgr.png');background-repeat:no-repeat;*/
}
#subheaderleft {
	width:240px;
	float:left;
}
#subheaderright {
	width:600px;
	float:right;
}
/* Styles for Navigation */
#subheader ul {
	text-align:center;
	list-style-type: none;
	width: 80%;
	margin: 0px;
	padding: 0px;
	margin-left:20px;
	border-bottom:1px #ee2e24 solid;
	border-top:1px #ee2e24 solid;
}
#subheader li {
	float: left;
}
#subheader a:link {
	color: #0055a5;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border:0px;
	padding:2px 12px 3px 12px;
	margin-top:1px;
}
#subheader a:hover {
	color: #0055a5;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	border:1px;
	background-color: #282862;
	background-color: #0055a5;
	background-color: #a9a9a9;
	background-color: #ddd;
	padding:2px 12px 3px 12px;
	margin-top:1px;
}
#subheader a:visited {
	color: #0055a5;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border:0px;
	padding:2px 12px 3px 12px;
	margin-top:1px;
}
#subheader a:active {
	color: #0055a5;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border:0px;
	padding:2px 12px 3px 12px;
	margin-top:1px;
}
#subheader a.currentsection {
	color: #fff;
    color:#2727a7;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border:0px;
	padding:3px 8px 3px 8px;
	background-color: #a9a9a9;
	background-color: #fff;
	margin-top:1px;
}
#sidenav {
    float:left;
    width:160px;
    text-align:left;
    background-image:url('../images/sidebar-bkgr.gif');
	background-repeat:no-repeat;
	height:480px;
}

#subcontainer {
	float:left;
	text-align:left;
    height:80%;
    width:100%;
	background-color:#ffffff;
}
#content 
{
	width: 100%;
	width: 98%;
	float:left;
	margin: 0 auto;
	border: 1px 2727a7 solid;
	border: 1px 0055a5 solid;
	/*top: 185px;*/
}
#content a {
	color:#ee2e24;
	text-decoration:none;
	font-weight:bold;
}
#footer 
{
    width:100%;
    text-align:center;
    color:white;
    background-color:#0055a5;
	/*font-size:10px;
	line-height:54px;*/
	padding:2px 0px 2px 0px;
	height:60px;
}
#footer a {
	color:#fff;
}
img {
	border:0px white solid;
}
h1, h2, h3 {
	text-align:left;
	font-weight:bold;
	color:#ff0033;
    line-height:100%;
	text-decoration:underline;
}
h1 {
	font-size:16px;
}
h2.htsub {
	font-size:18px;
	text-decoration:none;
	/*line-height:10px;*/
}
h2 {
	font-size:14px;
	text-indent:15px;
}
h3 {
	font-size:12px;
}
h1.cameo {
	line-height:0px;
	font-size:0px;color:#fff;
	margin:0;padding:0;font-weight:normal;
	max-height:0px;max-width:0px;min-height:0px;min-width:0px;
}
p.cameop {
	/*
	visibility: hidden;
	*/
	line-height: 0px;
	font-size: 0px;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	height: 0px;
	max-height: 0px;
	max-width: 0px;
	min-height: 0;
	min-width: 0;
	display: none;
}
#text_main {
	width: 98%;
	width: 95%;
	background-color: #e0ebf4;
	background-color: #fff;
	margin-left: 5%;
	font-size: 12px;
	text-align: left;
	padding: 6px 8px 6px 8px;
	overflow:hidden;
}
#text_main p {
	margin-left:60px;
	margin-left:30px;
	margin-right:15px;
}
#text_main ul {
	margin-left:40px;
}
#text_main li {
	margin-left: 30px;
}
#contact form {
	margin-left:30px;
	border:1px #2727a7 solid;
	border:1px #0055a5 solid;
}
#contact table {
	width:auto;
}
#contact td.col1 {
	width:30%;
	padding-left:5px;
}
#home_window {
	background-image:url('../images/home-window.png');background-repeat:no-repeat;
	height:495px;
	width:640px;
	visibility:visible;
	margin-left:0px;
	padding:0 0 0 10;
}
h3.homepage {
	/*used on home page
	margin:6px 0px 6px 0px; */
	font-weight:normal;
	font-size:11pt;
	color:#000;
	text-decoration:none;
	text-align:center;
	width:90%;
	margin:0 auto;
}
h1.homepage {
	/*used on home page
	margin:6px 0px 6px 0px; */
	font-weight:normal;
	font-size:11pt;
	color:#000;
	text-decoration:none;
	text-align:center;
	width:100%;
	margin:6 auto;
}
#newsstories {
	font-size:11px;
}
#newsstories img.photo {
	float:right;
}
#newspiece {
	overflow: scroll;
	height: 300px;
	font-size: 11px;
}
#accordionvideo {
	float:left;
	width:630px;
	overflow:hidden;
	display:block;
	margin-left:0px;
	margin-top:35px;
}
p.framepara {
	margin:24px;
	text-align:left;
	border:thin #2727a7 groove;
	padding:12px;
}
#phototable table {
	width:600px;
}
#phototable td {
	width:300px;
	text-align:center;
	vertical-align:middle;
}
/*hidden and displayed text styles*/
div.hidden { display: none; }
div.unhidden { display: block;}
.displaynote {
	font-size:11px;color:#777;
	margin-top:12px;
	vertical-align:bottom;
}
.float_right {
	float:right;
}
.text_right {
	text-align:right;
}
li.customerlist {
	font-weight:bold;
	margin-bottom:6px;
	list-style:none;
}
.custinfo {
	/*margin-left:25px;*/
	font-weight:normal;
}
.custwords {
	list-style:none outside none;margin-left:0px;padding-left:0px;padding-right:40px;
}
li.testimonial {
	font-style:italic;
	margin-bottom:6px;
}
li.testimonialin {
	font-style:italic;
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 100px;
}
.custname {
	font-style: normal;
	font-weight: normal;
	margin-left: 200px;
}
.custname {
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 20px;
}

#hiddenlist h4 {
	margin-left:30px;
	color:#ff0033;
}
#hiddenlist p.newstitle {
	font-weight:bold;
	margin-left:30px;
}
#hiddenlist .normaltext {
	font-size:11px;
	font-weight:normal;
}
#hiddenlist img {
	margin-right:6px;
	height:8px;
	border:0px;
}
#hiddenlist a {
	text-decoration:none;
}
/*faq styles */
#faqs a {
	text-decoration:none;
}
#faqs h3 {
	text-decoration:none;
	margin-left:20px;
}
#faqs p {
	margin-left:40px;
	text-indent:0px;
}
p.paraindent20 {
	text-indent:20px;
}
.centertext {
	text-align:center;
}
.clear {
	clear:both;
	height:4px;
}
p.updated {
	text-align:center;margin:0 auto;font-size:90%;
}

