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

/*----------Default Styles-----*/

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, font, 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 {
    background: none repeat scroll 0 0 transparent;
   
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
ol, ul {
    list-style: none outside none;
}



/*----------Body and Wrapper----------*/

html{
	height:100%
}

body{
	background-image: url(../images/teel_background.png);
	background-repeat: repeat;
	background-color: #dcdcdd;
	
	
}

#master_container{
	margin: 0 auto;
	width: 1070px;
	
	
}


/*--------Left Content---------*/

#left_content{
	width: 239px;
	height: 500px;
	float: left;
	margin-top: 70px;
	margin-right: 10px;
	
}

h2{
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: .9em;
	letter-spacing: .1em;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #396e22;
	
	
}

h1.logo{
	background-image:url(../images/logo.png);
	width: 100%;
	height: 130px;
	
}



ul.description{
	padding-top: 9px;
	width: 100%;
	text-align:center;	
}

.description li{
	color: #6e6e6e;
	font-family: 'Lato', sans-serif;
	display: inline;
	padding: 0px 5px 0px 1px;
	font-size: .6em;
	border-right: 1px solid #396E22;
}

li.none{
	border:none;
}


p.counties{
	color: #6e6e6e;
	font-family: 'Lato', sans-serif;
	font-size: .8em;
	padding: 10px;
	text-align: center;
	line-height: 1.8em;
	font-weight:400;
	
	
}

p.address{
	color: #6e6e6e;
	font-size: .8em;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight:normal;
	line-height: 1.4em;
	padding-bottom:2px;
	
}

ul.info{
	padding-top: 5px;
	

	
	
}

.info li{
	color: #6e6e6e;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight:300;
	font-size: .8em;
	padding-bottom: 3px;

	
}

.info li.phone{
	padding-bottom: 5px;
	
}

.info li a{
	color: #6e6e6e;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight:400;
	font-size: 1em;
	text-decoration: none;
	

}

.info li a:hover{
	color: #396e22;
	text-decoration: none;

}

.facebook{ 
	padding: 8px 0 0 81px;
}




/*--------Horizontal Rule---------*/

hr{
	margin-top: 12px;
	background-image:url(../images/hr.png);
	height: 2px;
	background-repeat:repeat-x;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 2);
	width: 100%;
	
	
}



/*-------Right Content---------*/

#right_content{
	float: right;
	width: 820px;
	height: 500px;
	background-color: white;
	margin-top: 70px;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(100, 100, 100, .2);
-moz-box-shadow: 2px 2px 5px 2px rgba(100, 100, 100, .2);
box-shadow: 2px 2px 5px 2px rgba(100, 100, 100, .2); 


	
	
	
}

/*-------Bottom Content---------*/

#bottom_content{
	margin-left: 250px;
	height: 100px;
	float: left;
	margin-top: 40px;
	position: relative;
	width: 820px
}

#bottom_content p{
	margin-top: 15px;
	font-size:  .8em;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	color: #585858;
}

#bottom_content ul{
	font-size:  .8em;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	color: #585858;
}

p.left{
	float: left;
	width:375px;
	text-align: left;
	margin-bottom:30px;
}

p.right{
	border-left: 1px solid #bdbdbd;
	padding-left: 32px;
	width: 375px;
	float: right;
	margin-right: 0px;
	
}

.left e{
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: 700;
	
}

#bottom_content hr{
	height: 4px;
}

.services {
	border-left: 1px solid #bdbdbd;
	padding-left: 32px;
	width: 375px;
	float: right;
	margin-right: 0px;
	list-style:disc inside none;
	margin-bottom:30px;
}












