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

/*Content*/
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
body {
   text-align:center
}
#header {
	height: 90px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 100px;
}
#h1 {
	height: 323px;
	background-image: url(images/merchantImg.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 20px;
}
#formleft {
	width: 525px;
	float: left;
	padding-left: 55px;
	height: 380px;
}

#formright {
	width: 400px;
	height: 380px;
	float: left;
	padding-left: 10px;
}
#free1 {
	width: 254px;
	float: left;
	border-right: thin solid #CCC;
}
.blue {
	color: #006;
}
#free2 {
	width: 254px;
	float: left;
	border-right: thin solid #CCC;
}
#free3 {
	width: 254px;
	float: left;
	border-right: thin solid #CCC;
}
#free4 {
	width: 254px;
	float: left;
}
#cert1 {
	width: 203px;
	float: left;
	border-top: 0.5px solid #CCC;
}
#cert2 {
	width: 203px;
	float: left;
	border-top: 0.5px solid #CCC;
}
#cert3 {
	width: 203px;
	float: left;
	border-top: 0.5px solid #CCC;
}
#cert4 {
	width: 203px;
	float: left;
	border-top: 0.5px solid #CCC;
}
#cert5 {
	width: 203px;
	float: left;
	border-top: 0.5px solid #CCC;
}
#footer {
	width: 1024px;
	float: left;
	padding: 10px;
	border-top: thin solid #CCC;
	margin-top: 5px;
}
/*float right*/ .right { float: right; /*right in our text*/ margin: 3px; /*space around the image*/ }


/*form*/


/*type*/
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006;
}
h2.teal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #066;
}
h2.red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #f00;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h4.phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006;
}
p.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
