/* ***** [       CSS TAGS       ] ***** */
HTML, BODY{
	margin:0;
	padding:0;
	background-color:#517750;
	/*font-family:Helvetica, Arial, sans-serif;*/
	/*font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
}

A{
	color: #F2CE73;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}
H3{
	color:#F7941D;
	margin-top:0;
	font-size:135%;
}
INPUT{
	padding:0;
}


/* ***** [       PAGE CONTAINER       ] ***** */
#content{
	width:780px;
	text-align:left;
}


/* ***** [       TOP NAVIGATION       ] ***** */
#topNav{
	height:32px;
	padding-right:10px;
	color:#F2CE73;
	line-height:32px;
	text-align:right;
	vertical-align:middle;
	font-size:12px;
}
#topMenu{
	height:32px;;
	background-image:url('/media/img/bg_topMenu.gif');
	background-repeat:repeat-x;
	padding-top:9px;
	text-align:right;
	vertical-align:middle;		
}
#topLogo{
	position:relative;
	left:19px;
	top:0;
	top:13px;
	z-index:2;
	height:146px;
	width:197px;
	behavior: url("/media/js/iepngfix.htc");
}
#topMenu IMG{
	border:0;
}


/* ***** [       HOMEPAGE       ] ***** */
#homeBody{
	width:585px;
}
#homeCopy{
	width:350px;
	text-align:left; 
	font-size:18px;
	font-weight:100;
	line-height:24px;
}
/*
#homeLogo{
	position:absolute;
	left:72px;
	top:268px;
	z-index:2;
	height:184px;
	width:240px;
	behavior: url("/media/js/iepngfix.htc");
}
*/
/*#homeImgShadow img{
  position: relative;
  margin:0 5px 5px 0;
  border:1px solid #4DB849;;
}
#homeImgShadow{
	display:inline;
	float:left;
	padding-left:128px;
  	background: url(/media/img/smt_homeShadow.png) no-repeat bottom right !important;
  	background: url(shadow.gif) no-repeat bottom right;
}*/


/* ***** [       SIDE NAVIGATION       ] ***** */
#leftCol{
	width:220px;
	float:left;
	padding-top:123px;
}
/*#leftCol DIV{
	padding-left:37px;
}*/
#subMenu{
	margin:0;
	padding-left:47px;
	
}
#subMenu LI{
	width:140px;
	border-top:1px solid #F7941D;
	padding:3px 0 3px 0;
	list-style:none;
	font-weight:700;
	font-size:100%;
}
#subMenu LI.subSubMenu{
	padding-left:10px;
	font-weight:normal;
	border-top:0;
}
#subMenu LI.subParentMenu{
	border-bottom:1px solid #F7941D;
}
.selMenu{
	color:#F7941D;
}


/* ***** [       PAGE BODY       ] ***** */
#rightCol{	
	margin:33px 33px 0 245px;
	min-height: 500px;
	_height:500px;
}
.shadowContainer{
	float:right; 
	margin:0 0 0 22px; 
	width:218px;
}
.shadowContainer IMG{
	border:1px solid #4DB849;
}
.shadowWrap1,.shadowWrap2,.shadowWrap3{
	display:inline-table;
	/* \*/display:block;/**/
}
.shadowWrap1{
	float:left;
  	background:url(/media/img/shadow.gif) right bottom no-repeat;
}
.shadowWrap2{
	background:url(/media/img/corner_bl.gif) left bottom no-repeat;
}
.shadowWrap3{
	padding:0 6px 5px 0;
  	background:url(/media/img/corner_tr.gif) right top no-repeat;
}
.imgDescription{
	font-size:75%;
	font-style:italic;
	color:#F2CE73;
	text-align:left;
	line-height:12px;
}


/* ***** [       PAGE: TOUR DETAILS       ] ***** */
.recordTitle{
	color:#F2CE73;
	font-weight:700;
}


/* ***** [       BOTTOM       ] ***** */
#bottom{
	padding-top:35px;
	text-align:center;
	line-height:20px;
	color:#F2CE73;
}
