﻿A {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}
A:link {
    color: Red;
}
A:visited {
    color: Red;
}
A:hover {
    text-decoration: underline; 
    color: Red;
    font-weight: bold;
}
A:active {
    color: Red;
    text-decoration: none
}

body {
	min-width: 780px;
	border: 0;
	background-image: url(Images/bg_tile_70.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 72%;
	color: #333333;
	background-color: gray;
}

table {	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #333333;
}

/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0 0 0 2;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	margin: .2em 0em .2em 0em;
	font-size: 1.7em;
	color: #E10000;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
    text-align: left;
}
h4 {
    margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 0.8em;
	font-weight: bold;
}

strong, b {font-weight: bold;}

.imgLeft {
float: left;
padding: 6px 16px 0px 6px;
}

.imgRight {
float: right;
padding: 0px 0px 10px 16px;
}

.imgCenter {
    vertical-align: middle;    
}

.extr {
     width:400px;
}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	background-color: White;
	/* background-image:url(Images/Background.gif);
    background-repeat:repeat-x; */

}
#topShadow {
	height: 20px;
	background-image: url(Images/top_shadow70.png);
	background-repeat: no-repeat;
}

#bottomShadow {
	height: 12px;		
	background-image: url(Images/bottom_shadow70.png);
	background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-6px;}

#breadcrumbs {
    position: relative;
    left: 30px;
    margin-top:5px;
    text-align:center;
    bottom: 3px;
    height: 35px;
    color: Gray;
    font-size: 10px;
    font-weight: normal;
    width: 740px;
}
#breadcrumbs a {
	text-decoration: underline;
	color:Gray;
    font-size: 10px;
	font-weight: normal;
}

#breadcrumbs a:hover {text-decoration: none;}

#breadcrumbs image {position: relative; right: 0px; top:-14px;}

#header {
	position: relative;
	background-color:#E10000;
	width: 780px; 
	top: 0px; 
	left: -0px;
	height: 60px;
}

#logoImage 
{
    /* background: #FFFFFF; */
    position: absolute;
    left: -20px;
    top: -60px;
    z-index:6;
}

#mastheadImage 
{	position: relative;
}


#mastHead {
    position: relative;
    top: 3px;
    left: 94px;
    width: 502px;
    z-index:0;
}

#branding {
    position: relative;
    top: 10px;
    width: 600px;
    text-align: center;
    color: #FFFFFF;
    left: 184px;
    height: 50px;
}

#companyName {
    position: relative;
    left: -50px;
    color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
    top: 5px;
    width: 600px;
}
.bordered { border:1px solid #aaa; }


#leftImage 
{
    position: absolute;
    left:-18px;
    width:114px;
    height: 37px;
    top: 2px;
    background-color:#999999;
    
}

#menu {
    position:relative;
    left:93px;    
    top: 2px;
    width: 664px;
    height: 37px;
    background-color:#999999;
    z-index:6;
  
}

#menu a
{
    display:  block;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Verdana;
	/* font-size: 1em; */
    font-style: normal;
    font-weight: normal;
}	
	
#menu .menuNormal {
    background-color:#999999;
	color: White;
	font-weight: bold;
	font-size: 1em;
	BORDER-LEFT: solid 2px white; 

}

#menu .menuHover  {
    background-color:#999999;
	color: Black;
	text-decoration:none;
	font-weight: bold;
}

#menu .menuSelected {
	color: White;
}

#menu .subMenu {			    
    z-index: 100;
}

#menu .subMenu table {			    
	background-color:Gray;
	font-size: 1em;
	 z-index: 100;
	/* BORDER-TOP: solid 1px red; */
}

#menu .subMenuNormal {
	color: White;
}
#menu .subMenuHover td {
	background-color:#999999;
	background-repeat:no-repeat;
	color:#8E985E;
	font-weight:bold;
}


/* Accordion */

.accordionHeader {
    border: 1px solid Black; 
    background-color:Gray;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    text-decoration: none;
}

.accordionHeader a {
    text-decoration: none;
	font-weight: bold;
    color: White;
  	text-decoration: underline;
}

.accordionHeaderSelected {
    background-color:Black;
    border: 1px solid Black; 
	font-weight: bold;
	padding: 5px;
    margin-top: 5px;
    text-decoration: none;
}


.accordionHeaderSelected a:hover {
	background: none;
	text-decoration: underline;
    cursor: pointer;

}

.accordionContent {
    background-color: White; 
    border: 1px solid Black; 
    padding: 5px;
    padding-top: 10px;
}

.accordionContent a {
    color: Black;
    font-weight:bold;
    text-decoration: underline;
}

