
/* Common Elements */

#pages_cac {
	position: relative;
}

#pages_cac a {
	color: #006699;
}

#pages_cac .hidden {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

#pages_cac .relative {
	position: relative;
}

#pages_cac .font-green {
	color: #99cc00;
}
#pages_cac .font-blue {
	color: #006699;
}
#pages_cac .font-grey {
	color: #666666;
}

#pages_cac .font-14px {
	font-size: 14px;
}

#pages_cac .noBottomPadding {
	margin-bottom: 0;
}

#cac_header {
	background-image: url("../img/nav_bg_regular.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 615px;
    left: 3px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

#cac_nav {
	width: 100%;
	background-image: url("../img/nav_greenbar.png");
	background-repeat: no-repeat;
	background-position: 0 0;	
	min-height: 290px;
}

#cac_left {
	clear: left;
    float: left;
    margin-top: 258px;
    width: 304px;
	z-index: 10;
	position: relative;
	padding-bottom: 52px;
	min-height: 480px;
}

#cac_left h2 {
	color: white;
	padding-left: 35px;
	font-size: 14px;
	display: block;
	height: 42px;
	line-height: 42px;
	margin-top: 0;
}


#cac_left h2 a {
	color: white;
	display: block;
	width: 100%;
	height: 100%;
}
#cac_left h2 a:hover {
	color: white;
}

#cac_left ul {
	padding: 3px 0 3px 27px;
}

#cac_left #cac_nav ul li {
	list-style: none;
	background-image: url("../img//nav_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 10px;
	margin-top: 8px;
	
}

#cac_left #cac_nav ul li a {
	color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    width: 100%;
}

#cac_right {
	float: left;
    margin-left: 16px;
    min-height: 450px;
    position: relative;
    width: 631px;
    z-index: 9;
}

/* regular content */

#cac_right h1,
#cac_right h2,
#cac_right h3,
#cac_right h4,
#cac_right address,
#cac_right p {
	padding-left: 20px;
}

#cac_right h1 {
	font-size: 36px;
}

#cac_right ul,
#cac_right ol {
	padding-left: 35px;
}


#cac_right .divider {
	background-image: url("../img/regular_divider.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}


#cac_right .divider2 {
	background-image: url("../img/divider_shadow.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}

#pages_cac .button {
	border-radius: 7px;
	padding: 5px 20px;
	margin-right: 10px;
	color: white;
	font-size: 9px;
	font-weight: bold;
}


#pages_cac .button:hover {
	color: white;
}

#pages_cac .button.blue {
	background-color: #14528f;
}
#pages_cac .button.green {
	background-color: #669933;
}
#pages_cac .button.brown {
	background-color: #756333;
}

#pages_cac .centerText {
	text-align: center;
}


#pages_cac .relative {
	padding-left: 60px;
}

#pages_cac .circleNumber {
	background-image: url("../img/green_circle.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: white;
    display: block;
    font-weight: bold;
    height: 29px;
    left: 20px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 29px;
}

#pages_cac address {
	font-style: normal;
}

#cac_home_bluepanel_inner h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#left_general h2 {
	padding: 0 25px;
}

#left_general p {
	padding: 0 25px 20px;
}

#cac_green_alert {
	background-image: url("../img/green_alert.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 0px;
    padding-top: 133px;
    position: relative;
    width: 100%;
	margin-top: 27px;
}

#cac_green_alert_inner {
	padding-left: 12px;
	padding-bottom: 20px;
}

#cac_green_alert_cap {
	background-image: url("../img/green_alert.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 40px;
}

#cac_green_alert_inner h2 {
	color: #006599;
	font-size: 20px;
	text-align: center;
	padding-left: 0;
}

#cac_green_alert_inner p {
	font-size: 12px;
	padding: 0 10px 0 20px;
}	
#cac_green_alert_inner ul li {
	margin: 0;
	line-height: auto;
}

#cac_green_alert_inner address {
	padding: 10px 10px 10px 20px;
	font-size: 12px;
}	

#cac_green_alert_inner ul li a {
	font-size: 12px;
	
}

#cac_green_alert_inner a.button {
	background-image: url("../img/fraud_button.png");
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    width: 166px;
}

#cac_green_alert_inner .divider {
	background-image: url("../img/fraud_divider.png");
	background-position: left center;
	background-repeat: repeat-x;
	height: 20px;
}

/* CAC Home */

#pages_cac.cac-home #cac_header {
	background-image: url("../img/home_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	
	 left: 0px;
	 top:  0px;
}

#pages_cac.cac-home #cac_home_intro {
	position: absolute;
	top: 79px;
	left: -32px;
}

#pages_cac.cac-home #cac_home_intro h1 {
	font-size: 36px;
}

#pages_cac.cac-home #cac_home_intro p {
	color: #666666;
	font-size: 12px;
}

