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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #7BB7D1;
}
.navbar {
	background-image: url(images/ds-nav-bar.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 936px;
}
.left-column {
	float: left;
	margin-left: 25px;
	display: inline;
}
.optinbox {
	background-image: url(images/optinbox.jpg);
	height: 422px;
	width: 210px;
	background-repeat: no-repeat;
}
.right-column {
	float: right;
	margin-right: 20px;
	display: inline;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 24px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.bodytext-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/checkmark.jpg);
	list-style-type: circle;
}
.bodytext-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	list-style-position: outside;
	list-style-image: url(images/ds-bullet.jpg);
	list-style-type: circle;
}
.bodytext-toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.bodytext-toplinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.bodytext-toplinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #EB7916;
	text-align: center;
	text-decoration: none;
}
.bodytext-testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.johnson-box-1 {
	border: thin dashed #999;
	padding: 5px;
}
