﻿p {
	margin: 0;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #3E3628;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 2.4em;
	color: #3E3628;
	margin: 0;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 1.6em;
	color: #3E3628;
	margin: 0;
	margin-bottom: 0.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #112E58;
}
.container {
	overflow:auto;
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
}
#masthead {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 950px;
}
.jdautos {
	position: relative;
	width: 960px;
	height: 10px;
	background-color: #fff;
}

/******************************** Navigation ************************************/
#navigation {
	overflow: hidden;
	color: #fff;
	line-height: 1.6em;
	width: 940px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #7D1C25;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: normal;
}
#navigation a:hover {
	text-decoration: underline;
	color: #fff;
}
/******************************** Left Column ************************************/

.left-column{
	position: relative;
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 30px;
	background-color: #ffffff;
}
.lc-block1 {
	border-radius: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #1B4C8C;
}
.lc-block1 p {
	color: #fff;
	margin-bottom: 0px;
}
.lc-block1a {
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
}
.lc-block2 {
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #BF5E0A;
}
.lc-block2 p {
	color: #fff;
	margin-bottom: 0px;
}
.lc-block3 {
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #1B4C8C;
}
.lc-block3 p {
	color: #fff;
	margin-bottom: 0px;
}
.lc-block4 {
	position: relative;
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #C4E5F2;
}
.lc-block4 p {
	color: #1B4C8C;
	margin-bottom: 0px;
}
.lc-block4 a {
	font-size:1.2em;
	color: #1B4C8C;
	text-decoration: none;
}
.lc-block4 a:hover {
	color: #1B4C8C;
	text-decoration: none;
}
/******************************** Central Column ************************************/
.central-column {
	float: left;
	width: 380px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #ffffff;
}
/******************************** Left Column ***************************************/
.right-column{
	position: relative;
	float: left;
	width: 220px;
	padding-right: 30px;
	padding-left: 10px;
	background-color: #ffffff;
}
.rc-block1 {
	position: relative;
	border-radius: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #7D1C25;
}
.rc-block1 p {
	color: #F7F8F3;
	margin-bottom: 0px;
}
.rc-block1 a {
	font-size:1.2em;
	color: #F7F8F3;
	text-decoration: none;
}
.rc-block1 a:hover {
	color: #F7F8F3;
	text-decoration: none;
}
.rc-block1a {
	position: relative;
	border-radius: 15px;
	margin-top: 8px;
	margin-bottom: 20px;
	
}.rc-block2 {
	position: relative;
	border-radius: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #DFE25D;
}
.rc-block2 p {
	color: #3E3F0C;
	margin-bottom: 0px;
}
.rc-block2 a {
	font-size:1.2em;
	color: #3E3F0C;
	text-decoration: none;
}
.rc-block2 a:hover {
	color: #3E3F0C;
	text-decoration: none;
}
/*********************************  Footer styles  ******************************************/
.footer {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7D1C25;
}
.footer p {
	font-size: 1.0em;
	color: #FBECED;
	margin-top: 5px;
	text-align: center;
}
.footer a {
	color: #FBECED;
	text-decoration: none;
}
.footer a:hover {
	color: #FBECED;
	text-decoration: underline;
}
/*********************************  Hyperlink styles  ******************************************/
a {
	color: #203515;
	text-decoration: underline;
}

a:hover {
	color: #203515;
	text-decoration: none;
}
/*********************************  Unordered list styles  ******************************************/

ul {

	font-size: 1.2em;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #3E3628;
	font-family: Arial, Helvetica, sans-serif;
}
li {
}

/*********************************  Table styles  ******************************************/

/*-----------------------  Home page -------------------------*/
.service-titlestylea {
	line-height: 1.0em;
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #ffffff;
}
.service-titlestyleb {
	line-height: 1.0em;
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #7D1C25;
}

.service-cellstyle1a {
	line-height: 1.0em;
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #1B4C8C;
}
.service-cellstyle1b {
	line-height: 1.0em;
	width: 71px;
	text-align: center;
	color: #ffffff;
	background-color: #D9843B;
}
.service-clr2 {
	text-align: center;
	color: #ffffff;
	background-color: #BF5E0A;
}
/*********************************  CSS for opt-in form  ******************************************/
<!-- CSS -->

.optin {
	background-color: #F9E3CA;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
span.label {
	width:100px;
	float:left;
} 
span.spacer {
	width:120px;
	float:left;
} 
span.multiple span {
	width:120px;
	float:left;
} 
span.multiple {
	float:left;
} 
span.button {
	padding-left:120px;
} 
div.clear {
	clear:both;
	padding-top:5px;
} 
