@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/headerbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #39A8CC;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 363px;
	float: left;
}

#header_left {
	width: 425px;
	height: 133px;
	float: left;
}

#header_right {
	width: 535px;
	height: 133px;
	float: left;
	background-image: url('../images/header_right_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#header_right ul {
	float: left;
	padding-left: 202px;
}

#header_right ul li {
	display: inline;
	float: left;
	list-style: none;
}

#header_right ul li a {
	width: 111px;
	height: 25px;
	display: block;
	float: left;
	background-image: url('../images/menuReg.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#header_right ul li a:hover {
	background-image: url('../images/menuHover.gif');
	background-repeat: no-repeat;
}

#banner {
	width: 960px;
	height: 230px;
	float: left;
}


#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;
	
}

#mainbody_cont {
	margin: 0 auto;
	width: 960px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-y;
	border-top: #FFF solid 5px;
	border-bottom: #FFF solid 5px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #39A8CC;
	padding-bottom: 24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #39A8CC;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39A8CC;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;	
}


#nav_cont {
	width: 180px;
	float: left;
}
.nav {
	width: 180px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	border-bottom:#FFF solid 1px;
}
.nav li a {
	padding: 5px;
	width: 170px;
	display: block;
	background-color: #39A8CC;
	text-decoration: none;
}
.nav li a:hover {
	background-color: #9ACB3C;
	text-decoration: none;
}
.nav li a span {
	color: #fff;
}
.nav li a:hover span {
	color: #FFF;
}

#tel_cont {
	width: 180px;
	float: left;
}

#cont_right {
	width: 760px;
	float: left;
	padding: 20px 0 20px 20px;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #39A8CC;
}

#footer_cont {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}
#footer_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 10px;
	text-align:center;
}

#footer_cont p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#footer_cont p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.thumbnail {
	width: 160px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}

.area_cont {
	width: 720px;
	float: left;
	text-align: right;
	border-bottom: #39A8CC solid 2px;
}

.float_right {
	float: right;
	margin-top: 10px
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

label {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;
}

input {
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

.submit input {
	margin-left: 200px;
	color: #fff;
	background: #39A8CC;
	padding: 5px;
}