a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face{
	font-family:"WeblySleek UI Light";
	src:url(../weblysleekuil.ttf);
	}

#wrapper{
	width:100%;
	height:auto;
	}
	
#header{
	width:100%;
	height:auto;
	background-color:#166dcf;
	padding:10px 0;
	}
	
#slide{
	width:100%;
	height:auto;
	}
	
#slide_content{
	width:702px;
	height:auto;
	float:left;
	}
	
#slide_ad{
	width: 300px;
	height: 250px;
	float: left;
	border:1px solid #e3e3e3;
	background-color:#fcfcfc;
	padding:10px;
	}
	
#body{
	width:100%;
	height:auto;
	background:url(bg.jpg) no-repeat center center fixed;
	}
	
#body_in{
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:10px;
	background-color: #f7f9fa;
	box-shadow: 0 4px 8px 4px #dedede;
	}
	
#content{
	width:1024px;
	height:auto;
	float:left;
	padding:15px 0;
	}
	
#body_title{
	width:1024px;
	height:auto;
	float:left;
	font-family:"WeblySleek UI Light";
	font-weight:bold;
	font-size:26px;
	color:#166dcf;
	}
	
#body_desc{
	width:1024px;
	height:auto;
	float:left;
	font-family:"WeblySleek UI Light";
	font-size:14px;
	color:#333;
	padding:15px 0;
	}
	
#content_in{
	width: 1024px;
	height: auto;
	float: left;
	margin-top: 35px;
	text-align:center;
	}
	
#content_left{
	width:800px;
	height:auto;
	float:left;
	}
	
#content_right{
	width:224px;
	height:auto;
	float:left;
	}
	
#right_in{
	width:222px;
	height:auto;
	float:left;
	border:1px solid #d7d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
	
#side_box{
	width:324px;
	height:auto;
	float:left;
	}
	
#midd_box{
	width:324px;
	height:auto;
	float:left;
	margin:0 25px;
	}
	
#box_head{
	width:324px;
	height:auto;
	float:left;
	font-family:"WeblySleek UI Light";
	font-size:21px;
	color:#666;
	margin-bottom:15px;
	}
	
#box_body{
	width:324px;
	height:auto;
	float:left;
	}
	
#form_box{
	width:324px;
	height:auto;
	float:left;
	padding:4px 0;
	}
	
#form_title{
	width:61px;
	height:auto;
	float:left;
	}
	
#form_field{
	width:263px;
	height:auto;
	float:left;
	}
	
.field{
	width:243px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px 6px;
	border:1px solid #CCC;
	}
	
#form_submit{
	width:324px;
	height:auto;
	float:left;
	margin-top:5px;
	}
	
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#dt_box{
	width:292px;
	height:auto;
	float:left;
	padding:5px;
	margin:12px 0;
	}
	
#dt_icon{
	width:61px;
	height:auto;
	float:left;
	}
	
#dt_field{
	width:231px;
	height:auto;
	float:left;
	font-family:"WeblySleek UI Light";
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	}
	
/* Comment */
.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #f53737}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:6px}
#msgcontent {display:block; background:#FFF; font-family:"WeblySleek UI Light"; font-size:14px; color:#e62626; border:1px solid #f67272; border-left:none; padding:10px; min-width:150px; max-width:250px}
.form_img{float:left; margin-right:8px;}
/* Comment */

.subbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #029ae9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #029ae9;
	box-shadow:inset 0px 1px 0px 0px #029ae9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #029ae9), color-stop(1, #029ae9) );
	background:-moz-linear-gradient( center top, #009ff1 5%, #009ff1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#029ae9', endColorstr='#029ae9');
	background-color:#029ae9;
	text-indent:0;
	border:1px solid #0294e0;
	display:inline-block;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #0284c8;
	padding:8px;
	cursor:pointer;
}
.subbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0284c8), color-stop(1, #0284c8) );
	background:-moz-linear-gradient( center top, #0284c8 5%, #0284c8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0284c8', endColorstr='#0284c8');
	background-color:#0284c8;
}
.subbutton:active {
	position:relative;
	top:1px;
}

#content_map{
	width: 1024px;
	height: auto;
	float: left;
	margin-top: 15px;
	}

.ps-top-to-bottom {
  position: relative;
  border-top: 1px solid #CCC;;
}
.ps-top-to-bottom:before, .ps-top-to-bottom:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(transparent));
  background-image: -webkit-linear-gradient(#CCC, transparent);
  background-image: -moz-linear-gradient(#CCC, transparent);
  background-image: -o-linear-gradient(#CCC, transparent);
  background-image: linear-gradient(#CCC, transparent);
  top: -1px;
  bottom: -1px;
  width: 1px;
}
.ps-top-to-bottom:before {
  left: -1px;
}
.ps-top-to-bottom:after {
  right: -1px;
}

#mssg{
	width:1002px;
	height:auto;
	float:left;
	padding:15px 10px;
	border:1px solid #43bb08;
	font-family:"WeblySleek UI Light";
	font-size:14px;
	color:#093;
	background-color:#fdfefc;
	}
	
.mssg_title{
	font-family:"WeblySleek UI Light";
	font-size:24px;
	font-weight:bold;
	}