/*     content section styling */
h1{
	margin:0;
	padding:0;
}
h3{
	margin: 0;
	padding: 0 0 10px 0;
}
#container{
	background-image: none;
	background-position: 229px;
}
#homecontent{
	/*background-image: url(/assets/images/dots.down.gif);
	background-repeat: repeat-y;
	background-position: 750px; */
}
#homeleft{
	display: inline;
	float: left;
	width: 200px;
	margin: 10px 20px 10px 10px;
}
#homemiddle{
	display: inline;
	float: left;
	width: 520px;
}
#homeright{
	display: inline;
	float: left;
	width: 200px;
	margin: 10px 10px 10px 20px;
}
#homeclear{
	clear:both;
}
#homenews p{
	font-size: 12px;
}
#homenews ul{
	padding: 0;
	margin: 0;
}
#homenews li{
	list-style: none;
	list-style-image:url(/assets/images/news.gif);
	padding: 0;
	margin: 0 0 10px 19px;
	font-size: 12px;
}
#homemedia ul{
	padding: 0;
	margin: 0;
}
#homemedia li{
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#homemedia li ul li{
	margin: 0 0 0 20px;
}
#homecalendar{
	font-size: 12px;
}
.touchpoint{
	height: 300px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 0;
	font-weight: normal;
}
#home-1{
	background-image: url(/assets/images/home/home-01.jpg);
}
#home-2{
	background-image: url(/assets/images/home/home-02.jpg);
}
#home-3{
	background-image: url(/assets/images/home/home-03.jpg);
}
#home-4{
	background-image: url(/assets/images/home/home-04.jpg);
}
#home-5{
	background-image: url(/assets/images/home/home-05.jpg);
}
.caption{
	display: inline;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	float: left;
	color: #ffffff;
	margin: 260px 0 0 20px;
	width: 400px;
	padding: 0;
}
.tp{
	display: inline;
	font-size: 72px;
	line-height: 72px;
	float: right;
	color: #ffffff;
	margin: 228px 20px 0 10px;
	padding: 0;
}
.home-icon{
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
.home-icon2{
	margin: 0;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
#drawersright{
	float: left;
	border: 1px solid #c0c0c0;
	border-top: none;
	width: 208px;
	height: 232px;
	margin: 10px 10px 10px 8px;
	padding: 0;
	display: inline;
	
	overflow: hidden;
	position: relative;
}

.drawers ul{
	margin: 0;
	padding: 0;
}
.drawers li{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute; 
}
.drawer-handle{	/* Styling question */
	font-size: 12px;
	font-weight: bold;
	background-color:#dcdcdc;
	color:#000000;
	width: 208px;
	padding: 4px;
	margin: 0;
	cursor:pointer;
	border-top: 1px solid #c0c0c0;
	text-decoration: underline;
}
.handle-selected{
	background-color: #ffffff;
	//color: #808080;
	text-decoration: none;
	cursor:default;
}
.drawer-content{
	background-color: #ffffff;
	font-size: 12px;
	height: 207px;
	width: 208px;
}
.drawer-content ul{
	
}
.drawer-content li{
	position: relative;
	list-style: none;
	padding: 10px 5px;
	margin: 0 10px;
	border-bottom: 1px solid #c0c0c0;
}
.drawer-content li.last{
	border-bottom: none;
}
.drawer-content li ul{
	padding: 0;
	margin: 0;	
}
.drawer-content li ul li{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	border-bottom: none;
}
.s1{
	top: 0px;
	z-index: 1;
}
.s2{
	top: 23px;
	z-index: 2;
}
.s3{
	top: 46px;
	z-index: 3;
}



#newprofile{
	border: 1px solid #c0c0c0;
	width: 518px;
	height: 232px;
	float: left;
	margin: 10px 0;
}
#homeprofileleft{
	background-image: url(/assets/images/home/arrow.left.b1.gif);
	background-repeat: no-repeat;
	background-position: center right;
	float: left;
	cursor:pointer;
}
#homeprofileright{
	background-image: url(/assets/images/home/arrow.right.b1.gif);
	background-repeat: no-repeat;
	background-position: center left;
	float: right;
	cursor:pointer;
}
.homeprofilearrow{
	width: 10px;
	height: 232px;
	background-color: #dcdcdc;
}
#homeprofileright:hover{
	background-image: url(/assets/images/home/arrow.right.a3.gif);
}
#homeprofileleft:hover{
	background-image: url(/assets/images/home/arrow.left.a3.gif);
}
.homeprofilearrow:hover{
	background-color: #c0c0c0;
}
.homeprofilecontainer{
	width: 488px;
	height: 232px;
	overflow: hidden;
	position: relative;
}

.homeprofilecontent{
	position: absolute;
	width: 2000px;
	height: 232px;
	left: 500px;
}
.homeprofileitem{
	margin: 10px;
	padding: 0;
	width: 478px;
	height: 212px;
	float: none;
	position: absolute;
}
.p1{
	left: 0px;
}
.p2{
	left: 500px;
}
.p3{
	left: 1000px;
}
.p4{
	left: 1500px;
}
.p5{
	left: 2000px;
}
.p6{
	left: 2500px;
}
.p7{
	left: 3000px;
}
.homeprofileitem img{
	float: left;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-right: 10px;
}
.homeprofileitem h1{
	font-size: 24px;
}
.homeprofileitem h2{
	font-size: 18px;
}
.itemnumber{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #808080;
	float: right;
	position: absolute;
	left: 450px;
	top: 207px;
}
.hidden{
	display: none;
}

