/*
 * nearly black								#1a1a1a
 * light grey header text and border		#757575
 * orange highlight							#EB5D0B
 */
 
 @charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#pageContainer {
	width: 760px;  /* sets the width of the page to 960px */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0;
}

/* =============================================== */
/* global */
/* =============================================== */

{margin:0; padding:0;}

img {
	border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: none; 
}

a:hover, tabActive {
	color: #555;
	text-decoration: underline; 
}

.blue { color: #0554a0; }
.clearfix {
	clear:both;
}


.clearfixspacer {
	clear:both;
	height: 15px;
}

/* =============================================== */
/* end of global */
/* =============================================== */

/* =============================================== */
/* header */
/* =============================================== */

/* MANAGEMENT BAR */

#header {
	background: #000/*( url("../images/core/panel_button.png") repeat scroll 0 0 transparent*/;
	margin: 0 ;
	width: 760px;
	top: 0px;
	border-bottom: 4px solid #0554a0;
}

#logo {
	background: #000 url(../images/bgTop.jpg) repeat-x top;
	height: 30px;
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
}

#title {
	background: #000 url(../images/bgSource.jpg) repeat-x top;
	width: 740px;
	height: 143px;
	top: 0;
	margin: 0 auto;
	padding-left: 20px;
}



/* =============================================== */
/* sliding panel */
/* =============================================== */

a:focus {
	outline: none;
}



#button {
	display: block;
  	width: 127px;
	height: 20px;
	padding-top: 6px;
	background: url(../images/tab.gif) no-repeat 0 -30px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#button:hover, .button1Active  {
  background-position: 0 0 !important;
  text-decoration: none;
  color: #FFF;
}

#button2 {
	display: block;
  	width: 127px;
	height: 20px;
	padding-top: 6px;
	background: url(../images/tab.gif) no-repeat 0 -30px;
	text-decoration: none;
	text-align: center;
	color: #000; 
}

#button2:hover, .button2Active {
  background-position: 0 0 !important;
  text-decoration: none;
  color: #FFF;
}

.button {
	display: block;
  	width: 127px;
	height: 20px;
	padding-top: 6px;
	background: url(../images/tab.gif) no-repeat 0 -30px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

.button:hover {
  background-position: 0 0;
  text-decoration: none;
  color: #FFF;
}

/* message display page */
.about {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 383px;
}

.about ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 383px;
}
.about li {
	padding: 0;
	margin: 0;
	background: url(images/tabs.gif) no-repeat;
	display: inline;
}


.slide {
	margin: 0;
	padding: 0;
	background: url(images/btn-slide.gif) no-repeat center top;
	cursor: pointer;
}


#btn-slide1 {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 0;
	margin: 0 auto;
	font: bold 9px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#btn-slide2 {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 0;
	margin: 0 auto;
	font: bold 9px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#digitalE {
	background: #FFF;
	padding: 0;
	margin: 0 auto;
	font: bold 9px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

#showAbout {
	width: 740px;
	height: 44px;
	margin: 0 auto;
	padding: 0 auto;
}

#showAbout ul {
	display: inline;
}

#showAbout ul li {
	display: inline;
	float: right;
}

#breadCrumb {/*custom, user defined DIV that contains breadcrumb trail*/
	width: 310px;
	float: left;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
}

/* =============================================== */
/* end of sliding panel*/
/* =============================================== */

/* =============================================== */
/* sliding panel contents */
/* =============================================== */

.panel {
	background: #0554a0;
	border: 10px solid #0554a0;
	height: 140px;
	padding: 0px 30px;
	margin: 0px;
	display: none;
	color: #FFF;
	font: bold 12px Verdana, Geneva, sans-serif;
}

#aboutSource {

}

#aboutSource a {
	color: #ffffff;
	text-decoration: underline;
}

#aboutIntent {

}

#aboutIntent p, #aboutSource p{
 	padding-bottom: 0px;
	margin-bottom: 0px;
}



/* =============================================== */
/* end of sliding panel contents */
/* =============================================== */



/* =============================================== */
/* main content */
/* =============================================== */

#mainContent {
	width: 760px;
	margin: 0 auto;
	padding: 0 auto;
}

#mainSection {
	padding: 0;
	margin: 0;
}

mainSectionHome {
	width: 730px;
	padding: 0;
	margin: 0;
}

