/* CSS Document English */

/* Note that other sites import this CSS file into their CSS */


html {
	text-align: center;
	/*background: url(../images/bg.gif);*/
	background-color: #000000;
	background-repeat: no-repeat;
}
body {
	margin: 0px auto 0px;
	padding: 0px;
	background-color:#333333;
	text-align: left;
	width: 950px;
	font: 11px verdana, sans-serif;
	position: relative;
	color:#666666;
}
h1, h1 a {
	font: normal 24px arial, sans-serif;
	color: #d31f3d;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:0px;
}
h2, h2 a {
	font-size: 14px;
	color: #d31f3d;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:0px;
}
h3, h3 a {
	color: #d31f3d;
	font-size: 11px;
	text-decoration:none;
	margin-bottom:0px;
}
a {
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #e1e1e1;
}
ul {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	margin-left: 15px;
	margin-top:3px;
}
form {
	margin:0;
	padding:0;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}

/******************** banner *****************************/
#banner {
	text-align: right;
	color: #ffffff;
	position: relative;
	width: 930px;
	margin-left: 10px;
	margin-bottom:10px;
}
.home #banner {
	height: 130px;
}
.sub #banner {
	height: 130px;
}
#links {
	float:right;
	position: absolute;
	z-index:10;
	top:0px;
	right:0px;
	margin-top:5px;
	margin-right:10px;
}
#links  a {
	margin-right: 15px; 
	margin-left: 15px; 
	color: #ffffff; 
	line-height: 23px; 
	vertical-align: bottom;
	text-decoration: none;
	float: right; 
}
#links a:hover {
	text-decoration: underline;
}

/************************ navbar ***************************/
#navbarwrapper {
	margin-left: 10px;
	width: 930px;
	position:relative;
	height:25px;
}
#navbarbg {            
	background-color: #ffffff;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	position:absolute;
	z-index:1;
	width:930px;
}
#navbar {
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
	margin:0px;
	position: absolute;
	width:930px;
	z-index: 5;
}
#navbar ul.subnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-top: solid 1px #ffffff;
}
#navbar li ul.subnav li {
	background-color: #f9ba68;
	float: none;        
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff; 
}
#navbar li {
	float: left;              
	/*background-color: #be5700;*/
	background-color:#FFFFFF;
	/*border-right: solid 1px #ffffff;*/
	border-right: solid 1px #666666;
	margin: 0px;
	padding: 0px;
}
#navbar li a {
	text-decoration: none;
	display: block;
	text-align: center;
	/*padding: 6px 50px 6px 50px;*/
	padding: 6px 46px 6px 46px;	
	/*color: #ffffff;*/
	color:#666666;
}
#navbar li a:hover {
	/*background-color: #E07114;*/
	color:#d31f3d;
	text-decoration:underline;
}
#navbar ul li {
	border: none;
}
#navbar ul.subnav {
	display: none;
}
#navbar li.over ul.subnav, #navbar li:hover ul.subnav {
	display: block;
}
#navbar li.selected, #navbar li.selected ul.subnav {
	background-color: #E07114;
}

/************* breadcrumb ***************/
#breadcrumb {
	border: 1px solid #e1e1e1;
	padding: 5px 8px 7px 8px;
	margin:10px 10px 15px 0px;
	
}
#breadcrumb a {
	padding: 5px 0px 5px 0px;
}


/************* content ****************/
#content {
	padding-bottom:10px;
	margin:10px 10px 0px 10px;
}
.sub #content {
	margin:10px 10px 0px 10px;
	padding-bottom:10px;
}

#snapshot {
	background-color: #e07114;
	color: #ffffff;
	padding: 10px;
	margin: 0px 8px 10px 1px;
}

#snapshot a {
	color: #ffffff;
}
#snapshot a.more {
	font-weight: bold;
	text-decoration: none;
}
#snapshot a.more:hover {text-decoration: underline;}

/******************* footer **********************/
#footer {
	clear: both;
	color: #d31f3d;
	background-color:#000000;
	background-image:url(../images/footer_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	text-align: center;
	margin:10px 0px 30px 0px;
	padding-top: 70px;
}
#footer p {
	margin: 10px;
}
#footer a {
	color: #d31f3d;
	font-weight: bold;
	padding: 0px 5px;
}
#footer small {
	color:#666666;
}

/******************* leftcol **********************/
#rightcol {
	float:right;
	width: 175px;
	background-color:#000000;
	margin-bottom:10px;
	padding: 15px;
	height:1000px;
}

