@charset "utf-8";
/* CSS Document */


/*main colors

#1f2c3c - dark Blue

#e1eff8 - light Blue

#e2e2e2  - light gray

#e6eed7 - light green

#89962c - dark green

#c0c551 - midle green

#0071af - gradient Blue 1

#0095cb - gradient Blue 2

#f29400 - orange

*/


* {
	margin: 0;
	padding: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 20px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:#fff;
}

 #containerShadowBgr {
	border:1px solid  #d6d5d5;
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 12px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
	/*background-image:url(../images/backgrounds/shadow.jpg);
	background-repeat:repeat-y;	*/
}

 #siteContainer { 
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
background:#FFFFFF;
}
 
 #h-1 {height:35px; border-bottom:1px solid  #F2F2F2;}
 #h-1-1 {
	 float:left;
	 width:200px;  
	 height:23px;
	 text-align:left;
	 float:left;
	 padding: 12px 0px 0px 0px;
	 color:#9ba1a8;
}
 
 #h-1-2 {
 width:556px;
 height:23px;
 text-align:center;
 float:left;
 padding: 12px 0px 0px 0px;
 color:#9ba1a8;
 }

 #h-1-2 li {
 font-size:9px;
 display: inline;
 list-style-type: none; 
 }

 #h-1-2 a {
  color:#9ba1a8;
  text-decoration:none;   
 }
 
 #h-1-2 a:hover {
  color:#9ba1a8;
  text-decoration:underline;  
 }
 
 #h-1-2 a:active  {
  color:#9ba1a8;
  text-decoration:underline;  
 }
  #h-1-3{
  float:left;
  width:200px;
 }
  
 #h-2 {
 }

 #h-3 {
 }
 #h-3-1{
 float:left; 
 width:755px;
 border-righ:1px solid #000; 
 height:150px;
 }
 #h-3-2{
 float:left;
 width:200px;
 height:150px;
 }
 #h-4{ 
 border-top:1px solid #fff;
 }
 
 #h-4-1 {
  width:755px;
  float:left;
 }

 #h-4-2 {
  width:196px;
  background: #d6d5d5;
  float:left;
  height: 23px;
  padding:5px 0px 0px 4px;
 }

/*end of header*/

/*left*/
#left {
	float: left;
	width: 200px;
	margin-top:10px;
}

#l-1, #l-2, #l-3 {
	margin: 8px 0px 0px 0px;
	background:#FFFFFF;
	padding-bottom: 10px;
}

#l-6 {
	margin: 8px 0px 8px 0px;
	background:#FFFFFF;
	padding-bottom: 1px;

}
/* end of left*/

/*right*/

#right {
	float: right;
	width: 200px;
	margin-top:10px;
}

#r-1, #r-2, #r-3,#r-4, #r-5 {
	margin: 8px 0px 0px 0px;
	background:#FFFFFF;
	padding-bottom: 10px;

}

#r-2, #r-3  {
	background-image:none;
	padding:0;
}
/* end of right*/

#main { 
	float:left;
	width:556px;/*658 + 2px border	*/
	/*min-height:800px;*/
	background-color:#FFFFFF;
	text-align:left;
	margin-top:10px;
}


#main a:link {
	text-decoration: none;
	color:#ff6600;
}
#main a:visited {
	text-decoration: none;
	color:#ff6600;
}
#main a:hover {
	text-decoration: underline;
	color:#ff6600;	
}
#main a:active {
	text-decoration: none;
	color:#ff6600;	
}

#main li{
	list-style:inside circle;
	color:#666;
}


#main-wide {
	float:left;
	width:756px;/*747 + 1px border*/
	background-color:#FFFFFF;
	text-align:left;
	margin-top:10px;
}


#main-wide a:link {
	text-decoration: none;
	color:#ff6600;
}
#main-wide a:visited {
	text-decoration: none;
	color:#ff6600;
}
#main-wide a:hover {
	text-decoration: underline;
	color:#ff6600;	
}
#main-wide a:active {
	text-decoration: none;
	color:#ff6600;	
}

#main-wide li{
	list-style:inside circle;
	color:#666;
}

/*end of main*/

/*footer*/


 #footer { 
	height:50px;
	text-align:center;
	padding-top:20px;
	margin-top:10px;
} 


/*end of footer*/

/*mainmenu*/
#mainmenu {
text-align:left;
background:#FFFFFF;
font-weight:bold;
}

#culture, #nature, #info {
float:left; 
width: 187px;
text-align:center;
border-left:1px solid #fff;
border-right: 1px solid #999;
}

