* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, san-serif;
	font-size: 13px;
	line-height: 19px;
	color: #222;
}
a {
	text-decoration: none;
	color: #222;
}
li {
	list-style: none;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, san-serif;
}
h1 {
	font-size: 33px;
	font-weight: normal;
	line-height: 28px;
	padding: 0 0 20px 0;
	text-transform: lowercase;		
	letter-spacing: -2px;
	color: #8A805F;
}
h1:before {
	content: "+ ";
}
h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 15px 0;
	color: #868307;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	padding: 0 0 10px 0;
	color: #000;
}
h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	color: #414042;
}
h5 {
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	margin: 15px 0;
	text-transform: lowercase;	
	color: #939008;	
}	
p {
	padding: 0 0 10px 0;
}
a img {
	border: 0;
}


/*	Header:
--------------------------------------------------*/
#background {
	background: url(../images/bg.jpg) repeat-x;
}
#header {
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
}
#header .container {
	position: relative;
	overflow: visible;
}
#logo {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}
#contact {
	position: absolute;
	right: 0;
	top: -7px;
	background: url(../images/contact-bg.png) no-repeat center;
	width: 50px;
	height: 45px;
}
#contact:hover {
	opacity: 0.7;
}


/*	Nav:
--------------------------------------------------*/
#nav  {
	background: url(../images/nav-bg.png) no-repeat center;
	text-align: center;
	height: 54px;
}
#nav li {
	position: relative;
	padding: 0 25px 0 0;
	display: inline-block;
}
#nav li a {
	display: inline-block;
	padding: 20px 0 19px 0;
	font-family: Verdana, Arial, san-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	text-transform: lowercase;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.30)
}
#nav > li.section > a, #nav > li.current > a {
	color: #000;
}
#nav > li:hover > a {
	color: #444;
}
#nav li ul {
	display: none;
	background: url(../images/nav-drop-bg.png);
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 999;
	text-align: left;
	border: 2px solid #B2A37A;
	border-bottom: 1px solid #B2A37A;
}
#nav li ul a {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	width: 200px;
	padding: 12px 10px;
	margin: 0;
	color: #aaa;
	border-bottom: 1px solid #B2A37A;
	letter-spacing: -1px;	
}
#nav li ul li a:hover, #nav li ul li.section a, #nav li ul li.current a {
	background: url(../images/nav-drop-hover-bg.png) no-repeat;
	color: #fff;
}
#nav li ul li.architecture a:hover, #nav li ul li.section.architecture a, #nav li ul li.current.architecture a {
	background-position: 0 -38px;
}
#nav li ul li.construction a:hover, #nav li ul li.section.construction a, #nav li ul li.current.construction a {
	background-position: 0 -76px;
}
#nav li ul li.maintenance a:hover, #nav li ul li.section.maintenance a, #nav li ul li.current.maintenance a {
	background-position: 0 -114px;
}
#nav li ul li.ready-tree a:hover, #nav li ul li.section.ready-tree a, #nav li ul li.current.ready-tree a {
	background-position: 0 -152px;
}
#nav li ul a:before {
	content: "+ ";
}
ul#nav li>ul {
	top: auto;
	left: auto;
}
ul#nav li:hover ul{
	display: block;
}


/*	Content:
--------------------------------------------------*/
#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#content {
	/*background: url(../images/content-bg.png) bottom center no-repeat;*/
	padding: 40px 30px;
}
#main {
	width: 680px;
	float: left;
}
#side {
	width: 240px;
	float: right;
}


