/* @group font&reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */

body {
	*font-size: small;
	*font: x-small;
	line-height: 1.22;
	font-size: 13px;
}

table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent
 */

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}

/* @end */

body {
	background: url(myimages/back-body.gif) no-repeat fixed center top;
	font-family: "Trebuchet Ms", Verdana, Arial;
}

html {
	margin: 0;
	padding: 0;
	*margin-bottom:-20px;
}

h1 {
	font-weight: bold;
	color: #4aabd8;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 22px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	color: #4aabd8;
	margin-bottom: 10px;
	margin-top: 30px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	color: #4aabd8;
	margin-bottom: 10px;
	margin-top: 30px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #4aabd8;
	margin-bottom: -10px;
	margin-top: 15px;
}

p {
	color: #333;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
}

#group {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	position: relative;
	padding-bottom: 150px;
}

#content {
	position: relative;
	padding: 270px 15px 15px;
}

.logo {
	position: absolute;
	top: 40px;
	text-align: center;
	left: 40px;
}

.sep {
	clear: both;
	display: block;
	height: 1px;
	padding-top: 25px;
	padding-bottom: 10px;
	background: url(myimages/dot.gif) repeat-x left center;
	margin-top: 15px;
}

.clear {
	clear: both;
}

a {
	color: #4aabd8;
	text-decoration: none;
}

a:hover {
	color: #4aabd8;
	text-decoration: underline;
}

.renders {
	padding: 3px;
	border: 1px solid #ccc;
	width: 100px;
	float: left;
	margin-right: 10px;
}

.floorplans {
	padding: 3px;
	border: 1px solid #ccc;
	width: 100px;
	float: left;
	margin-right: 10px;
}

#vanloon {
	position: absolute;
	top: 25px;
	right: 40px;
	width: 500px;
}

#vanloon p {
	margin: 0;
	padding: 0;
}

#vanloon h2 {
	font-weight: bold;
	font-size: 16px;
	color: #4aabd8;
	margin-bottom: 5px;
	margin-top: 20px;
}

#vanloon img {
	float: right;
	width: 115px;
	margin-top: 15px;
}

#vanloon #txt {
	width: 340px;
	float: left;
	font-size: 11px;
}

#contact {
	height: 70px;
	background-color: #66012d;
	color: #fff;
	position: absolute;
	top: 0;
	width: 730px;
	padding: 10px;
}

#contact img {
	float: right;
}

#contact p {
	float: left;
	display: block;
	width: 400px;
	color: #fff;
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 11px;
}

#footer-container {
	background-color: #66012d;
	color: #fff;
	width: 750px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	bottom: -25px;
	position: absolute;
	height: 150px;
}

#footer-container p {
	margin: 0;
	padding: 0;
	color: #fff;
}

#footer-container h3 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#footer-container h4 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#footer-left {
	width: 100px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#footer-group {
	float: right;
	width: 600px;
	padding-top: 10px;
}

#footer-middle {
	width: 300px;
	float: left;
	padding: 10px;
}

#footer-right {
	width: 250px;
	float: right;
	padding: 10px;
}

#footer-container a:link, #footer-container a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer-container a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}