/*COLORS*/
.darkblue {color: #334b87;}
.brightgreen {color: #0f8f42;}
.lightgreen {color: #d4e7d0;}
.blue {color: #083576;}
.red {color: #B3042A;}
.black {color: #000000;}
/*COLOR ENDS*/




html { min-height: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical;} /* this fix forces a vert scrollbar in Firefox (so the short pages in a centered layout don't appear to shift because they have no required scrollbar)*/

a:link {
	color: #334b87;
	background-color: transparent;
}

a:visited {
	color: #334b87;
	background-color: transparent;
}

a:hover, a:active {
	color: #0f8f42;
	text-decoration: underline;
	background-color: transparent;
}

body {
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 1.5;
}

.bluebkg {  
	background-color: #334b87;
	border-top: 1px solid #001B54;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.bookmark {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold; 
    color: #0f8f42; 
    text-decoration: none;
	
    }

 a.bookmark:link, a.bookmark:visited {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold; 
    color: #0f8f42; 
    text-decoration: none;
	
    }
       
 a.bookmark:active, a.bookmark:hover {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: bold; 
    color: #0f8f42; 
    text-decoration: underline;
	
    }

.border { 
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff; 
	border-top: 1px solid #0f8f42;
}

.content {  
	padding: 0px 15px 15px 15px;
	background: #ffffff;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.filesize {
	font-size: 10px;
	color: #444;
}

.footer_logo {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:right;
	float: left;

}

.formgo {
	background: #FAF8E6;
	border: 1px solid #999;
	color: #001B54;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	padding: 2px;
	width: 55px;
}

/*used in header*/

td.header {  
	border-bottom: 4px solid #055a82;
}

#header {
	color: #ffffff;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: right;
}

#header a {
	color: #ffffff;
	text-decoration: none;
	background: none;
}

#header a:hover {
	text-decoration: underline;
}


/*PHOTO STYLING BEGINS HERE */

.photo-left {
    background: #d4e7d0;
	border: 1px solid #083576;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 10px;
	padding: 3px;
}

.photo-right {
    background: #d4e7d0;
	border: 1px solid #083576;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 1px;
	margin-top: 5px;
	padding: 3px;
}

.photo-text {
	font-size: .75em;
	margin: 1px;	
	line-height: 1;
}

.photo-left-nocaptions {
    background: #d4e7d0;
	border: 1px solid #083576;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 3px;
}

.photo-left-nocaptions-index {
    background: #d4e7d0;
	border: 1px solid #083576;
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 3px;
}

.photo-right-nocaptions {
    background: #d4e7d0;
	border: 1px solid #083576;
	float: right;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
}

/* Feature Success Stories BEGIN*/

#feature_story {
	background-color:#b8caf9;
	border: 1px solid #8E261B;
	margin-bottom: 10px;
	padding: 0px; 
	text-align:center;
	width: 350px;
}

#feature_story h3 {
 	color:#000000; 
	margin: 3px;
	padding: 0px; 
}

#feature_story p {
	color: #000000; 
	background-color:#ffffff; 
	line-height: 18px;
	margin: 5px 0px 0px 0px; 
	padding: 5px;
	text-align:left;
}

.feature-photo-left img, .photo-left img
{
	padding: 8px;
}

.feature-photo-left
{
	float: left;
	background-color: #ffffff;
	line-height: 12px;
  	margin: 6px;
	border: 1px solid #CCC;
	width: 273px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 273px; /* IE6 fix (DL's originals were 225px for the first and 240px for the IE fix width - not sure why*/
}

.feature-photo-right
{
	float: right;
	background-color: #ffffff;
	line-height: 12px;
  	margin: 6px;
	border: 1px solid #CCC;
	width: 273px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 273px; /* IE6 fix (DL's originals were 225px for the first and 240px for the IE fix width - not sure why*/
}

.feature-photo-right img, .photo-right img
{
	padding: 3px;
}

.feature-photo-left img, .photo-left img
{
	padding: 3px;
}

/*.photo-subtitle <-- THIS DUPLICATES THE PHOTO-TEXT STYLE
{
	font-size: 9px; 
	padding-top: 0;
	padding-left: 3px; 
	margin-top: 0; 
}*/

/*Success Feature Stories END*/

