/* HOME */

.home ul li {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	color:#111111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.home ul li strong {
	color: #AF4B40;
}


/* SERVICES */


.services #left {
	float: left;
	width: 300px;
}

.services h3 {
	padding: 15px 0;
	margin: 0;
	font-family: Eurostile;
	font-size: 24px;
}

.services h4 {
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0 0px;
	color: #AF4B40;
	font-family: Eurostile,Helvetica,Arial,sans-serif;
}

.services #left h4 {
	color: #996600;
}

.services ul {
	padding: 8px 0 20px 0px;
	margin: 0;
	list-style: none;
	
}


.services ul li {
	padding: 2px 0 2px 0px;
	margin: 0 0 0 0px;
	color:#111111;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.services p strong {
	color: #AF4B40;
}

/* PROJECTS */


.projects h3 {
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 15px;
}


.projects h4 {
	color: #AF4B40;
	padding: 4px 0 6px 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}


#article #map {
	width: 529px;
	height: 329px;
	margin: 0px 0 0 10px;
	padding: 14px 0 0 14px;
	background: url(/data-bin/images/map_bg.png) no-repeat;
	float: left;
}

#article #map a {
	color: #AF4B40;
	text-decoration: none;
}

#article #map a:hover {
	text-decoration: underline;
}


/* ABOUT */
.about strong {
	color: #AF4B40;
}

.about ul {
	padding: 0;
	margin: 0;
}

.about ul li {
	list-style: none;
	padding: 2px 0;
	margin: 0;
}



/* CONTACT */

.contact form {
	padding: 20px 0 0 0;
}

.contact label {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 165px;
	float: left;
	text-align: right;
	padding: 4px 20px 0 0;
}

.contact input, .contact textarea {
	margin: 0 0 10px 0;
	background-color: #fafafa;
	border: 1px solid #ccc;
	width: 321px;
	height: 20px;
	padding: 4px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.contact textarea {
	height: 200px;
}

.contact input.submit {
	width: 108px;
	height: 48px;
	border: none;
	margin: 0 0 0 413px;
	background: url(/data-bin/images/submit.png) no-repeat;
}

.contact input.submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/submit.png) 0 -48px no-repeat;
}

.contact .required label {
	color: #AF4B40;
}

#article p.message {
	width: 440px;
	margin: 10px auto 20px auto;
	padding: 5px;
	background-color: #d5eed7;
	border: 2px solid #43af2e;
	font-size: 14px;
	text-align: center;
	color: #003e05;
}

#article p.errorMessage {
	width: 440px;
	margin: 10px auto 20px auto;
	padding: 5px;
	background-color: #eccccc;
	border: 2px solid #c55757;
	font-size: 14px;
	text-align: center;
	color: #630b0b;
}
#article p.error {
	margin: 0 0 0 185px;
	padding: 0;
	color: #921b1b;
}


/* NEWS */

#innerContent .news  h2 a {
	color: #3D555D;
	text-decoration: none;
}

#innerContent .news  h2 a:hover {
	text-decoration: underline;
}

.news p.date {
	font-size: 0.9em;
	padding: 0 0 1.667em 0;
	color: #AF4B40;
}

.news p.navLeft {
	float: left;
}

.news p.navRight {
	float: right;
}

.news p.navLeft a, .news p.navRight a {
	text-decoration: none;
}

.news p.navRight a:hover, .news p.navLeft a:hover {
	text-decoration: underline;
}