#pages_cac.cac-home #cac_right {
	margin-left: 33px;
}

#cac_home_blue {
	left: -17px;
    position: relative;
    top: 501px;
    width: 966px;
}

#cac_home_blue .bluebox {

	
	background-image: url("../img/blue_box.png");
    display: block;
    float: left;
    height: 143px;
    margin: 13px -2px 13px 13px;
    position: relative;
    width: 201px;
}

#cac_home_blue .bluebox .title {
	display: table-cell;
	width:201px;
	height: 143px;
	text-align: center;
	vertical-align: middle;
    font-size: 20px;
    color: white;
}

#cac_home_fraud {
	background-image: url("../img/fraud_alert.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 0px;
    padding-top: 150px;
    position: relative;
    width: 100%;
	margin-top: 27px;
}

#cac_home_fraud_inner {
	padding-left: 12px;
	
}

#cac_home_fraud_cap {
	background-image: url("../img/fraud_alert.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 40px;
}

#cac_home_fraud_inner p {
	font-size: 12px;
	padding: 0 10px 0 20px;
}	
#cac_home_fraud_inner ul li {
	margin: 0;
	line-height: auto;
}

#cac_home_fraud_inner ul li a {
	font-size: 12px;
	
}

#cac_home_fraud_inner a.button {
	background-image: url("../img/fraud_button.png");
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    width: 166px;
}

#cac_home_fraud_inner .divider {
	background-image: url("../img/fraud_divider.png");
	background-position: left center;
	background-repeat: repeat-x;
	height: 20px;
}

#cac_home_bluepanel {
	margin-top: 0px;
    position: relative;
}

/*
#pages_cac.cac-home #cac_home_bluepanel {
	margin-top: 455px;
}
*/

#cac_home_bluepanel_inner {
	padding: 60px 20px;
	background-color: #e7f0f8;
	
}

#cac_home_bluepanel_cap {
	background-image: url("../img/home_bluepanel_cap.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 30px;
	
}

#cac_home_bluepanel h2 {
	color: #14518f;
	font-size: 22px;
}

#cac_home_bluepanel p {
	color: #666666;
	font-size: 14px;
	padding-left: 20px;
	
}
#pages_cac.cac-home #cac_home_bluepanel p {
	font-style: italic;
}

/* Brochures page */

#pages_cac.cac-bap {

}

#pages_cac.cac-bap .brochure-row {
	clear: left;
	padding-left: 20px;
}

#pages_cac.cac-bap .brochure-row .image {
	clear: left;
    float: left;
    width: 105px;
}

#pages_cac.cac-bap .brochure-row .inner {
	float: left;
}

#pages_cac.cac-bap .brochure-row .title {
	font-size: 24px;
	color: #006699;
	font-weight: bold;
	display: block;
}

#pages_cac.cac-bap .brochure-row .subtitle {
	font-weight: bold;
	font-size: 14px;
	color: #006699;
	display: block;
	padding-bottom: 10px;
}


#pages_cac.cac-bap h2.other {
	font-size: 24px;
	color: #006699;
	font-weight: bold;

}

/* Submit a complaint */


#pages_cac.cac-sc .sc-expand-section {
	position: relative;
}

#pages_cac.cac-sc .sc-expand-section h3 {
	background-position: left center;
    background-repeat: no-repeat;
    color: #006699;
    font-size: 24px;
    height: 55px;
    padding-left: 97px;
    padding-top: 28px;
}

#pages_cac.cac-sc .sc-expand-section ul,
#pages_cac.cac-sc .sc-expand-section ol {
	padding-left: 35px;
}

#pages_cac.cac-sc .sc-expand-section h3.sc-icon-handpencil {
	background-image: url("../img/sc_icon_handpencil.png");
}
#pages_cac.cac-sc .sc-expand-section h3.sc-icon-keyboard {
	background-image: url("../img/sc_icon_keyboard.png");
}
#pages_cac.cac-sc .sc-expand-section h3.sc-icon-hand {
	background-image: url("../img/sc_icon_hand.png");
}
#pages_cac.cac-sc .sc-expand-section h3.sc-icon-qmark {
	background-image: url("../img/sc_icon_qmark.png");
}
#pages_cac.cac-sc .sc-expand-section h3.sc-icon-clipboard {
	background-image: url("../img/sc_icon_clipboard.png");
}

#pages_cac.cac-sc .sc-expand-section .expandButton {
	background-image: url("../img/sc_expand.png");
	width: 26px;
	height: 26px;
	text-indent: -10000px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#pages_cac.cac-sc .sc-expand-section.opened .expandButton {
	background-image: url("../img/sc_collapse.png");
}

#pages_cac.cac-sc #cac_home_bluepanel {
    margin-top: 40px;
}

/* Consumer assistance center */

#pages_cac.cac-cuc #cac_home_bluepanel {
    margin-top: 40px;
}