/*PHOTO STYLING ENDS HERE*/


/* BEGIN INDEX PAGE FEATURES */

.index-header {
font-size: 140%;
font-family: Arial, Verdana, Helvetica, sans-serif;

} 


.index-header a:link, a:visited {
font-size: inherit;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

.index-header a:hover {
font-size: inherit;
font-family: Arial, Verdana, Helvetica, sans-serif;
}


.index-feat-left {
    background: #d4e7d0;
	border-top: 1px solid #083576;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 10px;
	padding: 3px;
}

.index-feat-right {
    background: #d4e7d0;
	border: 1px solid #083576;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 1px;
	margin-top: 5px;
	padding: 3px;
}

.index-feat-text {
	font-size: .65em;
	margin: 1px;	
}

#index-feat_story {
	background-color:#d4e7d0;
	border: 1px solid #8E261B;
	margin-bottom: 10px;
	padding: 0px; 
	text-align:center;
	width: 350px;
}

#index-feat_story h3 {
 	color:#000000; 
	margin: 3px;
	padding: 0px; 
}

#index-feat_story p {
	color: #000000; 
	background-color:#ffffff; 
/*	line-height: 18px; this didn't validate*/
	margin: 5px 0px 0px 0px; 
	padding: 5px;
	text-align:left;
}
/*END INDEX PAGE FEATURES*/


