/*NAV menu styles*/

#nav { /*id=nav style*/
	margin: 0;
	padding: 0;
}

#nav a { /*turn off links for anchor links in nav*/
	text-decoration: none;
}

#nav li { /*float the main menu list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 3px;
}

#nav li ul { /*hide sub menu*/
	display: none;
	color:#333333; /*not sure this does anything*/
	float: left;
	cursor:default;
}

#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	*top: 32px; /*reposition for IE*/
	left: -3px;
	background-image: url(Graphics/Menu_Gradient.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 795px;
	border-top: 6px solid #FFFFFF;
}

#nav li.off a { /*main menu style*/
	color: #666666;
	font-size:13px;
	font-weight: bold;
	display: block;
	height: 15px;
	width: 101px;
	padding: 5px 5px 2px;
	border-bottom: 10px solid #666666;
}

#nav li.on a { /*active main menu with link*/
	color: #64B4D9;
	border-color:#64B4D9;
}

#nav li.on { /*main menu with no link*/
	color: #64B4D9;
	font-size:13px;
	font-weight: bold;
	display: block;
	height: 15px;
	width: 101px;
	padding: 5px 5px 2px;
	border-bottom: 10px solid #64B4D9;
	margin-right:3px;
	cursor:default;
}

#nav li.on ul a, #nav li.off ul a { /* subnav style */
	float: left;
	color:#666666;
	font-weight:normal;
	width: 98px;
	height:43px;
	border-left: 3px solid #FFFFFF;
	border-bottom:0;
	vertical-align: middle;
}

#nav li.on ul li.on  { /* active sub menu item*/
	color: #64B4D9;
	border-bottom: 0; !important;
	border-left: 3px solid #64B4D9;
	font-weight:normal;
	text-align:left; !important;
	width: 98px;
	height:43px;
}

#nav li.on ul li a { /* items of active sub menu*/
	padding: 5px 5px 0 5px;
	width: 98px;
	height:43px;
}

#nav li.on ul { /*hold sub menu on if class="on"*/
	display: block;
}

#nav li.off:hover ul, #nav li.over ul { 
  	display: block;
  	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover, #nav li:hover a, #nav li.over a li.on a:hover { /*hover styles*/
	color: #FF0000; 
	border-color: #FF0000;
}


/*end nav menu styles*/

Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	background-image: url(Graphics/Background_Gradiant.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	background-color: #F0F0F0;
}

p { /*overide mozilla default*/
padding:0;
margin:0;
}

#NavSub {
	float:left;
	height: 50px;
	width: 795px;
	border-top: 6px solid #FFFFFF;
	clear: left;
	background-image: url(Graphics/Menu_Gradient.jpg);
	background-repeat: repeat-x;
}

.MenuToolTip {
	color: #666666;
	margin: 0px;
	font-size: 12px;
	float: left;
	width: auto;
	height: 45px;
	padding-top: 5px;
	padding-left: 5px;
	border-left: 3px solid #FFFFFF;
	font-weight: normal;
}

#PageContainer {
	width:796px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0166FC;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	z-index: 2;
	position: relative;
}

#FlashBanner {
	background-color: #FFFFFF;
	float: left;
	width: 792px;
	height: 400px;
	margin-top: 15px;
}

#MoviePlaceHolder {
	background-color:#FFFFFF;
}

#Header {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 800px;
	height: 70px;
}

#NavContainer {
	position: relative;
	width:800px;
}

.FooterHeading {
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-style: italic;
}

#FooterContainer {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.FootCol {
	float: left;
	width: 235px;
	padding: 15px;
	background-color: #64B3D9;
	height: 150px;
	margin-right: 3px;
}



.FootCol2 {
	float: left;
	width: 230px;
	padding: 15px 15px 15px 15px;
	background-color: #64B3D9;
	height: 150px;
	margin-right: 0px;
	background-image: url(Graphics/FrontPageFooter_logo.jpg);
}

