html, body
{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:100%;
	height:100%;
}

div, ul, li, img
{
	margin:0;
	padding:0;
	border:0;
}

h1
{
	font-size:26px;
	font-weight:bold;
	color:#CE911C;
}

h3
{
	font-weight:bold;
	font-size:16px;
	color:#3E6142;
}

a
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}


#container
{
	position:relative;
	width:100%;
	/*overflow:auto;*/
	height:auto !important;
	height:100%;
	min-height:100%;
}

#content
{
	display:block;
	padding-top:40px;
	width:740px;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:33px;
}

.bluelink
{
	color:#0000FF;
	text-decoration:none;
}

.bluelink:hover
{
	color:#000000;
	text-decoration:underline;
}

.success{
	color:#006600;
}
.success_shade{
	background-color:#97F792;
}
.failure{
	color:#FF0000;
}
.failure_shade{
	background-color:#F79299;
}

.person_title
{	
	font-weight:bold;
	font-size:16px;
	color:#CC071E;
}

.dest_title
{
	font-weight:bold;
	color:#3E6142;
	font-size:16px;
	padding-left:20px;
}

.dest_title a
{
	color:#3E6142;
	text-decoration:none;
}

.dest_title a:hover
{
	color:#3E6142;
	text-decoration:underline;
}

.tour_title
{
	font-weight:bold;
	color:#000000;
	font-size:14px;
	padding-left:40px;
}

.tour_title a
{
	color:#000000;
	text-decoration:none;
}

.tour_title a:hover
{
	color:#000000;
	text-decoration:underline;
}

input
{
	background-color:#CCCCCC;
	color:#000000;
	border:0;
	padding:2px 5px 2px 5px;
	height:auto;
}

textarea
{
	background-color:#CCCCCC;
	color:#000000;
	border:0;
}

select
{
	background-color:#CCCCCC;
	color:#000000;
	border:0;
	padding:2px 5px 0px 5px;
	height:20px;
}

/* HOME */
#header
{
	height:182px;
	width:100%;
}

#l_header
{
	display:block;
	float:left;
	width:50%;
	height:182px;
	background-color:#CE911C;
	clear:left;
}

#l_header img { float:right; }

#r_header
{
	display:block;
	float:right;
	width:50%;
	height:182px;
	background-color:#FFFFFF;
	clear:right;
}

#r_header img { float:left; }

#nav
{
	width:100%;
	height:33px;
	background-color:#36308A;
}

#nav_container
{
	width:930px;
	height:33px;
}

#menu
{
	list-style:none;
	text-align:center;
	padding-top:8px;
}

#menu2
{
	list-style:none;
	text-align:center;
	padding-top:8px;
}

#menu li
{
	display:inline;
	padding:0px 0px 0px 10px;
}

#menu2 li
{
	padding:0px 10px 0px 10px;
	display:inline;	
}

#menu li a:hover
{
	color:#CF9421;
	text-decoration:none;
}

#menu2 li a:hover
{
	color:#CF9421;
	text-decoration:none;
}

#menu li span
{
	padding-left:10px;
	color:#CF9421;
}

#nav2
{
	width:100%;
	height:33px;
	background-color:#51499A;
}

#nav2_container
{
	width:930px;
	height:33px;
}

#home_images
{
	padding-top:50px;
	padding-bottom:30px;
	width:100%;
	height:232px;
	background-color:#F1E2C1;
}

#home_images_con
{
	height:216px;
	width:648px;
}



.active
{
	color:#CF9421 !important;
	font-weight:bold;
}

.orange
{
	display:block;
	font-weight:bold;
	border:1px solid #3D3A8C;
	padding: 5px 3px 5px 3px;
}

.orange:hover
{
	display:block;
	background-color:#dea300;
	border:1px solid #e6ba40;
	padding: 5px 3px 5px 3px;
	text-decoration:none;
}

#footer
{
	position:absolute;
	background-color:#36308A;
	height:33px;
	width:100%;
	text-align:center;
	bottom:0;
	left:0;
	margin-top:30px;
}

#footer p
{
	margin:0;
	display:block;
	color:#FFFFFF;
	font-size:14px;
	padding-top:8px;
}

#hfooter
{
	display:block;
	background-color:#36308A;
	height:33px;
	width:100%;
}

#hfooter p
{
	margin:0;
	color:#FFFFFF;
	font-size:14px;
	padding-top:8px;
}

.ohigh
{
	color:#CF9421 !important;
}

/*LAND*/

div#landtop
{
	display:block;
	overflow:hidden;
	width:930px;
	height:47px;
	background-position:top left;
	background-repeat:no-repeat;
}

div#landtop_left
{
	float:left;
	display:block;
	width:500px;
}

div#landtop_right
{
	float:right;
	display:block;
	width:200px;
	font-size:20px;
	color:#FF0000;
	font-weight:bold;
	padding-top:5px;
}

.land
{
	width:288px;
	padding:5px;
	border:1px solid #3D3A8C;
	overflow:auto;
}

.land_title
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
	height:40px;
	width:288px;
}

.land_details
{
	padding:0;
	margin:0;
	height:70px;
	width:288px;
}

.land_left
{
	float:left;
	width:180px;
	color:#FF0000;
	height:85px;
}

.land_right
{
	float:right;
	width:100px;
	height:85px;
}

.land_right a
{
	display:block;
	width:100px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#3D3A8C;
	text-align:center;
	margin-top:3px;
	font-weight:bold;
}

.land_right a:hover
{
	background-color:#DEA300;
}

.land_price
{
	color:#FF0000;
	font-weight:bold;
	font-size:40px;
}

.title
{
	font-size:16px;
	font-weight:bold;
}

.details
{
	font-size:12px;
	font-weight:bold;
}

/*BOOK*/
.yellowhigh
{
	background-color:#E0A501;
}