h1 {
	color: #334b87;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

h2 {
	color: #334b87;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

h3 {  
	color: #334b87;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

h4 {  
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

hr {
	color: #c5123c;
}

img {
	border: none;
}

li { 
    list-style-image: url(../Images/bullet.gif);  
	margin-right: 10px;
	font-size: 1 em;
	font-family: Verdana, Arial, Helvetica, Lucida, sans-serif;
	line-height: 1.5 em;
}


p.pubTitle {
	border-top: 1px solid #083576;
	color: #444;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 20px !important;
	padding-top: 10px;
}

p.more {
	/*border-top: 1px solid #083576;*/
	font-style: italic;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 20px !important;
	padding-top: 10px;
}

p.pdf a {
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.ppt a {
	background-image: url(../Images/ppt.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.miscdoc a {
	background-image: url(../Images/miscdoc.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 2px;
}

p.offsite a {
	background-image: url(../Images/offsite.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-left: 18px;
	padding-bottom: 1px;
}

p.word a {
	background-image: url(../Images/word.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-bottom: 1px;
	padding-left: 18px;
}

p.xls a {
	background-image: url(../Images/xls.gif);
	background-repeat: no-repeat;
	color: #334b87;
	padding-bottom: 1px;
	padding-left: 18px;
}

p.backtotop a {
	background-image:  url("../Images/backtotop.gif");
	background-repeat: no-repeat;
	color: #334b87;
	font-size: 11px;
	padding-bottom: 1px;
	padding-left: 18px;
	
}

.resources-right {
    background: #ffffff;
	border: 1px solid #DCD5C1;
	/*float: right;*/
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding: 1px;
}

.resources-left {
    background: #ffffff;
    border: 1px solid #DCD5C1;
    float:left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 1px;
    clear:right;
}

.search {
	margin: 10px 0px 0px 0px;
	padding: 0;
	position: absolute;
	text-align:center;
	width: 159px;
}

.small {
	font-size: .65em;
}

.topborder {  
	border-top: 5px solid #083576;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

td {	
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 1.5;
}

td.footer {  
	border-top: 5px solid #0f8f42;
	color: #555050;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	font-style:normal;
	line-height: 12px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-top: 4px;
	text-align:left;
	background-color: #ffffff;
}

td.header {  
	border-bottom: 1px solid #ffffff;
	background-color:#FFFFFF;
}

.thanka {
    background: #ffffff;
	border: 0px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

ul {
font-family: Arial, Helvetica, sans-serif
	}
	
/	
	

/* SITE NAVIGATION */

/*Lefthand Main Tech Areas Nav Bar*/

#NavBkg {
	background-color: #ffffff;
	border-bottom: 0px;
	border-right: 0px;
	border-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 16px;
	width: 200px;
}

#masterdiv_head {
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #334b87;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 15px;
  	line-height: 18px;
	width: 195px; /*this is 5 px less than #masterdiv to correct for IE display*/
}

#masterdiv {
	border-bottom: 2px solid #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-size: 11px;
	line-height: 16px;
	width: 200px;
}

#masterdiv a,  #masterdiv a:link, #masterdiv a:visited {
	background-color: transparent;
	color: #022568;
	display: block;
  	font-size: 11px;
	margin: 0px;
	outline: none;  
	padding: 2px 2px 2px 20px;
	text-decoration: none;
}

#masterdiv a:hover, #masterdiv a:active {
  	background-color: #ffffff;
}

#men0 a:link, #men0 a:visited,
#men1 a:link, #men1 a:visited,
#men2 a:link, #men2 a:visited,
#men3 a:link, #men3 a:visited,
#men4 a:link, #men4 a:visited,
#men5 a:link, #men5 a:visited,
#men6 a:link, #men6 a:visited,
#men7 a:link, #men7 a:visited,
#men8 a:link, #men8 a:visited,
#men9 a:link, #men9 a:visited,
#men10 a:link, #men10 a:visited,
#men11 a:link, #men11 a:visited,
#men12 a:link, #men12 a:visited {
	background-color: #334b87;
  	color: #fff;
	display: block;
	outline: none;  
	padding: 5px 5px 5px 15px;
	text-decoration: none;
}

#men0 a:hover, #men0 a:active,
#men1 a:hover, #men1 a:active,
#men2 a:hover, #men2 a:active, 
#men3 a:hover, #men3 a:active,
#men4 a:hover, #men4 a:active,
#men5 a:hover, #men5 a:active,
#men6 a:hover, #men6 a:active,
#men7 a:hover, #men7 a:active,
#men8 a:hover, #men8 a:active,
#men9 a:hover, #men9 a:active,
#men10 a:hover, #men10 a:active,
#men11 a:hover, #men11 a:active,
#men12 a:hover, #men12 a:active {
	background-color: #001B54;
  	color: #fff;
	display: block;
}

.menutitle{
	border-bottom: solid 1px #ffffff;
	border-left: 5px solid #334b87;
	border-top: solid #334b87 1px;
  	line-height: 16px;
}

.menutitle_head{
	border-bottom: solid 1px #ffffff;
	border-left: 5px solid #334b87;
	border-top: solid #334b87 1px;
  	line-height: 18px;
	padding-bottom: 5px;
}

.submenu {
	border: 0;
	color: #334b87;
	margin: 0px;
	padding: 0px;
}

div#submenu1, 
div#submenu2, 
div#submenu3, 
div#submenu4, 
div#submenu5, 
div#submenu6,
div#submenu7,
div#submenu8,
div#submenu9,
div#submenu10,
div#submenu11 { display: none; }

div#submenu1 a:hover, div#submenu1 a:active,
div#submenu2 a:hover, div#submenu2 a:active, 
div#submenu3 a:hover, div#submenu3 a:active,
div#submenu4 a:hover, div#submenu4 a:active,
div#submenu5 a:hover, div#submenu5 a:active,
div#submenu6 a:hover, div#submenu6 a:active,
div#submenu7 a:hover, div#submenu7 a:active,
div#submenu8 a:hover, div#submenu8 a:active,
div#submenu9 a:hover, div#submenu9 a:active,
div#submenu10 a:hover, div#submenu10 a:active,
div#submenu11 a:hover, div#submenu11 a:active {
	background-color: #0f8f42;
  	color: #ffffff;
}

p.sub { 
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}


/*Top Horiz Nav Bar*/

.topnavbar {
    border-bottom: 10px solid #0f8f42;
	margin-bottom: 0px;
	padding: 4px 2px 4px 2px;
	background-color: #334b87;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 16px;
	}

.topnavbar a,  .topnavbar a:link, .topnavbar a:visited {
	background-color: transparent;
	color: #FFFFFF;
  	font-size: 16px;
	margin: 0px;
	outline: none;  
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.topnavbar a:hover, .topnavbar a:active {
  	background-color: #334b87;
	color: #ffffff;
	text-decoration: underline;
}

.topnavbar-left {
padding-left: 275px;
}

.topnavbar-rest {
padding: 0px;
}

.topnavbar-dividers {
	font-size: 28px;
	color: #FFFFFF;
/*	background-color: #334b87;*/
}


/* end */

