﻿body, td, th, h1, h2, h3, h4, h5, h6 { font-size: 100%; }

body {
	margin: 0 0 20px 0;
	border-width: 0;
	background-color: #f6f6f6;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
 	text-align: center;
}

#wrapper {
	width: 795px;
	margin: 0 auto;
    background: #f6f6f6 url("/images/page_shade.gif") repeat-y top center;
}

#page-end {
	width: 795px;
	margin: 0 auto;
	background: url("/images/page_foot.gif") no-repeat;
	height: 10px;
}

#wrapper-content {
	text-align: left;
	margin: 0 auto;
	padding: 4px 20px 10px 20px;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

span, p, li, caption, td, div, h3 {
	color: #1F1F1F;
}

table {
	border-collapse: collapse;
	clear: both;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 12px 0;
	color: #6382A1;
}

p, table, form  { margin: 0 0 18px 0; }

ul {
	margin-top: 0; 
	margin-bottom: 15px;
}

img { border: 0; }

#page-header {
	padding-bottom: 10px;
}

#page-header img#logo {
	float: left;
}

#page-header-right {
	float: right;
	text-align: right;	
	padding: 4px 1px 0 0;
}

#page-header-right h1 {
	margin: 0;
	font: normal 1em Arial, Verdana, sans-serif;
	color: #4F4F4F;
}

#page-header-right p {
	margin: 0;
	color: #4F4F4F;
	margin-top: 5px;
}

#page-header-right a,
#page-header-right a:link, 
#page-header-right a:active, 
#page-header-right a:visited {
	color: #336799;
}

#page-header-right img {
	margin: 0 3px 0 15px;
}

#top-nav {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #dadada; /* #BFBFBF */
	margin: 0 auto 1px auto;
	padding: 0;
	background-color: #fff;
}

#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#top-nav li a,
#top-nav li a:link, 
#top-nav li a:active, 
#top-nav li a:visited {
	display: block;
	color: #4F4F4F;
	background: #fff url('/images/tab.gif') no-repeat;
	width: 151px;
	height: 20px;
	text-align: center;
	padding: 7px 0 0 0;
}

#top-nav li a:hover {
	background: #fff url('/images/tabs.gif') no-repeat;
	text-decoration: none;
}

#top-nav li a.urhere {
/*	background: #fff url('/images/tabs.gif') no-repeat;
	border-bottom: 1px solid #b0f7f6; */
}

#top-nav-hdr {
	background: #6384BB url('/images/aboutus.jpg') right top no-repeat;
	height: 70px;
	border-bottom: 0;
}

#top-nav-hdr h2 {
	float: left;
	display: inline; /* IE double margin fix */
	color: #fff;
	font-size: 2em;
	margin: 30px 0 0 194px;
}

#top-nav-hdr img {
	float: right;
}

#nav-sub-title {
	background: #fff url("/images/blue_bg.gif") 175px 0px repeat-y;
	margin-top: 1px;
	padding: 1px;
}

h3 {
	background: #fff url("/images/blue_bg.gif") 174px 0px repeat-y;
	padding: 1px 0 0 196px;
	font: bold 13px Arial, Verdana, sans-serif;
	margin: 1px 0 0 0;
}

#main {
/*	border: 1px solid #DFDFDF; */
}

#side-bar {
 	float: left;
 	position: relative; /* ie6 */
 	width: 174px;
 	margin-top: -63px;
}

ul#sub-nav {
	list-style: none;
 	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

ul#sub-nav li a, 
ul#sub-nav li a:link, 
ul#sub-nav li a:active, 
ul#sub-nav li a:visited,
ul#sub-nav li.no-nav {
	display: block;
 	position: relative; /* ie6 */
  	color: #1F1F1F;
	background: #E8F2FB url("/images/blue_arrow3.gif") 15px 8px no-repeat;
	padding: 5px 0 5px 26px;
  	border-bottom: 1px solid #fff;
}

ul#sub-nav li a:hover {
 	position: relative; /* ie6 */
	background: #cfc url("/images/blue_arrow3h.gif") 15px 8px no-repeat;
	text-decoration: none;
}

ul#sub-nav li a.urhere {
 	position: relative; /* ie6 */
	background: #C6DFF6 url("/images/blue_arrow3s.gif") 15px 8px no-repeat;
	font-weight: bold;
}

