/*
	Page-Specific Stylesheet for Capital Pacific Bank 2009
	Rules in this sheet should be applied to a single section of the site.
	If a rule will apply to more than that, add it to global.css instead.
	All rules should be prefaced with the unique ID attribute from the body tag of the page it applies to.
	Be polite to future developers, and label any hex colors you use!
*/

/* Home  Page -------------------------------------------------- */
#cpb-home #content {
	width: 600px;/*600 - 13*/
	float: right;
	margin: 0;
	margin-right: 13px;
	color: #004030;
	font-size: 13px;
	font-family: geneva, verdana, sans-serif;
	color: white;
}
#cpb-home .leadtext {
	background: transparent url('/images/bg-leadtext.png') 0 0 repeat;
	font-size: 11px;
	position: absolute;
	bottom: 0; /*23px;*/
	padding: 0 15px 10px 15px; 
	z-index: 20; /*placing above slideshow*/
}
#cpb-home #learnmore {
	margin: 0;
}
#cpb-home #learnmore a {
	width: 126px;
	height: 23px;
	background: transparent url('/images/btn-learnmore.gif') 0 0 repeat;	
	text-indent: -9999px;
	position: absolute;
	top: 334px;
	right: 0;
	margin: 0;
	z-index: 20;/*placing above slideshow*/
}
#cpb-home #learnmore a:hover,
#cpb-home #learnmore a:focus {
	background-position: bottom left;
}
#cpb-home .leadtext strong {
	color: #a1e7d7;
}
#cpb-home #sidebar {
	font-family: Georgia, Verdana, sans-serif;
	padding: 0 15px;
	width: 140px;/*170-30*/
	color: #0b3d32;
	font-size: 13px;
}
#cpb-home #links {
	margin-bottom: 0;
}
#cpb-home #links  li {
	list-style-type: none;
	margin: 0;
	margin: 0;
	font-family: geneva, verdana, sans-serif;
}
#cpb-home #links  li a {
	text-decoration: none;
	padding-left: 0;
	border-top: 1px dotted #fff;
	padding: 3px 0 3px 13px;
	display: block;
	color: #0b3d32;
	background: transparent url('/images/bg-hp-arrow.gif') 0px 5px no-repeat;
	height: auto;
	font-size: 12px;
}
#cpb-home #links  li a:hover {
	color: #196965;
}
#slideshow {
	z-index: 2;
}
#slideshow, 
#slideshow div {
	height: 357px;
	width: 600px;
}
#slideshow div p {
	text-indent: -9999px;
	margin: 0;
}
#slide1 {
	background: transparent url('/images/slide1.jpg') 0 0 no-repeat;
}
#slide2 {
	background: transparent url('/images/slide2.jpg') 0 0 no-repeat;
}
#slide3 {
	background: transparent url('/images/slide3.jpg') 0 0 no-repeat;
}
/* Sub  Page -------------------------------------------------- */
/* Promos */
/*#promo p {
	margin-left: 15px;
}*/
#promo p.p-image {
	background: white;
	margin-top: 0;
}
#promo p.caption {
	font-style: italic;
}
#promo p.p-image a img {
	border: 0;
}

/* Rates Tables -------------------------------------------------- */
.ProductRates .ProductTableHeader
{
    color: #000000;
}