#fContainer {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	padding: 0 auto;
}

#featured {
	background: url(../images/featuredBg.gif) repeat-y 0 0; 
	width: 741px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 0;

}

#featuredHome {
	margin: 0 auto;
	margin-bottom: 0;
	height: 300px;
}

#fData {
	width: 95%;
	margin: 0 10px;
	height: 260px;
	float: left;
}

#fData h2, #fData h2 a {
	color: #0554a0;	
	font-size: 36px;
	margin: 0px;
}

#fData p {
	margin: 0 0 0 2px;
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

#more {
	width: 89px;
	height: 25px;
	float: right;
	padding: 0;
	z-index: 10;
}

#compContainer {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
}

.extraInfo {
	padding: 10px 20px;
	width: 510px;	
	font-size: 12px;
}


#menuLft {
	width: 210px;
	text-align: left;
	float: left;
	margin-right: 5px;
	font-size: 12px;
	height: 410px;
}

#menuLft ul {
	padding: 0px;
	margin-top: 4px;
}

#menuLft ul li {
	width: 210px;
	text-align: left;
	list-style: none;
	padding-bottom: 2px;
	vertical-align: middle;}

.nav {
	width: 206px;
	height: 35px; 
	line-height: 35px;
	padding-left: 15px;
	background: url(../images/menu_hvr.gif) 0 -55px no-repeat;
	display: block;	
	font-weight: bold;
}

.nav:hover, nav:focus, .leftnavactive {
	background-position: 0 0;
	text-decoration: none;
	width: 206px;
	height: 35px;
	display: block;
	color: #FFF;
}

#infoRght {
	width: 545px;
	float: left;
	padding-bottom: 20px;
}

.sponsor {
	height: 140px;
	margin: 5px 0;
}

.sponsor h3 {
	margin: 0px;
}

.sponsor p {
	line-height: 1.5;
	font-size: 12px;
}

.sTitle {
	background: #333;
	height: 35px;
	line-height: 35px;
	margin-top: 4px;
	padding: 0 0 0 10px;
	color: #FFF;
	border-top: none;
}

.sTitle h4 {
	padding: 0px;
	margin: 0px;
}

.sLogo {
	float: left;
	margin-right: 10px;
}

.tabs {
	height: 35px;
	width: 6px;
	margin: 0;
	padding: 0;
	float: left;
}

.tab1 { border: 2px solid #4d727b; }

.tab2 { border: 2px solid #b91e86;}

.tab3 { border: 2px solid #9acb4b;}

.tab4 { border: 2px solid #d4b133;}

.tab5 { border: 2px solid #acc23b;}

.tab6 { border: 2px solid #6a0a18;}

.tab7 { border: 2px solid #4c717a;}

.tab8 { border: 2px solid #271d52;}

.tab9 { border: 2px solid #d4b133;}

.tab10 { border: 2px solid #7d7d7d;}
	

#sponsorInfo {
	width: 310px;
	float: left;
}

.companyList {
	width: 99%;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1;
}

#companyList td {
	width: 33%;	
}

#companyList2 {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1;
}

#companyList2 td {
	width: 25%;	
}

#compSec {
	text-align: left;
	padding: 0;
	margin: 0;
}

compSec h2 {
	padding-left: 5px;	
}

.download-pdf {
	margin: 0 0 0 13px;
}
	


/* =============================================== */
/* end of main content */
/* =============================================== */



/* =============================================== */
/* footer */
/* =============================================== */

#footer {
	width: 100%;
	clear: both;
	background: #05549f;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
}

#footerInfo {
	padding: 5px 10px;
	color: #FFF;
}
	
#footerInfo a {
	color: #FFF;
}

#footer  a:focus {
	font-weight: bold;
}

#dis {
	font-size: 14px;
	line-height: 1.5;	
}

#subNav {
	clear: both;
	padding: 5px 10px;
	background: #7389a0;
	border-bottom: 1px solid #FFF;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}

#subNav2 {
	clear: both;
	padding: 5px 10px;
	background: #8fc4d8;
	color: #000;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	line-height: 1.5;
}

.subNav a {
	color: #000;
}

#subNav a:focus , .footernavactive{
	font-weight: bold;
}

#breadCrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;

}

/* =============================================== */
/* end of footer */
/* =============================================== */
	
/* END */

