@charset "utf-8";
/* CSS Document */
body {
	background-color: #cfd0cf;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../siteimages/bg-site.gif);
	background-repeat: repeat-x;
}
.greenbar {
	background-color: #086324;
	width: 100%;
	margin-top: 50px;
	height: 25px;
	z-index: -100;
}
.wrap {
	width: 1000px;
	margin: 0 auto; 
}
/* --------------------------------------------- */
header {
	float: left;
	height: 60px;
	width: 800px;
	color: #333;
}
#logobox {
	float: right;
	height: 130px;
	width: 200px;
	z-index: 100;
	margin-top: 10px;
}
#mainpanel {
	float: left;
	width: 1000px;
	margin-top: -50px;
}
#sitefooter {
	float: left;
	width: 800px;
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}
#sitehead {
	float: left;
	height: 60px;
	width: 800px;
	color: #333;
}
#sitehead2 {
	background-image: url(../pics/yutzy-roofing-service.jpg);
	float: left;
	height: 79px;
	width: 800px;
	padding-top: 273px;
}
/* --------------------------- */
.areas {
	float: left;
	width: 750px;
}
.citem {
	text-align: center;
}
.cm1 {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	float: left;
	width: 300px;
	margin-right: 25px;
	background-color: #eeeeee;
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 25px;
	border-radius: 15px;
	box-shadow: 10px 10px 10px #888888; 

}
.cm2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 500px;
	background-color: #f6e9ce;
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 25px;
	border-radius: 15px;
	box-shadow: 10px 10px 10px #888888;
	margin-left: 100px;
	float: left;

}
.epdm-box1 {
	float: left;
	width: 475px;
}
.epdm-box2 {
	float: left;
	width: 240px;
	margin-left: 25px;
	background-color: #eaebeb;
	padding: 5px;
	border: 1px dotted #666;
}
.epdm-stepbox {
	font-size: 12px;
	color: #030;
	text-align: center;
	float: left;
	width: 160px;
	margin-left: 15px;
}
.epdm-row {
	float: left;
	width: 765px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fullpanel {
	float: left;
	width: 765px;
}
h1 {
	text-align: center;
}
h2 {
}
h3 {
}
.main-col1 {
	float: left;
	width: 755px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 15px;
	background-color: #ffffff;
	box-shadow: 10px 10px 10px #888888; 

}
.maincol1box {
	float: left;
	width: 353px;
	margin-left: 10px;
	padding: 5px;
}
.main-col2 {
	float: right;
	width: 200px;
	z-index: 1;
}
.panel-full {
	width: 760px;
	float: left;
}
.phone {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.pic1 {
	box-shadow: 5px 5px 5px #888888;
}

.picbox165 {
	text-align: center;
	float: left;
	width: 165px;
	margin-right: 10px;
}
.picbox200 {
	float: left;
	width: 200px;
}
.picbox275 {
	float: left;
	width: 275px;
	margin-right: 10px;
}
.picrow {
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.pictxt1 {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.stepbox {
	font-size: 12px;
	float: left;
	width: 110px;
	margin-right: 10px;
}
.steppic {
	box-shadow: 5px 5px 5px #888888;
	margin-bottom: 10px;
}
.steprow {
	float: left;
	width: 750px;
}
.tag1 {
	font-style: italic;
	color: #FFF;
	margin-top: 12px;
}
.tag2 {
	font-size: 24px;
	text-align: center;
}
.title1 {
	font-size: 30px;
	font-weight: bold;
	color: #086324;
}
.title2 {
}
.title3 {
	color: #5e615f;
	margin-bottom: 0px;
}
.title4 {
	color: #086324;
	margin-bottom: 0px;
}
.titlepanel1 {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b20838;
	border-bottom-color: #b20838;
	text-align: center;
	margin-top: 50px;
}
.title-sa {
	color: #900;
	text-shadow:1px 1px 1px #cccccc;
	margin-bottom: 2px;
}
.txt12gr {
	font-size: 12px;
	color: #666;
}
.wdpanel {
	text-align: left;
	margin-top: 10px;
}
/* THUMBS ------------------ */
.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #e4e4e3;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
box-shadow: 2px 2px 5px 0px gray;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
 /* left: 60px; /*position where enlarged image should offset horizontally */
}
/* -- LINKS ------------------------------------ */
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #086324;
	text-decoration: underline;
}
a.link-ph:link {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	color: #000;
	text-decoration: none;
	float: left;
	width: 100%;
	margin-top: 5px;
}
a.link-ph:hover {
	color: #FF0;
	text-shadow: 1px 1px 1px #111111;
}
a.nav1:link, a.nav1:visited {
	color: #086324;
	text-decoration: none;
	float: left;
	width: 180px;
	background-image: url(../siteimages/nav1.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
	margin-bottom: 2px;
	height: 20px;
}
a.nav1:hover, a.nav1:active, a.nav1:focus {
	text-decoration: underline;
	color: #003;
	background-image: url(../siteimages/nav1a.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
a.sf1:link, a.sf1:visited {
	color: #06C;
	text-decoration: none;
}
a.sf1:hover, a.sf1:active, a.sf1:focus {
	color: #086324;
	text-decoration: underline;
}