/*	Slides:
--------------------------------------------------*/
#slide-bg {
	position: relative;
	background: #666632 url(../images/slide-bg.jpg) repeat center top;
	margin: 0 0 1px 0;
}
#slide-controls {
	position: relative;
	width: 1000px;
	padding: 30px 0;
}
#slides {
	background: #ddd;
	height: 320px;
	margin: 0 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;	
}
.slide {
	background: #bbb;
	width: 976px;
	height: 316px;
	border: 3px solid #B2A37A;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;	
}
.slide img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;		
}
.slide-box {
	background:url(../images/messageBg.png);
	width: 188px;
	height: 220px;
	padding: 20px;
	position: absolute;
	bottom: 27px;
	left: 23px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #555;
	color: #555;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.45);
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
.slide-box h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom:0px;
}
.slide-box h3 {	font-size: 31px; text-shadow: 1px 1px 2px #000; text-transform: lowercase; font-weight: normal; text-align: center; line-height: 35px; padding-bottom:0px; color: #939008; letter-spacing: -2px;}
.slide-box h4 {color:#ccc; text-transform: lowercase; text-align: center; padding-top:6px;}
.slide-box p {font-weight: bold}

.slide-box a {
	color: #c4c015;
}
.slide-box a:hover {
	color: #939008;
}
.slide-title {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 15px;
}
.slide-pager {
	background: url(../images/slide-divider.png) no-repeat top center;
	position: absolute;
	bottom: 6px;
	left: 6px;
	z-index: 9999;
	width: 220px;
	overflow: hidden;
	padding: 12px 0 0 0;
	text-align: center;
}
.slide-pager li {
	display: inline;
	text-indent: -200px;
	overflow: hidden;
}
.slide-pager li a {
	background: url(../images/slide-bullet.png) no-repeat 0 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
.slide-pager li.cycle-pager-active a {
	background-position: 0 -15px;
}
.slide-prev, .slide-next {
	position: absolute;
	top: 135px;
	width: 120px;
	height: 120px;	
	z-index: 9999;	
}
.slide-prev {
	background: url(../images/arrow-left.png) no-repeat 0 0;
	left: 30px;
}
.slide-next {
	background: url(../images/arrow-right.png) no-repeat 0 0;
	right: 30px;
}
.slide-prev:hover, .slide-next:hover {
	background-position: 0 -120px;
}
.slide-pager li:hover, .slide-prev:hover, .slide-next:hover {
	cursor: pointer;
}


/*	Boxes:
--------------------------------------------------*/
.box {
	position: relative;
	background: #999;
	float: left;
	width: 158px;
	height: 158px;
	margin: 30px 10px 0 0;
	padding: 15px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.6);	
}
.box h3 {
	font-size: 20px;
	line-height: 26px;
	text-transform: lowercase;
	text-align: center;
	margin: 0 0 10px 0;
}
.box:hover {
	position: relative;
	top: -5px;
}

.box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 188px;

}	
.box h3 {
	color: #fff;
}
.box.eol {
	margin-right: 0;
}
.box ul li:before {
	content: "+ ";
}
.box img {
	display: block;
	margin: 0 auto 5px auto;
}
.arrow {
	position: absolute;
	bottom: 0;
}
#box-1 {
	background: url(../images/box-1-bg.png);
}
#box-2 {
	background: url(../images/box-2-bg.png);
}
#box-3 {
	background: url(../images/box-3-bg.png);
}
#box-4 {
	background: url(../images/box-4-bg.png);
}
#box-5 {
	background: url(../images/box-5-bg.png);
}

#side-links {
	position: absolute;
	top: 240px;
	left: 0;
	z-index: 999999;
	line-height: 13px;
}
#side-links a {
	font-family: Verdana, Arial, san-serif;
	display: block;
	width: 10px;
	height: 27px;
	margin: 2px 0;
	padding: 5px 0;
	border-left: 12px solid #333;
}
#side-links a span {
	background: url(../images/side-link-bg.png);
	display: none;
	padding: 7px;
	margin: 0 0 0 5px;
}
#side-links a:hover {
	width: auto;
}
#side-links a:hover span {
	display: block;
	color: #fff;
}
a#link-1 {
	border-color: #3A6F8F;
}
a#link-2 {
	border-color: #BF2E1A;
}
a#link-3 {
	border-color: #A3A60F;
}
a#link-4 {
	border-color: #E8A713;
}
a#link-5 {
	border-color: #4F6F18;
}




/*	Landing Pages:
--------------------------------------------------*/
#section-slides-bg {
	padding: 30px 0;
	margin: 0 0 1px 0;
}
#section-logo {
	float: left;
	width: 240px;
	margin: 60px 0 0 0;
	font-family: Verdana, Arial, san-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	text-transform: lowercase;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,0,0,0.6);	
}
#section-slides {
	background: #ddd;
	float: right;
	width: 680px;
	height: 226px;
	margin: 10px;
	border: 2px solid #B2A37A;
	box-shadow: 0px 0 10px rgba(0,0,0,0.6);	
}
.section-slide-pager {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
}
.section-slide-pager li {
	float: left;
	background: url(../images/slide-bullet.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	text-indent: -200px;
	overflow: hidden;
}
.section-slide-pager li.cycle-pager-active {
	background-position: 0 -15px;
}
.section-slide-pager li:hover {
	cursor: pointer;
}
#section-menu {
	padding: 20px 0 15px 0;
	min-height: 275px;
}
#section-menu li a {
	display: block;
	font-family: Verdana, Arial, san-serif;
	text-transform: lowercase;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
#section-menu li.header a {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
#section-menu li.header img {
	display: block;
	margin: 0 auto;
}
#section-menu li.link a, #section-menu li.section a, #section-menu li.current a {
	padding: 7px 15px;
	line-height: 13px;
}
#section-menu li.link a:before, #section-menu li.section a:before, #section-menu li.current a:before {
	content: '+ ';
}
#section-menu li.section a, #section-menu li.current a, #section-menu li.link a:hover {
	background: url(../images/section-nav-hover.png) 0 -2px;
}

/* Architecture */
.architecture #section-slides-bg {
	background: url(../images/slide-architecture-bg.jpg) center;
}
.architecture h2 {
	color: #3A6F8F;
}
.architecture #section-menu {
	background: url(../images/section-nav-architecture-bg.png) top center;
}

/* Construction */
.construction #section-slides-bg {
	background: url(../images/slide-construction-bg.jpg) center;
}
.construction h2 {
	color: #bf2e1a;
}
.construction #section-menu {
	background: url(../images/section-nav-construction-bg.png) top center;
}

