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


#wrap {
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-width: 1120px;
	font-size: 14px;
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

#header {
	width: 1120px;
}
#conDet  {
	position: absolute;
	left: 800px;
	font-weight: bold;
	top: 50px;
	line-height: 150%;
	width: 320px;
}
#conDet a  {
	color: #000;
}
#conDet a:hover {
	color: #C00;
}
.conLead {
	width: 280px;
	margin-left: 30px;
}
.conLine {
	display: block;
}
.conAbrev {
	float: left;
	width: 20px;
}

#nav {
	background-color: #CC0000;
	height: 33px;
	min-width: 1000px;
}
#content {
	margin-top: 20px;
}
#content a {
	color: #00F;
}
#content a:hover {
	color: #C00;
}


#footer {
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	height: 23px;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footR {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 20px;
}
#adm {
	float: left;
	width: 230px;
	padding-left: 20px;
}
#footC {
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.dibiz {
	text-align: right;
	width: 100px;
	/* [disabled]position: absolute; */
	/* [disabled]right: 0px; */
	float: right;
	padding-right: 46px;
}

#leftCol {
	float: left;
	width: 250px;
	margin-right: 40px;
	margin-bottom: 20px;
	/* [disabled]margin-top: 20px; */
	font-size: 12px;
	border: 1px solid #CCC;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
	background-color: #F9F9F9;
}
#leftCol ul {
	line-height: 150%;
	font-weight: bold;
	padding-left: 20px;
}
#leftCol a {
	font-weight: bold;
	color: #000;
}
#leftCol a:hover {
	font-weight: bold;
	color: #C00;
}

#leftCol a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}


#mainCol {
	/* [disabled]margin-left: 292px; */
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #F9F9F9;
}
#innerNav {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.buildingInsp {
	/* [disabled]float: left; */
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}

.intro {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
}
.conMain {
	border: 1px solid #CCC;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.conMain ul {
	line-height: 150%;
}
.conMain ol {
	line-height: 150%;
}


.imgL {
	float: left;
	margin-right: 20px;
	border: 2px solid #000;
}
.imgR {
	float: right;
	border: 2px solid #000;
	margin-left: 20px;
}
.imgRnobord {
	float: right;
	margin-left: 20px;
}

.contactDetails {
	background-image: url(images/Service-Area.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.clickinfo {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.hidden {
	display: none;
}
.unhidden {
	display: inline;
}
.youtubeR {
	float: right;
	margin-left: 10px;
	margin-top: 20px;
}
.youtubeL {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.youtubeC {
	margin-top: 20px;
	text-align: center;
}
