/*
* Site Styles
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

h1{
	width: auto;
	font-size:1.45455em;
	/*line-height: 0.75em;*/
	line-height:0.95em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #464646;
	padding-bottom: 5px;
}
h1.homepage
{
	font-size:1.45455em;
	line-height:0.9375em;
}
.homeimg h1
{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1.454545em;
	line-height: 0.9375em;
	font-weight:bold;
	padding:5px;
	width:auto;
}
#cta-section .cta1
{
	color:#B0B0B2;
}
#cta-section .cta2
{
	color:#B2C257;
}
#cta-section .cta0
{
	color:#786949;
}
h2{
	font-size: 1em;
	line-height: 1.363636em;
}

h3{
	font-size: 1.272727em;
	line-height: 1.071429em;
	font-weight:bold;
	color:#464646;
}
h4{
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
h5
{
	color: #464646;
	font-weight:bold;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
td {
	
}

th {
	
}
ul{

}
ol{
}
li{
	
}
a
{
	color: #464646;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
em{font-style: italic; }

strong
{
	font-weight: bold;
	color: #74633C;
}
input, textarea, select {
	border:1px solid #999999;
	margin-bottom:10px;
	margin-left:40px;
	padding:2px;
	width:400px;
}
.imagebutton {
	border:0 solid #666666;
	margin-left:0;
	width:91px;
}
.inner-content{
	
}
.inner-content li{
	float:left;
}
.inner-content .left-nav{
	width:160px;
	margin-left:5px;	
}
.inner-content .left-nav ul{
	
}
.inner-content .left-nav ul li
{
	float:none;
	background-image:url("../graphics/bottom-bullet.gif");
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	line-height:15px;
	font-size:12px
}
.inner-content .left-nav a{
	font-weight:normal;
}
.inner-content .content-center{
	width:578px;
	padding:0 10px;
}
.inner-content .right{
	width:170px;
	text-align:center;
}
.building-thumbs{
	
}
.building-thumbs li{
	border:1px solid #959698;
	margin:0 2px 10px 0;
	padding:0;
	list-style-type:none;
}
.building-thumbs li a{
	display:block;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;  
}
.building-thumbs li a:hover{
	display:block;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;  
}
.building-thumbs li.last{
	margin:0;
}
.buildingcontent
{
	width:565px;
	float:right;
	margin-right:5px
}
.buildingcontent table
{
	margin:10px 0px;
	border:1px solid #464646
}
.buildingcontent td
{
	padding:5px;
	border:1px solid #464646
}
.buildingcontent th
{
	padding:5px;
	font-weight:bold;
	border:1px solid #464646
}
.print
{
	cursor:pointer;
	margin-bottom:15px;
}
.scroller
{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.scroller:hover
{
	opacity:1;
	filter:alpha(opacity=100);
}

/* Gallery styles */
.gallery-header{	
	padding:10px 10px 0;
	width:915px;
}
.gallery-header hr
{
	border:0;
	border-top: 1px solid #E0E0E0;
	height: 0;
	background: #E0E0E0;
}
#centrecontent-gallery{
	padding:237px 0 10px;
	text-align:left;
	width:958px;
}
#gallery{	
	border:1px solid #E0E0E0;
	background:url("../graphics/gallery-bg.gif") repeat-x bottom center #ffffff;
	width:935px;
	overflow:hidden;
	position:relative;
}

#slides{
	/* This is the slide area */
	height:480px;
	overflow:hidden;
	width:915px;
	text-align:center;
	margin:10px 10px;
}

.slide{
	color:#FFFFFF;
}

#menu_gallery{
	/* This is the container for the thumbnails */
	height:123px;
}
#menu_gallery ul{
	margin:0;
	padding:0;
}
#menu_gallery ul li{
	float:left;
	list-style:none;
	overflow:hidden;
	height:123px;
}

#menu_gallery ul li ul{
	margin:0px;
	padding:0px;
	width:2500px;
	height:126px;
}

#menu_gallery ul li ul li{
	/* Every thumbnail is a li element */
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:center;
	height:123px;
}

#menu_gallery ul li ul li.act, #menu_gallery ul li ul li.act:hover{
	/* The active state of the thumb */
	background:url("../graphics/gallery-selected.gif") no-repeat;
	background-position:center top;
}

#menu_gallery ul li ul li.act a{
	cursor:default;
	outline: none;	
}

#menu_gallery ul li ul li a{
	display:block;
	background:url("../graphics/gallery-divider.gif") no-repeat right;	
	padding:20px 9px;
	outline: none;	
}

a img{
	border:none;
}
#pervious a{
	background:url("../graphics/gallery-left.gif") no-repeat scroll transparent;
	
}
#next a{
	background:url("../graphics/gallery-right.gif") no-repeat scroll transparent;
}

