/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	[ SECTION: CUSTOMER SERVICE ]

	Notes:

	The catalog style sheet should only contain styles necessary
	for the rendering of pages within the "custserv" folder of
	the Web application.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Background for top section of Cust Service */
#sa-tc {
	background-image: url(../../assets/site/images/generic/bkgrd_cust-main_title-tc.gif);
}

#sa-tc, #sa-inner-tc, #sa-inner-bc {
	background-repeat: no-repeat; overflow: hidden;
}
#sa-tc, #sa-title, #sa-inner-tc, #sa-inner-con, #sa-inner-bc {
	width: 745px; background-position: top left;
}

#sa-tc, #sa-inner-tc {
	height: 10px;
}

#sa-title {
	background-image: url(../../assets/site/images/generic/bkgrd_cust-main_title.gif); height: 30px;
}

#sa-inner-tc {
	background-image: url(../../assets/site/images/generic/bkgrd_cust-inner-tc.gif);
}

#sa-inner-con {
	background-image: url(../../assets/site/images/generic/bkgrd_cust-inner.gif); background-repeat: repeat-y;
}

#sa-inner-bc  {
	background-image: url(../../assets/site/images/generic/bkgrd_cust-inner-bc.gif); height: 25px; margin-bottom: 10px;
}

/* Top Section Page Layout and text formatting */
#sa-title h3 {
	font-size: 17px; margin: 0; padding: 0 10px 0 10px; font-weight: bold;
}

#saic-left, #saic-right {
	margin: 0 20px 0 20px; width: 332px; 
}

#sa-inner-con a {
	background-image: url(../../assets/site/images/generic/blue-arrow.gif); padding-left: 15px; background-position: top left; background-repeat: no-repeat; color: #1b3b91; font-weight: bold; text-decoration: none;
}
#sa-inner-con a:hover {
	text-decoration: underline;
}
#sa-inner-con p {
	padding-left: 15px;
}

/* Page Layout */
#cust-serv-content-area {
	margin-top: 15px;
}

/* Background for Bottom Section */
#bb_body_top {
	background-image: url(../../assets/site/images/generic/bkgrd-bi-blue-full-page-tc.gif);
}
#bb_body_top, #bb_body_bot {
	background-repeat: no-repeat; overflow: hidden; height: 25px;
}
#bb_body_top, #bb_body, #bb_body_bot {
	background-position: top left; width: 745px; 
}

#bb_body {
	background-repeat: repeat-y; background-image: url(../../assets/site/images/generic/bkgrd-bi-blue-full-page.gif);  
}
#bb_body_bot {
	background-image: url(../../assets/site/images/generic/bkgrd-bi-blue-full-page-bc.gif);
}

/* Layout and Content Formatting for Bottom Section */
#bb_body-left {
	margin: 0 20px 0 20px; width: 40px;
}
#bb_body-right {
	width: 645px; margin-right: 20px;
}

#bbbr-top, #bbbr-mid {
	width: 645px; border-bottom: 1px solid #fff; margin-bottom: 10px;
}

#bbbr-mid ul {
	list-style: none; padding: 0; margin: 0 0 0 12px;
}

#bbbr-mid li {
	display: block; float: left; width: 196px; margin-right: 15px;
}
#bbbrb-right, #bbbrb-left {
	width: 290px; margin-right: 32px;
}
.s-title {
	font-size: 14px;
}

#bbbr-mid a {
	text-decoration: none;
}
#bbbr-mid a:hover {
	text-decoration: underline;
} 

#bbbr-mid a, #bbbr-bot a {
	color: #1b3b91; 
}

