@charset "UTF-8";

/*-----------------------------------------------------------------------------------

	Author: Eric Aragon
	Author URI: http://www.ericaragon.net
	Version: 1.0


-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.  Portfolio Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12. Structure
	13. Media Queries

-----------------------------------------------------------------------------------*/



html, body {
		overflow-x: hidden;
		height:100%;
	margin: 0px;
	padding: 0px;
		background: #f6f6f6;


}

a {
	text-decoration: none;
	color: #eee;
}

ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}

h1 {
	margin: auto;
	display: block;
	width: 900px;
	height: 260px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2 {
	font-family: 'Josefin Slab', serif;
	font-weight: 400;
	font-size: 36px;
	text-align: left;
	color: #FFFFFF;
	background-color: #519341;
	display: block;
	
	letter-spacing: 2px;
	padding: 20px 0;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	
	
}

h2:before, h2:after {
	content: "";
	position: absolute;
	

/* Match the background */
	top: 0;
	bottom: 0;
	width: 9999px;
	background-color: #519341;
}

h2:before {
	right: 100%;
}

h2:after {
	left: 100%;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

#Container {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
	 min-height: 100%;
}

#Header {
	background-color: #f6f6f6;
	height: 290px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	padding-top: 20px;
}

#Header:before, #Header:after {
	content: "";
	position: absolute;
	background: #f6f6f6;
	/* Match the background */
   top: 0;
	bottom: 0;
	width: 9999px;
	/* some huge width */
 border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 290px;
	padding-top:20px;

}

#Header:before {
	right: 100%;
}

#Header:after {
	left: 100%;
}

#Header #NavBar {
	text-align: right;
	margin-bottom: 0;
	position:absolute;
	right:0;
	bottom:0;
}

#Header #NavBar ul li {
	display: inline;
	float:left;
}

#Header #NavBar ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 0px;
	text-transform: uppercase;
}

#Header #NavBar ul li a:hover {
	color: #fff;
	background-color: #333;
	border-radius: 5px 5px 0 0;
}

#Header #NavBar ul li a.green:hover {
	background-color: #519341;
}

#Header #NavBar ul li a.brown:hover {
	background-color: #CC6633;
}

#Header #NavBar ul li a.CurrentLink {
	color: #fff;
	background-color: #333;
	border-radius: 5px 5px 0 0;
}

#Header #NavBar ul li a.CurrentLink.green {
	background-color: #519341;
}

#Header #NavBar ul li a.CurrentLink.brown {
	background-color: #CC6633;
}


#Description {
	font-family: 'Josefin Slab', serif;
	text-align: center;
	background-color: #f6f6f6;
	height: 30px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	
}

#Description:before, #Description:after {
	content: "";
	position: absolute;
	background: #f6f6f6;
	/* Match the background */
   top: 0;
	bottom: 0;
	width: 9999px;
	/* some huge width */border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 30px;
	padding-top: 15px
}

#Description:before {
	right: 100%;
}

#Description:after {
	left: 100%;
}

#Container #MainContent {
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #444;
	padding-bottom:120px;


	
	
}

#Container #MainContent p {
	margin-left: 70px;
	font-size: 14px;
	line-height: 23px;
}


#Container #MainContent .textBox {
width: 550px;
float: left;
}

#Container #MainContent ul {
	line-height: 22px;
	color: #666666;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
}

#Container #MainContent  ul li {
	background-image: url(../images/list.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	margin: 2px;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 50px;
	width: 100%;
}

#Container #MainContent .Field {
	float: right;
	margin-left: 25px;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	padding-bottom: 60px;
	margin-right: 0px;
	padding-right: 0px;
}

#Container #MainContent .Pic {
	float: right;
	margin-left: 25px;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-right: 0px;
	padding-right: 0px;
}


#Container #MainContent .Field.bottom {
	
	padding-bottom: 110px;
	
}


.Field img {
	margin-top: -10px;
}


#Container #MainContent .GreyBox {
	background-color: #f6f6f6;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 20px 0px 0;

}

.GreyBox:before, .GreyBox:after {
	content: "";
	position: absolute;
	background: #f6f6f6;
	/* Match the background */
   top: 0;
	bottom: 0;
	width: 9999px;
	/* some huge width */
   border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 100%;
}

.GreyBox:before {
	right: 100%;
}

