/*slide control styles*/
#controls 			{ float:left; width:636px; height:20px; text-align:center; margin:10px 0px 0px 10px; border:0px solid blue;  }
#panel-nav 			{ float:left; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:0px solid white; margin:0 0 0 400px;  }
a#prev				{ float:left;text-indent:-99999em;width:9px;height:17px;overflow:hidden; background-image:url(../images/previous-button.png);  }
a:hover#prev 		{ background-position:0px -17px;}
a#next				{ float:right; text-indent:-99999em; width:9px; height:17px; overflow:hidden; background-image:url(../images/next-button.png); border:0px sold #00CCFF; margin:0px 5px 0px 0px;  }
a:hover#next 		{ background-position:0px -17px; }
#panel-nav a, #s7 strong { float:left; margin: 0px 5px; background-image:url(../images/panel-circle.png); margin:0px 5px 0px 0px; height:14px; width:15px; overflow:hidden; text-indent:-9999em; border:0px solid #00CCFF; }
#panel-nav a:hover {background-position:0px -14px;}
#panel-nav a.activeSlide { background-position:0px -28px; }



.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #666;
	text-align: center;
}

a.nav:link {
	color: #666; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration:none;
}
	
a.nav:visited {
	color: #666; 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration:none;
}

.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #666;
	margin-right: 40px;
	margin-left: 30px;
}
.blueheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #264E73;
	margin-right: 30px;
	margin-left: 30px;
}
.bodytext a {
	text-align: center;
}

#mailer {
	margin: 68px 0px 0px 663px;
	width: 245px;
	position: absolute;
	border: 1px solid #999999;
	background-image: url(../images/mailerBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E6E6E6;
}

#mailerTop {
	margin: -6px 0px 0px -8px;
	height: 5px;
	position: absolute;
}

#mailerBottom {
	margin: 1px 0px 0px -8px;
	height: 5px;
	position: absolute;
}

#mailerHeader {
	height: 130px;
	text-align: center;
	/*background-image: url(../images/mailerHeader.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;
	color: #990000;
	font-size: 12px;
	line-height: 20px;
}

#mailerHeader h2 {
	margin: 0px;
	padding: 8px 0px 6px 0px;
	font-size: 16px;
	font-weight: bold;
}

#mailerBody {
	height: 182px;
	margin: 14px 0px 0px 14px;
	color: #990000;
	font-size: 12px;
}

#mailerBody label {
	margin: 0px 10px 0px 0px;
	text-align: left;
}

#mailerBody div {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

.submitBtn {
	padding: 0px;
	margin: 0px 0px 0px 102px;
}

