/* CSS Document */

/*Color Guide
Bright Green: B0D574
Dark Green: 365912
Sage:  C6D5B1
Grey: 3B4036
Orange: F2AA18

Site:
Light Grey: F3F6F1
My Off-black: 1B1C19
*/

body {
	background: #FFF;
	//border-top: 5px solid #B0D574;
	color: #1B1C19;
	font-size: 12px;
	//padding: 0px 0 40px;
	background-image:url(../img/topgradient.png);
	background-position: left top;
	background-repeat: repeat-x;
}

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

a:hover {
	text-decoration: underline;
}


p {
	overflow: hidden;
}

p a{
	color: #F2AA18;
	//font-weight: bold;
}

p a:hover{
	color: #365912;
	text-decoration: none;
}

.container_12 {
	//background: #fff url(../img/12_col.gif) repeat-y;
	//margin-bottom: 20px;
	padding-top: 40px;
	//border-left: solid 3px #E29844;
	//border-right: solid 3px #E29844;
}

.logo {
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 67px;
	margin-bottom: 40px;
}

.grey{
	color: #3B4036;
	text-transform: uppercase;
}

.lightgreen{
	color: #B0D574;
	text-transform: uppercase;
}

.darkgreen{
	color: #365912;
}

.nav{
	margin-top: 28px;
}

.nav li{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	border: none;
}
.button {
   background: #3B4036;
   padding: 10px 20px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   //-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   //-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   //box-shadow: rgba(0,0,0,1) 0 1px 0;
   //text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   //font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   background: #fff;
   color: #F2AA18;
   text-decoration: none;
   -moz-box-shadow: inset 0 0 5px #51554E;
   -webkit-box-shadow: inset 0 0 5px #51554E;
   box-shadow: inner 0 0 5px #51554E;
   }
.button:active {
   background: #51554E;
   color: #F2AA18;
   text-decoration: none;
   }
   
.footer{
	background-color: #B0D574;
	height: auto;
}

#image1{
	height: 306px;
	width: 460px;
	background-image:url(../img/house1.png);
	}