/*color pallette

greens: #206c37; #006736;
navy rule: #083576;

maroon: #580d14;
light grey: #b3b3b3; image outlines
light orange: #f9b73f;
charcoal: #444; styled links
lightest grey: #e8edd0; footer base, hairline rules

*/

html, body {
	margin:0;
	padding:0;
}

/* 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)*/
html { 
	margin-bottom: 1px;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
} 

body {
	background-color: #ffffff; /*EDIT 04042011*/
	background-image:url(http://l10k.jsi.com/Images/orange_site_bkg.png);
	background-position:top;
	background-repeat:repeat-x;
/*	background-color: #e8edd0;*/
	color: #000;
	font-family: Verdana, Helvetica, Lucida, Arial, sans-serif;
	margin: 0;
}



.borderTop { 
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 5px;
}

.filesize {
	font-size: .75em;
	color: #444;
}

.formgo {
	background: #FAF8E6;
	border: 1px solid #999;
	color: #001B54;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 2px;
	width: 55px;
}

.pageheader {
	background-color: #F5EBF1;
	border-bottom: 2px solid #083576;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.photo-left {
	background: #ffffff;
	border: 1px solid #b3b3b3;
	float: left;
	margin: 5px 10px;
	padding: 1px;
}

.photo-right {
	background: #ffffff;
	border: 1px solid #b3b3b3;
	float: right;
	margin: 5px 10px;
	padding: 1px;
}

.photo-text {
	font-size: .65em;
	margin: 1px;	
}

.resources-right {
    background: #ffffff;
	border: 1px solid #DCD5C1;
	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;
}

.small {
	font-size: .65em;
}

.topborder {  
	border-top: 1px solid #444;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.bottomborder {  
	border-bottom: 1px solid #444;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 10px;
}


a:link {
	color: #580d14;
	text-decoration: underline;
}

a:visited {
	color: #580d14;
	text-decoration: underline;
}

a:hover, a:active {
	color: #B3042A;
	text-decoration: underline;
}

h1 {
	color: #580d14; /*#000000;*/
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 9px;
	padding-top: 15px;
	
}

h2 {  
	color: #580d14; /*#000000;*/
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
/*	font-weight: bold;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
}

h3 {  
	color: #580d14; /*#000000;*/
	font-size: 90%;
	/*font-weight: bold;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
}

h4 {
	color: #000000;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
}

h5 {  
	color: #000000;
	font-size: 90%;
	font-style: italic;
/*	font-weight: bold;*/
}

h6 {  
	color: #000000;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
}

hr {
	color: #c5123c;
}

img { 
	border:none;
}

li {  
	font: .85em /*.75em*/ Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 1.75em;/*1.5em;*/
	margin-right: 15px;
}

li p {  
	font: .85em /*1em*/ Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 1.75em;/*1.5em;*/
	margin-right: 15px;
}

li.space {
	padding-bottom: 10px;
}

ol li {
	padding-top: 10px;
}

ul li {
	padding-top: 10px;
}

p {
	font: /*.75em*/.85em Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 1.75em; /*1.5em;*/
}

p.pagenav {  
	font: .7em Verdana, Lucida, Arial, Helvetica, sans-serif;
}

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:link, p.pdf a:visited {
	background-image: url(http:/l10k.jsi.com//Images/pdf.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
}

p.pdf a:hover {
	background-image: url(http://l10k.jsi.com/Images/pdf.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: underline;
}


p.ppt a:link, p.ppt a:visited {
	background-image: url(http://l10k.jsi.com/Images/ppt.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}

p.ppt a:hover  {
	background-image: url(http://l10k.jsi.com/Images/ppt.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 3px;
	font-weight: bold;
    text-decoration: underline;
}

p.miscdoc a:link, p.miscdoc a:visited {
	background-image: url(http://l10k.jsi.com/Images/miscdoc.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}

p.miscdoc a:hover {
	background-image: url(http://l10k.jsi.com/Images/miscdoc.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	text-decoration: underline;
}

p.offsite a:link, p.offsite a:visited {
	background-image: url(http://l10k.jsi.com/Images/offsite.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
}

p.offsite a:hover {
	background-image: url(http://l10k.jsi.com/Images/offsite.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: underline;
}

p.word a:link, p.word a:visited {
	background-image: url(http://l10k.jsi.com/Images/word.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-bottom: 1px;
	padding-left: 18px;
	font-weight: bold;
	text-decoration: none;
}

p.word a:hover {
	background-image: url(http://l10k.jsi.com/Images/word.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-bottom: 1px;
	padding-left: 18px;
	font-weight: bold;
	text-decoration: underline;
}

p.xls a:link, p.xls a:visited {
	background-image: url(http://l10k.jsi.com/Images/xls.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}

p.xls a:hover {
	background-image: url(http://l10k.jsi.com/Images/xls.gif);
	background-repeat: no-repeat;
	color: #444;
	padding-left: 18px;
	padding-bottom: 2px;
	font-weight: bold;
	text-decoration: underline;
}

div#content p.backtotop {
	text-align: right;
}

p.backtotop a {
	background-image:  url("http://l10k.jsi.com/Images/backtotop.gif");
	background-repeat: no-repeat;
	color: #580d14;
	padding-bottom: 1px;
	padding-left: 18px;
}

td.label {
	font: .75em Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


div#container {
	/*background-color: #fff; */
	border-left: 10px solid; /*EDIT 04042011 #006736;*/
	border-right: 10px solid; /*EDIT 04042011 #006736;*/
	border-color: transparent;
	height:auto !important; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	padding: 0;
	position:relative; /* needed for footer positioning*/
	width: 965px;
/*	background-image:url(http://l10k.jsi.com/Images/fabric.png);
	background-position: bottom;
	background-repeat:repeat-x;*/
}


/*start: header styles*/

div#container div#header {
	background-color: #580d14;
	margin: 0 0 0 -10px;
	height: 19px;
	padding: 10px; 
	width: 101%;
	color: #ffffff;
}

div#header div#headerlinks {
	float: left;
	padding-top: 8px;
	text-align: right; 
	width: 75%; 
}

div#header div#headerlinks a:link,
div#header div#headerlinks a:visited { 
	color: #ffffff;
	text-decoration: none;
}

div#header div#headerlinks a:active,
div#header div#headerlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#header div#search {
	float: right; 
	width: 24%;
	margin-top: -2px; /*to bring search up onto the maroon band*/
}

div#header div#search form {
	margin-right: 0;
	padding-right: 0;
}

/*div#header div#search form label {
	font: .7em Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bold;
}*/

div#container div#banner {
/*	background: #fff; EDIT 04042011*/
	background-color: transparent;
/*	border-top: 1px solid #000000; EDIT 04042011*/
	height: 120px;
	margin: 0;
	padding: 0;
	width: 100%; 
}

div#container div#banner div#hdr-left {
	float: left;
	padding: 8px 0;
	width: 311px;
}



div#container div#banner div#hdr-right {
	float: right;
	padding: 8px 20px 0;
	width: 600px; /* 200px; */
}

/*end: header styles*/

/*start: main (horizontal) navigation styles HDR RIGHT*/

div#container div#hdr-right div#navcontainer {
	background-color: transparent; /* EDIT 04042011 #006736;*/
	clear: both;
	height: 38px;
	width: 100%; 
}

div#hdr-right #navcontainer ul#navlist {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}
	
div#hdr-right #navcontainer ul#navlist li {
	float: left;
	font: bold 90% Arial, Verdana, Helvetica, sans-serif; /*controls the display of the main nav items*/
	margin: 0;
	padding: 0;
	list-style-image: none; /* this turns off the bullets from showing up in the top navigation*/
} 

div#hdr-right #navcontainer ul#navlist li a,
div#hdr-right #navcontainer ul#navlist li a:visited {
	background-color: transparent; /* default background color for the unselected tabs */
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 3px 15px;
	text-decoration: none;
	color: #000000; /*makes the nav text the color in its unselected state*/
}

div#hdr-right #navcontainer ul#navlist li a:active,
div#hdr-right #navcontainer ul#navlist li a:hover {
	background-color: transparent;
	text-decoration: underline;

}

/*end: main (horizontal) navigation styles HDR RIGHT*/


/*start: main (horizontal) navigation styles*/

div#container div#navcontainer {
	background-color: transparent; /* EDIT 04042011 #006736;*/
	clear: both;
	height: 38px;
	width: 100%; 
}

#navcontainer ul#navlist {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}
	
#navcontainer ul#navlist li {
	float: left;
	font: bold 100% Arial, Verdana, Helvetica, sans-serif; /*controls the display of the main nav items*/
	margin: 0;
	padding: 0;
	list-style-image: none; /* this turns off the bullets from showing up in the top navigation*/
} 

#navcontainer ul#navlist li a,
#navcontainer ul#navlist li a:visited {
	background-color: transparent; /* default background color for the unselected tabs */
	display: block;
	line-height: 2em;
	margin: 0;
	padding: 3px 15px;
	text-decoration: none;
	color: #000000; /*makes the nav text the color in its unselected state*/
}

