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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body  {
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2",serif;
	font-size:14px;
	line-height:20px;
	background-color: #394A58;
	background-image:url(images/linen.jpg);
	-webkit-font-smoothing: subpixel-antialiased;
}
#header{
	padding: 0px 0px 15px 25px;
	text-align:left;
	margin:0 auto;
	width:1000px;
}

#container{
	background-color:#f4f3f0;
	background-image:url(images/bkgd1.png);
	margin:0 auto;
	padding-bottom:55px;
	width:1000px;
}

#mainContent{
	width:500px;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
}
#columnOne{
	width:140px;
	margin:0px 0px 0px 0px;
	float:left;	
}
#column{
	width:140px;
	padding: 0px 0px 0px 20px;
	float:left;	
}
#columnMid{
	width:140px;
	padding: 0px 0px 0px 20px;
	border-left: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	float:left;	
}


#divider{
	border-bottom: thin #C0C0C0 solid;
	height:25px;
}
#dividerSmall{
	border-bottom: thin #C0C0C0 solid;
	height:3px;
}
#call{
	color:#FFF;
	font-size:18px;
	padding:35px 0px 0px 0px;
	text-align:center;
	background-image:url(images/box.png);
	background-repeat:no-repeat;
	width:215px;
	height:90px;
	position: absolute;
	top: 0px;
    right: 100px;
}
.space{
	padding:0px 0px 10px 0px;
}
#footer{
	width:1000px;
	margin:0 auto;
	font-size:9pt;
	letter-spacing:1px;
	text-align:left;
	padding: 2px 0px 0px 5px;
	font-variant:small-caps;
	
}
p {
	padding-bottom: 7px;
}
li {
	list-style:none;
	padding: 0px 0px 10px 0px;
}	


.fltlft { 
	float: left;
	margin-left: 20px;
	text-align:right;
}
.fltrt { 
	float: right;
	margin-right: 20px;
	text-align:left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.justify{
	text-align:justify;
}
.line{
	border-left: thin #425364 solid;
}

h5{
	 font-family: "league-gothic-1","league-gothic-2", helvetica, sans-serif;
	font-weight: 500; 
	font-style:normal;
	font-size: 88px;
	line-height:75px;
	padding: 0px 0px 10px 0px;
	color:#394A58;
	text-shadow:#FFF 0 1px 0;
}
h1 {
  font-family: "league-gothic-1","league-gothic-2",sans-serif;
  font-size: 22px;
}

h2 {
	font-family: "league-gothic-1","league-gothic-2",sans-serif;
	font-size: 18px;
}
h3 {
	font-family: "league-gothic-1","league-gothic-2",helvetica, sans-serif;
	font-size: 16px;
}
.bigger{
	font-size:22px;
	line-height:26px;
	color: #8DA1AE;
		}
.white{
	color: #8DA1AE;
}
.italic{
	font-style:italic;
	color: #8DA1AE;
	font-size:16px;
}
/*regular links*/
a:link {
	text-decoration: none;
	color: #8DA1AE;
}
a:visited {
	color: #8DA1AE;
	text-decoration: none;
}
a:hover {
	color:#43546B;
	text-decoration: none;
}
a:active {
	color: #8DA1AE;
	text-decoration: none;
}

#heyWrapper{
	background-image:url(images/5000-acres.png);
	background-repeat:no-repeat;
	background-position:top right;
	width: 192px;
	height:103px;
	margin: 0px 0px 0px -30px;
}
#phoneWrapper{
	background-image:url(images/phone.png);
	background-repeat:no-repeat;
	width: 140px;
	height:40px;
	padding: 35px 0px 0px 0px;
	position: absolute;
	top: 0px;
    right: 200px;
	text-align:center;
	color:#F2F1ED;
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2",serif;
	font-style:italic;
	font-size:18px;
	letter-spacing:2%;
}


.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}