@charset "UTF-8";
/* CSS Document */
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	background-color:#695E4A;
	margin:0px;
	padding:0px;
	color:#322D2E;
}


ul{
	padding:0px;
	margin:0px;
}
li{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#67aeb1;
}
img{
	border:0px;
}
iframe{
	margin:0px;
	padding:0px;
	border:0px;
	float:none;
}
p{
	margin:0px;
	margin-top:12px;
	margin-bottom:12px;
	padding:0px;
}

#externalContainer{
	width:706px;/*736 - 30 */
	padding-left:15px;
	padding-right:15px;
	position:relative;
	left:50%;
	margin-left:-368px;
	padding-bottom:25px;
	background-color:#e1ddaa;
	float:left;
	margin-bottom:20px;

	
}
#titleBox{
	text-align:center;
	padding-top:45px;
}
#dot	{
	text-align:center;
	
}
#menu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom:4px;
	margin-top:30px;
	clear:both;
	float:left;
}
#menu a{
	color:#000000;
}
#menu a:hover{
	color:#FFFFFF;
}
#menu li{
	display:inline;
	list-style-type:none;
	color:#67aeb1;
	font-size:16px;
	margin-right:57px;
}
#menu li:last-child{
	margin-right:0px;
}
li.lastChild{
	margin-right:0px;
	
}
#info{
	text-align:right;
}
#art{
	width:706px;
	height:271px;

}

#row {
  	clear: both;
  	margin:0px;
	height:335px;
	
	padding-top:0px;
	padding-bottom:20px;
	
}
#topRow {
  	clear: both;
  	margin:0px;
	height:190px;
	padding-top:0px;
	padding-bottom:20px;
}
#show{
    float: left;
    width:473px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	height:100%;
	padding-bottom:10px;
	padding-top:10px;
	
} 
#choose{
	float: right;
	width:189px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	height:100%;
	padding-bottom:10px;
	padding-top:10px;
	font-size:14px;
	

}
#topChoose{
	float: right;
	width:189px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	height:100%;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
}
#choose h2{
   font-size:16px;
}
  #newsletterForm{
	  color:#FFFFFF;
	  background-color:#000000;
	  font-size:16px;
	  margin:0px;
	  padding:0px;
	  margin-top:3px;
	  margin-bottom:3px;
	  border:0px;
	  padding-bottom:1px;
	  

  }
#submitButton{
  display:block;
  background-color:#e1ddaa;
  border:0px;
  margin:0px;
  padding:0px;
  margin-top:4px;
  margin-bottom:4px;
  cursor:pointer;
  
  }
#submitButton:hover{
	color:#ffffff;
	
}  
#footer{
	padding-bottom:40px;
}
#footer #menu{
	border:0px;

}



/* *********************************** Contact form **********************************************  */

div.row {
  clear: both;
  padding-top: 5px;
  padding-bottom:5px;
  margin:0px;
  }

div.row span.formLabel {
  float: left;
  width: 15%;
  text-align: left;
  }

div.row span.formElement {
  float: right;
  width: 82%;
  text-align: left;
  }
div.spacer {
  clear: both;
  line-height:2px;
}

.contactRow{
clear:both;
margin-bottom:10px;
margin-top:10px;
padding-bottom:20px;
padding-top:20px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #000000;
font-size:13px;


}
.distinctions{
padding:0px;
padding-top:4px;
padding-bottom:4px;
list-style-image:url(images/reddot.png);
list-style-position:outside;
margin-left:15px;
}

#links2{
clear:both; 
padding-top:4px; 
padding-bottom:4px;
margin-bottom:20px;
}
#links2 a{
color:#67aeb1;
}
#links2 a:hover{
color:#000000;
}
.date{
	font-size:0.8em;
}