@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: #666666;
	font-family: Arial;
	font-size: 12px;
	background-image: url(../images/bg-x-repeat.jpg);
	background-repeat: repeat;
	line-height: 1.5em;
}
p {
	line-height: 2em;
}
a {
	font-family: arial;
	font-size: 11px;
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #333333;
}
a:active {
	color: #FF6600;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
	font-family: arial;
	color: #FF920C;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1B64B3;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.imgicon {
	margin-top: 35px;
}
.one #container #mainContent p {
	padding: 0px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 10px;
}

.name {
	color: #F26522;
	font-weight: bold;
	font-size: 14px;
}
.one  #container {
	width: 470px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 750px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.one  #mainContent {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.one #container #mainContent li {
	text-align: center;
	line-height: 2em;
	color: #666666;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.one #container #mainContent ul {
	line-height: 2em;
	color: #FF9108;
}
.sub {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #0C62BA;
}
.tel {
	font-size: 15px;
}