#navcontainer ul#navlist li a:active,
#navcontainer ul#navlist li a:hover {
/*	background: #fff; EDIT 04042011*/
	background-color: transparent;
	text-decoration: underline;
/*	color: #859d1d; EDIT 04042011*/
}

/*end: main (horizontal) navigation styles*/

/*start: content area styles*/

div#content {
	background: #fff;
	margin: 0;
	padding: 0;
border-left: #e8edd0 solid 1px;
border-right: #e8edd0 solid 1px;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6,
div#content p {
	text-align:left;
	margin: 15px; /*10px;*/
}

div#maincontent {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 755px; /*<-- this causes the body text line up with the width of the footer. full page width is 945px;*/
	min-height: 200px;
	margin-left: 200px;	/*<-- this causes the body text to clear the right vert nav*/
}

body#section0 div#maincontent,
body#section99 div#maincontent {
	background-color: #fff;
	color:#000;
	margin: 0;
	padding: 0;
	width: 945px;
}


div#maincontent div#story {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px 5px 0 5px;
}

div#maincontent div#story h3 {
	margin-top: 0;
	padding-top: 0;
}

div#maincontent p.pubTitle {
	border-top: 1px solid #f9b73f;
	clear: both;
	color: #444;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px !important;
	padding-top: 10px;
}

