/* -------------------------- 1. Reset -------------------------- */
body, html {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0pt none;
	font-size: 100%;
	margin: 0pt;
	outline: 0pt none;
	padding: 0pt;
	vertical-align: baseline;
}
.clear {
	clear: both;
	display: block;
	height: 0pt;
	overflow: hidden;
	visibility: hidden;
	width: 0pt;
}

/* -------------------------- 2. Base -------------------------- */
body {
	background: url("../images/head_bg.jpg") repeat scroll 0% 0% #FFFFFF;
	color: #595959;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 996px;
}
ol, ul {
	list-style: none outside none;
}
ul {
	list-style: disc outside none;
}
ol {
	list-style: decimal outside none;
}
li {
	margin: 0pt;
}
ol li {
	margin-bottom: 7px;
	margin-top: 5px;
}
ul, ol, dd {
	margin-left: 25px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0pt;
}
hr {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent ! important;
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto auto;
	border: 0px solid transparent ! important;
	height: 1px;
}
:focus {
	outline: 0pt none;
}

/*  2.1 text */
h1 {
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	color: #717171;
	font-family: Arial,sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
}
h3 {
	color: #c69e03;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

h4 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}
a {
	color:#7c7e55;
	outline: medium none;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
blockquote {
	border-bottom: 1px dotted #9C9C9C;
	border-top: 1px dotted #9C9C9C;
	margin: 20px 0pt;
	padding: 10px;
}
blockquote p {
	margin: 5px 0pt;
	padding: 0pt;
}
del {
	text-decoration: line-through;
}

.rotate{
	width:220px;
	}
.rotate ul, ol{
	list-style: disc outside none;
	margin: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0pt;
	margin-bottom: 10px;
	background-color: #DBDBDB;
}
table, td, th {
	border: 1px solid #FFFFFF;
	font-size: 13px;
	vertical-align: middle;
}
th {
	background-color: #A4C2C2;
    color: #333333;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
td {
	padding: 10px;
}

/* 2.2 form */
fieldset {
	border: 1px solid #E0E0E0;
	padding: 20px;
}
input[type="text"], input[type="password"], textarea {
	background: none repeat scroll 0% 0% #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 2px 2px 2px 2px;
	color: #A6A6A6;
	padding: 8px 0;
    /*width: 80%;*/
}
textarea {
	background: none repeat scroll 0% 0% #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	font-size: 12px;
	overflow: auto;
	width: 80%;
	height: 150px;
}
input, textarea, input[type="submit"]:focus {
	outline: 0pt none;
}
input[type="radio"], input[type="checkbox"] {
	margin-left: 10px;
	margin-right: 10px;
}
button::-moz-focus-inner {
	border: 0pt none;
	padding: 0pt;
}
input[type="reset"], input[type="submit"], input[type="button"], button {
	background: url("../images/btn_submit.gif") repeat-x scroll 0pt 0pt #ABC742;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 17px;
	height: 32px;
	line-height: 19px;
	margin: 0pt;
	outline-width: 0pt;
	padding: 5px 30px 15px;
	text-align: center;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
	color: #000000;
	cursor: pointer;
}

/* -------------------------- 3. Layout-------------------------- */
.header_bg {
	background-color: #D9D7D3;
	height: 119px;
	padding: 0pt;
}

.header {
	background: url("../images/container_bg.jpg") no-repeat scroll -50px 0pt transparent;
	margin: 0pt auto;
	position: relative;
	width: 960px;
	z-index: 0;
	height: 119px;
}
.logo {
	height: 119px;
	position: absolute;
	top: 0pt;
	width: 400px;
	z-index: 2;
}
.header_text {
	position: absolute;
	right: 10px;
	top: 43px;
	z-index: 10;
	line-height: 24px;
}
.icon-top {
	color: #676767;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding-right: 20px;
    text-align: right;
}
.icon-phone {
	background: url("../images/icon_phone.png") no-repeat scroll right 5px transparent;
}
.icon-map {
	background: url("../images/icon_map_point.png") no-repeat scroll right 5px transparent;
}
.icon-login {
	font-size: 12px;
	text-align: right;
}
.icon-top span, .icon-top a {
	color: #898c4d;
	text-decoration: none;
}
.topNav {
	background: url("../images/nav.jpg") repeat-x scroll 0pt 0pt transparent;
	height: 37px;
	z-index: 3;
}

.slides_bg {
	background: url("../images/slide_bg.jpg") repeat scroll center top transparent;
	min-height: 116px;
	z-index: 1;
}
.slides {
	position:relative;
	top:15px;
	left:15px;
	width: 990px;
	height: 404px;
	z-index: 5;
	margin: 0pt auto;
}
.slides_line_bg {
	background: url("../images/header_line.jpg") repeat-x scroll 0 0 transparent;
	clear: both;
	height: 50px;
}

.slide_line {
	background: url("../images/header_line_middle.png") no-repeat scroll center top transparent;
	
	height: 50px;
}
.container_bg {
	background-color:#ededed;
}
.footer_bg{background: url("../images/footer_bg.jpg") repeat-x scroll 0pt 0pt #101010;
     min-height:200px;
     color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	padding: 0pt;
}
.footer {
	
}
.copyright {
	margin: 0pt auto;
	padding: 20px 0pt;
	text-align: center;
	width: 950px;
}
.poweredby {
	margin: 0pt auto;
	text-align: center;
}

/* -------------------------- 5. Home Page Layout-------------------------- */
.container {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 950px;
}

/* 5.1 Banner */
.banner_wrapper {
	padding-top: 20px;
	margin: 0pt auto;
	position: relative;
	width: 960px;
	z-index: 50;
}
.banner {
	left: 120px;
	position: absolute;
	top: -95px;
}
.banner1, .banner2, .banner3 {
	float: left;
	position: relative;
	text-align: center;
}
.banner-img {
	background: url("../images/baners_top_shadow.png") no-repeat scroll center bottom transparent;
	padding: 0pt 5px 5px;
}
.banner1-letter, .banner2-letter, .banner3-letter {
	height: 65px;
	left: 25px;
	position: absolute;
	text-indent: -9999em;
	top: 52px;
	width: 185px;
	z-index: 500;
}
.banner1-letter a, .banner2-letter a, .banner3-letter a {
	display: block;
	height: 65px;
	width: 185px;
}
/*
.banner1-letter {
	background: url("../images/book.png") no-repeat scroll 0pt 0pt transparent;
}
.banner2-letter {
	background: url("../images/join.png") no-repeat scroll 0pt 0pt transparent;
}
.banner3-letter {
	background: url("../images/tour.png") no-repeat scroll 0pt 0pt transparent;
}
*/
/* 5.2 container left*/
.container_left {
	width: 700px;
	float: left;
}
.container_left p {
	line-height: 22px;
	padding: 5px 0;
}

/* 5.3 container right */
.container_right {
	width: 220px;
	float: right;
	margin: 0;
}

/* -------------------------- 6. Sub Page Layout-------------------------- */
.sub .container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
.sub .container p {
	/*clear: left;*/
	margin-bottom: 10px;
}

/* 6.1 Container left - Sidebar */
.sub .container_left {
	float: left;
	width: 220px;
}
.sub .container_left ul {
	background-color: #FFFFFF;
	margin: 0pt;
}
.sub .container_left li {
	background: url("../images/point.png") no-repeat scroll right center transparent;
	border-bottom: 1px solid #9A9A9A;
	list-style: none outside none;
	margin: 0pt 5px;
	padding: 7px 10px 5px 5px;
}
.sub .container_left li a {
	color: #000000;
	font: bold 14px Arial,Helvetica,sans-serif;
	text-decoration: none;
}
.sub .container_left li a:hover {
	color: #c79e01;
}
.sub .container_left h3 {
	/*display: none;*/
}
.sub .container_left p {
	/*display: none;*/
}
/* 6.2 Container Right - Content */
.sub .container_right {
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	width: 710px;
	margin-bottom: 20px;
}
.sub .slides_line{
	height: 0px;
	}


/* -------------------------- 7. Calendar Page Layout-------------------------- */
.calendar .container {
	width: 950px;
	padding: 20px 0;
}

/* -------------------------- 8. Thumbnail Gallery-------------------------- */
#gallery {
	clear: right;
	float: left;
	width: 700px;
}
.thumb {
	background-image: url("../images/thumb_bg.png");
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	margin: 0px 10px 10px 0px;
	width: 130px;
}
.thumb img {
	border: 1px solid #FFFFFF;
	margin: 0pt;
}

/* -------------------------- 9. Form Validate-------------------------- */
.valid {
	border: 1px solid #70A41B ! important;
}
.error {
	color: #FF0000;
}

/* -------------------------- 10. Form Validate-------------------------- */
#gcNews {
	background-color: #FFFFFF;
    background-image: url("../images/gcFeed-bg.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #C7C7C7;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 216px;
}
.gcTitle {
	/*margin-top: 2px;*/
}
.gcFooter {
	color: #707070;
	display: none;
	float: right;
	font-size: 13px;
	margin-bottom: 5px;
	width: 160px;
}
.gcFooter a {
	color: #1457ca;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------- 11. Custom-------------------------- */
.nobor {
	background-color: transparent;
	border-style: none;
}
.nobor td, .nobor tr {
	background-color: transparent;
	border-style: none;
}

.required{
    display: inline;
}

input[type=text], textarea{
    color:#000;
}

.social {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 10;
}

.sideList {
    margin-top: -10px;
}


#contentDiv { text-align: justify; }