
/*==RESET CSS===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*==GENERAL STYLES======================================*/
h1 {
	font-size:20px;
	line-height:normal;
	margin-bottom:15px;
}
	h1 span {  /*used in instances when the title needs a subtitle*/
		font-size:16px;
		display:block;
		line-height:20px;
		font-weight:normal;
		padding-top:3px;
	}
h2 {
	font-size:16px;
	line-height:normal;
	margin-bottom:7px;
}


/*==GENERAL CLASSES=====================================*/
.clear {
	clear:				both;
    height:				0;
    font-size: 			1px;
    line-height: 		0px;
	overflow:			hidden;
}
.float-left {float:left;}
.float-right {float:right;}
.marginbottom {margin-bottom:15px;}
.margintop {margin-top:15px;}
.margin-none {margin:0;}
.legal {color:#bb133e;}
.hr {color:#d7a900;}
.fs {color:#58a618;}
.it {color:#007a87;}
.fin {color:#2a6ebb;}
.smac {color:#77216f;}
.blue {color:#379ee0;}
sup.reg {font-size:11px;vertical-align:top;}
sup.trade {font-size:14px;vertical-align:top;}
/*==LAYOUT STRUCTURE====================================*/

/*==PRIMARY NAV=========================================*/
/* ==LEVEL ONE==*/
#menu-1 {
background:url(../images/menu-back.jpg) repeat-x;
width:1019px;
height:36px;
margin:0;
padding:0;
float:left;
}
#nav-dropdown a, #nav-dropdown ul {
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:10px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
}

#nav-dropdown a {
	display: block;
	padding:12px 17px 12px 17px;
	text-decoration:none;
}
	#nav-dropdown li.active a.active-nav {
		background-color:#fff;
		color:#333;
/*brings white block to simulate tab*/
	}
#nav-dropdown a:hover {
background:url(../images/m-hover.jpg) repeat-x;
color:#F00;
}
#nav-dropdown li {

	border-right:0;
	float: left;
	font-weight:bold;
	position:relative;
	margin-top:0px;

}
	#nav-dropdown li.active {
		border-right:none;
		z-index:-1;
	}
	#nav-dropdown li.sfhover ul {
	left: 0;
	top:27px;
}
#nav-dropdown li ul {
	left: -999em;
	position: absolute;
	top:39px;

}
/* ==LEVEL TWO==*/
#nav-dropdown li ul li {
	background-image:none;
	background-color:#FFFFFF;
	font-weight:normal;
	width:266px;
	height:30px;
	border-bottom:1px solid #CCCCCC;
}
#nav-dropdown li ul li a {

}
#nav-dropdown li ul li.heading a {  /*used for headings in submenu dropdown*/
	background-image:none;
	background-color:#900;
	color:#ccc;
	font-weight:normal;
	padding:9px 0px 20px 0px;
	font-size:13px;
	cursor:default;
}
#nav-dropdown li:hover ul {
	left: 0;
	
}
#nav-dropdown li:hover ul, #nav-dropdown li.sfhover ul {
	left: 0;
	top:34px;
}
#nav-dropdown {
	position:relative;
	z-index: 5002; /*bring the nav to the front on pages with innerfade and/or flash*/
}
.list {
	margin:0;
	padding:9px 0px 9px 0px;
}
/*==LAYOUT MODULES======================================*/

