*{padding:0; margin:0;}
img{border:none;}
.clear{clear:both;}
html{margin:0; padding:0;}
a{outline:none;}
.fleft{float:left;}
.fright{float:right;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	background:url(../images/bodybg.jpg);
}

body.overview #header{
	height:400px;
	width:100%;
	background:url(../images/headerbg.jpg) repeat-x;
	margin:0 auto;
}

body.overview #headerwrap{
	width:964px;
	height:400px;
	margin:0 auto;
}

#header{
	height:200px;
	width:100%;
	background:url(../images/headerbgsubpage.jpg) repeat-x;
	margin:0 auto;
}

#headerwrap{
	width:964px;
	height:200px;
	margin:0 auto;
}

#headertop{
	height:98px;
	width:960px;
	margin:0 auto;
}

#logo{
	float:left;
	margin-left:22px;
}

/* Navigation */

#navigation{
	float:right;
	width:590px;
	height:31px;
	margin-top:60px;
	display:inline;
}

#navigation span{ display:none;}

.btn1bg{
	width:93px;
	height:31px;
	display:block;
	float:left;
	background:url(../images/nav/overview.jpg) no-repeat bottom left;
}
.btn2bg{
	width:137px;
	height:31px;
	display:block;
	float:left;
	background:url(../images/nav/availabilities.jpg) no-repeat bottom left;
}
.btn3bg{
	width:62px;
	height:31px;
	display:block;
	float:left;
	background:url(../images/nav/news.jpg) no-repeat bottom left;
}
.btn4bg{
	width:115px;
	height:31px;
	display:block;
	float:left;
	background:url(../images/nav/renderings.jpg) no-repeat bottom left;
}
.btn5bg{
	width:101px;
	height:31px;
	display:block;
	float:left;
	background:url(../images/nav/location.jpg) no-repeat bottom left;
}
.btn6bg{
	width:82px;
	height:31px;
	display:block;
	float:left;
	background:url(../images/nav/contact.jpg) no-repeat bottom left;
}


a.btn1{
	width:93px;
	height:31px;
	display:block;
	background:url(../images/nav/overview.jpg) no-repeat top left;
}
a.btn2{
	width:137px;
	height:31px;
	display:block;
	background:url(../images/nav/availabilities.jpg) no-repeat top left;
}
a.btn3{
	width:62px;
	height:31px;
	display:block;
	background:url(../images/nav/news.jpg) no-repeat top left;
}
a.btn4{
	width:115px;
	height:31px;
	display:block;
	background:url(../images/nav/renderings.jpg) no-repeat top left;
}
a.btn5{
	width:101px;
	height:31px;
	display:block;
	background:url(../images/nav/location.jpg) no-repeat top left;
}
a.btn6{
	width:82px;
	height:31px;
	display:block;
	background:url(../images/nav/contact.jpg) no-repeat top left;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover{
	background-position:bottom left;
}

body.overview #navigation a.btn1,
body.availabilities #navigation a.btn2,
body.news #navigation a.btn3,
body.renderings #navigation a.btn4,
body.location #navigation a.btn5,
body.contact #navigation a.btn6{
	background-position:bottom left;
}

body.overview #pdfbuttonbg{
	float:right;
	margin:-4px -2px 15px 0;
	width:309px;
	height:53px;
}

#pdfbuttonbg{
	float:right;
	margin:20px -2px 15px 0;
	width:309px;
	height:53px;
}

#pdfbuttonbg span{
	display:none;
}

#pdfbuttonbg a.pdf{
	float:right;
	margin:-4px -2px 15px 0;
	width:309px;
	height:53px;
	background:url(../images/brochurebtn.gif) no-repeat top left;
	position:relative;
	z-index:3;
}

#pdfbuttonbg .pdf:hover{
	float:right;
	margin:-4px -2px 15px 0;
	width:309px;
	height:53px;
	background:url(../images/brochurebtn.gif) no-repeat bottom left;
}

#headerarea{
	width:964px;
	height:302px;
	background:url(../images/headerareabg.gif) no-repeat;
	margin:0 auto;
	position:relative;
}

#headerarealeft{
	height:300px;
	position:absolute;
	width:315px;
	bottom:0;
	left:2px;
	text-align:left;
	z-index:1;
}

#headerarearight{
	height:300px;
	width:641px;
	position:absolute;
	bottom:0;
	_top:2px;
	right:2px;
}

#content{
	width:100%;
	min-height:300px;
	_height:300px;
	background:url(../images/contentbg.jpg) repeat-x #fff;
}

#contentwrap{
	width:964px;
	margin:0 auto;
	padding-bottom:20px;
}

#contentleft{
	float:left;
	width:640px;
	text-align:left;
	position:relative;
	z-index:2;
}
#contentright{
	float:right;
	width:320px;
	text-align:left;
}

#contentrightspecial{
	width:307px;
	background:url(../images/rightcol.gif) no-repeat;
	float:right;
	position:relative;
	margin:-4px -2px 15px 0;
}

#contentrightspecialbottom{
	width:307px;
	height:8px;
	background:url(../images/rightbottom.gif) no-repeat;
	position:absolute;
	bottom:0; left:0;
	_bottom:-7px;
}

#specialtext ul{
	margin:15px 0 15px 0;
}

