/*-- basic styles--*/

.debug {
	border: solid 1px #ffcc00;
}

.clear {
	clear: both;
}

#content {
	position: relative;
	min-height: 520px;
}

/*-- image styles--*/

.imgRight {
	float: right;
	margin: 5px 0px 10px 10px;
}

.imgleft {
	float: left;
	margin: 5px 20px 10px 0px;
}

.measuringSteps {
	margin-top: 50px;
}

/*-- typography styles--*/

a {
	color:#0011FF;
}

a:hover {
	text-decoration: none;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul, ol {
	font-size: 12px;	
}

li {
	margin-bottom: 10px;
}

ol ul, ul ol, ul ul {
	list-style: none;
	margin: 10px;
}

.pdf {
	background-image: url(/images-new/content/pdf-icon.gif);
	background-repeat: no-repeat;
	display: inline;
	margin-left: 5px;
	margin-top: 4px;
	padding-bottom: 6px;
	padding-left: 25px;
}

/*-- column styles--*/

#leftCol {
	margin-right: 343px;
}

#rightCol {
	position: absolute;
	top: 24px;
	right: 22px;
	width: 299px;
	height: auto;
	font-size: 12px;
}

#rightCol a.lightbulb {
	background-image: url(/images-new/content/lightbulb-icon.gif);
	background-repeat: no-repeat;
	display: block;
	margin-left: 5px;
	margin-top: 4px;
	padding-bottom: 6px;
	padding-left: 20px;
}

#rightCol img.about {
	margin: 30px 0px 0px 55px;
}

/*-- h-card styles--*/

.org, .adr, .street-address, .locality, .region, .postal-code, .tel {
	font-size: 12px;
}

/*-- form styles--*/

form {
	margin: 20px 50px;
}

fieldset {
	width: 435px;
	border: none;
	background-color: #f1f1f1;
}

.required {
	color:#AF1F17
}

input, textarea {
	margin: 5px 5px 5px 0px;
	width: 420px;
	color: #8c8c8c;
	font-style: italic;
}

.radio {
	width: auto;
}

#city {
	width: 200px;
}

#state {
	width: 50px;
}

#zip_code {
	width: 150px;
}

#submit_btn {
	width: auto;
	float: right;
	margin: 5px 10px 0px 25px;
	color: #000000;
	font-style: normal;
}