/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 50px;
	height: 291px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: white;
	border: 1px solid black;
}
.handleOver3 img{
	margin-top:1px;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
		
}
.contentInnerWrapper3{
padding-top:0;
padding-bottom:0;
	padding-left:5px;
	padding-right:5px;
}

.contentWrapper3 h3{
padding-top:0px;
padding-bottom:0px;
  	border-bottom: 1px solid silver;
	color: #4faad4;
	font:1.3em  Arial, Helvetica, sans-serif ;
}

.contentWrapper3 a:hover{

color:#FF6600;}

/*Animation Start*/

.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	
	float: left;	
	
	height: 310px;
}
.footer {
text-align:center;
background-image:url(../images/footer.png);
color:#FFFFFF;
height:150;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.footer a:link,.footer a:visited{
color:#FFFFFF;}
.footer a:active,.footer a:hover{
color:#4faad4;}

.topbar {
margin:0 17px 0 0;
color:#FFFFFF;
text-align:right;
}

.topbar a:link,.topbar a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;}

.topbar a:active,.topbar a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;}

div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 1.8em;
	line-height: 1.8em;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}

div#att p{
	background: transparent url(../images/att.png) no-repeat 42% 46%;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 300px;
}
	