#specialtext ul li{
	color:#fff;
	font-size:1.25em;
	margin-left:25px;
	padding:0 15px 10px 12px;
	background:url(../images/specialli.gif) no-repeat;
	list-style:none;
	position:relative;
}

#footer{
	width:100%;
	background:url(../images/footerbg.gif) repeat-x;
	height:50px;
}

#footerwrap{
	margin:0 auto;
	width:964px;
	height:50px;
	text-align:left;
	position:relative;
}

#tree{
	width:279px;
	height:69px;
	background:url(../images/tree.jpg) no-repeat;
	display:block;
	position:absolute;
	top:-69px;
	left:0;
	z-index:1;
}

#footerwrap p{
	font-size:1.1em;
	color:#CCCCCC;
	padding:5px 0 0 0;
}

#footerwrap a{
	font-size:1.1em;
	color:#fff;
	margin:0;
}

#footerwrap a:hover{
	font-size:1.1em;
	color:#fff;
	margin:0;
	text-decoration:none;
}

/* TYPOGRAPGHY */


body.overview h1{
	color:#fff;
	font-size:2em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:23px 0 0 23px;
}

body.availabilities h1,
body.news h1,
body.renderings h1,
body.location h1,
body.contact h1{
	color:#fff;
	font-size:3em;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:23px 0 0 23px;
}

h2{
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:18px 0 0 23px;
}

body.overview #subheadertitle{
	position:relative;
	z-index:2;
	text-align:left;
}

body.availabilities #subheadertitle,
body.news #subheadertitle,
body.renderings #subheadertitle,
body.location #subheadertitle,
body.contact #subheadertitle{
	position:relative;
	z-index:2;
	text-align:left;
	margin-top:15px;
}

#specialtitle{
	position:relative;
	z-index:2;
}

body.overview .subheadertitleds{
	margin:1px 0pt 0pt 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	z-index:-1;
	volume:silent;
	color:#333333;
	font-size:2em;
	font-weight:bold;
	padding:23px 0 0 23px;
}

body.availabilities .subheadertitleds,
body.news .subheadertitleds,
body.renderings .subheadertitleds,
body.location .subheadertitleds,
body.contact .subheadertitleds{
	margin:2px 0pt 0pt 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	z-index:-1;
	volume:silent;
	color:#333333;
	font-size:3em;
	font-weight:normal;
	text-transform:uppercase;
	padding:23px 0 0 23px;
}

.specialtitleds{
	margin:1px 0pt 0pt 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	z-index:-1;
	volume:silent;
	color:#333333;
	font-size:1.8em;
	font-weight:bold;
	padding:18px 0 0 23px;
}

#headerarealeft p{
	color:#fff;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 10px 0 23px;
	line-height:1.4em;
}

p{
	padding:23px 15px 0 20px;
	font-size:1.3em;
	line-height:1.4em;
}

#contentleft p{
	padding:23px 15px 0 20px;
	font-size:1.35em;
	line-height:1.4em;
}

.smallright{
	width:600px;
	text-align:right;
	margin:-20px 0 20px 0;
	font-size:1.1em;
}

a{
	color:#87ab27;
	text-decoration:underline;
}

a:hover{
	color:#87ab27;
	text-decoration:none;
}


/* FLASH */

#galleryflashholder{
	width:560px;
	height:370px;
	position:relative;
}

#galleryflash{
	width:970px;
	height:380px;
	position:absolute;
	top:-30px;
	left:0;
	z-index:1;
}

#availflashholder{
	width:560px;
	height:440px;
	position:relative;
}

#availflash{
	width:970px;
	height:440px;
	position:absolute;
	top:-10px;
	left:10px;
	z-index:1;
}

.newspost{
	background:url(../images/newsbreak.jpg) no-repeat bottom left;
	padding-bottom:10px;
	margin-top:10px;
}

.newspost p{
	padding-top:0;
	float:right;
	width:430px;
	font-size:1.2em;
}

.newspost h4{
	padding:2px 0px 0 20px;
	font-size:1.1em;
	color:#666666;
	font-weight:normal;
	line-height:1.3em;
	float:left;
	width:150px;
}

.newsartical{
	padding-bottom:23px;
}

.newsartical p{
	padding-top:0;
	padding-bottom:14px;
}

.newsartical h3{
	padding:0px 15px 10px 20px;
	font-size:1.4em;
	line-height:1.3em;
}

.newsartical h4{
	padding:23px 15px 5px 20px;
	font-size:1.2em;
	color:#999999;
	font-weight:normal;
	line-height:1.3em;
}

.newsartical .newsattachment{
	font-size:1.2em;
	font-weight:normal;
	line-height:1.3em;
	padding-top:4px;
	margin:0 0 0 20px;
}

.pdficon{
	padding-left:20px;
	background:url(../images/icons/pdf.gif) no-repeat;
}

.newsartical a{
	color:#87ab27;
	text-decoration:underline;
}

.newsartical a:hover{
	color:#87ab27;
	text-decoration:none;
}

.backtonews{
	float:right;
	width:100px;
	font-size:1.2em;
	padding:0;
	margin:15px 0 0 0;
}
.backtonews2{
	float:right;
	width:100px;
	font-size:1.2em;
	padding:0;
	margin:-20px 0 0 0;
}

.backtotop{
	float:right;
	width:100px;
	font-size:1.2em;
	padding:0;
	margin:-10px 0 0 0;
}
 .altRow{
 	background:#E8E8E8;
}