div#maincontent p.pubTitle a:link {
	color: #444;
	text-decoration: none;
}

div#maincontent p.pubTitle a:hover {
	color: #444;
	text-decoration: underline;
}

div#maincontent img.thumbnail {
	border: 1px solid #b3b3b3;
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 1px;
	width: 112px;
}

div#maincontent table {
	border: 1px solid #444;
}

div#maincontent td {
	border-bottom: 1px solid #ccc;
	font: .7em Verdana, Lucida, Arial, Helvetica, sans-serif;
	padding: 4px;
	vertical-align:top;
}

div#maincontent th {
	border-bottom: 1px solid #ccc;
	font: .7em Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	padding: 4px 10px 4px 4px;
	text-align: left;
	vertical-align:top;
}

div#maincontent ul#lpnav {
	line-height: 18px;
	margin-left: 20px;
}

div#maincontent div#highlight {
	background: #f6f9fe;
	border: 1px solid #083576;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 200px;
}

div#maincontent div#highlight p {
	margin: 0;
	padding: 0;
}

div#maincontent div#readmore {
	background: #f6f9fe;
	border: 1px solid #083576;
	margin: 10px 0 10px 0;
	padding: 5px;
}

div#maincontent div#readmore p {
	color: #000;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

/*end: content area styles*/


/* start: footer styles */
div#container div#footer {
	background-image:url(http://l10k.jsi.com/Images/fabric.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #e8edd0;
/*	border-top: 10px solid #006736; EDIT 04042011*/
	bottom: 0; 
	margin: -30px 0 0 0px; /*-30px is to bring footer up to connect with the light grey border around the div#content*/
	padding: 10px;
	width: 945px; /*to match the div#maincontent width*/
	/*border-right: #e8edd0 solid 1px;*/
	border-left: #e8edd0 solid 1px;
}

