/*********** SELECTORS STYLES  ***********/
body { background:#fff; font-family:Arial, Helvetica; font-size:12px; line-height:1.5em; }
body, form, p, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
hr { height:1px; color:#ccc; background:#ccc; border:0; }
li { margin-bottom:5px; }
ol { margin:4px 0 4px 30px; padding:0; }
ul { margin:4px 0 4px 30px; padding:0; }
ul ul, ol ol, ol ul, ul ol { margin-left:30px; }
blockquote { margin:5px 20px; }
fieldset { border:1px solid #ccc; }
table { border-collapse:collapse; }
input, select, textarea { font-size:1em; font-family:Arial, Helvetica, sans-serif; }
select { border:1px solid #b36969; background:#fcfcfc; }
textarea { border:1px solid #b36969; background:#fcfcfc; padding:2px; overflow:auto; } /* Remove vertical textarea scrollbar in IE */
a:link, a:visited { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; color:#c00; }
html { overflow:-moz-scrollbars-vertical; } 

.input { padding:1px 2px; border:1px solid #b36969; background:#fff; }
.button { border:1px solid #666; background:#a84214; color:#fff; font-size:0.9em; }

/********** ALIGNMENT STYLES **********/
.al { text-align:left; }
.ar { text-align:right; }
.ac { text-align:center; }
.aj { text-align:justify; }
.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.fo { float:left; width:100%; clear:both; display:inline; }
.flwm { float:left; margin:0 10px 5px 0; display:inline; }
.frwm { float:right; margin:0 0 5px 10px; display:inline; }
.cb { clear:both; display:block; visibility:hidden; height:auto; line-height:0; content:'.' }
.cl { clear:left; }
.cr { clear:right; }

/********** ACCESSORIES STYLES **********/
.pointer { cursor:pointer; }
.help { cursor:help; }
.m2px { margin:2px; }
.m2px5px { margin:2px 5px; }
.m5px { margin:5px; }
.m5px10px { margin:5px 10px; }
.m10px { margin:10px; }
.mb1px { margin-bottom:1px; }
.mb2px { margin-bottom:2px; }
.mb3px { margin-bottom:3px; }
.mb5px { margin-bottom:5px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }
.p2px { padding:2px; }
.p2px5px { padding:2px 5px; }
.p5px { padding:5px; }
.p5px10px { padding:5px 10px; }
.p20px10px { padding:10px 20px 10px; }
.p220px10px { padding:10px 20px 0; }
.p10px5px { padding:10px 5px; }
.p10px { padding:10px; }
a img { border:0px; }
.banner { margin:15px auto; text-align:center; color:#333; }
.banner img { display:block; margin:0 auto 5px; }
.keywords { background:#eee; padding:0 2px; color:#555; font-weight:bold; }
.star { font-weight:bold; color:#c00; }
.b { font-weight:bold; }
.i { font-style:italic; }
.u, a.u:link, a.u:visited { text-decoration:underline; }
a.u:hover, a.u:active { text-decoration:none; }
.n { font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; }
.bcs { border-collapse:separate; }
.nw { white-space:nowrap; }
.ww { word-wrap: break-word; } /* Only works in IE; does't work with width in %(percent) */
.ttc { text-transform:capitalize; }
.ttu { text-transform:uppercase; }
.db { display:block; margin:0 auto; }

/********** OTHER STYLES **********/
.bdr { border:1px solid #b36969; }
.bdrT { border-top:1px solid #b36969; }
.bdrR { border-right:1px solid #b36969; }
.bdrB { border-bottom:1px solid #b36969; }
.bdrL { border-left:1px solid #b36969; }
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #e1bc69; }
.bdrN, .bdrN td, .bdrN th { border:0; }
.bdrWhite2px { border:2px solid #fff; }
.bdrWhite32px { border:2px solid #fff; border-width:2px 2px 0; }
.bdr2White2px { border:2px solid #fff; border-width:2px 2px 0; }

.bgWhite { background:#fff; }

.black, a.black:link, a.black:visited { color:#000; }
.brown, a.brown:link, a.brown:visited { color:#900; }
.gray, a.gray:link, a.gray:visited { color:#666; }
.maroon, a.maroon:link, a.maroon:visited { color:#c00; }
.orange, a.orange:link, a.orange:visited { color:#f60; }
.red, .red a:link, .red a:visited { color:#f00; }
.red a:hover, .red a:active { color:#c00; }
.silver, a.silver:link, a.silver:visited { color:#ccc; }
.white, .white a:link, .white a:visited { color:#fff; }
.white a:hover, .white a:active { color:#f4fc6d; }
.yellow, .yellow a:link, .yellow a:visited { color:#f4fc6d; }
.yellow a:hover, .yellow a:active { color:#fff; }

.lh1em { line-height:1em; }
.lh12em { line-height:1.2em; }
.lh13em { line-height:1.3em; }
.lh15em { line-height:1.5em; }
.lh2em { line-height:2em; }

.xsmall { font-size:0.8em; }
.small { font-size:0.9em; }
.large { font-size:1.1em; }
.xlarge { font-size:1.2em; }
.xxlarge { font-size:1.4em; }

.fft { font-family:Tahoma; }
.ffv { font-family:Verdana; }
.ffan { font-family:"Arial Narrow", Arial; }
.fftms { font-family:"Trebuchet MS", Arial; }

.bg1 { background:#b24615; }
.bg2 { background:#ad4415; }
.bg3 { background:#ffe2a0; }
.bg4 { background:#feebc0; }
.bg5 { background:#feebc0; }
.bg6 { background:#c04b17; }
.bg8 { background:#5c1c00; }

/******/
.bodyBg {
	background:#501e09 repeat-x top;
	padding:27px 27px 0 0;
	width:976px;
	margin:0 auto;
	
}
.tLink {
	color:#fff;
	font-size:11px;
	padding:0 4px 0 0;
}
.tLink a:link, .tLink a:visited {
	color:#fff;
	text-decoration:none;
}
.tLink a:hover, .tLink a:active {
	color:#fff665;
	text-decoration:underline;
}
.cNameBg {
	background:#ba4916 repeat-x bottom;
	padding:35px 0 0;
}
.gl {
	padding:20px 20px 10px 10px;
}
.gl2 {
	padding:10px 20px 10px 10px;
}
.gLink {
	color:#ffb93f;
	padding:0 0 5px 25px;
}
.gLink a:link, .gLink a:visited {
	color:#ffb93f;
	text-decoration:none;
}
.gLink a:hover, .gLink a:active {
	color:#ffe63f;
	text-decoration:none;
}
.gLinks {
	color:#f0c478;
	padding:0 0 5px 25px;
}
.gLinks a:link, .gLinks a:visited {
	color:#f0c478;
	text-decoration:none;
}
.gLinks a:hover, .gLinks a:active {
	color:#ffe7bd;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.dvdr_clr {
	background:#e36026;
	border-bottom:1px solid #5f0e01;
	margin:0 0 8px;
}
.bdrT_yw {
	border-top:1px solid #ffecba;
	margin-bottom:1px;
}
.gr1 {
	padding:6px 3px 5px 45px;
}
.gr1a {
	padding:6px 3px 5px 3px;
}
.bdrB2 {
	border-bottom:1px solid #b0602f;
	margin:0 0 3px 25px;
}
.bdrB2a {
	border-bottom:1px dashed #a78945;
	margin:0 0 3px 25px;
}
.bdrBy {
	border-bottom:1px solid #d5aa3e;
}
.trLink {
	color:#f0c478;
	padding:0 0 0 25px;
}
.trLink a:link, .trLink a:visited {
	color:#f0c478;
	text-decoration:none;
}
.trLink a:hover, .trLink a:active {
	color:#ffe7bd;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
.quickContact {
	color:#fff;
}
/**********/
.wlcm {
	color:#a13f13;
	padding:16px 0 0;
}
.travel_icon {
	padding:5px 10px 5px 35px;
	color:#ff4e00;
}
.htp {
	color:#fff;
	padding:5px 10px 1px;
}
.tpk {
	color:#ff5a00;
}
.tpk a:link, .tpk a:visited {
	color:#ff5a00;
	text-decoration:underline;
}
.tpk a:hover, .tpk a:active {
	color:#9b3700;
	text-decoration:none;
}
.bdrBB {
	border-bottom:1px dashed #000;
}
.bdrBL {
	border-left:1px dashed #000;
}
.bdrRb {
	border:1px dashed #000;
	border-width:0 1px 1px 0;
}
.language {
	color:#fff;
}
/*************/
.footer {
	color:#f0c478;
}
.footer a:link, .footer a:visited {
	color:#f0c478;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	color:#ffe7bd;
	text-decoration:none;
}
.copyright {
	color:#fff;
	font-size:11px;
}
.footerLinks {
	color:#ffe7bd;
}
.footerLinks a:link, .footerLinks a:visited {
	color:#ffe7bd;
	text-decoration:none;
}
.footerLinks a:hover, .footerLinks a:active {
	color:#f0c478;
	text-decoration:underline;
}
.tPack2 {
	color:#ffdf85;
}
.tPack2 a:link, .tPack2 a:visited {
	color:#ffdf85;
	text-decoration:underline;
}
.tPack2 a:hover, .tPack2 a:active {
	color:#fff2ce;
	text-decoration:none;
}
.tPDuration {
	color:#fff;
}
.tr_themeBg {
	border-top:1px solid #e1bf65;
}
.tr_theme {
	padding:5px 10px 5px 35px;
}
.tr_theme .r {
	color:#f00;
}
.gr3 {
	background:#fde7b5 repeat-x top;
	border-bottom:1px solid #e1bf65;
}
.b6 {
	background:none no-repeat 2px 13px;
	padding:9px 25px 0 20px;
	color:#ffe7bd;
}
.b6 a:link, .b6 a:visited {
	color:#ffe7bd;
	text-decoration:none;
}
.b6 a:hover, .b6 a:active {
	color:#f0c478;
	text-decoration:none;
}
/**************/
.bdrdBd2 {
	border-bottom:1px solid #b14515;
}
.head {
	color:#8d2400;
}
.head2 {
	color:#f00;
}
.tree {
	color:#9a7b34;
}
.tree a:link, .tree a:visited {
	color:#9a7b34;
	text-decoration:none;
}
.tree a:hover, .tree a:active {
	color:#8d2400;
	text-decoration:underline;
}
/********** FORM TABLE **********/
.formTable {
	border:1px solid #b78b25;
	background:#feebc0;
}
.formTable td, .formTable th {
	border:1px solid #ccaa5e;
	padding:2px;
	color:#000;
}
.formTable .headHr {
	background:#f60;
	padding:3px;
	color:#fff;
}
.formTable .headVr {
	background:#fff7e6;
	padding:3px;
}
.formTable .bottom {
	border-top:5px solid #f1f1f1;
	background:#edefff;
}
.plus-minus {
	background:transparent;
	border:0px;
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	height:18px;
	width:18px;
}
.formTable .bdrNone, .formTable .bdrNone td, .formTable .bdrNone th {
	border:none;
}
.color2, a.color2:link, a.color2:visited, .color2 a:link, .color2 a:visited { 
	color:#aa3300;
}
.color2 a:hover, .color2 a:active { 
	color:#000;
}
.bbb {
	border-bottom:1px dashed #000;
	margin:0 5px 0 20px;
}
.bdrLr {
	border:1px solid #e8af95;
	border-width:0 1px;
	padding:0 20px;
}
.bgGg { background:#ffe6ad; }
.bdrBd { border-bottom:1px dashed #b99135; }
.bgInGray { background:#feebc0; }

.highlight {
	padding:5px 10px;
	text-align:justify;
}
.paging {
	border:1px solid #caa550;
	border-width:1px 0;
	margin:20px 5px 5px;
	background:#fff3d8;
	font-siz
	e:0.9em;
}
.selAndClick {
	background:#fff3d8;
	border:1px solid #caa550;
	padding:5px;
	font-size:0.9em;
	margin:0 5px 0;
}
.selAndClick input {
	vertical-align:middle;
	border:2px solid #fff;
}
.sitemap {
	color:#fff;
	background:#b24515;
}
.sitemap a:link, .sitemap a:visited {
	color:#fff;
	background:#b24515;
	padding:3px 5px;
	display:block;
}
.sitemap a:hover, .sitemap a:active {
	color:#fff;
	background:#6c2a0c;
	display:block;
	padding:3px 5px;
}
.gr {
	background:#ffda78 repeat-x top;
}

/******/
.bg7 { 
	background:#feebc0;
}
.bg7a { 
	background:#ffe2a0;
}
.bdrLBotm {
	border-left:2px solid #fff;
}