/* This is for Chrysler Brand Layout Styles */

#main_content {
	background-color:#000000;
	width:960px;
	height: auto;
	color:#000000;
}
#main_content p,  #main_content li, #main_content strong{
	color:#9D9FA2;
}
.navigation ul li {
	background:url('/shared/images/incentive/campaigns/nav_back.gif') repeat-x top left;
	border-right:solid 1px #aeaeae;
	margin-right:-1px;
	border-left:solid 1px #aeaeae;
}
.navigation ul li a {
	text-decoration:none;
	color:#9D9FA2;
	font-weight:600;
}
.navigation ul li a:hover {
	text-decoration:underline;
}
h1 {
	color:#006794;
	font-size:14px;
}
h2 {
	color:#9D9FA2;
	font-size:13px;
}
/*
h3 {
	color:#999999;
	font-size:11px;
}
*/

/* rules*/

 #rules_content {
	margin:20px;
	width:700px;
	position:relative;
}

.rules_headline {text-align:center;}

.indent {margin-left:20px;}

td {vertical-align:top;}

.rules_print_icon {
	position:absolute;
	top:0;
	left:570px;
}

/*********** Mods for zip and title bar, Phase II *********/
.ctt {
	position: absolute;
	right: 15px;
	top: 0;
}

#incentivesHeader {
	background-color: #000000;
	width: 960px;
	margin-bottom: 11px;
	position: relative;
}

#incentivesHeader span.page_title {
	font-size: 11px;
	display: block;
	width: 500px;
	height: 25px;
	line-height: 25px;
	padding-left: 3px;
	position: absolute;
	left: 200px;
	color: #9D9FA2;
}

#incentivesHeader span.page_id {
	font-size: 14px;
	display: block;
	width: 70px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	color: #9D9FA2;
}


#zip_header h2,
#veh_header h2 {	
	font-size: 11px;
	line-height: 2em;
	padding: 0 3px;
	color: white;

	background-image: url('/shared/images/incentive/header_bg.jpg');
	background-repeat: repeat-x;
	text-transform: uppercase;	
}

#zip_header #zip_text {
	font-size: 10px;
}

#zip_text form {
	display: inline;
}
#zipInput {
	background-color: white;
	border: 2px solid #4F7EA2;
	left: 380px;
	opacity: 0;
	filter:alpha(opacity=0);
	padding: 0 10px;
	position: absolute;
	top: 100px;
	width: 180px;
	z-index: 4;
}

#zipInput h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0.4em 0;
}

#zipInput input {
	border: 1px solid #ddd;
	font-size: 13px;
	margin: 0;
	padding: 2px;
	width: 176px;
}

#zipInput label {
	color: #ff2222;
	display: none;
	padding-bottom: 1em;
}

#zipInput a {
	background-color: #A4BDCE;
	border: 1px solid black;
	color: white;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	margin: 1em 0;
	text-align: center;
	text-decoration: none;
	width: 83px;
}
#zipInput a.default {
	float: right;
	font-weight: bold;
}

#zipInput a:hover {
	
}

#zipInput a:active {
	background-color: #eee;
	color: black;
}

/*********** Mods for offer box, Phase II *********/
#vehicle_nav #lowerBox {
	margin: 10px;
	padding: 10px 0 30px 0;
	background-color: #e6e4e5;
}
#vehicle_nav #lowerBox ul#lowerOffers {	
	list-style: none;
	margin: 0 5px 0 5px;
	padding: 0;
}
#vehicle_nav #lowerBox ul#lowerOffers li h2 {	
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#vehicle_nav #lowerBox ul#lowerOffers li a {
	text-decoration: none;	
}