div#footer p {
	color: #000;
	font: .75em Verdana, Arial, Helvetica, sans-serif/*	font: .65em Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-top: 4px;
	text-align: left;
	width: 99%;
	line-height: 1.5;
}

div#footer p.footernav {
	text-align: center;
	padding-top: 44px;
}

div#footer p a {
	color: #000;
}

div#footer p a:hover {
	color: #0a5026;
}

div#footer p a:link.partner, 
div#footer p a:visited.partner {
	text-decoration: none;
}

/* end: footer styles */





/*  SITE NAVIGATION THE TABLES VERSION OF THE PAGE BEGINS HERE, the TOPNAVBAR IS USED IN THE LIST VERSION THOUGH */	

/*Top Horiz Nav Bar*/

.topnavbar {
	background-color: #fff;
    border: 0px solid #013c52;
	color: #083576;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14.5px;
	line-height: 16px;
	margin-bottom: 0px;
	padding: 4px 0px 0px 0px;
}

.topnavbar a, .topnavbar a:link, .topnavbar a:visited {
	background-color: #ffffff;
	color: #083576;
  	font-size: 14.5px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-decoration: none;
}

.topnavbar a:hover, .topnavbar a:active {
  	background-color: #ffffff;
	color: #083576;
}

.topnavbar-left {
	margin-left: 20px;
}


/* INTERNAL PAGE SUBNAV BEGINS - for the optional regions*/

div#subnav {
	float: left;	
	font: .85em Verdana, Arial, Helvetica, sans-serif;	/*font: .7em Verdana, Arial, Helvetica, sans-serif;*/
	line-height: 16px;
	margin: 0px 20px 0px 5px; /*<-- controls buffer around the vert navbar and how the body text wraps*/
	padding: 0;
	width: 18%;
	border-bottom: 1px solid #e4f7bf;
	border-top: 5px solid #fff;
	/*margin-bottom: 100%; 05102011 hundred percent still doesn't extend to the bottom of all pages*/
}

*html div#subnav {
	margin: 0 0 0 -1px;
}

/* INTERNAL PAGE SUBNAV ENDS */



/****************** Used in vertical site navigation bar *********************/



#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,
#men13 a:link, #men13 a:visited,
#men14 a:link, #men14 a:visited,
#men15 a:link, #men15 a:visited {
	background-color: #f3ecaf;
 	border-top: 1px solid #fff;
 	color: #000000;
	display: block;
	padding: 15px 5px 15px 15px; /*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,
#men13 a:hover, #men13 a:active,
#men14 a:hover, #men14 a:active,
#men15 a:hover, #men15 a:active {
	background-color: #fff; /*<-- if you change these 2 for the hovers, change it in the template also, to control the selected color*/
  	color: #000000;
	display: block;
}

.menutitle{
  	line-height: 16px;
}

div#masterdiv .menuhead a:link, div#masterdiv .menuhead a:visited, div#masterdiv .menuhead a:hover, div#masterdiv .menuhead a:active {
	padding: 2px 5px 5px 4px; 
	background-color: #580d14; /*maroon*/
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 24px; /*this for the row to uniformly widen */
	text-decoration: none;
	display: block;
}

.submenu {
	border: 0;
	color: #000000;
	margin-left:0px;
	padding: 0px;
}

div#submenu1, 
div#submenu2 { display: none;}

div#submenu1 a:link, div#submenu1 a:visited,
div#submenu2 a:link, div#submenu2 a:visited {
	display: block;
	color: #000000;
	margin-left: 20px;
	text-decoration: none;
}

div#submenu1 a:hover, div#submenu1 a:active,
div#submenu2 a:hover, div#submenu2 a:active {
	display: block;
	color: #000000;
	margin-left: 20px;
	text-decoration: underline;
}

