body{text-align:center;font-family:Tahoma;font-size:13px;line-height:1.25em;background-color:#D1352D;background-image:url('../images/background.jpg');background-repeat:no-repeat;background-position:left top;}
.margin0autotextalignleftpadding0width1003pxoverflowhidden{margin:0 auto;text-align:left;padding:17px 0 0 0;width:1003px;overflow:hidden;}

.floatleftwidth542px{float:left;width:720px;}
.height27pxoverflowhidden{height:27px;overflow:hidden;}
.bordertopstylesolidborderbottomstylesolidborderwidth1pxbordercolorffffffpadding13px{border-top-style:solid;border-bottom-style:solid;border-width:1px;border-color:#ffffff;padding:13px;}
.floatleftwidth129pxtextaligncenter{float:left;width:129px;text-align:center;}
.floatleftwidth129pxtextaligncenter:hover{background-color:#860814;}
.clearleftheight1pxoverflowhidden{clear:left;height:1px;overflow:hidden;}
.paddingleft22pxfloatleftwidth439px{padding-left:0px;float:right;width:200px;}
.clearleftheight1pxoverflowhidden{clear:both;height:1px;overflow:hidden;}

a{color:black;}
a:hover{color:black;}
a.active{color:black;}

.hover{background-color:#860814;}
.ahover:hover{color:white;}
	
.colorred{color:red;}

.rssLink a {display:none;}

#logo1{float:left;display:block;width:115px;height:114px;background-image:url('../images/logo1.jpg');background-repeat:no-repeat;background-position:0 0;}
#logo1:hover{background-position:0 -114px;}
#logo2{float:left;display:block;width:142px;height:114px;background-image:url('../images/logo2.jpg');background-repeat:no-repeat;background-position:0 0;}
#logo2:hover{background-position:0 -114px;}
#logo3{float:left;display:block;width:152px;height:114px;background-image:url('../images/logo3.jpg');background-repeat:no-repeat;background-position:0 0;}
#logo3:hover{background-position:0 -114px;}
#logo4{float:left;display:block;width:144px;height:114px;background-image:url('../images/logo4.jpg');background-repeat:no-repeat;background-position:0 0;}
#logo4:hover{background-position:0 -114px;}
#logo5{float:left;display:block;width:169px;height:114px;background-image:url('../images/logo5.jpg');background-repeat:no-repeat;background-position:0 0;}
#logo5:hover{background-position:0 -114px;}
#logo6{float:left;display:block;width:86px;height:114px;background-image:url('../images/logo6.jpg');background-repeat:no-repeat;background-position:0 0;}
#logo6:hover{background-position:0 -114px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
