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

* {
	padding:0;
	margin:0;
}

a {
	color:#29abe2;
}

a:hover {
	color:#176d91;
}

strong {
	color:#1c3c79;
}

h1 {
	color:#1c3c79;
	font-size:24px;
	padding-bottom:10px;
}

h1 strong {
	color:#1c3c79;
	font-size:16px;
}

h2 {
	color:#2c8dcf;
	font-size:14px;
	padding-bottom:10px;
}


body {
	background:url(../images/bg.png) top left repeat-x #6984b8;
	text-align:center;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#shell {
	width:890px;
	margin:0 auto;
	background:#fff;
	border:solid 20px #ccc;
}

#header {
	background:url(../images/header.png) top center no-repeat;
	height:168px;
	text-align:right;
}

#header a {
	padding-top:40px;
	padding-left:5px;
	color:#fff;
	width:auto;
	padding-right:20px;
	display:inline-block;
	float:right;
	border-left:1px solid #fff;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

#header a:hover {
	color:#000;
}

#address-bg {
	background:url(../images/address-bg.png) top center no-repeat;
	height:415px;
	text-align:right;
	padding-top:30px;
	padding-right:10px;
	font-size:16px;
}

#address-bg p {
	padding-bottom:15px;
}

#lhs {
	width:389px;
	float:left;
	border-right:1px solid #333;
}

#lhs-thumb-pic {
	margin-bottom:20px;
}

#tel-area {
	background:url(../images/tel-area.png) top center no-repeat;
	height:165px;
	width:268px;
	color:#fff;
	text-align:left;
	margin:0 auto;
}

#tel-area h2 {
	padding:35px 0 5px 60px;
	font-size:16px;
}

#tel-area strong {
	padding-left:60px;
	font-size:24px;
	color:#fff;
	line-height:30px;
}

#rhs {
	width:460px;
	float:left;
	text-align:left;
	padding:0 20px;
}

#rhs p {
	padding-bottom:10px;
}

#rhs ul {
	padding-bottom:5px;
	padding-left:15px;
}

#rhs ul li {
	list-style-image:url(../images/bullet.png);
}

#clear-both {
	clear:both;
}

#footer {
	background:#29abe2;
	margin-bottom:15px;
	padding-top:5px;
	height:30px;
	width:860px;
	margin-left:15px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#333;
}

#ems {
	text-align:right;
	padding-right:5px;
}

#ems img {
	border:none;
}

/* the form */

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; text-align: left; float: left; border: 0px solid black; padding: 0px;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}