@charset "utf-8";
body  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: normal;
font-style: normal;
background: #069;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000;
}

#container { 
width: 80%;  /* this will create a container 80% of the browser width */
background: #FFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #036;
text-align: left; /* overrides text-align: center on body */
}

#header {
background-image: url(/_images/blue_bar_wide.jpg);
height: 125px;
border-top-width: 1px;
border-bottom-width: 10px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #036;
border-bottom-color: #008795;
background-color: #036;
background-repeat: repeat-x;
}
 
#header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headerLeft {
float: left;
width: 325px;
}

#headerRight {
margin-left: 325px;
margin-right: 10px;
}

#headerBottom {
margin-left: 10%;
text-align: left;
}

#headerRight FORM {
margin: 0;
padding-top: .5em;
padding-right: 0;
padding-bottom: .5em;
padding-left: 0;
border: none;
font-size: .85em;
text-align: right;
}

#headerRight INPUT.formButton {
color: #FFF;
background-color: #069;
border-bottom: 2px solid #036;
border-right: 2px solid #036;
border-top: 2px solid #39C;
border-left: 2px solid #39C;
}

#topNav {
color: #036;
background-color: #CC9;
background-color: #DDD;
padding: .1em 0;
\width: 55em;
w\idth: 53em;
margin: 0 auto;
}

#topNav {
width: 53em;
z-index:10;
}

#navContainer {
text-align: center;
background-color: #CC9;
background-color: #DDD;
}

/* suckerfish styles */

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
background: #DDD;
float: left; 
\width: 55em;
w\idth: 53em;
line-height: 1;
font-weight: bold;
border-width: .2em 0;
border-color: #DDD;
border-style: solid;
}

#nav, #nav ul {
width:  53em;
}

/* SBMH: http://css-discuss.incutio.com/?page=BoxModelHack */
#nav a {
width: 8em;
}
#nav a, #nav span.hot {
display: block;
\width: 10em;
w\idth: 8em;
color: #036;
text-decoration: none;
padding: 0.25em 1em; 
}

#nav span.hot {
background: #EEE;
}

#nav li { 
float: left;
padding: 0; 
width: 10em;
margin: 0;
}

#nav li ul {
width: 22em;
text-align: left;
}

#nav li ul { /* second-level lists */
position: absolute;
left: -999em;
height: auto;
\width: 22.5em; /* SBMH */
w\idth: 22em;
font-weight: normal;
border-width: 0.25em;
margin: 0;
border-color: #CC9;
border-color: #DDD;
border-style: solid;
background-color: #FFF;
}

#nav li li {
width: 21em;
}
#nav li li {
padding-right: 1em;
\width: 22em; /* SBMH */
w\idth: 21em;
}

#nav li ul a {
width: 20em;
}
#nav li ul a {
\width: 22em; /* SBMH */
w\idth: 20em;
}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover {
background: #FFF;
color: #036;
}

#nav a:hover {
color: #036;
}

#nav li ul li:hover, #nav li ul li.sfhover {
background: #CC9;
background: #DDD;
}

/* end suckerfish styles */


#sidebar {
float: right;
width: 16em;
padding: 0 0 1em 0;
background-color: #DDD;
}

#sidebar h2 {
margin-left: .7em;
color: #666;
background-color: #DDD;
font-size: 120%	;
}

#sidebar p {
font-size: 90%;
margin-left: 1.5em;
margin-right: 1em;
margin-bottom: 1em;
line-height: 1.5;
}

#sidebar .sideImg {
text-align: center;
}

#sidebar UL, #sidebar OL {
padding-left: 1.3em;
padding-right: 2em;
margin-left: 1em;
margin-bottom: 1em;
line-height: 1.5;
}

#sidebar UL {
list-style: square;
}

#sidebar OL {
list-style: decimal;
}

#wrapper {
width: 100%;
float: left;
margin-right: -16em;
}

#content {
margin-right: 16em;
padding-right: 1em;
padding-bottom: 1em;
margin-left: 1em;
} 

#content P {
line-height: 1.7;
margin-left: 1.5em;
margin-right: 3em;
margin-bottom: 1em;
}

#content P.preList {
margin-bottom: .8em;
}

#content BLOCKQUOTE {
margin-left: 5em;
margin-right: 5em;
margin-bottom: 1em;
padding: 1em;
background-image: url(/_images/quote_open.gif);
background-repeat:no-repeat;
background-position: top left;
}

#content BLOCKQUOTE P {
line-height: 1.5;
background-image: url(/_images/quote_close.gif);
background-repeat:no-repeat;
background-position: bottom right;
margin-bottom: 0;
}

BLOCKQUOTE STRONG {
color: #036;
}

#content UL, #content OL {
padding-left: 2em;
padding-right: 3em;
margin-left: 1em;
margin-bottom: 2em;
line-height: 1.5;
}

#content UL {
list-style: square;
}

#content OL {
list-style: decimal;
}

#content UL UL, #content UL UL UL, #content OL OL, #content OL OL OL {
margin-bottom: 0;
margin-top: 1em;
margin-left: 0;
}

#content UL UL {
list-style: disc;
}

#content UL UL UL {
list-style: circle;
}

#content OL OL {
list-style:  lower-alpha;
}

#content OL OL OL {
list-style: lower-roman; 
}

