@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/furn/bdy-bckd.png);
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

.clearfix {clear: both; padding-top: -20px}

fieldset {border:0; padding: 0;}

.imgleft {
	float: left;
	display: inline;
	padding: 10px 10px 10px 0;
}

.imgright {
	float: right;
	display: inline;
	padding: 10px 0px 10px 10px;
}



/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	width: 980px;
}

#innerWrapper{width: 980px;}
#topbarWrapper {width: 980px; height: 110px; background: url(../images/furn/topbar-bckd.jpg);}
#navWrapper {float: left; width: 845px; margin-left: -20px; padding-top: 65px;}
#logo {float: left; width: 146px; padding-right: 9px; padding-top: 14px;}

#contentWrapper {width: 980px;padding-bottom: 50px;}
#hmeintroWrapper {width: 980px;}
#hmeintro {padding: 10px; background: url(../images/furn/hmeintro-bckd.jpg); font-size: 0.8em; color: #003063;}
#introbtm {width: 980px; height: 20px; background: url(../images/furn/hme-intro-btm.jpg) no-repeat;}
#flashintro {float: left; width: 369px;}
#hmeintro-text {float: left; width: 561px; padding: 10px 0 20px 22px;}

#hme-3colWrapper {width: 980px; background: url(../images/furn/hme-cols-bckd.png) no-repeat; min-height: 250px; margin-top: 20px; font-size: 0.7em;color: #003063;}

#hme-col-left {float: left; padding-left: 18px; width: 304px; padding-top: 10px;}
#hme-col-middle {float: left; padding-left: 24px; width: 300px;padding-top: 10px;}
#hme-col-right {float: left; margin-left: 24px; width: 300px; background: url(../images/furn/col-right-bckd.gif) no-repeat; height: 240px;padding-top: 10px;}

#hme-3colWrapper ul, #content-right ul {list-style: url(../images/furn/content_arrow.gif);}
#hme-3colWrapper ul li, #content-right ul li  {margin-left: 16px;}
#hme-3colWrapper ul li a, #hme-3colWrapper a, #hmeintro a, #content-right ul li a {color: #666666;}
#hme-3colWrapper ul li a:hover, #content-right ul li a:hover {color: #003063;}

#quote {background: url(../images/furn/quote-bckd.gif) no-repeat; padding: 0 10px 10px 10px; font-size: medium; color: #999;}

#content-left {float: left; margin-top: 20px; width: 287px;}
#content-right {float: left; margin-top: 20px; width: 647px; border-left: 1px solid #E8E8E8; padding-left: 25px; margin-bottom: 50px;}

#footerWrapper {
	width: 100%;
	background: url(../images/furn/footer-bckd.jpg);
}

#footerInner {
	margin: 0 auto;
	width: 980px;
}

#footerLeft {float: left; width: ; font-size: 0.7em; color: #003063; padding: 30px 0 30px 0;}
#footerLeft a {color: #003063; text-decoration: underline;}
#footerLeft a:hover {color: #000;}
#footerRight {float: right; padding: 30px 0 30px 0;}


/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */
#nav {}
#nav ul {list-style: none;}
#nav ul li {float: left; font-size: 0.8em; margin-left: 20px;}
#nav ul li a {color: #fff; text-decoration: none; padding-left: 15px;}
#nav ul li a:hover {color: #16A0DB; text-decoration: none;}
#idon {background: url(../images/furn/arrow-on.gif) no-repeat;}
#idoff {background: url(../images/furn/arrow-off.gif) no-repeat;}

#subnav {text-align: right; padding-right: 30px; width: 200px; float: right;}
#subnav ul {list-style: none; border-top: 1px solid #E8E8E8;}
#subnav ul li { border-bottom: 1px solid #E8E8E8; line-height: 1.8em;list-style-type: none;}
#subnav ul li a {color: #999; text-decoration: none; display: block; padding-right: 5px;}
#subnav ul li a:hover {background: #E8E8E8;}

#subnavon {background: #E8E8E8; color: #fff;}


/* *************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

h1 {color: #003063; font-size: xx-large; font-weight: lighter;}
h2 {color: #666666; font-size: x-large; font-weight: lighter;}
h3 {color: #666666; font-size: large; font-weight: lighter;}
h4 {color: #666666; font-size: medium; font-weight: normal;}
h5 {color: #666666; font-size: small; font-weight: normal;}
h6 {color: #666666; font-size: xx-small; font-weight: normal;}

.grey {color: #666666;}
.col-right {width: 200px;}