/***********************************************/
/* HTML tag styles: menu on the right          */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

td{
	font-size: 13px;
}


a:link, a:visited, a:hover {
	color: #006699;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

a:hover img{
  	filter: alpha(opacity=70); 
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 20px;
 color: #cc0000;

}

h2{
 font-size: 16px;
 color: #334d55;
}

h3{
 font-size: 14px;
 color: #334d55;
}

h4{
 font-size: 14px;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 14px;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 13px Arial,sans-serif;
 color: #334d55;
}

pre {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	padding: 0px 0px 10px 20px;
}
option,select {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #36a828;
	width: 100%;
 	font-size: 14px;
}

#navBar{
	float:right;
	width: 20%;
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #C3DB94;
	border-left: 0px solid #36a828;
	border-bottom: 0px solid #36a828;
 	font-size: 14px;
}

#content{
    	float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #ffffff;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 0px 30px 10px;
}

#subpageName{
	padding: 0px 0px 10px 10px;
}

/************* #header styles **************/


#header{
	padding: 10px 0px 10px 10px;
	background-color: #accf7d;
	border-bottom: 0px solid #accf7d;
}
#header_right{
	float:right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #accf7d;
	height: 70px;
}

/************* #globalNav styles **************/

#globalNav{
	clear: both;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	/* min-width: 640px; */
	height: 16px;
	white-space: nowrap;
	background-color: #BA141D;
	border-top: 1px solid #F87B7B;
	/* background-image:  url(../images/glbnav_bg.gif); */
}
/* '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 {
	color: #ffffff;
	font-size: 13px;
	padding: 0px 4px 0px 0px; 
	/* background-image:  url(../images/glbnav_bg_on.gif); */
}

#globalNav a:hover {
	color: #ffffff; 
	font-weight:  normal;
	text-decoration: none;
	background-color: #E12C35;
	/* background-image:  url(../images/glbnav_bg_over.gif); */
}
#globalNav_right{
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 201;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 94px;
	left: 90px;
	width: 280px;
	/* height: 150px; */
	padding: 5px 10px 10px 10px;
	visibility: hidden;
	z-index:101;
	color: #ffffff;
        background-color: #BA141D;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 13px;
	color: #cccccc;
}

.subglobalNav a:hover{
	color: #ffffff;
}

.subglobalNav ul {
	list-style: none; margin: 0; padding: 0;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 12px;
	padding: 10px 0px 10px 10px;
	color: #999999;
}

#breadCrumb a {
	color: #999999;
}

#breadCrumb a:hover {
	color: #000000;
}

/* the following one is for the section title graphic */
#breadCrumb_right{
	float: right;
	width:215px; 
	height:60px;
	z-index: 202;
 	margin: 10px 0 0 0;
 	padding: 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 13px;
}

.feature h3{
	padding: 0px 0px 5px 10px;
	text-align: center;
}

.feature li{
	line-height: 1.4;
}

.feature img{
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 13px;
}

.story p{
	padding: 0px 0px 0px 10px;
}

.story ul{
	line-height: 1.4;	
}

.story2{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 13px;
}
.story2 p{
	padding: 0px 0px 0px 10px;
}

.story2 img{
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
}

.story li, story2 li {
	list-style-position: outside;
	list-style-image: url(../images/icon_dot1.gif);
}

.story a:hover, story2 a:hover {
	list-style-image: url(../images/icon_list3.gif);
}

.story li li, story2 li li {
	list-style-image: url(../images/icon_dot2.gif);
}

.imgFloatLeft {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
}
.imgFloatRight {
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #36a828;
	border-bottom: 1px solid #36a828;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-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 td{
	font-size: 11px;
	color: #666666;
}


#siteInfo img{
	padding: 2px 4px 2px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 10px 0px 20px 10px;
	border-bottom: 1px solid #accf7d;
	font-size: 13px;
}

#search form{
 	margin: 0px;
 	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;

}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #4d4a25;
	margin-top: -1px;

}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar a:hover, #navBar ul a:hover {color: #000000;}
#navBar h3 {font-size: 13px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #C3DB94;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #C3DB94;
	border-bottom: 1px solid #36a828;
	font-size: 13px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #36a828;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #36a828;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #d4ff9c;
	background-color: #ABD089;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 13px;
	margin-top:-1px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	margin: 0px;
}


