html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 11pt;
}

html {background: transparent url(../i/html_bg.jpg) 0 0 repeat;}

a#skipNav {display: none;}
a#homeLink {
	display: block;
	width: 155px;
	height: 65px;
	text-indent: -3000px;
	background: transparent url(../i/fuse_logo.png) 0 20px no-repeat;
	margin: 0 0.2em 0.2em 0.4em;	
	padding-top: 8px;
}

a:link {
	color: #39c;	
}

a:visited {
	color: #9c6;	
}


#wrap {
	width: 710px;
	margin: 0 auto;	
}

#header {
	background: transparent url(../i/header_bg.png) 0 0 no-repeat;	
	padding-top: 67px;
	margin: 0 0 1.2em 0;
}

ul#priNav {
	margin: 0 0 -12px 10px;
	padding: 0 15px;
	list-style: none;	
	width: 675px;
}

ul#priNav li {
	float: left;
	font-family: "Myriad Pro", "Lucida Grande", Arial, Sans-serif;
	font-size: 14px;
	background: transparent url(../i/sep_bg.png) 0 0 repeat-y;
	position: relative;
	top: 0;
	left: 0;
	min-height: 4px;
	margin: 0 1px 0 0;
}

ul#priNav li#empty {
	background: transparent url(../i/sep_bg.png) 0 0 repeat-y;	
	padding: 5px 1em;
}

ul#priNav li#lastLi {
	float: none; 
	clear: both;
	height: 0;
	border: 0;
	background-image: none;
}


ul#priNav a {
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;	
	text-align: center;
	display: block;
	height: 100%;
	padding: 6px 1em 4px 1em;
}

ul#priNav a:hover {
	text-decoration: underline;	
}

ul#priNav a .triangle {
	display: none;
	width: 15px;
	height: 12px;
	background: transparent url(../i/triangle.png) 0 0 no-repeat;
	position: absolute;
	bottom: -12px;
	left: 40%;	
}

ul#priNav a.active {
	background: transparent url(../i/navActive_bg.png) 0 100% no-repeat;

}

ul#priNav a.active .triangle {
	display: block;
}

ul#priNav a.active:hover {
	text-decoration: none;	
}

#pn_wrapper {
	padding-bottom: 14px;
	position: relative;
	background: transparent url(../i/priNavBottom_bg.png) 0 100% no-repeat;	
}

.splash {
	height: 290px;
	background-position: 0 0;
	background-repeat: no-repeat;	
	font-family: "Myriad Pro", "Lucida Grande", Arial, Sans-serif;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	padding: 10px 16em 0 3em;
}

#splashMain {
	background-image: url(../i/splashMain.png);	
}

.splash h2 {
	margin: 1.5em 0 0 0;
	padding: 0;	
}

.splash p {
	font-size: 0.95em;
	line-height: 1.35;
	margin-top: 0.5em;	
}

.splash a, .splash a:visited {
	color: #fff;
	text-decoration: none;	
}

#content, #contentHack {
	font-family: Verdana, Sans-serif;
	font-size: 0.75em;
	background: transparent url(../i/contentBottom_bg.png) 0 100% no-repeat;
	padding-bottom: 44px;	
}

#content #c_wrapper, #c_wrapperHack {
	padding: 1.5em 3em 2em 3em;
	line-height: 1.4;
	background: transparent url(../i/content_bg.png) 0 0 repeat-y;
}

#content h3 {
	margin: 0;	
	
}

#content p, #content ul, #content ol {
	margin: 0.4em 0 1.8em 0;	
	
}

#footer {
	text-align: center;
	text-shadow: 0 1px 2px #000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 0.9em;
	color: #fff;	
	margin: 1em 0;
	padding-bottom: 1em;
}

#footer a, #footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

#footer a em {
	font-style: normal;
	font-weight: normal;	
}

