@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #525252;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 90%;
}
.twoColFixRtHdr #container {
	width: 888px;
	text-align: left;
	background-repeat: repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #mainContent {
	margin-right: 400px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
} 
.twoColFixRtHdr #mainContent1 {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 30px;
}
.twoColFixRtHdr  #container  h2  {
	font-size: medium;
	color: #1C3F95;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EF4F91;
	padding-left: 5px;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-size: small;
	font-weight: bold;
	text-transform: none;
	line-height: normal;
}

.twoColFixRtHdr #container #mainContent a {
	color: #3C3FC1;
	text-decoration: underline;
	padding: 5px;
	background-position: right;
}
.twoColFixRtHdr #container #sidebar1 img {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #newsupdate {
	height: 105px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
}
.twoColFixRtHdr #container #newsupdate a {
	color: #3C3FC1;
	text-decoration: underline;
}




.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/ES_mast.gif);
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 352px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(../images/qualty.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr #logos {
	height: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../images/logos.gif);
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F0F0F0;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
	border-top-style: dashed;
	border-top-width: thin;
	border-top-color: #7F7F7F;
} 
.twoColFixRtHdr #container #footer  a {
	font-weight: normal;
	color: #074E93;
	text-decoration: underline;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #262690;
	font-size: small;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F0F0F0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 h2 {
	font-size: medium;
	color: #3C3FC1;
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 a {
	color: #3C85EB;
	text-decoration: underline;
}
.twoColFixRtHdr #callnow {
	background-color: #EF4F91;
	color: #1C3F95;
	padding: 10;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.twoColFixRtHdr #container #sidebar2 h2 {
	font-size: medium;
	color: #1C3F95;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EF4F91;
	padding-left: 5px;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-size: medium;
	color: #1C3F95;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EF4F91;
	padding-left: 5px;
}
.twoColFixRtHdr #newsupdate1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