/* xp theme for the tabs */
.ajax__tab2 .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(Images/tab-line.gif) repeat-x bottom;}
.ajax__tab2 .ajax__tab_outer {padding-right:0px;background:url(Images/tab-right.gif) no-repeat right;height:21px;}
.ajax__tab2 .ajax__tab_inner {padding-left:3px;background:url(Images/tab-left.gif) no-repeat;}
.ajax__tab2 .ajax__tab_tab {height:15px;padding:6px;margin:0;background:url(Images/tab.gif) repeat-x;}
.ajax__tab2 .ajax__tab_hover .ajax__tab_outer {background:url(Images/tab-hover-right2.gif) no-repeat right;}
.ajax__tab2 .ajax__tab_hover .ajax__tab_inner {background:url(Images/tab-hover-left2.gif) no-repeat;}
.ajax__tab2 .ajax__tab_hover .ajax__tab_tab {background:url(Images/tab-hover2.gif) repeat-x;}
.ajax__tab2 .ajax__tab_active .ajax__tab_outer {background:url(Images/tab-active-right2.gif) no-repeat right;}
.ajax__tab2 .ajax__tab_active .ajax__tab_inner {background:url(Images/tab-active-left2.gif) no-repeat;}
.ajax__tab2 .ajax__tab_active .ajax__tab_tab {background:url(Images/tab-active2.gif) repeat-x;}
.ajax__tab2 .ajax__tab_body {font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

#content {
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 750px;
	left:20px;
    top: 0px;   
}

.narrow300
{    width: 300px;
}

.narrow400 {
    width: 450px;
    height: auto;
}

.full {
    width: 720px;
}


#rightGray1 {
    position: absolute;
    width: 235px;
    top: 500px;
    float: right;
    right: -5px;
    padding: 0em 1.7em 0em 0em;
    background-color: Silver;
    height: 170px;
}

#rightGray2 {
    position: absolute;
    width: 235px;
    top: 760px;
    float: right;
    right: -5px;
    padding: 0em 1.7em 0em 0em;
    background-color: Silver;
}

#rightGray3 {
    position: absolute;
    width: 235px;
    top: 1390px;
    float: right;
    right: -5px;
    padding: 0em 1.7em 0em 0em;
    background-color: Silver;
    height: 561px;
}

#rightGray4 {
    position: absolute;
    width: 225px;
    top: 2010px;
    float: right;
    right: -5px;
    padding: 0em 1em 0em 1em;
    background-color: Silver;
}

#rightGray5 {
    position: absolute;
    width: 225px;
    top: 2500px;
    float: right;
    right: -5px;
    padding: 0em 1em 0em 1em;
    background-color: Silver;
}

#AccordionPH {
    position:absolute;
    top: 20px;
    left: 632px;
    width: 120px;
    padding: 0em 0em 0em .5em;
}



#PDFbullet ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

#PDFbullet li {
    background: url(Images/pdficon.gif) left center no-repeat;
    padding-left: 25px;
	margin-bottom: 30px;
    margin-left: 10px;
 }


.dropCap {
  float: left;
  font: normal 60pt/0.8em serif;
  color: green;
  margin-right: 3px;
}
* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac */
* html #copy {height: 0%;}
/* End hide from IE Mac*/

#copy {	
	position: relative;
	left: 10px;
	width: 720px;
    line-height:1.5em;
}

#copy ol, #copy ul, #copy li {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	line-height: 1.5em; 
}

* html #copy ol { list-style:bold;}

* html #copy ul {padding-left:18px;}

* html #copy li {padding-left:0.5em;}

#copy li {
	list-style-image: url('/Images/bullet.gif');
}
#copy p {
	margin: 1.2em 0em;
	font-size: .95em;
	line-height: 1.6em;
    text-align: left;
}

#copy .textBox {
	margin-left: 1em;	
	border:1px solid #304012;
	background-color:#8E985E;
}

#copy .textBox:focus {background-color:#ECE4D2;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #8E985E !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy .button {
    margin:1em 0;
    border:1px solid Black;
    background-color:Gray;
    color:#FFFFFF;
    font-weight: normal;
}


 
.clearfix {display: block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/

* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;} 

/* End hide from IE-mac */
/*
@media print {	
	body {
		color: #333333 !important;
		border-bottom: 1px solid #000;
		background:#FFFFFF !important;
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow{background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#menu,#mastheadImage {display:none;	}

	#branding {
		position: static;				
		text-align:left;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs {
		position: static;
		margin: 1em 0;
		color: #333333;
		border-bottom: 1px solid #000000;
		padding-bottom: 2em;
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		margin-left:0;
		padding: 0 2em;
		width: 80%
	}
	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		background-color: transparent;
		border: 1px solid #333333;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

	#copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}
*/