@charset "utf-8";
/* CSS Document */

/* undo some default styling of common (X)HTML browsers
************************************************************/
/* No list-markers by default -
* must redefine bullets w/ bg graphics
********************************************************/
ul,ol {
list-style: inside;
}
/* Avoid browser default inconsistent heading,
* font-sizes and pre/code
********************************************************/
body,h1,h2,h3,h4,h5,h6,pre,code,td {
font-size:1em;
}
/* Remove inconsistent (among browsers) -
* default padding or margin
********************************************************/
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
margin:0; padding:0;
}
/* prevent blue linked image borders
********************************************************/
a img,:link img,:visited img,fieldset {
border:none;
}
/* End ZERO out */

* {
 	margin: 0;
 	padding: 0;
} 

body {
font: .85em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
background: #535380;
margin: 0;
padding: 0;
text-align: center;
}

h1 {
font-size: 1.8em;
margin: 10px 0px 5px;
color: #820D66;

}

h2 {
font-size: 1.2em;
margin: 15px 0px 5px;
color: #444444;}

h3 {
font-size: .85em;
margin: 5px 0px 5px;
color: #333333;
}

p {
	color: #333333;
	line-height: 1.3em;
}

li {
font-size: .85em;
margin: 5px 7px 5px 0px;
}

.imglft {
	float:left;
	margin: 5px 7px 7px 7px;
}

.imgrght {
	float:right;
	margin: 5px 7px 7px 7px;
}


.fuse #container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image:url(images/hmbody2.jpg);
	background-repeat:no-repeat;
	background-color:#E4E417;

} 
.fuse #header { 
	height: 268px;
} 

.fuse #header #navbox {
	width:100%;
	height: 65px;
	background-image:url(images/hmhdr2.jpg);
}

.fuse #header #nav {
	width: 800px;
	margin: 0px auto;
	padding-top: 23px;
}

a:link.nav, a:visited.nav, a:focus.nav  {
	color: #F69321;
	height: 60px;
	text-decoration:none;
	padding: 25px 45px 20px 45px;
	font-size: 1.2em;
  
}
a:hover.nav, a:active.nav {
	color:#FFFFFF;
	text-decoration:none;
	height: 60px;
	padding: 25px 45px 20px 45px;
	font-size: 1.2em;
}


.fuse #header #headline {
	width:100%;
	height: 203px;	
}

.fuse #header #headline #logo2 {
	float: left;
	height: 203px;
	width: 259px;
	background-image:url(images/reFuseLogo9-22b.jpg);
}

.fuse #header #headline #highlight2 {
	float:left;
	height:203px;
	width: 541px;
	background-image: url(images/highlight2.jpg);	
}

a:link.main, a:visited.main, a:focus.main {
	color: #535380;
	text-decoration:none;
}
a:hover.main {
	text-decoration:underline;
}


.fuse #sidebar1 {
	float: right;
	width: 260px;
	padding: 0px 0px;
	border-left:#E90E8B 3px;
	background-image:url(images/hmbody2b.jpg);
	background-repeat:no-repeat;
	background-color:#E4E417;
	color: #535380;
}

.fuse #sidebar1 #content {
	margin: 0px 10px 20px 10px;	
}

.fuse #sidebar1 #content .quote {
	font-size: 1.7em;
	font-style:italic;
}

.fuse #sidebar2 {
	float: left;
	width: 260px;
	height: 400px;
	padding: 10px 0px;
	border-left:#E90E8B 3px;
	background-image:url(images/hmbody2b.jpg);
	background-repeat:no-repeat;
	background-color:#E4E417;
	color: #535380;
}

.fuse #sidebar2 #content {
	margin: 0px 10px 7px 10px;	
}

.fuse #mainContent { 
	margin: 25px 260px 20px 10px;
}

.fuse #mainContent #content { 
	color: #535380;
}

.fuse #mainContent #content p { 
	margin: 5px 12px 5px 12px;
}

.fuse #mainContent2 { 
	margin: 0 15px 20px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
}

.fuse #mainContent2 #content { 
	color: #535380;
}

.fuse #mainContent2 #content p { 
	margin: 5px 12px 5px 12px;
}

.fuse #footer { 
	height: 60px;
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/hmftr2.jpg);
	background-repeat:no-repeat;
	background-color:#535380;
	font-size: .8em;
	color:#FFFFFF;
		 
}

.fuse #footer p {
	margin: 0;
	padding: 10px 0;
}

a:link.ftr, a:visited.ftr, a:focus.ftr {
	color: #F69321;
	text-decoration:none;
}
a:hover.ftr {
	text-decoration:underline;
}

.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: 0px;
}