@charset "UTF-8";
.bg_blueheader {
	background-image: url(../images/index/header/bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.padding_bottom_10px {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}.bg_dottedline {
	background-image: url(../images/index/bg/bg_dottedline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.subheader {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #015085;
}
.border_padding {
	margin-bottom: 20px;
	margin-left: 20px;	
}.caption {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

a:link {
	color: #000033;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #000033;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #FEA514;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #000033;
	outline:none;
}

.acc_view {
 width: 660px;
 height: 400px;
 position:relative;
}

.slide {
margin: 10px;
width: 420px;
height: 315px;
position: absolute;
}

.activeslide {
z-index: 10;
}

.slide_stage {
width: 580px;
height: 330px;
overflow: hidden;
position:absolute;
left: 35px;
}

#btn_next {
position: absolute;
top: 125px;
right: 20px;
color: white;
height: 95px;
width: 54px;
background: url("../images/pf_next.png") no-repeat center right;
}

#btn_next span {
color: black; font-size: 11px; font-family: Arial, Helvetica, sans-serif;
position: absolute;
left: 60px;
top: 35px;
width: 40px;
}

#btn_prev {
position: absolute;
top: 125px;
left: 10px;
color: white;
height: 95px;
width: 54px;
background: url("../images/pf_prev.png") no-repeat center left;
}

.slidename {
	text-align: center;	
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}

.slidelink {
	display: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

/*****Typography******/



.heading {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size:19px;
	font-style:italic;
	color: #a3452c;
	margin:5px 0px 5px 0px;
}

.heading a {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size:19px;
	font-style:italic;
	color: #a3452c;
	margin:5px 0px 5px 0px;
	text-decoration:none;
}

.heading a:hover {
	text-decoration:underline;
}

.copy {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:normal;
	color: #000000;
	margin:5px 0px 5px 0px;
}

.copy a {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:normal;
	color: #555555;
	text-decoration:none;
}

.copy a:hover {
	color: #000;
	text-decoration:underline;
}




.line {
	width:280px;
	min-height:1px;
	border-bottom:1px #999 solid;
	margin-bottom:10px;
	padding-top:10px;
}

/*****slideshow****/

#slideshow {
	position:relative;
  	float:left;
	margin-left:10px;
	margin-top:10px;
  	height:282px;
	width:662px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

#slideshow a, #slideshow a img {
	outline:none;
	border:none;
}



