@charset "UTF-8";
body {
	background-color: #343B5A;
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-color: #1D3315;
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}

.container {
	width: 800px;  /* use 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
}
.containerNested {
	position:relative;
}
img {
	border: 0;
}
.white, .white a:visited, .white a:link, .white a:hover {
	color: #FFFFFF;
}
td {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
h1 {
	font-size: 18px;
	color: #0000CC;
}
.blueBorder {
	border: 1px solid #0000CC;
}
.propTitle {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0000CC;
	padding: 12px;
	font-weight: bold;
}
.padding10 {
	padding: 15px;
}
a:visited, a {
	font-weight: bold;
	color: #008B88;
	text-decoration: underline;
}
.dropdown #ourcompany , .dropdown #lowslope, .dropdown #sheetmetal, .dropdown #copings, .dropdown #careers, .dropdown #roofingservices, .dropdown #careersres, .dropdown #steepslope  , .dropdown #projectsres {
	background-color: #AEBEFF;
	padding: 3px;
	top: 191px;
	visibility: hidden;
	color: #FFFFFF;
	position: absolute;
}
#ourcompany {
	left: 87px;
}
#lowslope {
	left: 171px;
}
#sheetmetal {
	left: 238px;
}
#steepslope {
	left: 315px;
}
#copings {
	left: 456px;
}
#careers {
	left: 636px;
}
#roofingservices {
	left: 174px;
}#careersres {
	left: 479px;
}
#projectsres {
	left: 385px;
}
.dropdown a:visited, .dropdown a {
	color: #333333;
	text-decoration: none;
}
.dropdown a:hover {
	color: #ffffff;
}
.footer, .footer a, .footer a:visited,  .footer a:hover {
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.center {
	text-align: center;
}
.main {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.leftColumn {
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
hr {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 95%;
	padding-bottom:10px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
