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

* {padding: 0; margin: 0;}

a {
	outline: none;
	color:#80140D;
	text-decoration: none;
}

img {border: 0;}
a img {border: 0;}

body {
	font: 12px/1.8em Arial, Helvetica Neue, Helvetica, Tahoma, sans-serif;
	background-color: #FFF;
	color: #000;
}

/* ===DIV LAYOUT=== */
#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	width: 100%;
	height: 90px;
	float: left;
}

#navigation {
	width: 100%;
	font: 10px Arial, Helvetica Neue, Helvetica, Tahoma, sans-serif;
	float: left;
	height: 208px;
	background: url(../images/branding.jpg) left bottom no-repeat;
}

#navigation ul {
	height: 27px;
	border-bottom: 1px solid #FFF;
}

#navigation li {
	list-style: none;
	display: inline;
	float: left;
}

#navigation a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 18px;
	border-right: 1px solid #FFF;
	line-height: 28px;
	color: #E9F1E7;
	background-color: #466048;
}

#navigation a:hover {
	background-color: #407d4d;
}

#navigation a.last {border-right: 0; padding-left:25px ;padding-right: 26px;}

#content {
	width: 100%;
	padding: 25px 0 45px 0;
	float: left;
}

#leftColumn {
	width: 47%;
	float: left;
}

#rightColumn {
	width: 47%;
	float: right;
}

#townplanning {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #F2F2F2
}

	#townplanning h3 {
		color: #494949;
	}
	
	#townplanning em {
		color: #494949;
	}
	
	#townplanning ul {
		padding-left: 10px;
	}
	
	#townplanning ul li {
		text-transform: capitalize;
		color: #494949;
	}
	
#buttonpos {
	position: relative;
	margin-left: 105px;
}	
	
#requestQuote, #projectsList {
	height: 50px;
	width: 196px;
	background: url(../images/button.gif) no-repeat 0 0;
	margin: 10px;
}

	#projectsList a, #requestQuote a {
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		padding: 15px 55px 10px 40px !important;
		font-size: 12px;
		top: 15px;
		color: #757575;
		text-decoration: none;		
	}
	
	#requestQuote a:hover, #projectsList a:hover {
		color: #000000;
	}

	#requestQuote a img, #projectsList a img{
		border: none;
		outline: none;
		float: left;
		/*float: none;*/
		position: absolute;
		left: -10px;
		top:-5px;
	}

#footer {
	color: #555;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 10px;
	border-top: #DDDDDD 1px solid;
	padding: 25px 0;
}

/* ===COMMON TAGS=== */
/* =hx= */
h1 {
	text-indent: -9999px;
	background: url(../images/logo.jpg) center left no-repeat;
	margin: 30px 0 15px 0;
	width: 266px;
	height: 40px;
	float: left;
}

h1 a {
	display: block;
	width: 253px;
	height: 40px;
}

h2 {
	font: 24px Calibri, Helvetica, "Arial Narrow";
	color: #80140d;
	padding-bottom: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2.slogan {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	float: right;
	text-align: right;
	width: 400px;
	margin-top: 41px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 12px;
}

h4 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 7px;
}

p {
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

#content li {
	/*text-transform: capitalize;*/
	/*list-style: url(../images/bullet_go.png);*/
	margin-left: 15px;
	list-style: square;
}

#footer p {padding-bottom: 9px; line-height: 1.5em;}
#footer a {color: #80140d; text-decoration: none;}
#footer ul a {font-weight: bold;}
#footer a:hover {text-decoration: underline;}

a {

}

/* ===CLASSES=== */
.caption {font-size: 11px; font-style: italic;}