@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/body_bkg.jpg) repeat-y #16181c top center;
	font: 10pt/13pt Arial, Helvetica, sans-serif;
	color: #898d92;
}

input, textarea {
	width: 220px;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #757575;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.expanded li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

div#wrapper {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 148px;
	width: 780px;
	background: url(../images/header.jpg) no-repeat top center;
}

div#licensing {
	position: absolute;
	top: 15px;
	width: 770px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11pt;
	padding-right: 10px;
}

div#menu {
	background: url(../images/menu.jpg) no-repeat top center;
	width: 780px;
	height: 63px;
}

div#content, div#footer {
	margin: 15px;
	color: #898d92;
	clear: both;
}

div#footer {
	font-size: 8pt;
}

div#building_types {
	margin-bottom: 15px;
}

div#building_types a img {
	border: none;
	float: left;
	margin: 0px;
}

/* columns */

div.column_left {
	float: left;
	width: 370px;
	position: relative;
	bottom: 15px;
}

div.column_right {
	float: left;
	width: 370px;
	margin-left: 10px;
}

/* boxes */

div.box {
	background: url(../images/box_body.jpg) repeat-y top center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

	div.half {
		background: url(../images/box_body_half.jpg) repeat-y top left;
		width: 370px;
	}

div.box div.top {
	background: url(../images/box_top.jpg) no-repeat top center;
	height: 5px;
	width: 100%;
}

	div.half div.top {
		background: url(../images/box_top_half.jpg) no-repeat top center;
	}

div.box div.body {
	width: 720px;
	padding: 10px 15px 0px 15px;
}

	div.half div.body {
		width: 340px;
		padding: 10px 15px 0px 15px;
	}

div#content div.box div.body {
	color: #FFFFFF;
}

div#footer div.box div.body {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 25px;
}

	/* boxes in content section only */
	div#content div.box div.body p {
		line-height: 20px;
	}
	
	/* boxes in footer section only */
	div#footer div.box div.body {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* boxes in footer section only */
	div#footer div.box div.body a {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	/* boxes in footer section only */
	div#footer div.box div.body p {
		margin-top: 5px;
		margin-left: 10px;
		margin-bottom: 0px;
	}
	
	/* boxes in footer section only */
	div#footer div.box div.body p a {
		margin: 0px;
		margin-left: 5px;
	}
	
	div.box div.body img.title {
		display: block;
		margin-bottom: 15px;
	}

	div.box div.body img.testimonial {
		float: left;
		margin-right: 15px;
	}

div.box div.bottom {
	background: url(../images/box_bottom.jpg) no-repeat bottom center;
	height: 5px;
	width: 100%;
}

	div.half div.bottom {
		background: url(../images/box_bottom_half.jpg) no-repeat bottom center;
	}
	
/* lined text */
div.lines {
	border-bottom: 1px solid #646569;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

div.lines span {
	display: block;
	font-weight: normal;
	float: right;
	width: 180px;
}

/* forms */
.required {
	color: #FF0000;
}