/************** #highlight styles **************/

.highlight,#highlight{
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	/* border-top: 1px solid #36a828;  */
}

.highlight img,#highlight img{
	display: block;
	/* text-align: center; */
}


#highlight2{
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	/* border-top: 1px solid #36a828;  */
}

#highlight2 img{
	display: block;
	/* text-align: center; */
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 12px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** .blankgap styles **************/
/* the blankgap div is for filling up the gaps in the navbar */


.blankgap50 {
	padding: 0px 10px 0 10px;
	height: 50px;
}

.blankgap100 {
	padding: 0px 10px 0 10px;
	height: 100px;
}

.blankgap200 {
	padding: 0px 10px 0 10px;
	height: 200px;
}

.blankgap300 {
	padding: 0px 10px 0 10px;
	height: 300px;
}

.blankgap400 {
	padding: 0px 10px 0 10px;
	height: 400px;
}

.blankgap500 {
	padding: 0px 10px 0 10px;
	height: 500px;
}

#lastblankgap {
	padding: 0px 10px 0 10px;
	height: 25px;
}

#lastblankgapcontent {
	padding: 0px 10px 0 10px;
	height: 50px;
}

/**** for the rounded corners ********/


#blcorner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 0px;
	border-bottom: 0px;
	vertical-align: bottom;
	text-align: left;
}



/************** Other styles for Tables **************/
.justified
{
	text-align: justify;
}
.FigCaption
{
	font-size: 10px;
	text-align: justify;
	color: #555555;
	vertical-align: bottom;
}
.tt2line
{
    padding-right: 3px;
    border-top: #a0a0a0 1px solid;
    padding-left: 3px;
    color: #201000;
    line-height: 18px;
    border-bottom: #a0a0a0 1px solid
}
.tt2linejustified
{
	padding-right: 3px;
	border-top: #a0a0a0 1px solid;
	padding-left: 3px;
	color: #201000;
	line-height: 20px;
	border-bottom: #a0a0a0 1px solid;
	text-align: justify;
}
.tt1line
{
    font-weight: normal;
    color: #302010;
    line-height: 18px;
    border-bottom: #a0a0a0 1px solid;
    text-align: justify;
}

.box
{
    margin-left: 10px;
    border-right: #777777 1px solid;
    padding-right: 5px;
    border-top: #777777 1px solid;
    padding-top: 5px;
    border-left: #777777 1px solid;
    padding-left: 5px;
    border-bottom: #777777 1px solid;
    padding-bottom: 5px;
    background-color: #ffffff
}
.greybox
{
    margin-left: 10px;
    border-right: #999999 1px solid;
    padding-right: 5px;
    border-top: #777777 0px solid;
    padding-top: 5px;
    border-left: #b0b0b0 0px solid;
    padding-left: 5px;
    border-bottom: #777777 1px solid;
    padding-bottom: 5px;
    background-color: #f0f0f0
}

.TableTitleRow
{
    line-height: 18px;
    background-color: #99ccc9;
    font-weight: bold;
    color: #403020;
}
.TableRow1
{
    line-height: 18px;
    background-color: #f0f0e8;
}
.TableRow2
{
    line-height: 18px;
    background-color: #98fb98;
}

/***********************************************/
/* HTML tag styles: LCS Codes                  */
/***********************************************/ 

#lcscodes {	font-size: .9em;}

#lcscodes_left {
	width: 50%;
	float: left;
	padding: 5px;
}

#lcscodes_right {
	padding: 5px;
	width: 50%;
	float: right;
}

#lcscodes_bottom {
	width: 90%;
	float: left;
	padding: 5px;
}

/* Start of document types added by apt606 09022006

.pdf {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/pdf.gif);
}

a.word {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/msworddoc.gif);
}

a.excel {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/msxls.gif);
}

a.ppt {
        padding: 0 20px 0px 0px;
        background-repeat: no-repeat;
	background-position: center right;
	display:inline; display:inline-block;
	background-image: url(/images/msppt.gif);
}

/* End of document types added by apt606 09022006

