/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/*#navactive a:link, #navactive a:visited, #navactive a:hover
{
border: 1px solid #616161;
background-color: #DA6B6B;
background-image: url(../fa_images/fa_navon.gif);
color: #343434;
}


#navlist .navactive a:link, #navlist .navactive a:visited, #navlist .navactive a:hover
{
	background-color: #FFFFFF !important;
	color: #454587 !important;
	border: 1px solid #ffffff !important;
}*/
#corplist{
	margin-left: 0em;
	padding-bottom: 2px;
	margin-right: 1em;
	}

#corplist ul{
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*list-style-type: none;*/
}

#corplist li
{
	list-style-type: square;
}

#corplist a
{
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	list-style-type: square;
}

#corplist a:link, #corplist a:visited
{
	color: #006600;
	text-decoration: none;
}

#corplist a:hover
{
	color: #454587;
	text-decoration: underline;
}


/*
#navactive a:link, #navactive a:visited, #navactive a:hover
{
border: 1px solid #616161;
background-color: #DA6B6B;
background-image: url(../fa_images/fa_navon.gif);
color: #343434;
}
*/


#header {
	background-color: #feae1b;
}
#header h1{
	font: bold 24px Garamond, "Times New Roman", Georgia, serif;
	color: #FFFFFF;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	padding-top: 0.3em;
}

/************ 2col_leftNav.css ******************/

body{
	font-family: Arial,sans-serif;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 114%;
	color: #544A87;
	margin-top: 1em;
	margin-bottom: .2em;
}
h1#pagename{
	line-height:1.2em;
}

h2{
	font-size: 114%;
	color: #544A87;
	margin-top: 1em;
	margin-bottom: 1em;
}
h2#pagename{
	line-height:1.2em;
}

h3{
	font-size: 110%;
	color: #F39301;
}

h4{
	font-size: 100%;
	font-weight: 700;
	color: #454587;
	margin-bottom: 0.1em;
}

h5{
	font-size: 100%;
	color: #333333;
	margin-top: 1em;
}

#content ul{
	list-style-type: square;
	list-style-image: url(/m_images/checkbox.gif);
}
ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
	border: 1px solid #737373;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 222px;
	position: absolute;
	z-index: 2;
}

#content{
	margin: 0;
	font-size: 1.05em;
	left: 0px;
	position: absolute;
	width: 536px;/*680px;*/
	margin-left: 233px;
	z-index: 1;
}


/***********************************************/
/*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 ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 6px 7px 6px 7px;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
	border-top-width: 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 ul {
	list-style-type: square;
	margin-left: 10px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	font-size: 0.9em;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert, #advertLcol{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img, #advertLcol img{
}

#advertLcol ul {
	padding-left: 0.4em;
	padding-bottom: 2em;
}
#advertLcol {
	background-color: #454587;
	color: #FFFFFF;
}
#advertLcol li {
	line-height: 1.8em;
	text-decoration: none;
	border: none;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
div.extract {
	padding: 1em;
	float: right;
	width: 20em;
	margin-left: 1em;
	background-color: #FEAE1B;
	margin-top: 2em;
	padding-bottom: 2em;
	border-color: #544AB3;
	border-style: solid;
	border-width: 1px;
}
ol {
	margin-bottom: 2em;
}
#content table th {
	color: #FFFFFF;
	background: #454587;
	text-align: left;
}
.finetext {
	font-size: 90%;
	margin-bottom: 2em;
	margin-top: 0px;
	margin-right: 10px;
}
#navbar h2 {
	color: #454587;
	display: block;
	text-align: center;
	margin-right: 10px;
	padding-bottom: 0em;
	margin-left: 0.5px;
	margin-top: 3.5em;
}
div.topbox {
	padding: 1em;
	width: 150px;
	border: 1px solid #454587;
}
td#pdanav ul {
	padding: 0 1px 1px;
	margin-left: 0px;
	background: gray;
	width: 14em;
	list-style-type: none;
	list-style-image: none;
	margin-right: 0px;
	margin-top: 7px;
	font-size: 0.73em;
	font-family: Verdana, Arial, Helvetica, sans-serif;


	line-height: 1.em;
	line-height: 1.3em;
}

td#pdanav li{
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
}

td#pdanav li a{
	padding: 0.2em 0.0em 0.2em 0.75em;
	text-decoration: none;
	display: block;
	border-left: 8px solid #AAB;
	border-right: 2px solid #AAAABB;
	background-color: #EAECF4;
}

td#pdanav li a:link {
	color: #448;
}
td#pdanav li a:visited { color: #667; }

td#pdanav li a:hover
{
	background-color: #7272A1;
	color: #FFFFFF;
	border-left-color: #FEAE1B;
}
td#pdanav {

}
div#layerMemo {
	font-size: 12px;
	color: #000000;
	padding: 12px 8px 8px 20px;
	overflow: auto;
	background-image: url(../m_images/pda/m_memobg.gif);
	line-height: 18px;
	visibility: hidden;
}

table.jspa img{
	border-color: #EA9548;
	border-style: solid;
	border-width: 1px;
}
.hide {
	display: none;
}
.qanswer {
	border: 1px dotted #FF9900;
	width: 90%;
	padding: 1em 1em 1em 1em;
	margin-top: -1em;
}
div#corplist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
table#careers {
	margin: 1em;
	border-left-color: #FF9900;
	border-left-style: solid;
	border-left-width: 1px;
}
table#careers td {
	border-right-color: #FF9900;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
img#lead {
	margin-top: 1em;
}
.story h4 + p {
	margin-top: 0.1em;
	padding-top: 0.1em;
}
.indent {
	margin-left: 2em;
}
legend {
	font-weight: 800;
	font-variant: small-caps;
	color: #FF9900;
	font-size: 1.3em;
}
dt {
	font-weight: 700;
	color: #454587;
}
dd {
	margin-bottom: 1.5em;
	padding-left: 1.0em;
	margin-left: 0em;
}
.faint {
	font-size: 85%;
	color: #666666;
}
