/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

a:link, a:visited, a:hover {
	color: #00ab9f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0d1b8c;
}

td img {display: block;}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a {
	font-size: 12pt;
	color: #00AB9F;
	background-image: url(navButtonBackground.gif);
}
a:visited {
	color: #0E1B8C;
}
a:hover {
	color: #00AB9F;
}
a:active {
	color: #00AB9F;
}

h1 {
	font-size: 24pt;
	color: #00AB9F;
}
h2 {
	font-size: 18pt;
	color: #00AB9F;
}
h3 {
	font-size: 16pt;
	color: #00AB9F;
}
h4 {
	font-size: 14pt;
	color: #00AB9F;
}
h5 {
	font-size: 12pt;
	color: #00AB9F;
}
h6 {
	font-size: 10pt;
	color: #00AB9F;
}
.style2 {font-size: 9}
.copyright {
	font-size: 9pt;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 125%;
	color: #00AB9F;
	padding: 0px 0px 0px 0px;
}

h2{
 font-size: 115%;
 color: #000000;
}

h3{
 font-size: 110%;
 color: #000000;
}

h4{
	font-size: 105%;
	font-weight: normal;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: auto;
	margin: 0;
	padding: 5px 10px 10px 10px;
}


/*********** #MainSection styles ***********/

#mainSection{
	position: static;
	padding: 0px 0px 4px 4px;
	top: 0px;
	right: 0px;
	color: #1E1E1E;
	font-size: 70%;
	font-weight: normal;
}

#mainSection h1{
	padding: 0px 0px 0px 0px;
	color: #891A4F;
}
#mainSection h2{
	padding: 5px 0px 5px 0px;
	color: #891A4F;
}


#mainSection a{
	color: #DC0000;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
	position: static;
}

#mainSection a:hover{
	text-decoration: none;
	color: #E25508;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
}



/*********** #greenSection styles ***********/

#greenSection{
	position: static;
	padding: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
	color: #1E1E1E;
	font-size: 75%;
	font-weight: normal;
}

#greenSection h1{
	padding: 5px 0px 5px 10px;
}
#greenSection h2{
	padding: 5px 0px 5px 0px;
	color: #186321;
}


#greenSection a{
	color: #DC0000;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
	position: static;
}

#greenSection a:hover{
	text-decoration: none;
	color: #E25508;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
}



/*********** #purplesection styles ***********/

#purplesection{
	position: static;
	top: 0px;
	right: 0px;
	color: #000000;
	font-size: 75%;
	/** font-weight: normal; ***/
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#purplesection h1{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}

#purplesection h2{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
}

#purplesection h3{
	padding: 10px 0px 2px 0px;
	color: #FFFFFF;
}


#purplesection a{
	color: #FFFFFF;
	padding: 2px 0px 2px 4px;
}

#purplesection a:hover{
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 2px 4px;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.headings{
	padding: 0px 0px 5px 0px;
	font-size: 80%;
}

.headings h1{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.headings h2{
	padding: 5px 0px 5px 0px;
	text-align: left;
}
.headings h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.headings img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** utility styles *****************/

#utility{
	position: static;
	top: 0px;
	right: 0px;
	color: #364151;
	font-size: 60%;
	font-weight: normal;
}

#utility a{
	color: #000000;
	padding: 2px 2px 2px 2px;
}

#utility a:hover{
	text-decoration: none;
	color: #E25508;
	padding: 2px 2px 2px 2px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #FFFFFF;
	font-size: 75%;
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	margin-top: 1px;
	float: none;
	text-align: center;
	background-color: #000000;
	vertical-align: middle;
	margin-bottom: 1px;
	margin: 0;
	padding-bottom: 1px;
	padding-top: 1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}






/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family: Arial,sans-serif;
	position: static;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a{
	color: #000000;
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #891A4F;
	padding: 0px 0px 0px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.navLinks {
	font-size: 10pt;
	font-weight: bold;
}
.rightLayerLext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
}
.rightPanel {
	background-attachment: scroll;
	background-image: url(images/rightCablesPhoto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0d1b8c;
}
