@charset "utf-8";
/* CSS Document */
@import url("css-reset.css");
body {
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #050a03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.pagewrap {
	width: 808px;
	margin: 0px auto 0px auto;
}
#header {
	background-image: url(../images/bkg-header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 123px;
	width: 808px;
}
/*  CSS FORM */
#content-area {
	background-image: url(../images/bkg-main.png);
	background-repeat: repeat-y;
	height: 903px;
	width: 808px;
	background-position: right;
}
#content-area-temp {
	background-image: url(../images/bkg-temp.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 903px;
	width: 808px;
}
#logo-area {
	float: left;
	padding: 15px 0px 0px 30px;
}
#logo-area a#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 507px;
	display: block;
	text-indent: -999em;
}
#logo-area span {
	font-family: "Times New Roman", Times, serif;
	color: #c48744;
	font-size: 14px;
	width: 507px;
	display: block;
	border-top: 1px solid #000;
	padding:5px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}
#button-area {
	float: right;
	width: 220px;
	padding: 10px 10px 0px 0px;
	height: 80px;
}
#button-area #left {
	float: left;
}
#button-area #right {
	float: right;
}
#left a#button-espanol {
	background-image: url(../images/button-espanol.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 72px;
	display: block;
	text-indent: -999em;
}
#right a#button-client-login {
	background-image: url(../images/button-client-log.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 31px;
	width: 131px;
	margin-bottom: 6px;
}
#right a#button-sales-rep {
	background-image: url(../images/button-sale-rep-login.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 131px;
	text-indent: -999em;
	display: block;
}
#navigation {
	clear: both;
}
#navigation ul {
	display: block;
	padding: 0px 0px 0px 10px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	font-family: "Trajan Pro";
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	margin: 5px 20px 0px 0px;
	display: block;
}
#navigation ul li a:hover {
	color: #f5da8b;
}
#column-left {
	float: left;
	width: 545px;
	border: 1px solid #a9b0a8;
	background-image: url(../images/bkg-bills.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px 0px 0px 15px;
}
#column-left #top-text-area {
	padding: 0px 10px 20px 10px;
}
#column-right {
	width: 242px;
	float: right;
	margin: 0px 4px 0px 0px;
}
.box1 {
	padding: 3px;
	background-color: #fae9c1;
	width: 225px;
	float: right;
	clear: both;
	margin-bottom: 10px;
}
.ul-list1 {
	font-weight: bold;
	color: #003200;
}
.ul-list1 li {
	list-style-image: url(../images/bullet-diamond.png);
	margin: 0px 0px 0px 20px;
}
.ul-list {
	color: #000;
}
.ul-list li {
	list-style-image: url(../images/bullet-diamond.png);
	margin: 0px 0px 0px 20px;
}
span.diamond {
	background-image: url(../images/bullet-diamond.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 7px;
	display: inline-block;
	text-indent: -999em;
	background-position: 0px 4px;
}
/*  CSS FORM */
#form {
	background-image: url(../images/bkg-online-application.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 430px;
	width: 510px;
	padding: 100px 0px 0px 20px;
	float:right;
	margin: 0px 7px 0px 0px;
}
#form label, input, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#form label {
	padding-right: 10px;
	width: 120px;
	text-align: left;
	font-weight: bold;
}
#form label.longer {
	width: 230px;
}
#form br {
	clear: left;
}
#form #zip-width {
	width: 85px;
}
#button-apply {
	margin-left: 330px;
	margin-top: 15px;
}
#button-back {
	margin-top: 10px;
}
#form #button-clear {
	margin-left: 5px;
	margin-top: 10px;
}
#buttom-back {
	margin-top: 10px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030E8E;
	font-weight: bold;
}
fieldset {
	border: 1px solid #CACACA;
	padding: 10px 10px 10px 15px;
}
.font-h1 {
	color: #356a22;
	font-size: 24px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.font-h2 {
	font-size: 16px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #db991f;
	font-weight: bold;
	font-style: italic;
}
.font-h3 {
	color: #356a22;
	font-size: 16px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.font-h4 {
	font-size: 18px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #db991f;
	font-style: italic;
}
.font-h5 {
	font-size: 18px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #356A22;
	font-style: italic;
}
.font-h6 {
	font-size: 16px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #356A22;
	font-weight: bold;
}


