body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	background-color: #1370b1;
	font-size: 16px;
	color: #575757;
}
#header {
	display: none;
}
#main_content {
	padding-left: 0px;
}
#sub_content {
	display: none;
}
h1 {
	margin-bottom: 20px;
}
/* ----- Article ----- */
.article {
	padding-right: 20px;
	padding-bottom: 20px;
}
.article p {
	line-height: 22px;
	padding-top: 6px;
	font-size: 16px;
}
.article p a.more img {
	position: relative;
	bottom: -3px;
}

/* ----- Category ----- */
.cat {
	padding-bottom: 20px;
}
.cat h2 {
	height: 19px;
}
.cat div.odd {
	margin-right: 15px;
	display: inline;
}
.cat div.even {
	background-image: url(../img/sep_ver.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.cat_item {
	width: 292px;
	float: left;
	margin-top: 16px;
	cursor: pointer;
}
#des .cat_item, #pho .cat_item {
	margin-top: 24px;
}
.cat_item img.float_left {
	padding: 6px;
	background-color: #FFFFFF;
	border: solid 1px #dfdfdf;
	display: inline;
	margin-right: 10px;
	margin-top: 3px;
}
#des .cat_item img.float_left, #pho .cat_item img.float_left {
	margin-bottom: 6px;
}
.cat_item h3 {
	color: #b45031;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}
#des .cat_item h3, #pho .cat_item h3 {
	background-image: url(../img/ar_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 12px;
	margin-left: 10px;
	clear: both;
}
.cat_item p {
	font-size: 11px;
	line-height: 17px;
}
.cat_item p a img {
	margin-top: 2px;
}
.cat_item img.clear {
	float: left;
	margin-top: 12px;
}
#des .cat_item img.clear, #pho .cat_item img.clear {
	margin-top: 6px;
}

/* ----- Box more ----- */
.box_more {
	padding-top: 20px;
}
.box_more ul {
	width: 460px;
	height: 120px;
	padding-left: 60px;
	background-image: url(../img/sep_ver.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.box_more ul li {
	list-style-type: none;
	width: 200px;
	padding-left: 20px;
	float: left;
	line-height: 22px;
}

/* ----- Article gallery ----- */

.article_gal h3, .article_vid h3 {
	font-size: 13px;
	font-weight: bold;
	color: #b45031;
	margin-bottom: 8px;
	padding-top: 12px;
}
.article_gal img.float_left, .article_vid img.float_left {
	padding: 6px;
	background-color: #FFFFFF;
	border: solid 1px #dfdfdf;
	display: inline;
	margin-right: 22px;
	margin-top: 15px;
}

/* ----- Travel form ----- */
#travel {
	width: 100%;
	padding-top: 20px;
}
#travel fieldset {
	border: 0 none;
	padding-bottom: 25px;
}
#travel div.float_left, #travel div.float_right {
	width: 49%;
}
#travel div.float_right {
}
#travel div.checkbox {
	padding-top: 4px;
}
#travel label, #travel div.radio label.tit, #travel div.time label.tit {
	color: #575757;
	font-size: 13px;
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
}
#travel div.radio label.tit, #travel div.time label.tit {
	margin-bottom: 6px;
	margin-top: 12px;
}
#travel div.radio label {
	display: inline;
	padding-right: 40px;
}
#travel div.radio label, #travel div.time label {
	display: inline;
	padding-right: 10px;
}
#travel label span {	
	font-size: 11px;
	display: block;
}
#travel div input {
	color: #b45031;
	font-size: 13px;
	background-image: url(../img/travel_form/input.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	width: 276px;
	padding-left: 3px;
	padding-top: 3px;
	border: 0 none;
}
#travel div.radio input {
	color: #b45031;
	font-size: 13px;
	background-image: none;
	height: auto;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
}
#travel div.time input {
	background-image: url(../img/travel_form/input_sm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	width: 90px;
}
#travel .checkbox input {
	height: auto;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
}
#travel select {
	color: #b45031;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	width: 279px;
}
#travel option {
	padding-left: 3px;
	font-weight: normal;
}
#travel textarea {
	color: #b45031;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	background-image: url(../img/travel_form/bg_ta.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 67px;
	width: 276px;
	padding-left: 2px;
	padding-top: 3px;
	border: 0 none;
}
.article #travel p {
	color: #b45031;
	padding-top: 0px;
}
#travel #buttons {
	text-align: right;
}
#travel #submit_button {
	padding-left: 8px;
	padding-right: 8px;
}


/* ----- Box contact ----- */
.box_contact {
	clear: both;	
	padding-left: 29px;
	padding-top: 40px;
}
.box_contact h2 {
	height: 17px;
}
.box_contact div {
	width: 198px;
	padding-top: 10px;
}
.box_contact h3 {
	font-size: 11px;
	font-weight: bold;
	color: #b45031;
}
.box_contact p {
	font-size: 11px;
	line-height: 17px;
}

/* ----- Footer navigation ----- */
#foot_nav {
	display: none;
}
img.qcon {
	display: none;
}
img.ea {
	clear: both;
	display: block;
	margin-left: 47px;
	padding-top: 16px;
}

a {
	color: #b45031;
	text-decoration: none;
}
a:hover {
	color: #b45031;
	text-decoration: hover;
}
a img {
	border: 0 none;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

