@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bgyellow.gif);
	background-position: center;
}
.HeaderBox {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
.borderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.ContactTitle{
   font-size:16px;
   color:#666666;
   font-weight:bold;
}
#footer {
	height: 50px;
	width: 1000px;
	vertical-align:middle;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFCC00;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#emailUs {
	background-color: #F5F2F6;
	border: 8px solid #eeeeee;
}

.emailUsCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}
.emailUsBox {
	width: 240px;
	border: 1px solid #9999cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#icon_email {
    width:70px;
	height:61px;
	position:absolute;
	margin-top:8px;
	margin-left:280px;
}
