html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	background: url("/images/bg7_opt.png") repeat-y fixed 50% 0pt;
	text-align: center;
}

#container {
	font: 12px Arial;
	margin: 10px auto;
	width: 997px;
	text-align: left;
	position: relative;
}

#mysearch {
	line-height: 1.4em;
	vertical-align: middle;
	text-align: center;
	color: gray;
	width: 100px;
	height: 24px;
	margin: -23px 0px 0px 0px;
	padding: 0;
}

#myframe {
	border: #BDEDFF solid 5px; /* #BDEDFF is selected tab bgcolor, #56A5EC is default tab bgcolor */
	width: 970px;
	padding: 0;
	margin: 0px 10px;
	overflow: none;
	scrolling: no;
	align: center;
	text-align: center; 
	height: 400px;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#navigation,#navigation ul { /* all lists */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: .99em;
	z-index: 99999;
	color: #fff;
	font-family: Arial, sans-serif;
	margin-left: 10px;
}

#navigation a {
	display: block;
	float: left;
	color: #fff; /* color of top horizontal tabs text */
	padding: 0;
	margin: 0;
	height: 36px;
	background: none;
	text-decoration: none;
	cursor: pointer;
}

#navigation li {
	display: block;
	float: left;
	color: #fff; /* color of top horizontal tabs text */
	padding: 0;
	margin: 0;
	height: 36px;
	padding-left: 3px; /* allow left side shadow to show, not clickable, keep small */
	background: url("/images/topTabs2.png") top left no-repeat;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#navigation li a span {
	padding-top: 12px; /* controls height for horizontal tabs */
	padding-bottom: 0px;
	background: url("/images/topTabs2.png") top right no-repeat;
	float: left;
	display: block;
	padding-left: 12px; /*TAB LEFT PADDING*/
	padding-right: 40px; /* TAB RIGHT PADDING */
	color: #fffffe;
	font-weight: bold;
	height: 24px;
}

/* -------------------------- TOP LAST TAB ADJ -------------------------------- */
#navigation li#lilast a span {
	background: url("/images/topTabs2_last.png") top right no-repeat;
}

#navigation li#lilast a span:hover,
#navigation li#lilast.sfhover a span,
#navigation li#lilast:hover a span {
	color: #00496e;
	background: url("/images/topTabs2_last.png") 100% -37px no-repeat;
}

/* ------------------------------------------------------------------------------*/
/*#varpadding {
	padding-left: 13px !important;
	padding-right: 34px !important;
}*/

#navigation li:hover,#navigation li.sfhover {
	background: url("/images/topTabs2.png") 0 -37px no-repeat;
}

#navigation li a span:hover,
#navigation li.sfhover a span,
#navigation li:hover a span {
	color: #00496e;
	background: url("/images/topTabs2.png") 100% -37px no-repeat;
}

#navigation li:hover ul,#navigation li.sfhover ul {
	left: auto;
	margin-left: 10px; /* pushes dropdown left to have it line up with top horizontal tab */
	top: 27px;
	background: url("/images/dropdown_bg2.gif") 0px 100% no-repeat !important; /* GIF FOR IE6 */
	z-index: 99999;
}

html>body #navigation li:hover ul,#navigation li.sfhover ul {
	background: url("/images/dropdown_bg4.png") 0px 100% no-repeat !important; /* PNG FOR better browsers */
}

#navigation li ul li a:hover,#navigation li ul li a.sfhover {
	background: url("/images/dropdown_hilite2.png") 1px 0px no-repeat !important; /* hilite */
}

/* -------------------------- FIRST TAB ADJ --------------------------------*/
#navigation li#lihome :hover ul,#navigation li#lihome.sfhover ul {
	margin-left: -3px; /* pushes dropdown left to have it line up with top horizontal tab */
	background-position: -5px 100% !important;
}

#navigation li#lihome ul li:hover,#navigation li#lihome ul li.sfhover {
	background-position: -1px 0 !important; /* hilite */
}

#navigation li#lilast :hover ul,#navigation li#lilast.sfhover ul {
	margin-left: -36px;
	background-position: 8px 100% !important;
}

html>body #navigation li#lilast :hover ul,#navigation li#lilast.sfhover ul {
	margin-left: -33px;
	background-position: 8px 100% !important;
}

#navigation li#lilast ul li:hover,#navigation li#lilast ul li.sfhover {
	background-position: 12px 0 !important; /* hilite */
}

/*--------------------------------------------------------------------------*/
#navigation li:hover,#navigation li.sfhover { /* ie7 hack */
	position: static;
}

/* ---------------------------------  2nd LEVEL ---------------------------------- */
#navigation li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 184px;
	margin-top: 8px; /* top positioning of dropdowns */
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	clear: both;
}

#navigation li ul li {
	float: none;
	padding-top: 4px; /* reset */
	padding-bottom: 0px;
	background-image: none; /* reset */
	height: 19px; /* reset */
}

#navigation li ul li.doubleline {
	height: 33px; /* reset */
}

html>body #navigation li ul li a {
	display: block;
	height: 19px; /* reset */
	line-height: 20px;
}

html>body #navigation li ul li.doubleline a {
	height: 28px;
	line-height: 12px !important;
	padding-top: 5px;
}

#navigation li ul li a span {
	height: 0px;
	width: 135px;
	padding-left: 17px; /* list padding */
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	background-image: none !important;
}

#navigation li#lilast ul li a:hover { /* fixes right-most tab */
	/*background-position: 9px 0px !important;*/
	width: 180px;
}

#navigation li#lihome ul li a:hover { /* fixes left-most tab */
	background-position: -1px 0px !important;
	width: 180px;
}

#navigation li#lihome ul li a {
	margin-left: -3px;
}

html>body #navigation li#lilast ul li a span {
	padding-left: 40px; /* list padding */
}

html>body #navigation li ul li a span {
	width: 135px;
}

#navigation li ul li:hover,#navigation li ul li.sfhover {
	background-image: none; /* reset */
}

/*------------------------------------------------------------*/

/* breadcrumb down state */
#navigation li.on {
	background: url("/images/topTabs2.png") 0 -37px no-repeat;
}

#navigation li.on span {
	background: url("/images/topTabs2.png") 100% -37px no-repeat;
	color: #00496e;
}

#navigation li#lilast.on span {
	background: url("/images/topTabs2_last.png") 100% -37px no-repeat;
	color: #00496e;
}
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */