body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #02265A;
	text-align: center;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td {
	text-align: left;
}
.articletitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #134a9a
}
#container {
	background-color: #FFFFFF;
	width: 930px;
	margin: 0 auto;
}
#masthead {
	text-align: left; 
	width: 930px;
	background-image: url(images/mastheadbg.jpg);
	margin: 0;
}
#logo {
	float: left;
	width: 565px;
	height: 110px;
}
#search {
	float: right;
	width: 300px;
	padding-top: 10px;
}
.text11 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.searchbutton {
	font: 10px Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background-color: #FE700E;
	border: 0px;
	padding: 4px 0px;
}
#divScroll {
padding-left: 0px;
padding-right: 0px;
overflow: auto;
width: 309px;
height: 450px;
text-align:left;
}
#content {
	clear: both;
	text-align: left;
	font: 13px arial, helvetica, sans-serif;
	width: 930px;
	padding: 0;
	margin: 0;
}
#menu {
	/*width: 100%;*/	
	width: 930px;
	padding: 0;
	margin: 0;
}

#menu ul {	/*controls placement of 1st level - top */
	float: left;
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/	
}

#menu a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 5px;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #000;
	background: #BBD2F2;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #FED229;
	background: #033375;
}

#menu ul ul li a {font: bold 12px arial, helvetica, sans-serif}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	margin: 0;	
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 0;
	font: bold 12px arial, helvetica, sans-serif;
	color: #000;
	background: url(images/menubg.jpg) repeat-x;
	text-align: center;
	border-bottom: 0;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #FED229;
	background-color: #033375;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 200px;  /*if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#leftnav {
float: left;
width: 272px;
margin: 0;
padding: 0;
padding-left: 10px;
}

#solutions {
width: 282px;
}

#solutions ul {
list-style: none;
margin: 0;
padding: 0;
}

#solutions h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/ 
	margin: 0;
}

#solutions h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 0px;
	margin: 0;
	color: #1B2D77;
	background: url(images/button_bg.jpg) no-repeat;
	text-decoration: none;
	width: 254px;

}
#solutions h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: black;
}

#solutions h3 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#solutions h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	margin: 0;
	color: white;
	background-color: #0065D1;
	border: 1px #FDE182 solid;
	text-decoration: none;
	width: 330px;
}
#solutions h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #FCC507;
}

#solutions li {
position: relative;
}

#solutions ul ul {
position: absolute;
top: 0;
margin-top: -120px;
left: 100%;
width: 100%;
}

div#solutions ul ul 
{display: none;}

div#solutions ul li:hover ul 
{display: block;}


#difference {
width: 282px;
}

#difference ul {
list-style: none;
margin: 0;
padding: 0;
}

#difference h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/ 
	margin: 0;
}

#difference h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 0px;
	margin: 0;
	color: #1B2D77;
	background: url(images/button_bg.jpg) no-repeat;
	text-decoration: none;
	width: 254px;

}
#difference h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: black;
}

#difference h3 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#difference h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	
	color: white;
	background-color: #0065D1;
	border: 1px #FDE182 solid;
	text-decoration: none;
	width: 330px;
}
#difference h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #FCC507;
}

#difference li {
position: relative;
}

#difference ul ul {
position: absolute;
top: 0;
margin-top: -10px;
left: 100%;
width: 100%;
}

div#difference ul ul 
{display: none;}

div#difference ul li:hover ul 
{display: block;}

