@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#242C50;
	margin:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	margin-top:20px;
	color: #333333;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:15px;
	line-height:24px;
	background-repeat: no-repeat;
	background-position: 9px 15px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bullet.jpg);
}
.p-small {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #464646;
}
.headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:33px;
	letter-spacing:-2px;
	line-height:38px;
	color:#0F0F0F;
}

.headline-red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:33px;
	letter-spacing:-2px;
	line-height:38px;
	color:#9b0707;
}
.headline-blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:33px;
	letter-spacing:-2px;
	line-height:38px;
	color:#2C6185;
}

.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	letter-spacing: -2px;
}
.subheadline-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9b0707;
	letter-spacing: -2px;
}
.subheadline-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2C6185;
	letter-spacing: -2px;
}
.johnsonbox {
	background-color: #f4f4f4;
	height: auto;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 6px dashed #2C6185;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 11px;
}
#salesletter {
	margin-right: 55px;
	margin-left: 55px;
}
#content-left {
	float: left;
	width: 145px;
	padding-left: 30px;
	padding-right: 25px;
}
#content-right {
	float: left;
	width: 520px;
	padding-left: 35px;
}
#wrapper {
	height: auto;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#header {
	background-image: url(../images/header.jpg);
	height: 126px;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: left;
}
#header2 {
	background-image: url(../images/header2.jpg);
	height: 126px;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: left;
}
#contentbg {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: left;
}
#contentbg2 {
	background-image: url(../images/bg2.png);
	background-repeat: repeat-y;
	height: auto;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: left;
}
#footerbg {
	height: 153px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/footer-bg.jpg);
}
#footer {
	height: 153px;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/footer.jpg);
}
#footer2 {
	height: 153px;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/footer2.jpg);
}

a:link {
	color: #060A16;
}
a:visited {
	color: #060A16;
}
a:active {
	color: #060A16;
}


a:hover {
	color: #2C816E;
	text-decoration: underline;
}



a.footerlinks:link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#464646;
	text-decoration: none;
}


a.footerlinks:visited{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#464646;
	text-decoration: none;
}
a.footerlinks:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#464646;
	text-decoration: none;
}
a.footerlinks:hover{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#2C816E;
}
