/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, html body {
	height:100%;
}

div {
	padding: 0;
	margin: 0;
}

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #rightBlock { height: 100% }

body {
	background: #fff;
	font-family: trebuchet ms, tahoma, verdana, helvetica, arial, sans-serif;
    color: #666666;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	color: #4278AD;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #4278AD;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #B1CD40;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #B1CD40;
	font-weight: bold;
	text-decoration: underline;
}

#topbar {
	background: #4278ad url(images/topBg.gif) left top repeat-x;
	height: 30px;
	width: 100%;
	z-index: 6;
	display: block;  
}
 
#topMenu {
	top: 55px;
	position: absolute;
	left: 0;
  	width: 100%;
  	z-index: 6;
	height: 46px;
	display:block;
	text-align: left;
} 

ul#tablist {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

td ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

td ul li {
	padding-bottom: 0;
	margin-bottom: 0;
}

#tablist li{
	float: left;
	margin: 0;
	padding: 0;
}

#tablist li a{
	float: left;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
  	color: #4278AD;
	border: none;
	font-weight: bold;
    font-size: 14px;
}

#tablist li a:hover{
	background: #CFEEFB;
	text-decoration: none;
}

#tablist li a.current{
	background: #CFEEFB;
	text-decoration: none;
}

#tabcontentcontainer{
	width:100%;
	top: 34px;
	position: absolute;
	left:0;
	z-index: 0;
}

.tabContent{
	display:none;
	margin-left: 0;
	color: #4278AD;
}

#tabcontentcontainer a {
	padding: 2px 5px 2px 5px;
	margin: 0;
	font-size: 12px;
	background: #CFEEFB;
	text-decoration: none;
}

a.tabconlink:link{
	text-decoration: none;
	color: #4278AD;
}

a.tabconlink:hover{
	color:#fff;
	text-decoration: none;
}

#sc5 {
	padding-left: 545px;
}

#sc6 {
	padding-left: 707px;
}

#headmenu ul {
  margin-left: 0;
  width: 340px;
  text-align: right;
}
 
#headmenu li {
  list-style-type: none;
  display: inline;
  padding-right: 15px;
}

#textArea ul {
	margin-left: 25px;
	padding: 0 0 25px 25px;
}

#textArea li {
	line-height: 18px;
}

#textArea ol {
	margin-left: 25px;
	padding-left: 25px;
}

.subMenuRule {
	width: 100%;
	display: block;
	background-image: url(images/smRule.gif);
	background-repeat: repeat-x;
	height: 33px;
	position: relative;
	z-index: 5;
}

.subMenuRule img {
	margin-left: 750px;
}

#subMenu {
	display: block;
	position: relative;
	top: 0;
  	width: 100%;
}
 
#subMenu ul {
  margin-left: 390px;
}
 
#subMenu li {
  list-style-type: none;
  font-size: 17px;
  line-height: 23px;
  color: #336699;
}

#subMenu a:link    { text-decoration: none; font-weight: medium; color: #336699; }
#subMenu a:visited { text-decoration: none; font-weight: medium; color: #336699; }
#subMenu a:active  { text-decoration: underline; font-weight: medium; color: #336699; }
#subMenu a:hover   { text-decoration: underline; font-weight: medium; color: #336699; }

p {
	padding: 0 0 15px 10px;
}

#mainContainer {
	text-align: left;
	width: 100%;
	padding-top: 228px;
}

html>body #mainContainer {
	height: auto;
	min-height: 100%;
}


img { 
	border: 0px;
}
	
#header {
	height: 134px;
	text-align: left;	
	background: #5FC7F1 url(images/logoBarFillerSmall.gif) left top repeat-x;
	width: 100%;
	position: absolute;
	left: 0;
	top: 99px;
	z-index: 3;
}

#headerWidth {
	width: 800px;
}

#headerLeft {
	background: #5FC7F1 url(images/logoBarLeftSmall.jpg) no-repeat;
	float: left;
	width: 422px;
	height: 134px;
	top: 0;
}

#headerImg {
	padding-top: 14px;
	border: 0;
	float: right;
}

#tagline {
	height: 35px;
	position: absolute;
	left: 605px;
	top: 240px;
	z-index: 3;
	text-align: left;
}

.hr2 {
	height: 1px;
	width: 100%;
	display: block;
	background: #5FC7F1;
	border: 0;
	margin-top: 2px;
}

.hr {
	height: 1px;
	width: 100%;
	display: block;
	background: #5FC7F1;
	border: 0;
	margin-top: 2px;
}

#mainContent{
	display: block;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	bottom: 0;
}

#textArea {
	width: 575px;
	display: block;
	padding: 10px 10px 0 20px;
	left: 85px;
	position: relative;
}

#contact {
	margin: 1px 11px 0 7px;
	padding: 6px;
	width: 250px;
	display: block;
	position: absolute;
	color: #17274F;
	font-size: 11px;
	line-height: 12px;
	float: right;
	left: 360px;
	text-align: right;
	top:0px;
	letter-spacing: 1px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 1px;
	color: #B1CD40;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 5px 10px;
	letter-spacing: 2px;
	color: #4278AD;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 10px;
	color: #666666;
	font-style: italic;
}

/* footer */
#bottomBg {
	background: #4278ad url(images/bottomBg.gif) left top repeat-x;
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
}

#footer {
	padding: 3px 0 0 0;
	clear: both;
	color: #B1CD40;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#footerNav {
	padding: 10px 0 10px 0;
}

.note {
	font-size: 10px;
}

.pdfNote {
	font-size: 9px;
	color: #fd2500;
}

.wrdNote {
	font-size: 9px;
	color: #0f68b8;
}

table {
	border: 0;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 100%;
}

td {
	padding: 3px;
	font-family: trebuchet ms, tahoma, verdana, helvetica, arial, sans-serif;
    color: #666666;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

.award {
	width: 0;
	border: 0;
	padding: 5px;
	text-align: right;
	align: right;
}

.tdemph {
	font-weight: bold;
	width: 23%;
}

#logos td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

#footerNav p {
	font-family: trebuchet ms, tahoma, verdana, helvetica, arial, sans-serif;
    color: #666666;
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
	padding: 10px 0 0 0;
	width: 100%;
}

.credit {
	color: #4278AD;
}