.FooterCompanyText {
	font-size: 9px;
	color: #666666;
	clear: both;
}
#SideNavContainer {
	float: left;
	clear: left;
	width: 110px;
	margin-top: 50px;
	margin-right: 10px;
	font-size: 0px;
}
#SideNav{
	background-color: #64B4D9;
	background-image: url(Graphics/SideNav_r2_c2.gif);
	background-repeat: repeat-y;
	background-position: 100%;
	width: 105px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #9E9E9E;	
}
#MainFrame{
	float: left;
	width: 660px;
	margin-top: 15px;
	margin-left: 10px;
}
#TopBorder{
	background-image: url(Graphics/Rounded_Frame_r1_c3.gif);
	background-repeat: repeat-x;
}
#LeftBorder{
	background-image: url(Graphics/Rounded_Frame_r3_c1.gif);
	background-repeat: repeat-y;
}

#Corner{
	background-image: url(Graphics/Rounded_Frame_r1_c1.gif);
	background-repeat: no-repeat;
}

#TextFrame{
	padding-top: 10px;
	padding-left: 25px;
	color:#666666;
	padding-right: 5px;
	padding-bottom: 20px;
	position: relative;
}

#TextFrame p {
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: justify;
}

#TextFrame ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

.SideNavHeading {
	color: #666666;
	letter-spacing: 0px;
	padding-bottom: 3px;
	font-style: italic;
}

#SideNav a, #FooterContainer a {
	color:#FFFFFF;
	text-decoration: none;
}

#SideNav a:Hover, #FooterContainer a:Hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#SideNav a:Visited, #FooterContainer a:Visited {
	color:#FFFFFF;
}

.logos {
	margin-top:10px;
	clear:left;
	float:left;
}


.NavList {
	list-style-type: none;
	padding-top: 5px;
	margin: 0px;
	color: #FFFFFF;
	text-indent: -4px;
	padding-left: 4px;
}

.StandardAccess {
	display: none;
	float: left;
}

.H1 {
	font-style: italic;
	font-weight: bold;
	color: #64B4D9 !important;
	font-size: 14px;
	clear: left;
}

.news {
	font-size: 18px; !important;
}

#TextFrame a, .ArticleFrame a, #AccessibleNewsMenu a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
	color: #666666;
}

#TextFrame a:hover, .ArticleFrame a:hover, #AccessibleNewsMenu a:hover {
	background-color:#CCCCCC;
	color: #000000;
}

#TextFrame a:visited, .ArticleFrame a:visited, #AccessibleNewsMenu a:visited {
	color: #990033;
}

.DownloadBrochure {
	background-image: url(Graphics/Download_Brochure.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	margin-left: 0px;
	width: 120px;
	padding-right: 10px;
}

.Caption {
	color: #FFFFFF;
	padding: 4px 0px;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
}

.PageBack {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.ImageContainer {
	margin: 0px;
	float: right;
	position: static;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	clear: both;
	margin-bottom: 8px;
}
.ImageContainer img {
	border-top:6px solid #CCCCCC;
	margin: 0px;
	padding: 3px 0px 0px;
}

#Award {
	text-align: right;
	margin-top: 5px;
	padding-right: 5px;
	font-size: 10px;
	float:right;
}

#Header img {
	float:left;
}

#Award a {
	text-decoration: none;
	color: #999999;
	background-image: url(Graphics/Award_Back.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display:block;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	height: 55px;
}

#Award a:hover {
	text-decoration: none;
	color: #666666;
	background-image: url(Graphics/Award_Back_Hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	display:block;
	height: 55px;
	padding-top: 3px;
}
#PageContent {
	clear:both;
	float: left;
	padding: 0;
}
.clear {
	clear: both;
}


#NewsIndex {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width:780px;
}

.newsRow {
	clear:left;
	float:left;
	border-bottom: 1px solid #D4D4D4;
	padding:0;
	margin:0;
	width:780px;
	color:#666666;
}

.newsTitle a {
	width:580px;
}

.newsDate a {
	width:180px;
}

.newsRow:hover {
	background-color:#64B3D9;
	display:block;
	color:#FFFFFF;
}

.newsRow li {
	list-style:none;
	float:left;
}

.newsRow li a, .newsRow li a:link{
	display:block;
	text-decoration:none; !important;
	padding:5px;
	color:inherit;
}

#NewsFrame{
	padding-top: 10px;
	padding-left: 10px;
	color:#666666;
	padding-right: 10px;
	padding-bottom: 20px;
	float:left;
}

.ArticleFrame{
	border:1px solid #666666;
	padding:10px;
	text-align:justify;
}

.ArticleFrame p {
	padding-top:5px;
}

