@charset "utf-8";
/* CSS Document */
body {
	font: 80%/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	background: url(images/page/bkg2.jpg) repeat-x center;
}
a, a:visited {
	color: #06C;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	background: #06C;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.1em;
	color: #666;
	font-variant: normal;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	color: #999;
	line-height: 18px;
}
h3 {
	font-size: 1em;
	color: #666;
	text-transform: uppercase;
}
h4 {font-size: 0.9em;}
h1 a, h1 a:visited {
	color: #666;
}
#header {
	padding: 10px 85px 0px 0px;
	float: right;
	position: relative;
	height: 153px;
}
#flags {
	height: 25px;
	width: 54px;
	position: absolute;
	left: 669px;
	top: 115px;
}
#container {
	width:980px;
	margin: 0px auto;
	background-color:#FFF;
}
#leftcol {
	float: left;
	height: auto;
	width: 230px;
}
#content {
	float: left;
	width: 860px;
	padding-left: 60px;
}
/*nav*/
#navcontainer {
	margin: 10px 0px 0px 10px;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}
#navcontainer li { margin: 0; }
#navcontainer a {
	display: block;
	padding: 5px 0px 5px 24px;
	width: 195px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/page/menu1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer a:hover {
	color: #FFCC33;
	background-color: #09F;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(images/page/menu-hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer li#active a#current, #navcontainer li#subactive a#subcurrent {
	background: url(images/page/anchor.jpg) no-repeat left center;
	background-color:#000064;
	color: #FC3;
}
#navcontainer ul ul li { margin: 0; }
#navcontainer ul ul a {
	display: block;
	padding: 5px 0px 5px 24px;
	width: 195px;
	color: #6FF;
	background-color: #036;
	text-decoration: none;
	font-weight: normal;
	font-style:italic;
}
#navcontainer ul ul a:hover {
	color: #FC3;
	background-color: #09F;
	text-decoration: none;
}
#pagewrap {
	width: 720px;
	float: right;
	padding: 15px 20px 0px 0px;
}

#gallery {
	background: #fff;
	margin: 10px auto 0px;
	padding-left: 10px;
}
#footermenu {
	font-size: 0.8em;
	width: 980px;
	background: #036;
	border-top: 3px solid #FC0;
	padding: 0px 0px 5px;
}
#footermenu a, #footermenu a:visited {
	padding: 6px 7px 6px 7px;
	text-decoration:none;
	color: #FFF;
}
#footermenu a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
#cc {
	text-align: center;
	height: 20px;
	width: 980px;
	font-size: 0.8em;
	background: #FC0;
	margin: 0px;
	border-top: 3px solid #FFF;
}
#cc a {
	color:#039;
}
.intro {
	width: 710px;
	padding: 0px 0px 0px 10px;
}
.introrel {
	width: 710px;
	padding: 0px 0px 0px 10px;
	position:relative;
}
#contentleft {
	height:480px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 300px;
}
p.contentleft {
	line-height: 20px;
	font-size: 1.2em;
}
#contentright {
	width: 380px;
	height:500px;
	float: right;
}
p.events, p.events-clr  {
	background: url(images/page/bullet.gif) no-repeat left top;
	padding: 5px 5px 5px 45px;
	font-size: 14px;
	font-style: italic;
}
p.events {
	float: left;
	line-height: 14px;
}
p.events-clr {
	clear: left;
	margin-left: 30px;
	line-height: 14px;
}
.contact {
	font-size: 1.1em;
	color: #666;
	padding: 5px 0px;
	font-style: italic;
	border: 2px dotted #CCC;
	text-align: center;
	width: 205px;
	line-height: 1.4em;
	margin: 10px 0px 0px 15px;
}
.detail, #detail {
	font-size: 1em;
	color: #666;
	padding: 26px 0px 0px 10px;
	font-style: italic;
	text-align: center;
	background: url(images/page/logo4.jpg) no-repeat;
	height: 180px;
	font-variant: normal;
}
#detail {
	float:left;
}
.title {
	font-size: 1em;
	color: #666;
}
ul.map {
	list-style: url(images/page/list.gif);
}
.map li a:link, .map li a:visited {
	font-size: 1.2em;
	line-height: 30px;
	text-decoration: none;
}
.imglft {
	float: left;
	margin: 10px 15px 10px 0px;
}
.imgrt {
	float: right;
	margin: 10px 0px 10px 10px;
}
.imgctr {
	margin: 0px 20px 0px 40px;
}
blockquote {
	font: normal 1.3em "Lucida Handwriting", "Rage Italic", Verdana, sans-serif;
	color: #003366;
}
.clr {clear:both;}
img {
	border: 0px;
}
.img a {
	border: 0px;
	text-decoration:none;
}
.italic {
	font: 1.2em "Lucida Calligraphy", Verdana, sans-serif;
	color: #0066CC;
}
.sousligner {
	border-bottom: 2px dotted #999999;
	font-weight: bold;
	line-height: 14px;
}
.small {
	font-size: 0.9em;
	font-style: italic;
}
.textpos {
	font-size: 0.8em;
	font-style: italic;
	position: absolute;
	left: 8px;
	top: 450px;
	color: #003366;
	background: #E6E6E6;
	padding: 0px 3px;
}
/*tooltip*/
a.tooltip {
	color: #06C;
}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {
	display: block;
	position: absolute;
	top: 20px;
	left: -5px;
	padding: 5px;
	font-weight: normal;
	color: #006;
	border: 1px solid #006;
	background: #D9F0FF;
	width: 200px;
}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff; display:block; font-size:1px;}