#rightcol h1, #rightcol h2, #rightcol p {
	margin-top:0;
	margin-bottom:10px;
	padding:0;
}

/******************* leftcol **********************/
#leftcol {
	float: left;
	width: 205px;
	background-color: #ffffff;
	margin-bottom:10px;
	padding:5px;
	height:1020px;
}

#leftcol .map {
	border:1px solid #e1e1e1;
	width:230px;
}
#leftcol .map P {
	margin:0px;
	padding:5px;
	width:220px;
}
#leftcol .map IMG {
	margin:0px;
}

/******************* middlecol **********************/
#middlecol {
background-color:#FFFFFF;
width:477px;
margin-left:223px;
padding:10px;
height:1010px;
}

#middlecol p {
margin-top:8px;
}

#middlecol img {
margin-right:20px;
}

#middlecol a {
color:#666666;
}
#middlecol .image p {
margin-bottom:10px;
}
#middlecol .image {
margin-bottom:10px;
margin-top:15px;
}
#middlecol h1 {
margin-bottom:15px;
}
#middlecol h2 {
margin-bottom:10px;
}

/***************** leftmenu ***************/
#leftmenu, #leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
}
#leftmenu li {
	font-weight: bold;
	margin-bottom: 1px;
	background: url(../images/ico_arrow_right.gif);
	background-position: 190px 10px;
	background-repeat: no-repeat;
	background-color: #E07114;
}
#leftmenu li:hover {
	background-color: #E78A25;
}
#leftmenu li.selected { 
	/* background: url(../images/ico_arrow_down.gif); */
	background-position: 190px 10px;
	background-repeat: no-repeat;
	background-color:#fef1e2;
}
#leftmenu li ul {
	display: none;
}
#leftmenu li.selected ul {
	display: block;
}
#leftmenu li ul li  {
	background-color: #fef1e2;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 0px;
}
#leftmenu li.selected ul li {
	background: #fef1e2;
}
#leftmenu li ul li a {
	color: #000000;
	font-weight: normal;
}
#leftmenu li.selected ul li.selected a {
	font-weight:bold;
}
#leftmenu a {
	color: #ffffff;
	display: block;
	width: 172px;
	padding: 7px 23px 7px 10px;
	text-decoration: none;
}
#leftmenu li.selected a {
	color: #be5700;
}

#newmenu a {
	color:#666666;
	text-decoration:none;
}
#newmenu a:hover {
	color:#d31f3d;
	text-decoration:underline;
}
#newmenu ul li a:link {
	color:#666666;
	text-decoration:none;
}
#newmenu ul li a:visited {
	color:#666666;
	text-decoration:none;
}
#newmenu ul li a:active {
	/* color:#E07114;
	font-weight:bold;
	text-decoration:none; */
	color:#666666;
	text-decoration:none;
}
#newmenu ul li a:hover {
	color:#d31f3d;
	text-decoration:underline;
}
#newmenu hr {
	background-color:#666666;
}
#newmenu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#newmenu li {
	list-style-image: none;
	list-style-type: none;
}
#newmenu span {
	font-weight:bolder;
	color:#666666;
}

/********************  widget ****************************/
.widget {
	float: left; 
	width: 223px;
	margin-right: 5px;
	padding-bottom: 10px;
	position: relative;
}

.widget .photo {
	padding: 12px 0px 0px 11px;
}
.widget .frame {
	position: absolute;
	z-index: 10;
	left: 0px;
}
.widget IMG {
	margin-bottom: 10px;
}
.widget P {
	margin-left:5px;
	margin-top:0px;
}
.widget h2, .widget h3 {
	margin-left:5px;
}

.required {
	color:#CC0000;
}

/********************  sponsor ****************************/
table.sponsorTable tbody td {
	background-color:#EEEEEE;
	padding: 8px;
	width: 3em;
	height: 4em;
	vertical-align: middle;
}

table.sponsorTable tbody th {
	font-weight:normal;
	text-align:left;
	vertical-align: middle;
}
.downloadpdf a {
	color:#d1650a;
	text-decoration:none;
}
.downloadpdf a:hover {
	text-decoration:underline;
}

/******************** etourism council *******************/
table.etourismCouncil tr.d0 td {
	background-color:#EEEEEE;
	padding:8px;
}
table.etourismCouncil tr.d1 td {
	background-color:#FFFFFF;
	padding:8px;
}