

img {
	border: none;
}

a, a:link, a:visited {
	color: #115EB0;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a.button.next {
	float: right;
/*	text-indent: -9999px;*/
color:#333;
}

a.button.next {
        color:#333;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	color: #333; }

ul#tour-path {
	/* background: #115EB0; */
}

.home{
	margin-left:30px;
	width:570px;
	float:left;
	
}
.home .scroller {
width: 570px;

}
.home .scroller .content .section{
padding-left:10px;
}


#tour-path a:link, #tour-path a:visited {
	text-decoration:none;
}

#tour-path a:hover, #tour-path a:active {
	color: cyan;
	text-decoration:none;
}
#tour-path a.on {
	background:transparent url(../cssimg/on-frontpageslider-new.jpg) no-repeat scroll 50% 0pt;	
	cursor:default;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 50px;
	margin: 0 0 36px;
	padding: 0 0 0 20px;
	width: 570px;
	display:none;
}

ul#tour-path li {
	display: inline;
}

ul#tour-path li a {
	float: left;
	font-size: 11px;
	line-height: 50px;
	margin: 0 10px;
}

.home .scroller {
	height: 220px;
	overflow: hidden;
	width: 570px;


}

.home .scroller .content .section {
	height: 220px;
	float: left;
	overflow: hidden;
	width: 570px;
	margin:0;
	padding-top:12px;
}

.scrollnext { float:none; }

.home .scroller .content {
	width: 10000px;
}


.caption {
	float: left;
	font-size: 12px;
	height: 300px;
	padding: 24px 18px 18px 50px;
	width: 380px;
}

.home .scroller #section1 .caption {
	padding-top: 0px;
}

.caption h1 {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 54px 0 0;
}

.home .scroller #section1 .caption h1 {
	/* margin: 45px 0 24px; */
}

.caption p {
	color: #333;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.caption ul {
	margin: 40px 0 0 0;
}

.caption ul li {
	list-style: none;
	margin: 18px 0;
}

#flashcontent {
	margin: 30px 0 0 0;
}

.caption ul li img {
	vertical-align: top;
	margin: 0 10px 0 0;
}


/* FixPNG for IE6 */

/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}


