#central_box {
	height: 250px;
	width: 200px;
	margin-top: 40px;
	margin-left: 30px;
}

#homeCarousel{
	width:1003px;
	overflow:hidden;
	position:relative;
	height:357px;
	margin-top:2px;}

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7{
	background:url(../images/slide1Img.png) no-repeat 0 0;
	height:269px;
	width:1003px;
}
.slide2{
	background:url(../images/slide2Img.png) no-repeat 0 0;}
.slide3{
	background:url(../images/slide3Img.png) no-repeat 0 0;}
.slide4{
	background:url(../images/slide4Img.png) no-repeat 0 0;}
.slide5{
	background:url(../images/slide5Img.png) no-repeat 0 0;}
.slide6{
	background:url(../images/slide6Img.png) no-repeat 0 0;}
.slide7{
	background:url(../images/slide7Img.png) no-repeat 0 0;}
	

#carouselNav{
	position:absolute;
	top:0;
	right:50px;
	padding:5px;
	z-index:100;
	background:url(../images/pagerBG-trans.png) no-repeat 0 0;
	width:90px;
	height:22px;}
.relative{
	position:relative;
	margin-top: 0px;
	margin-left: 0px;
}
	#homeCarousel .titleBG span{
	background:url(../images/carouselTitleImg-trans.png) no-repeat 0 0;
	width:494px;
	color:#0457a8;
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	font-size:1.1em;
	text-align:right;
	font-weight:bold;
	float:right;
	margin-top:230px;
	padding:15px 10px 0 0;
	height:72px;}
.nextBtn, .prevBtn{
	display:block;
	z-index:200;
	cursor:pointer;
	position:absolute;
	top:130px;
	right:15px;}
.prevBtn{
	right:850px;}
#carouselNav a, #carouselNav a.activeSlider{
	background:url(../images/carouselBtnOFF-trans.png) no-repeat 0 0;
	height:0;
	padding-top:16px;
	width:16px;
	float:left;
	display:block;
	margin-right:4px;
	overflow:hidden;}
#carouselNav a.activeSlide{
	background:url(../images/carouselBtnON-trans.png) no-repeat 0 0;}
#homeCarousel .titleBG span{
	background:url(../images/carouselTitleImg-trans.png) no-repeat 0 0;
	width:494px;
	color:#0457a8;
	font-family:"Century Gothic",Arial,Helvetica,sans-serif;
	font-size:1.5em;
	text-align:right;
	font-weight:bold;
	float:right;
	margin-top:230px;
	padding:15px 10px 0 0;
	height:72px;}
.nextBtn, .prevBtn{
	display:block;
	z-index:200;
	cursor:pointer;
	position:absolute;
	top:119px;
	right:-13px;
}
.prevBtn{
	right:181px;
}


	
#sidebar .speechBubble{
	background:url(../images/speechBubble-trans.png) no-repeat bottom;
	height:93px;
	margin-bottom:8px;
	padding:7px 23px 0 6px;
	width:142px;
	font-style:italic;}


.left_right_side_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bebebe;
	border-left-color: #bebebe;
}
#central_box_inside {
	float: left;
	height: 250px;
	width: 1003px;
	padding-bottom: 20px;
}
