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

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.tall {
min-height:500px;
  height:auto !important;
  height:500px;
  }
body {
	font-size: 13px;
	font-family: Geneva, "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif;
	text-align: center;
	background: #EBEBEB url(images/body_bg.png) repeat-y center top;
}
h1 {
	color: #7AAAB4;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 10px;
}
h2 {
	color: #BBB;
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 10px;
}
h3 {
	color: #32004B;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 5px;
}
h4 {
	color: #545454;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 5px;
}
h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 5px;
}
h6 {
	color: #7AAAB4;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 10px;
}
p, ul {
	line-height: 20px;
	margin: 0 0 20px;
}
li {
	margin: 0 0 0 20px;
	list-style: square;
}
li {
	line-height: 20px;
}
a {
	color: #5B95A1;
	text-decoration: none;
}
a:hover {
	color: #32004B;
}
strong {
	color: #32004B;
}

#frame {
	text-align: left;
	width: 740px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
#header {
	border-bottom: 3px solid #7AAAB4;
	background: #7AAAB4 url(images/header_bg.jpg) no-repeat center top;
}
#banner {
	width: 100%;
	background: url(images/header_swoosh.png) no-repeat center bottom;
}
#nav {
	text-transform: uppercase;
	height: 28px;
	margin: 0;
	border-bottom: 1px solid #FFF;
	background: #D7D7D7 url(images/nav_bg.png) repeat-x center bottom;
}
#nav li {
	list-style: none;
	float: left;
	height: 25px;
	margin: 3px 1px 0;
}
#nav li a, #quicknav li a {
	color: #32004B;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav li a {
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	display: block;
	position: relative;
	background: #F0F0F0 url(images/nav_btn_bg.png) repeat-x center bottom;
}
#nav li a:hover {
	color: #FFF;
	background: #32004B url(images/nav_btn_bg_hover.png) repeat-x center bottom;
}
#nav a img {
	border: none;
}
#nav a .c {
	position: absolute;
	top: 0;
}
#nav a .l {
	left: 0;
}
#nav a .r {
	right: 0;
}
#nav a .h {
	visibility: hidden;
}
#nav a .a {
	visibility: hidden;
}
#nav a:hover .h {
	visibility: visible;
}
#sub-nav {
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0 10px;
	background: #EEE;
}
#sub-nav li {
	list-style: none;
	display: inline;
	margin: 0;
}
#sub-nav a {
	padding: 3px 10px;
}
#body {
}
#content {
	padding: 10px 15px 60px;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	border-top: 3px solid #7AAAB4;
}
#quicknav {
	text-align: center;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #D7D7D7 url(images/quicknav_bg.png) repeat-x center top;
}
#quicknav li {
	list-style: none;
}
#quicknav li a:hover {
	color: #7AAAB4;
}
#quicknav ul {
	float: left;
}
#quicknav ul.other {
	width: 120px;
}
#qicknav ul.products {
	width: 400px;
}
#quicknav ul.products ul a {
	font-size: 12px;
	height: 20px;
	display: block;
}
#quicknav ul.products ul li {
	float: left;
	width: 120px;
}
#quicknav ul.products ul li li {
	padding: 0 0 0 5px;
}
#copyright {
	color: #FFF;
	font-size: 10px;
	text-align: right;
	padding: 10px;
	background: #7AAAB4 url(images/copyright_bg.png) repeat-x center top;
}
#copyright a {
	color: #FFF;
	font-weight: bold;
}
#products td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 33%;
}
#products img {
	border: none;
}

.clear {
	clear: both;
}
.left-column {
	width: 50%;
	float: left;
}
.right-column {
	width: 50%;
	float: right;
}
.button {
	color: #32004B;
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	background: #F0F0F0 url(images/nav_btn_bg.png) repeat-x center bottom;
}
.button:hover {
	color: #FFF;
	background: #32004B url(images/nav_btn_bg_hover.png) repeat-x center bottom;
}
.bigwords {
	color: #32004B;
	font-size: 14px;
}
.inset-left {
	float: left;
	margin: 0 10px 10px 0;
}
.inset-right {
	float: right;
	margin: 0 0 10px 10px;
}
.purp {
color:#660066;
font-style:italic;
}
.mainList li {
color:#660066;
list-style-image:url(images/bullet.png);
}
.error {
	color:#FF0000;
	font-weight:bold;
	padding:4px 0 4px 0;
}