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

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E8E8E8;
	background-image: url(../images/bg_master.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#center {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/mid_homepage.jpg);
	height: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#footer {
	width: 710px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	height: 68px;
	padding-top: 40px;
	padding-right: 210px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
}
#footer li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	padding-right: 12px;
}
.homecenterleft {
	float: left;
	height: 303px;
	width: 532px;
	margin: 0px;
	padding: 0px;
}
.homecenterright {
	float: right;
	height: 303px;
	width: 347px;
	margin: 0px;
	padding: 0px;
}

.homecenterleft_2 {
	float: left;
	height: 110px;
	width: 532px;
	margin: 0px;
	padding: 0px;
}

.homecenterleft_2 img{
	border:none;
	float: left;
	margin: 10px;
	margin-bottom: 0px;
	padding:0px;

}

.homecenterleft_2 p{
	margin-top:8px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.homecenterleft_2 a{
	color:#333333;
	padding-top:2px;
	text-decoration:none;
}

.homecenterleft_2 a:hover{
	color:#CC9900;
	padding-top:2px;
	text-decoration:none;
}

.homecenterright_2 {
	float: right;
	height: 110px;
	width: 347px;
	margin: 0px;
	padding: 0px;
}

#center_2 {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/footer2.jpg);
	height: 303px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: repeat-y;
}

#center_3 {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/footer2.jpg);
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
}