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

.floor-plan-left-menu {
	float:left;
	width:100px;
	height:auto;
}
ul.planmenu {list-style:none; margin:0; padding:0;}
ul.planmenu * {margin:0; padding:0}
ul.planmenu a {
	display:block; 
	text-decoration:none;
	font-family:'Segan-Light';
	font-size:13px;
	font-weight: normal;
	color: #585858;
	list-style:none;
	text-align:left;
	text-decoration:none;
	padding:5px 0;

}

ul.planmenu a:hover {
	color:#C30;
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out;
	
}

ul.planmenu a:active, ul.planmenu a:visited {
	background-color:#333;
	display:block;
}

ul.planmenu li {
	position:relative; 
	float:left;
}

ul.planmenu ul {
	position:absolute; 
	top:40px; 
	background:#38afd7; 
	display:none; 
	opacity:5; 
	list-style:none
}


ul.planmenu ul li {
	position:relative; 
	border-top:none; 
	width:100px; 
	margin:0; 
	height: auto; 
	background-image:none;
}

ul.planmenu ul li a {
	text-align:left;
	font-size:14px;
	display:block; 
	padding:10px 20px; 
	background-color:#000; 
	margin-left:0px;
}

ul.planmenu ul li a:hover {
	background-color:#363636;  
	background-image:none; 
	color: #FFF;

}


.blockq-left {
	float:left;
	width:85px;
	height:auto;
	text-align: left;
	font-size:12px;
	margin-bottom:10px;
}
.blockq-right {
	float:right;
	width:75px;
	height:auto;
	text-align: left;
	font-size:12px;
	margin-bottom:10px;
}


div[role="main"] {
	float: left;
	width: 100%;
}

.grow div[role="main"] {
	position: relative;
	margin-top: -15px;
	background: #fff;
}



div[role="main"] a:link, div[role="main"] a:visited {
	color: #e14229;
}



#main-right {
	float: left;
	width: 40%;
}




#main-right li {
	border: 1px dotted #373737;
	float: left;
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
}

#main-left .new-things-right a {
	font: 18px/1.2 'Segan-Light';
	font-weight: 700;
	text-decoration: none !important;
}

#main-left .new-things-right p {
	font-size: 14px;
}

#main-right .new-things-left {
	float: left;
	width: 33%;
}

#main-right .new-things-right {
	float: left;
	margin-top: 23px;
	width: 64%;
}

#main-right .new-things-right a {
	float: left;
	font: 14px/1.1 'Segan-Light';
	margin-bottom: 6px;
	clear: both;
}



a#button {
	color: #fff; 
}



h4#page-title {
	color: #a1c14d;
	font: 38px/1.2 'Segan-Light';
	font-weight: 500;
	margin-bottom: 10px;
	
}
#page-body h3 {
	color: #4a3a1e;
	font: 25px/1.2 'Segan-Light';
	font-weight: 500;
	margin-bottom: 10px;
}

#page-body h3.box-header {
	clear: both;
	float: left;
	color: #4a3a1e;
	margin: 20px 0 10px 0;
	width: 100%;
}

#page-body p {
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Segan-Light';
}



#services-right {
	float: right;
	width: 800px;
	
}






ul {
	margin: 0 0 20px 20px;
	padding: 0;
}



#reviews-box {
	float:left;
	border-top: 6px #8DC63F;
	color: #4a3a1e;
	float: left;
	overflow: hidden;
	
	width: 800px;
}

#reviews-box h3 {
	color: #4a3a1e;
}

#reviews-box ul {
	margin: 0;
}

#reviews-box li {
	
}

#reviews-box .citation {
	clear: both;
	background-color:#FFF;
	height:620px;
}

#reviews-box blockquote {
	width:170px;
	height:600px;
	float: right;
	font-size: 13px;
    line-height:1.2em;
    font-family:'Segan-Light';
	padding: 10px;
	margin: 0;
	background-image:url(images/bg-plangrey.jpg);
}

#reviews-box blockquote p {
	font-size: 12px;
	margin-top:20px;
}

.review-pic {
	padding: 0px;
	margin-top:90px;

}

.review-name {
	float: left;
	font: 18px/1.5 'Segan-Light';
	font-style: italic;
	margin-left: 10px;
	margin-top: 33px;
	min-width: 120px;
	text-align:center;
}
.review-job {
	font: 15px/1.5 'Segan-Light';
	color:#390;
	text-shadow:none;
	font-style: italic;
	
}

.review-site {
	font: 16px/1.5 'Segan-Light';
	font-style: italic;
	margin-left: 10px;
	padding-left: 120px;
}

.controls-back, .bx-prev {
	background: url(images/sidebar-button.png) no-repeat;
	float: left;
	width: 39px;
	height: 30px;
	margin-left: 13px;
	text-indent: -9999px;
}

.bx-prev, .bx-next {
	position: absolute;
	top: -30px;
}

.bx-prev {
	right: 39px;
}

.bx-next {
	right: 0;
}

.controls-forward, .bx-next {
	background: url(images/next-button.png) top right no-repeat;
	float: left;
	width: 38px;
	height: 30px;
	text-indent: -9999px;
}

.work .controls-back, .work .controls-forward {
	display: none;
}


.guide-right {
	float: left;
	margin-left: 20px;
}
