/* CSS Document */
html {
    min-height: 100%; margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #9a7544 url(../graphics/bgr_body.jpg) center repeat-y;
	margin-left: -1px;
	font: 10pt Trebuchet MS;
}

#bamboos {
	height: 133px;
	width: 100%;
	background: url(../graphics/bamboos.png) center bottom no-repeat;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

.stopper {
	clear: both;
}


#wrapper {
	background: url(../graphics/bgr_wrapper.jpg) top repeat-x;
}

#c_wrapper {
	width: 758px;
	margin: 0 auto;
}

#header {
	height: 179px;
	width: 758px;
	margin: 0 auto;
}

#header a img {
	border: none;
}

#languages {
	position: absolute;
	top: 75px;
	margin-left: 430px;
	
	font-size: 8pt;
	text-align: right;
	width: 200px;
}

#languages a {
	display: block;
	text-decoration: none;
	color: #2b367f;
}

.left {
	float: left;
}

.separator {
	height: 13px;
	background: #cacddf;
	margin: 0px 1px;
}

.menu {
	background: #2b367f;
	width: 120px;
	height: 247px;
	margin-top: 1px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	height: 28px;
	padding-top: 12px;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;

	
}

.menu a {
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.content {
	margin-top: 1px;
	background: #fff;
	width: 489px;
	border: 10px solid #2b367f;
	border-width: 0px 12px 0px 12px;
}

#main {
	padding: 10px 30px;
	color: #2b367f;
	font-size: 9pt;
	padding-bottom: 135px;
}

.column {
	width: 204px;

}

.last {
	margin-left: 21px;
	margin-right: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 1.2em;
	
	color: #fff;
	position: absolute;
	top: 130px;
	margin-left: 200px;
	width: 300px;
	text-align: right;
}

p {
	text-align: justify;
	line-height: 1.5em;

}

.address {

	border-left: 1px solid #fff;
	width: 110px;
	padding-top: 275px;
	color:#fff;
	font-size: 8pt;
	padding-left: 10px;
	overflow: visible;
}

.address a {
	color:#fff;	
}

.address table {
	margin-bottom: 10px;
}

.address td {
		white-space: nowrap;
}

.address .label {
	vertical-align: top;
	font-weight: bold;
}


.standout {
	padding: 10px;
	background: #ffffcc;
	
}

#map {
	height: 400px;
	width: 430px;
	overflow: hidden;
}

.thumbnails {
	text-align: center;
}

.thumbnails a img, img.thumbnail {
	border: none;
	margin: 1px;
}

.errormessage .required {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .fieldname {
	font-weight: bold;
}

.errormessage {
	color: #990000;
	background: #DDDDCC;
	border: 1px solid #AA0000;
	display: block;
	padding: 5px;
	width: 375px;
	margin: 10px;
}

.post {
	margin: 20px;
}

.signature {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