ul#sub-nav li a#last {
	border-bottom: 1px #BFE7FF solid;
	padding-bottom: 13px;
}

ul#sub-nav li {  /* IE5 fix */
	display: inline; 
}

ul#sub-nav img { /* IE fix, or top.gif has space below it */
	display: block;
}

.promo1-top {
	height: 15px;
	background: url('/images/redboxtop.gif') no-repeat;
}

.promo1-bottom {
	height: 8px;
	background: url('../images/nav/promo_bottom.gif') no-repeat;
}

.promo1 {
	border: 1px #dcdcdc solid;
	border-top: none;
	background: #fff url('../images/cc_bg.jpg') bottom left no-repeat;
}

.promo1-content {
	padding: 8px 10px 8px 10px;
}

.imgfix { /* IE fix. remove extra space under image */
	display: block;
}

.promo1 ul {
 	margin: 0 0 6px 0;
	padding-left: 0;
	list-style-type: none;
}

.promo1 li {
	font-size: 13px;
}

#content {
	float: left;	
  	background: #fff;
  	width: 529px;
	padding: 21px 20px 15px 20px;
}

#content-body {
	padding: 21px 20px 15px 20px;
}

#footer {
	margin: 4px auto 0 auto;
	width: 760px;
	color: #5F5F5F;
	line-height: 1.5em;
}

#footer a {
	color: #4F4F4F;
}

#footer a:hover { 
	color: #336799;
}

#style1 {
	font-size: 10px;
	margin: 20px 0 0 0;
	text-align: center;
}

a.nolink,
a.nolink:link,
a.nolink:active, 
a.nolink:visited,
a.nolink:hover {
	color: #000;
	cursor: text;
	text-decoration: none;
}

.hline {
	display: block;
	margin-top: 2em;
	padding-bottom: 0;
 	border-top: 1px dashed #6E633A;
 	width: 100%;
}

table.style1 {
	width: 100%;
	border: 0;
}

table.style1 caption {
	text-align: right;
	font-weight: bold;
}

table.style1 td {
	padding: .3em;
}

table.style1 tr.alt td {
	background: #FFF7EB;
}

table.style1 tr.header_row td {
	background-color: #C6DFF6;
	background: #C6DFF6 url("../images/blue_bg3.gif") repeat-x;
	font-weight: bold;
}

table.style1 tr.last td {
	font-weight: bold;
}

.headline1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.headline2 {
	font-weight: bold;
	text-align: center;
}

.center1 {
	text-align: center;
}

.box1 {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 1.5em 0;
}

.box2 {
	border: 1px solid #DFDFDF;
	padding: 10px;
	background-color: #eeeeee;
	margin: 0 0 1.5em 0;
}

.smalltxt { 
	font-size: .9em; 
	font-style: italic;
}

.double-space li {
	margin-bottom: 1.5em;
}

.margbot-sm {
	margin-bottom: 5px;
}

.margbot-md {
	margin-bottom: 10px;
}

.margbot-lg {
	margin-bottom: 30px;
}

.topmarglg {
	margin-top: 40px;
}
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.underline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.italic { font-style: italic; }
.largetxt {	
	font-size: 15px;
	font-weight: bold;
}

.color3 { /* blue */
	color: #4C626F;
}

.text1 {
	color: #4F6C9F;
	font-weight: bold;
}

.text2 {
	color: #e47e06;
	font-weight: bold;
}

.text3 {
	color: #c0121d;
	font-weight: bold;
}

.text4 {
	color: #c0121d;
}

.text5 { /* green */
	color: #91cb61;	
}

.special { 
	color: #FF0000; 
}

.special2 { 
	color: #FF0000;
	font-weight: bold;
}

a.btn1,
a.btn1:link, 
a.btn1:active, 
a.btn1:visited {
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	padding: 9px 0;
	margin: 0 auto 15px auto;
	border: 2px silver outset;
	background: #e47e06 url('/images/home/orange_bg.gif') repeat-x;
}

ul.list1 {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

ul.list1 li {
	padding: 0 0 3px 16px;
	background: url("/images/blue_check.gif") 0 3px no-repeat;
}

ul.list1 li.last {
	padding-bottom: 15px;
}

p.last {
	margin-bottom: 23px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE5/Mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End hide from IE5/Mac */