p.sub { 
	background-color: transparent;
	padding: 0px;
	background-image: url(http://l10k.jsi.com/Images/list_bullet.gif);
	background-repeat:no-repeat; 
}	

.address {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 110%;
}

.skiplinks {
	font-size: 0px;
	margin:0px 0px;
	padding: 0px 0px;
	position: absolute;
	z-index: -2;
}

.space {
	padding-bottom: 10px;
}

/*Styles for the home page*/

div#homeAbout {
	background-image:url(http://l10k.jsi.com/Images/3Index_banner_960x200.gif); 
	background-size:contain;
	background-repeat:no-repeat; 
	border: 2px solid #b3b3b3; /*EDIT 04042011*/
	clear:both;
	height: 200px; /*250px;*/
	vertical-align:middle; 
	width: 960px;
	margin-left: -200px; /*<-- to counteract the div#maincontent shift on the inner pages*/
}

div#homeAbout div#homeAboutTxt {
	float: left; 
	padding-top: 15px; /*50px;*/
	padding-left: 50px;
	vertical-align:middle;
	width: 625px;
}

div#homeAbout h1 {
	color: #000000;
	font-size:35px;
	font-family: Arial, Helvetica, sans-serif;
}

div#homeAbout p {
	color: #000000;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}

div#homeFeatures {
	border-top: 10px solid #ffffff; 
	clear:both;
	height: 245px; 
	width: 961px;  /* <-- to line up border with div#content border 965px;*/
	margin-left: -200px; /*<-- to counteract the div#maincontent shift on the inner pages*/
	border-left: #e8edd0 solid 1px;
    border-right: #e8edd0 solid 1px;
}

div#homeFeatures div {
	float: left; 
	margin: 0; 
	width: 32%; 
}

div#homeFeatures h2 a{
	margin: -10px 10px -5px 0px /*10px*/;
	padding: 0px;
	text-decoration:none;
	font-size: 90%;
}

div#homeFeatures h2 a:hover, a:active {
	color: #B3042A;
	text-decoration: underline;
}

div#homeFeatures h2 a:visited {
	text-decoration: none;
}

div#homeFeatures div#homeFeaturesLeft {
	padding: 5px 11px 5px 6px;
}

div#homeFeatures div#homeFeaturesMiddle {
	padding: 5px 11px 5px 0;
}

div#homeFeatures div#homeFeaturesRight {
	padding: 5px 5px 5px 0;
}

div#homeHighlights {
	clear:both;
	/*height: 200px; */
	width: 965px; 
	margin-left: -200px; /*<-- to counteract the div#maincontent shift on the inner pages*/
}

div#homeHighlights div#homeHighlightsWhat {
	float: left; 
	margin: 0; 
	padding: 0px 11px 5px 6px;
	width: 46%; /*	width: 32%; */
	font-family: Arial, Helvetica, sans-serif;
}

div#homeHighlights div#homeHighlightsNews {
	float: left; 
	margin: 0; 
	padding: 0px 11px 5px 0px;
	width: 32%; 
}


div#homeHighlights div#homeHighlightsResources {
	float: left; 
	margin: 0; 
	padding: 0px 5px 5px 0px;
	width: 46%; /*	width: 32%; */ 
}


div#homeHighlights div#homeHighlightsWhat h2 {
    margin: 10px 10px -5px 15px;/*	margin: 10px 10px -5px 10px;*/
	padding-bottom: 15px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align: none;
}

div#homeHighlights div#homeHighlightsNews h2 {
	margin: 10px 10px -5px 10px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}

div#homeHighlights div#homeHighlightsNews p {
	clear: both; 
}

div#homeHighlights div#homeHighlightsResources h2 {
    margin: 10px 10px -5px 15px;/*	margin: 10px 10px -5px 10px;*/
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}

div#homeHighlights div#homeHighlightsResources .photo-left {
	background: #f6f9fe;
	border: 1px solid #b3b3b3;
	float: left;
	margin: 15px 10px 5px 10px;
	padding: 0px 1px 1px 1px;
}



/*SPECIAL FOR PRINT AND SCREEN VERSIONS */

.print {
	display:none;
}

.screen {
	background-color: #ffffff;
	color: #0d2a55;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
}



/****************SECTION ENDS HERE*************************/

/* end */
