@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#C8C8C8;
	margin:0;
	text-align: center;
	min-width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#Wrapper{
	background-color:#FFFFFF;
	width: 930px;
	text-align: left;
	padding: 0px 10px 10px 10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

#HeaderCC{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1C5BA2;
	text-align: right;
	margin: opx;
}

#footerCC, .push {
	height: 50px; /* .push must be the same height as .footer */
	margin: 0 auto;
	width: 930px;
	text-align: left;
	color: #FFFFFF;
}

#footerCC a{
	text-decoration:none;
	color: #FFFFFF;
}
#footerCC a:hover{
	color: #333333;
}
.Menu{
	background-image: url(../Images/Page/Menu_Bar.png);
	height:30px;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	}

#Menu_Bar{
	height:30px;
	color:#FFFFFF;
	margin: 0px 0px 10px 0px;
}

.Menu a{
	text-decoration:none;
	color: #FFFFFF;
}
.Menu a:hover{
	color: #333333;
}
.Dist_Services{
	background-image: url(../Images/Page/Dist_Bar.jpg);
	margin: 0px -1px 0px -1px;
}
.Sub_Services{
	background-image: url(../Images/Page/Sub_Bar.jpg);
	margin: 0px -1px 0px -1px;
}
.Index_Column_L{
	float:left;
	width: 458px;
	margin-left: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}.Index_Column_R{
	float:left;
	width: 458px;
	margin-left: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.Column{
	width:201px;
	float: left;
	padding: 12px;
}
#footerCC a hover{
	text-decoration: none;
}

.CCRight	{float:right}
.CCLeft		{float:left}
.CCClear	{clear:both}
.CCClearL	{clear:left}
.CCClearR	{clear:right}
/* CSS Document  End of Conformal Coating Mods to co-exist with Style.css*/

