@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #676767;
	background-color: #6A6A6A;
	font-family: 'tradegothicregular', Verdana, san-serif;
}

p, li {	color: #676767;
	font-size: .88em;
	line-height:1.5;
}

h1 {font-family: 'tradegothicbold_3', Verdana, san-serif;
	font-size: 1.25em;
}
h2 {font-family: 'tradegothicbold_3', Verdana, san-serif;
	font-size: 1.15em;
}


.bold {font-family: "tradegothicbold", Verdana, san-serif;
	line-height: .85;
}

ul {margin: 0px;
	padding: 0px;
}

li {margin-left: 15px;
line-height:1.3;

}

#green-bar {position: absolute;
	height: 10px;
	width: 100%;
	float: left;
	background-color: #869717;
	border-bottom: solid 1px #e9e4be;
	z-index:3;
}

#big-image {position: absolute;
	width: 100%;
	height: 330px;
	float: left;
	margin-top: 110px;
	border-top: solid 2px #859616;
	border-bottom: solid 2px #859616;
	background-image:url(../images/bgtemp2.jpg);
	/*background-size: 100% auto;
	background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position:center;
	z-index:5;
	background-color: #6A6A6A; /* Fall-back for browsers that don't
                                    support rgba */
    background-color: #6A6A6A;
}

#wrapper {position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-bottom: 10px;
	z-index: 10;
	overflow:hidden;
}

#logo-box {margin-left: 26px;
}

.phone {color: #7aa71e;
	float:right;
	font-size: 1.65em;
	line-height:1;
	margin-top: 8px;
	margin-right: 25px;
	font-family: "Times New Roman", Times, serif;
}

#columns {
	margin-top: 338px;
}

#column {position: relative;
	width: 257px;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .75);
	margin: 0 27px;
	padding: 24px 14px; 
	float: left;
	
}
.cindy {
	position: absolute;
	top: 190px;
	left: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px white;
}


#footer-wrapper {width:100%;
	position: relative;
	display: block;
	height: 50px;
	background-image:url(../images/dark-screen.png);
	clear: both;
	margin-top: 60px;
	padding-top: 10px;
}

#footer-content {width: 1024px;
	margin-left: auto;
	margin-right:auto;
	padding-left: 65px;
	color: #fff;
}
.business {font-size: .85em;
	font-weight:bold;
	margin-right: 30px;
}

.address {font-size:.85em;
}
	
/
