@charset "utf-8";
/*Yahoo YUI Reset. Thank you Yahoo!*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/**/
html, body{
	height: 100%;
}

/**/
body{
	font-size: 100%;
	font-family: Georgia, serif;
}
p{
	font-size: 0.875em;
	text-align:justify;
	margin:10px 10px;
	line-height: 18px;
}
h2{
	font-size: 1.475em;
	margin: 0;
	font-weight: normal;
}

/*Page Layout. */
#footer{
	height: 160px;
	width: 100%;
	border-top-style: solid;
	border-top-width: 5px;
	border-color:inherit;
}
#content{
	width: 960px;
	margin: auto;
}
#wrapper{
	overflow:auto;
}
#header{
	height: 160px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-color: inherit;
}

/*Content boxes layout.*/
#left_content{
	padding-top: 15px;
	width: 520px;
	float: left;
}
#right_content{
	width: 420px;
	float: right;
	padding: 5px;
	padding-top: 80px;
}
#bottom_clear{
	clear:both;
	height: 30px; 
}

/*Menu.*/
#menu_container{
	width: 960px;
	position:absolute;
	left: 50%;
	margin-left: -480px;
	margin-top: -15px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-color: inherit;
}
#main_menu{
	float: left;
}
#site_menu{
	float: right;
}
#menu_container > ul{
	list-style-type: none;
	
	border-width: 5px;
	border-style: solid;
	border-color: inherit;
	
	margin-top: -5px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	background-color: #fff;
}
#menu_container > ul > li {
	display: inline;
}
#menu_container > ul > li > a{
	font-family: inherit;
	font-size: 1.05em;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: underlined;
	font-variant: small-caps;
}
#menu_container > ul > li > a{
	background-color:#fff;
	color:#000;
}
#menu_container > ul > li > a:hover{
	background-color:#000;
	color: #fff;
	text-decoration: none;
}


/*Language selections*/
#langugeSelectionContainer{
	padding: 5px;
	
	background-color:#292929;
	
	position: absolute;
	left: 50%;
	margin-left: 370px;
	top: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#langugeSelectionContainer a{
	width: 40px;
	height: 20px;
	
	float:left;
	
	padding: 5px;
	
	background-color: #FFF;
}
#langugeSelectionContainer a:hover{
	background-color:#000;
}

/*Blurbcontainer.*/
#blurbContainer{
	width: 400px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: 50px;
	
	border-width: 5px;
	border-style: solid;
	border-color:inherit;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	background-color:#FFF;
}
#blurbContainer li{
	padding: 0px;
	font-size: 0.875em;
	text-align:justify;
	margin:4px 0;
	line-height: 18px;
}

/*Gallery*/
.gallery{
	width: 100%;
	padding-left: 2px;
}
.gallery img{
	float:left;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #000;
}
.gallery img:hover{
	opacity: 0.6;
}

/*Company information box at bottom of page.*/
#info{
	width: 300px;
	position: relative;
	left: 50%;
	top: 50px;
	height: 65px;
	padding: 10px;
	background-color: #FFF;
	opacity: 0.2;
	margin-left: -480px;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;

	border-width: 5px;
	border-style: solid;
	border-color: inherit;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#info:hover{
	opacity: 1.0;
}
#info > address{
	float:left;
	margin-top: 3px;
	display: block;
}
#info > ul{
	float: right;
	display: block;
	margin-top: 3px;
	margin-left: 10px;
}
#info > ul > li{
}
#info > #tfnnr{
	float: right;
	border-bottom: dotted 1px #292929;
}
#info > #orgnr{
	float: right;
	clear:right;
	margin-top: 2px;
	border-bottom: dotted 1px #292929;
	display:block;
}
#info > #email{
	float: right;
	clear:right;
	margin-top: 2px;
	border-bottom: dotted 1px #292929;
}

/*Misc standard css.*/
/*sclink is used for links that should look like a silver colored text with smallcaps*/
.sclink{
	font-family:inherit;
	font-variant:small-caps; 
	text-decoration:underline;
	color:#696969;
}
.sclink:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.clear{
	clear:both;
}
.cite{
	display: block;
	margin: 10px;
	font-size: 0.8em;
	background-color:#E0E0E0;
	border: 1px dotted #292929;
	padding: 20px;
	text-align: justify;
}
.english{
	font-style: italic;
}
