/* Calbar Home CSS */

#moduleCenter {
	float: left;
	margin-right: 22px;
	width: 513px; /* 516px */
}
#moduleCenterNoBreadTop {
	background: url(images/mod_home_top.gif) no-repeat; /* bg_slideshow_top.png */
	height: 35px; /* 12px */
	width: 513px; /* 516px */
}

#moduleCenterSlideShow {
	padding: 0px 36px 24px 36px;
	background: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 202px;
}
#moduleCenterSlideShow #picHome {
	padding: 0 24px 0 0;
	width: 151px;
}
#moduleCenterSlideShow #txtHome {
	width: 266px;
	height: 178px;
}
#moduleCenterSlideShow #txtHome h4 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #395fa6;
}
#moduleCenterSlideShow h4 a:link, #moduleCenterSlideShow h4 a:active, #moduleCenterSlideShow h4 a:visited {
	color: #395fa6;
}
#moduleCenterSlideShow h4 a:hover {
	color: #984222;
	text-decoration:underline;
}
#moduleCenterSlideShow #txtHome p {
	margin: 0;
	font-size: 15px;
	line-height: 1.4em;
}
#moduleCenterFindOutMore .wrap2 {
	position: relative;
	width: 513px;
	height: 49px;
}
#moduleCenterFindOutMore .wrap5 {
	width: 513px;
	height: 49px;
	position: absolute;
	top: 0;
}
#moduleCenterContent {
	padding: 16px 28px 36px 28px;
	background: #dee2f1;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#moduleCenterContent li {
	margin-bottom: 6px;
}
#moduleCenterContent p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
#moduleCenterContent h4 {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #395fa6;
}
#moduleCenterContent h4 a:link, #moduleCenterContent h4 a:active, #moduleCenterContent h4 a:visited {
	color: #395fa6;
}
#moduleCenterContent h4 a:hover {
	color: #984222;
	text-decoration:underline;
}


#moduleCenterBot {
	background: url(images/mod_home_bot.gif) no-repeat bottom left;
	height: 23px;
	width: 513px;
}

/* New CSS for Slideshow */

div#dvSSFrame {
	width: 350px; 
	height:536px;
}
div#dvSSTitleFrame {
	width: 350px; 
}
h4#hSSTitle {
	width: 266px;
}
p#pSSAuthor {
	width: 350px;
}
div#dvSSImages {
	width: 151px;
	height: 192px;
	display:none;
}
div#dvSSCtrl {
	width:95px;
	height: 15px;
	float:right;
}
div#dvSSCaptionFrame {
	width:266px;
}

/* slideshow content */

.SSImage {
	background-repeat:no-repeat; 
	/*cursor:pointer;*/
	top:0px;
	left:0px;
	margin-top:0px;
	margin-left:0px;
	display:none;
}

/* slideshow controls */

.dvSSCtrl {
	background:transparent url(images/ssControls.gif) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	width:14px; 
	height:15px;
	z-index:99;
	margin-right: 5px;
}	

#ssCtrl_prev {
	background-position:-50px -80px;
}	
#ssCtrl_next {
	background-position:-75px -80px;
}

/*   Menu for Find Out More  */

.find_ov {
	padding:6px 15px;
	background: url(images/bg_find.png) repeat-x;
	height: 16px;
}
.find_ov a, .find_ov a:active, .find_ov a:visited{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.find_ov:hover {
	background: url(images/bg_find_ov.png) repeat-x;
}

#disclaimer {
	margin: 0 0 0 6px;
	clear: both;
	text-align: left;
}
#disclaimer p {
	font-size:11px;
	color:#4b4b4a;
}