.GreyBox:after {
	left: 100%;
}

#Container #MainContent .RedBox {
	background-color: #f6f6f6;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 20px 0px 40px;
	color: #222;
	background-image: url(../images/location.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
}

.RedBox:before, .RedBox:after {
	content: "";
	position: absolute;
	background: #f6f6f6;
	/* Match the background */
   top: 0;
	bottom: 0;
	width: 9999px;
	/* some huge width */
   border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 100%;
}

.RedBox:before {
	right: 100%;
}

.RedBox:after {
	left: 100%;
}

#Container #MainContent .RedBox.nobg {
	background-image: none;
}

#Container #MainContent .Client {
	background-color: #F6F6F6;
	background-image: url(../images/clients.png);
	height: 200px;
	padding: 30px 0;
	position: relative;
	
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #555;
	background-repeat: no-repeat;
	background-position: 59px 90%;
	background-size: 800px;
}

/*
.Client:before, .Client:after {
	content: "";
	position: absolute;
	background: #f6f6f6;
   top: 0;
	bottom: 0;
	width: 9999px;
   border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height:100%;
} */

.Client:before {
	right: 100%;
}

.Client:after {
	left: 100%;
}



#Footer {
margin-left:auto;
margin-right:auto;
	background-color: #2f2f2f;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	padding: 30px 40px 0;
	height: 120px;
color: rgb(134, 134, 134);
border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	width:920px;
	position:relative;
	margin-top:-120px;
	
}




#Footer:before, #Footer:after {
	content: "";
	position: absolute;

/* Match the background */
	top: 0;
	bottom: 0;
	width: 9999px;
	background-color: #2f2f2f;
	
}

#Footer:before {
	right: 100%;
}

#Footer:after {
	left: 100%;
}

#Footer ul {
	width: 170px;
}

#Footer li.Heading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: rgb(204, 204, 204);
text-shadow: 0px 1px rgb(31, 31, 31);
}

#Footer li {
}


#Footer #Nav {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#Footer #Nav ul li {
	display: inline;
}

#Footer #Nav ul {
	width: 170px;
}

#Footer #Nav ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
    color: rgb(204, 204, 204);
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 0px;
	text-transform: uppercase;
	
}

#Footer #Nav ul li a:hover {
	color: #666;
	text-decoration:overline;
}

#Footer ul.Telephone {
	margin-left: 20px;
	width: 150px;
}

#Container #MainContent .right {
	float: right;
}

#Container #MainContent .End {
	padding-bottom: 60px;
}

.Request a {
	font-size: 36px;
	text-align: center;
	text-transform: none;
	background-color: #93b37f;
	color: #FFF;
	padding: 20px;
	display: block;
	border-radius: 10px;
	width: 320px;
	margin: 50px 0 20px;
	margin-left: 69px;
}

.Request a:hover {
	background-color: #519341;
}

.list {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	vertical-align: text-bottom;
	color: #F26C4F;
	text-shadow: 0px 1px 2px #990000;
	padding-right: 10px;
}

.list-home {
	font-family: 'Lato', sans-serif;
	font-size: 46px;
	vertical-align: text-bottom;
	color: #eee;
	text-shadow: 0px 1px 2px #EFEFED;
	padding: 40px 18px;
	display: block;
	background-color: #333;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;	
}
.list-home:before, .list-home:after {
	content: "";
	position: absolute;
	background: #333;
	/* Match the background */
   top: 0;
	bottom: 0;
	width: 9999px;
	/* some huge width */
   	
}

.list-home:before {
	right: 100%;
}

.list-home:after {
	left: 100%;
}


/*
#Container #MainContent .Field {
	background-image: url(../images/air.png);
	background-repeat: no-repeat;
	background-position: 5px -50px;
    }


.Field img {
	visibility:hidden;	} */



.Title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #333333;
}

.Meta {
	background-color: #f6f6f6;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	color: #333;
	display: block;
	line-height: 40px;
}

h3.home {
		margin-left: 69px;
}



h2.red:before, h2.red:after {
	background-color: #CC6633;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4762A;
}
h2.red {
	background-color: #CC6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4762A;
}


.alignright {
	float:right;
}

.RedBox a {
	color: #CC6633;
}


#Container #MainContent .RedBox p {
	font-family: Verdana, Geneva, sans-serif;
}


 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