/*pop up images*/
#thumbs {
	height: 57px;
	margin-left: 10px;
}
a.screen, a.screen:visited, a.screenleft, a.screenleft:visited  {
	position: relative;
	z-index: 1;
}
a.screen b {
	position: absolute;
	visibility: hidden;
	width: 300px;
	height: 0;
	border: 40px solid #fff;
	left: 0;
	top: -1px;
}
a.screen:hover, a.screenleft:hover  {
	text-decoration: none; 
	border: 0; 
	z-index: 1000;
}
a.screen:hover b, a.screenleft:hover b {
	visibility: visible; 
	height: 200px; 
	cursor: pointer; 
	z-index: 500; 
}
a.screen:hover b img, a.screenleft:hover b img {
	border:0; 
}
/*inline pop up images*/

a.screenleft b {
	position: absolute;
	visibility: hidden;
	width: 300px;
	height: 0;
	border: 40px solid #fff;
	right: 0;
	top: -1px;
}
/*contact form*/
#form {
	height: auto;
	width: 710px;
	margin-top: 10px;
}
form#contact {
	border: 4px double #09F;
	font-size: 1.1em;
	padding: 10px;
	width: 600px;
	margin: 5px auto;
}
form#contact fieldset {
	border: 1px solid #9CC;
	display: block;
	line-height: 1em;
	padding: 5px;
}
form#contact legend {
	background: #FFF;
	border: 1px solid #DDD8D0;
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
	padding: 3px 7px;
	width: auto;
	font-weight: bold;
}
form#contact label {
	color: #666;
	display: block;
	font-size: 12px;
	text-align: right;
	width: 220px;
	background: #FFF;
	border-color: #DDD8D0;
	font-family: Verdana, "Lucida Sans", Arial, sans-serif;
	line-height: 15px;
	float: left;
	margin: 0px 6px 8px 0px;
	padding: 0px 10px 0px 0px;

}
form#contact input {
	margin-bottom:0.8em;
	padding:0;
}
form#contact fieldset#personal input {
	background:#FFF;
	border:1px dotted #DDD8D0;
	margin-bottom:8px;
	padding-left:8px;
}
form#contact select {
border:1px dotted #E1E1E1;
margin-left:0.5em;
}
form#contact textarea {
	border:1px solid #DDD8D0;
	height:12em;
	margin:-8px 0 0;
	overflow:auto;
	padding:5px;
	width:580px;
}
/*buttons*/
form#contact #button1, form#contact #button2 {
	background:#036;
	color:#FFF;
	cursor:pointer;
	margin-left:18px;
	padding-right:0.5em;
	width:205px;
	border-top: 2px inset #DDD8D0;
	border-right: 2px inset #CCC;
	border-bottom: 2px inset #CCC;
	border-left: 2px inset #DDD8D0;
	height: 22px;
	font-weight: bold;
}
form#contact #button1:hover, form#contact #button2:hover {
	background:#FC3;
	color:#003366;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
}