#content LI {
margin-bottom: .8em;
}

#content UL.closeList LI {
margin-bottom: 0;
}

#content UL.closeList {
margin-top: 0;
}

#callout {
float: right;
background-color: #FFF;
background-image: url(/_images/t0010.gif);
background-repeat: repeat;
margin: 0 .5em 1em 1em;
width:30em;
}


#footer {
color: #000;
background-color: #CC9;
background-color: #DDD;
font-size: .85em;
line-height: 1.2;
padding: 0 1em;
} 

#footer div#bottomNav {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#bottomNav, #solutionsNav {
color: #FFF;
background-color: #036;
text-align: center;
padding: .1em 0 .1em 0;
font-size: .85em;
}

#solutionsNav span.hot {
text-align: center;
padding: .2em .5em;
background-color: #EEE;
color: #000;
}

#bottomNav span.hot{
color:#036;
background-color:#ddd;
padding: .2em .5em;
}

#bottomNav UL, #solutionsNav UL {
padding: 0;
margin: 0;
margin-top: .1em;
}

#bottomNav LI, #solutionsNav LI  {
display: inline;
line-height: 1.8;
}

#bottomNav A:link, #bottomNav A:visited, #solutionsNav A:link, #solutionsNav A:visited  {
color: #FFF;
background-color: #036;
padding: .2em .5em;
font-weight: normal;
margin: 0;
text-decoration: none;
white-space: nowrap;
}

#bottomNav A:hover, #bottomNav A:active, #solutionsNav A:hover, #solutionsNav A:active  {
color: #036;
background-color: #EEE;
padding: .2em .5em;
font-weight: normal;
margin: 0;
text-decoration: none;
white-space: nowrap;
}

#footerLeft {
padding-top: 1em;
padding-bottom: 1em;
float: left;
width: 400px;
}

#footerRight {
padding-top: 1em;
padding-bottom: 1em;
margin-left: 400px;
}

#footerLeft P {
text-align: left;
margin-left: .5em;
margin-bottom: 0;
}

#footerRight P {
text-align: right;
margin-right: .5em;
margin-bottom: 0;
}

#footerRight A:link, #footerRight A:visited  {
color: #069;
background-color: #DDD;
font-weight: bold;
text-decoration: none;
padding: .1em .2em .2em .2em;
}

#footerRight A:hover, #footerRight A:active  {
color: #D92;
background-color: #036;
font-weight: bold;
text-decoration: none;
padding: .1em .2em .2em .2em;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0;
}

a.skip { /* to allow users with screen readers to skip the navigation links; this positions the link far off the left side of the screen without hiding it from the screen reader */
position: absolute;
left: -1000em;
width: 20em; 
}

H1, H2, H3, H4, H5, H6 {
color: #036;
background-color: #FFF;
font-weight: bold;
font-style: normal;
margin-top: 1em;
margin-bottom: 0;
width: 90%;
line-height: 1;
}

H1 {
font-size: 180%;
padding-top: 1.5em;
margin-top: 0;
}

H2 {
font-size: 150%;
}

#content H2 {
margin-top: .5em;
}

#callout H2 {
font-size: 110%;
color: #000;
margin-left: .7em;
/*width: 25em;*/
background-color: transparent;
}

H3 {
font-size: 140%;
}

H4 {
font-size: 125%;
}

H5 {
font-size: 115%;
font-weight: normal;
}

H6 {
font-size: 110%;
font-weight: normal;
}

EM {
font-style: italic;
}

STRONG {
font-weight: bold;
}

#content A, #sidebar A {
font-weight: bold;
text-decoration: none;
}

#content A:link, #sidebar A:link {
color: #069;
background-color: transparent;
}

#content A:visited, #sidebar A:visited {
color: #C06;
background-color: transparent;
}

#content A:hover {
color: #D92;
background-color: #036;
padding: 2px 0;
}

#content A:active {
color: #D92;
background-color: #036;
padding: 2px 0;
}

#sidebar A:hover {
color: #D92;
background-color: #036;
padding: 2px 0;
}

#sidebar A:active {
color: #D92;
background-color: #036;
padding: 2px 0;
}

.hormel {
visibility:hidden;
display:none;
line-height:normal;
}

.instructions {
background-color: #EEE;
color: #000;
font-size: 85%;
padding: 1em;
}

TABLE.formTable, TABLE.resultsTable {
padding: 1em;
margin: 0 1em;
}



.formTable TD, .resultsTable TD {
vertical-align: top;
padding: .2em;
}

TD.formLabel {
font-weight: bold;
text-align: right;
}

TD.recNum {
font-weight: bold;
text-align: right;
line-height: 1.5;
padding-right: 1em;
}

TD.recResults {
line-height: 1.5;
padding-bottom: 1em;
}

TD.formLabelReq {
font-weight: bold;
text-align: right;
color: #008795;
background-color: transparent;
}

.formTable INPUT.btn {
color: #FFF;
background-color: #069;
border-bottom: .2em solid #036;
border-right: .2em solid #036;
border-top: .2em solid #DDD;
border-left: .2em solid #DDD;
}

#partnersLogos td{
	text-align:center;
	vertical-align:middle;
}
#partnersLogos img{
	margin:10px;
	padding:0;
}
#partnersLogos  a:hover{
	background:none;
}