@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a:link, a:active, a:visited{
	color:#FF6600;
}
.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #leftColumn {
	float: left;
	width: 500px;
}

#faqColumn{
float: left;
width: 100%;
}
.oneColFixCtrHdr #rightColumn {
	float: right;
	width: 280px;
	border: 1px solid #666666;
	padding: 10px;
	background-color: #DDDDDD;
	text-align: center;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #rightColumn img{
	border:1px solid #000000;
}

.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	text-align: right;
	color: #937d37;
	font-weight: bold;
	background-image: url(../images/hrGrad.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: bottom;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #header a:link, .oneColFixCtrHdr #header a:visited, .oneColFixCtrHdr #header a:active{
	color: #937D37;
	padding: 1px;
}
.oneColFixCtrHdr #header a:hover{
	background-color:#B97D36;
	color: #FFFFFF;
}

H1 {
	font-size: 1.1em;
	color: 937D37;
}

.oneColFixCtrHdr #header img {
	position: relative;
	left: -680px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 15px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:active, .oneColFixCtrHdr #footer a:visited , .oneColFixCtrHdr #footer a:hover{
	color:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
html {
	padding-top: 20px;
}
li {
	padding-bottom: 5px;
	padding-top: 5px;
}
h5 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	margin-top: 0px;
}
.quote {
	border: 1px solid #000000;
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.quote table{
	text-align: left;
}
.quote table td{
	padding: 3px;

}
#quoteResult {
	border: 1px solid #000000;
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	display: none;
}
#submissionTips {
	text-align: left;
}
#quoteText {
	text-align: left;
	width: 50%;
	padding-left: 20px;
}
.step {
	clear:both;
	margin-bottom: 60px;
	padding: 5px;
}
.step img{
	float:left;
	margin-right: 15px;
	margin-top: -40px;
}
#leftColumnProcess {
	width: 100%;
}
.examples {
	width: 200px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 5px;
}
.examples img{
	border:1px solid #000000;
}
.stepBottom {
	clear:both;
	padding: 5px;
}
.stepBottom img {
	float:left;
	margin-right: 15px;
	margin-top: -40px;
}
h3 {
	color: #FF6600;
	font-size: 0.9em;
}