/* Landscapes */
.landscapes #section-slides-bg {
	background: url(../images/slide-landscapes-bg.jpg) center;
}
.landscapes h2 {
	color: #A3A60F;
}
.landscapes #section-menu, #section-menu {
	background: url(../images/section-nav-landscapes-bg.png) top center;
}

/* Maintenance */
.maintenance #section-slides-bg {
	background: url(../images/slide-maintenance-bg.jpg) center;
}
.maintenance h2 {
	color: #A3A60F;
}
.maintenance #section-menu {
	background: url(../images/section-nav-maintenance-bg.png) top center;
}

/* Ready Tree */
.ready-tree #section-slides-bg {
	background: url(../images/slide-ready-tree-bg.jpg) center;
}
.ready-tree h2 {
	color: #4F6F18;
}
.ready-tree #section-menu {
	background: url(../images/section-nav-ready-tree-bg.png) top center;
}



/*	Blog:
--------------------------------------------------*/
#BlogContent h2 {
	font-family: Arial, san-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
#BlogContent h2 a {
	color: #939008;
}
#BlogContent h2 a:hover {
	text-decoration: underline;
}
.blogSummary {
	width: 980px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #555;
}
.blogImage {
	float: left;
	padding: 0 20px 0 0;
}
.blogVitals {
	text-transform: uppercase;
}
.typography a.comments, .typography a.readmore:hover {
	text-decoration: none;
	color: #222;	
}
.blogEntry {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;	
	border-bottom: 1px dotted #555;
}
.blogEntryThumbs {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0 10px 10px 0;
	
}
.blogEntryThumbs:hover {
	background: #ddd;
}
.blogEntryThumbs img {
	display: block;
	margin: 0 0 10px 0;
}
.blogEntryThumbs a {
	font-size: 15px;
	color: #939008;	
}
.blogSocial {
	padding: 0 0 10px 0;
	height: 30px;
}
.fb-like {
	padding: 0 10px 0 0;
}
.twitter-share-button {
	width: 80px !important;
	padding: 0 10px 0 0;	
}
.selectedTag {
	margin: 0 0 15px 0;
}


/*	Blog Widgets
--------------------------------------------------*/
#blogNavigation {
	margin: 0 30px 15px 0;
	width: 400px;
	float: right;
}
#blogNavigation span {
	text-transform: uppercase;
	font-size: 12px;
}
.WidgetHolder {
	position: relative;
	float: right;
	width: auto;
	margin: 0 15px 0 0;
}
.WidgetHolder h3 {
	background: url(../images/widget-bg.png) repeat-y left;
	font-family: Arial, san-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 15px;
	border: 1px solid #938E80;	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	margin: 0 0 1px 0;
	text-align: center;
}
.ArchiveWidget h3 {
	width: 135px;
}
.TagCloudWidget h3 {
	width: 90px;
}
.ArchiveWidget .archiveMonths, .TagCloudWidget .tagcloud {
	background: #B2A37A;
	width: 160px;
	padding: 10px 15px;
	border: 1px solid #938E80;	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
}
.ArchiveWidget .archiveMonths li {
	color: #fff;
}
.ArchiveWidget .archiveMonths li:before {
	content: "+ ";
}
.ArchiveWidget .archiveMonths a, .TagCloudWidget .tagcloud a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
.ArchiveWidget .archiveMonths a:hover, .TagCloudWidget .tagcloud a:hover{
	text-decoration: none;
}
.ArchiveWidget:hover, .TagCloudWidget:hover {
	cursor: pointer;
}
.ArchiveWidget:hover .archiveMonths, .TagCloudWidget:hover .tagcloud {
	display: block;
}


/*	Contact:
--------------------------------------------------*/
#content-left, #content-right {
	width: 460px;
}
#content-left {
	float: left;
}
#content-right {
	float: right;
}
.map {
	width: 380px;
	height: 250px;
	border: 1px solid #bbb;
}


/*	Footer:
--------------------------------------------------*/
#quicklinks, #footer {
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;	
}	
#quicklinks {
	background: url(../images/quicklinks-bg.jpg) top;
	margin: 0;
}
#quicklinks a {
	font-weight: bold;
	color: #fff;
}
#quicklinks li.current a, #quicklinks a:hover {
	color: #414042;
}
#quicklinks ul {
	margin: 0 0 10px 0;
}
#quick-1, #quick-2, #quick-3, #quick-4 {
	width: 200px;
	padding: 20px 0;
	min-height: 200px;
	float: left;
}
#quick-1, #quick-2 {
	background: url(../images/footer-divider.png) no-repeat 166px;
}
#quick-3 {
	width: 380px;
}
#quick-3 a img:hover, #quick-4 a img:hover {
	opacity: 0.7;
}
#footer {
	background: url(../images/footer-bg.png) top;
	line-height: 10px;
	text-align: center;
	padding: 14px 0 12px 0;
	color: #939008;
}
#footer a {
	color: #939008;	
}
#footer a:hover {
	text-decoration: underline;
}


/*	Other:
--------------------------------------------------*/
.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.half {
	width: 480px;
}
.container {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}
.divider-1, .divider-2 {
	background: url(../images/divider.png) repeat-y center;
	height: 1px;
}
.divider-2 {
	height: 2px;
}
