/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:auto;
	padding:0px;
}
body {
	background:url(images/body-bkg-repeat.gif) top left repeat-x #061e62;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-bottom:10px;
	line-height:1.4em;
}
h1 {
	font-size:26px;
	padding-bottom:2px;
	font-weight:bold;
	color:#002165;
	border-bottom:1px solid #002165;
}
h2 {
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
	color:#213c89;
}
h3 {
	font-size:15px;
	padding-bottom:10px;
	padding-top:10px;
	color:#3652a2;
}
address {
	text-align:left;
	font-style:normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* ----------------- WRAPPER/ HEADER ELEMENTS ----------------- */
div#wrapper {
	width:946px;
	margin:0 auto;
}
div#header {
	width:946px;
	height:180px;
	background:url(images/header-bkg.jpg) top left no-repeat;
	position:relative;
}
/*AUDIO*/
div#audio {

}
/*VIDEO BTN*/
div#video {
	text-align:left;
	padding-left:10px;
	cursor:pointer;
}
/* ----------------- FLASH - TOP RIGHT IN HEADER ----------------- */
div#headerflash {
	position:absolute;
	right:0px;
	bottom:0px;
}
/* ----------------- CONTENT CONTAINER ----------------- */
div#container {
	background:url(images/container-bkg-repeat.gif) top left repeat-y;
	width:946px;
	clear:both;
	float:left;
}
div#content {
	width:946px;
	background:url(images/content-bkg.gif) top left no-repeat;
	float:left;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	height:32px;
	position:relative;
}
div#topnav ul {
	width:665px;
	margin-left:20px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	padding:10px 8px 0px 8px;
	height:22px;
	display:block;
	float:left;
	background:url(images/nav-right-border.gif) top right no-repeat;
}
div#topnav ul li a:hover {
	color:#FFFFFF;
	background:url(images/nav-over.gif) top right no-repeat;
}
div#topnav ul li .current {
	color:#FFFFFF;
	background:url(images/nav-over.gif) top right no-repeat;
}
/* ----------------- LEFT COL ELEMENTS AND MAIN COPY CONTENT ----------------- */
div#leftcol {
	float:left;
	width:680px;
	text-align:left;
}
div#leftcolcontent {
	padding:20px 0px 25px 35px;
	float:left;
}
div#leftcolcontent p {
	color:#373737;
}
div#leftcolcontent ul {
	padding-left:25px;
	padding-bottom:10px;
}
div#leftcolcontent ul li {
	line-height:1.5em;
	color:#2A2A2A
}
/*CONTENT FLASH - SLIDESHOW*/
div#flash {
	padding:20px 10px 10px 19px;
}
/* ----------------- RIGHT COL ELEMENTS ----------------- */
div#rightcol {
	float:right;
	width:259px;
}
div#rightcolcontent {
	padding:25px 10px 15px 5px;
}
div#box {
	background:url(images/right-box.jpg) top left no-repeat;
	padding:10px 10px 0px 25px;
	height:83px;
}
div#cta {
}
/* ----------------- FOOTER AND BOTTOM NAV ----------------- */
div#footer {
	width:946px;
	height:54px;
	background:url(images/footer-bkg.gif) top left no-repeat;
	clear:both;
}
div#bottomnav {
	padding-top:7px;
	border-top:1px #1d376e solid;
	width:840px;
	margin:0 auto;
}
div#bottomnav a {
	color:#092d79;
	padding:0px 13px 3px 13px;
	font-size:10px;
}
div#bottomnav a:hover {
	background:#2d4894;
	color:#FFFFFF;
}
/*OWNER SIGNIN LINK*/
div#ownerlink {
	clear:both;
	width:946px;
	margin:0 auto;
	padding:5px;
}
div#ownerlink a {
	font-size:10px;
	color:#CCCCCC;
	padding:5px;
	font-weight:bold;
}
div#ownerlink a:hover {
	color:#FFFFFF;
	border:#2d4894 1px solid;
}
/*COPYRIGHT*/
div#copyright {
	clear:both;
	width:946px;
	margin:0 auto;
	font-size:10px;
	color:#496ed6;
	padding-top:10px;
}
div#copyright a {
	color:#3658b7;
	font-size:10px;
}
div#copyright a:hover {
	color:#FFFFFF
}
/* ----------------- MISC/ CUSTOM ELEMENTS ----------------- */
div#offer {
	width:600px;
	height:80px;
	border:1px #FFFF00 solid;
	background:#002165;
	clear:both;
	padding-top:20px;
	margin-top:15px;
}
div#offer h1 {
	color:#FFFF00;
	text-align:center;
}
div#offer p {
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
ul.nolist {
	list-style:none;
	padding-left:20px;
	padding-top:15px;
}
div.listcolumn {
	width:180px;
	float:left;
	font-size:13px;
	padding:10px 10px;
}
div.listcolumn ul {
	padding-left:13px;
	line-height:1.4em;
	font-size:11px;
	color:#666666;
}
div.contactlist {
	width:273px;
	float:left;
	color:#FFFFFF;
	background:#002165;
	padding:10px;
	border:#FFFF00 1px solid;
	height:130px;
}
div.contactlist address {
	padding:10px 10px;
}
div#contactbox {
	width:590px;
	background:#002165;
	float:left;
	text-align:center;
	padding:3px;
	border:1px solid #000000;
}
div#contactbox h1 {
	color:#002165;
	background:#FFFF00;
	text-align:center;
	border:0px;
	font-size:18px;
	padding:15px 0px;
}
.clear {
	clear:both;
}
div#licensebtn {
	width:146px;
	padding-top:20px;
	margin:0 auto;
}
div#licensebtn img {
	border:0px;
}
.testimoniallink {
	margin: auto;
	width: 212px;
}
