body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color:  #000000;
	margin: 0;
	padding: 0;
	background-color: #aac8ea;
}

h1 {
	color: #006699;
	font-size: 16px;
}

h2 {
	color:#000000;
	font-size: 12px;
}

.headertext {
	font-size: 13px; 
	font-weight: bold;
	color:#333333;
}

.products-header-text {
	font-weight: bold;
	color: #91469c;
	font-size: 15px;
	text-align:center;
}

.jobsites-header-text {
	font-weight: bold;
	color: #91469c;
	font-size:15px;
	text-align: left;
	margin-bottom: 5px;
}

.location-text {
	text-align:center;
}
	

.content {
	vertical-align: top;
	padding: 15px 10px 10px 10px;
	text-align: justify;
	line-height: 16px;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #91469c;
}

.image-style {
	border: solid 1px #000000;
	margin-right: 10px;
}

.image-border {
	border: solid 1px #000000;
}

.green-box  {
	background-color: #5edb82;
	margin: 0 0 0 7px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.green-lastbox  {
	background-color: #5edb82;
	margin: 0 7px 0 7px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.box-image {
	margin-bottom: 5px;
	margin-left: 2px;
	border:1px solid #000000;
}

.bottom-bar {
	margin-top: 5px;
	height: 104px;
}

#footer {
	padding-top: 15px;
	text-align: center;
	margin-bottom: 5px;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#footer a:hover {
	color: #5edb82;
}

.input-field {
	margin-top: 3px;
	border: solid 1px #006699;
	width: 200px;
	height: 16px;
	color: #000000;
	background-color: #ffffff;
}

.input-comment {
	margin-top: 3px;
	border: solid 1px #006699;
	width: 200px;
	height: 100px;
	color: #000000;
	background-color: #ffffff;
}

.submitbutton {
	height: 20px; 
	border: solid 1px #006699;
	color: #006699; 
	background-color: #FFFFFF;
	margin-top: 3px;
}	