#destination {
float:left; 
width: 186px;
text-align:center;
border-right: 1px solid #999;
}


#destination a, #culture a, #nature a, #info a {
height:15px;
display:block;
padding:5px 0px 5px 0px;
}

#destination a {
	border-bottom:3px solid #f15b4e;	
	background:#f3dad7;
}
#destination a:hover, #destination a#active{
	background:#faecea;
	text-decoration:none;
}
#culture a{
	border-bottom:3px solid #0089cf;	
	background:#e1eff8;
}
#culture a:hover, #culture a#active{
	background:#f1f7fa;
	text-decoration:none;
}
#nature a{
	border-bottom:3px solid #0db14b;	
	background:#b8dac5;
}
#nature a:hover,#nature a#active{
	background:#edf2ef;
	text-decoration:none;
}
#info a{
	border-bottom:3px solid #ffd400;
	background:#fbf1be;
}
#info a:hover, #info a#active{
	background:#fffae0;
	text-decoration:none;
}


/*end of mainmenu*/


/*specific tags*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 0px 0px 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px 8px 5px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*style formatting*/
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#000;	
}
a:active {
	text-decoration: none;
	color:#000;	
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:155%;
	font-weight:normal;
	color:#666;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #d6d5d5;
	margin-bottom: 5px;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:bold;
	color:#666;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #d6d5d5;
	margin-bottom: 5px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-weight:normal;
	color:#666;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #d6d5d5;
	margin-bottom: 5px;
}

h4 {
	font-size:9px;
	font-weight:normal;
	background:#d6d5d5;
	color: #333333;
	display:block;
	padding:5px;
}

img {
	border:none
}
/*components*/

.textWithHead {
	margin: 2px 12px;
	padding:2px 8px;	
}

.textWithHead h2 a,
.textWithHead h2 a:visited, 
.textWithHead h2 a:hover{
  font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:bold;
	color:#666!important;
	padding:0px 0px 5px 0px;
	margin-bottom: 5px;
	text-decoration: none;
}

.textWithHead1 {
	margin: 2px 12px;
	padding: 5px 8px;	
}

.textWithHead1 h2 a,
.textWithHead1 h2 a:visited, 
.textWithHead1 h2 a:hover{
  font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:bold;
	color:#666!important;
	padding:0px 0px 5px 0px;
	margin-bottom: 5px;
	text-decoration: none;
}


.columnFront {
  margin: -2px -10px;
  width:280px;
  float:left;
}


/*modules*/
.module-title {
	height:20px;
	color:#000;
	font-size:11px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
}

.module-body {
	background-color:#FFFFFF;
	font-size:10px;
	margin:0;
	border:none;
}

.module-body ul {padding: 1px 0px 0px 0px;}
.module-body ul .submenu {padding:0px;}
.module-body ul .submenu li a {padding: 5px 0px 0px 30px; background:none;}
.module-body li {list-style:none;margin: 0; font-weight: normal;}
.module-body  li a {height:20px;display: block;padding: 5px 0 0 20px; margin:0;text-decoration: none;}

.module-body a:link {
	text-decoration:none;
	color:#000;
}

.module-body a:visited {
	text-decoration:none;
	color:#000;
}

.module-body a:hover {
	text-decoration:underline;
    color:#000;
}

.module-body a#active{
    color:#000;
}

.module-body p {
	padding: 10px 10px 0px 0px;
}

.module-body .data {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	color:#666666;
}

/*accmenu*/

dl.accordion-menu {
	margin: 0;
	padding:0px;
	background:white;
	text-align:left;
}

dl.accordion-menu dt.a-m-t {
	color: #000;
	height:20px;
	display: block;
	padding: 5px 0 0 20px;
	border-bottom: 1px solid #999;
	margin:0px;
	text-decoration: none;
	background:url(../img/icons/arrow.gif) no-repeat;
}

dl.accordion-menu dt.a-m-t-hover{
	color: #000;	
	border-bottom: 1px solid #888;
	text-decoration:none;
}


dl.accordion-menu dt.a-m-t-down{

}

html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}


html.accordion-menu-js dt.a-m-t-expand {
	color:#000;
	border-bottom: 1px solid #888;
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{
	padding:5px 5px 0px 5px;	
}

/*//accmenu*/
.submit{
	width:80px;
	border:1px solid #999;
	background:#CCC url(resources/images/default/form/text-bg.gif) repeat-x;
	font-weight:bold;
	font-size: 12px;
	color:#555;
	margin-left: 250px;
}