#pervious a,#next a{
	height:123px;
	top:0;
	width:55px;
	display:block;
	list-style:none;
}
.images-menu{
	text-align:center;
	width:825px;
}
.clear{
 	clear:both;	
}
.play-slideshow{
	bottom:145px;
	left:104px;
	position:absolute;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.articles{margin-left:0px}
.articles td{padding-bottom:5px}

.contactright{
	float:right;
}
.content h2.faqcat
{
	color:#FFFFFF;
	font-weight:normal;
}
.faqcat {
	background-color:#999999;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:5px;
	padding:3px;
	width:647px;
}
.instruction{
	display:none;
}
.design-spec{
	float:right;
	width:515px;	
}
.designspecimg
{
	margin:30px 30px 0px 0px;
	float:left;
	border:1px solid #BFC1C3
}
.spec-content{
	padding:10px 0;
}
.spec-content img{
	float:left;
}
.profile
{
	border:1px solid #bfc1c3;
}
.design-spec h2{
	font-weight:bold;
}
/*blog styles*/
.blogrightcolumn
{
	float:right;
	width:162px;
	padding-left:10px
}
.blogbox
{
	background-color: #EAECD6;
	border: 1px solid #847C69;
	width: 140px;
	padding: 10px;
	margin-bottom: 10px;
	float:right;
}
.blogbox a
{
	text-decoration:none;
}
.blogbox a:hover
{
	text-decoration:underline;
}
#blogcontent
{
	margin-left:5px;
	width:715px;
}
.popularpost
{
	padding-top:4px
}
.blogimg
{
	clear:left;
	float:left;
	margin:0px 5px 5px 0px;
}
#blogcontent h2
{	
	font-size:17px
}
#blogcontent h2 a
{	
	text-decoration:none;
}
#blogcontent p, #blogcontent li
{
	font-size:14px;
}
.faux
{
	background:url('../graphics/faux.gif') top left repeat-y #ffffff;
}
.author
{
	font-style:italic
}
.author strong
{
	font-style:italic
}
/*pageination styles*/
.pageinate
{
	margin-bottom:5px
}
.pageinate .selected a
{
	font-weight:bold;
}
.pageinate a
{
	margin:3px;
	padding:3px;
	border: 1px solid #919396;
	background-color:#D9DCB0;
	text-decoration:none;
	font-weight:normal;
}
.pageinate a:hover
{
	text-decoration:underline;
	border: 1px solid #74633C;
}
.pageinate div
{
	float:left;
}

/**/
.content h2{
	color:#74633C;
	font-weight:bold;
}
.content h2 a{
	color:#74633C;
}
.cmscontent li
{
	list-style-type:disc;
	margin-left:20px;
}
.cmscontent ol li
{
	list-style-type:decimal;
}
.cmscontent blockquote
{
	padding:20px;
	margin:20px;
	border:1px solid #BFC1C3;
	background-color:#EDEDED;
}
/*news*/
.newscontent
{
	float:left;
	width:410px;
	overflow:hidden;
	margin-left:5px;
}
.newscontent h2
{
	font-size:15px
}
.newscontent h2 a
{
	text-decoration:none;
}
.newscontent h2 a:hover
{
	text-decoration:underline;
}
.newsright
{
	width:390px;
	float:right;
	text-align:center;
}
.newsright table
{
	float:right;
}
.newsimg
{	
	margin-bottom:20px
}
.newsbox
{
	background-color: #EAECD6;
	border: 1px solid #847C69;
	width: 158px;
	padding: 10px;
	margin:0px 0px 10px 20px;
	text-align:left;
	float:right;
}	

.newsbox p
{
	padding-bottom: 2px;
}

.newsright a
{
	text-decoration:none;
}
.newsright a:hover
{
	text-decoration:underline;
}

.news
{
	width: 520px;
}
.col-1 ul{
	margin:10px 0px
}
.col-1 li{
	list-style-type:disc;
	margin-left:20px;	
}
.table ul{
	float:left;
	margin:0;
	padding:2px 5px 0 0;
}
.table ul li{
	list-style:none outside none;
	
}

/*sitemap styles*/
.sitemap li
{
	list-style-type:disc;
	margin-left:20px
}
.sitemap li li
{
	list-style-type:circle;
}

.sitemap h1, .sitemap h2, .sitemap h3
{
	font-size:1em;
	padding:0px;
	margin:0px;
}
.buildingcontent ul
{
	margin:10px 0px
}
.buildingcontent ul li
{
	list-style-type:disc;
	margin-left:20px;
}

.breadcrumbs
{
	margin-left:5px
}