body {
	background-color:#F6F7F1;
	background-image:url(images/common/bkgGradient.jpg);
	background-repeat:repeat-x;
	background-position:0px 128px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
}

.wrapper {
	width:900px;
	margin:auto;
}
#header {
	background-color:#4A4F55;
	border-bottom:1px solid #FFFFFF;
	height:100px;
	padding-top: 27px;
}
#header img.logo {
	margin:27px 0px 0px 24px;
	float:left;
}
#header h1{
	float:left;
	text-indent: -9999px;
	background-image: url(images/common/logo.jpg);
	background-repeat: no-repeat;
	width: 312px;
	height: 79px;
	padding: 0px;
	margin: 0px 0px 0px 24px;
}
#header h2.tagline {
	float:right;
	margin-top:30px;
	margin-right:24px;
	color:#93989E;
	font-weight:normal;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 2px;
}
#footer {
	height:80px;
	background-image:url(images/common/footerBkg.jpg);
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding-top:23px;
	clear:both;
	margin-top:25px;
}
#footer p{
	margin:0px 0px 10px 0px;
}
#content {
	padding:44px 0px 23px 23px;
}
.frameLeft {
	width:630px;
	float:left;
	min-height: 400px;
}
.frameLeft div.entry {
	border-bottom:1px solid #BEBFB9;
	margin-bottom:18px;
	padding-bottom: 10px;
}
.frameLeft div.entry h3{
	color:#4C95C8;
	margin:0px;
	font-size:17px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.frameLeft div.entry h4{
	color:#3a3b36;
	margin:0px;
	font-size:13px;
	letter-spacing: 2px;
}
.frameLeft div.entry p, .frameLeft div.entry ul{
	font-size:12px;
	margin-top:5px;
	color: #3a3b36;
}
.frameLeft div.entry img{
	float:left;
	margin-right:20px;
}
.frameLeft div.entry a img {
	border: none;
}
.frameLeft div.entry a{
	color:#1573a6;
	text-decoration:none;
	letter-spacing:1px;
}
.frameLeft div.entry a:hover{
	color:#480902;
}
a.block {
	display: block;
	margin-top: 10px;
}
a.button {
	display: block;
	background-color: #d9d9d7;
	font-weight: bold;
	width: 150px;
	padding: 10px;
}
a.button:hover{
	background-color: #1573a6;
	color: #ffffff
}
a.download {
	width: 588px;
	height: 212px;
	display: block;
	background-image: url(images/common/downloadBtn.jpg);
	background-repeat: no-repeat;
}

.frameLeft div.entry .breadcrumbs {
	font-size: 10px;
}
.frameRight img{
	margin-bottom:7px;
	border:none;
}
.frameRight {
	width:207px;
	float:right;
	padding-left:40px;
	font-size:12px;
	color:#7A7A78;
}
.frameRight p.ad {
	width: 172px;
	text-align: center;
}
.frameRight a{
	color:#3A99C7;
	text-decoration:none;
}
.sans-border {
	border-bottom:0px solid #BEBFB9 !important
}

/* FORM STYLES */


form {
	margin: 5px 0px 0px 0px;
	width: 640px;
	border: solid 0px #000000;
	font-size:12px;
	color: #3a3b36;
}

fieldset {
	width: 400px;
	border: solid 0px #000000;
}

legend {
}

label {
	display: block; 
	width: 120px; 
	float: left; 
	text-align: right;
	margin-top: 10px;
	padding-right: 10px; 
}

input {
	width: 220px;
	margin-top: 10px;
}

#interest {
	width: 220px;
	margin: 10px 0px 20px 0px;
}

#marketing {
	width: 220px;
	margin: 10px 0px 20px 0px;
}

textarea {
	width: 220px;
	height: 100px;
	margin-top: 10px;
}

#submit {
	float: right;
	width: auto;
	margin: 20px;
}

.required {
	color: #c31D31;
	padding-right: 3px;
	font-weight: bold;
}

form small {
	display: block;
	padding-bottom: 10px;
}

.indent {
	margin-left: 30px;
}
