HTML {
	HEIGHT: 100%
}

BODY {
	HEIGHT: 100%
}

BODY {
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: left top;
	PADDING-LEFT: 0px;
	BACKGROUND-IMAGE: url(../images/background.png);
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #ffffff;
	font-family: verdana, arial;
	font-size: 10pt;
	text-align: center
}

TD {
	font-family: verdana, arial;
	font-size: 10pt
}

P {
	font-family: verdana, arial;
	font-size: 10pt
}

H1 {
	color: #F27900;
}

H2 {
	color: #F27900;
}

H3 {
	color: #F27900;
}

H4 {
	color: #F27900;
}


#main_block {
    position:relative;
	margin: 10px auto;
	width: 1000px;
	text-align: left
}

#header_block {
    position:relative;
	width: 1000px;
	height: 120px
}

#header_block .header {
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	height:120px;
	width:1000px
}

.spacer {
    position:relative;
	width: 1000px;
	height: 5px
}

#content_block {
    position: relative;
	display: table;
	width: 1000px;
	text-align: left
}

a {
	color: brown;
}

#content_block .left {
	position: relative;
	float:left;
	display:table-cell;
	left:0px;
	top:0px;
	border-style: solid;
	border-width:1px;
	background-color: #F27900;
	background-repeat: no-repeat;
	height: 300px;
	width: 173px;
}

html>body #content_block .left {
	width: 173px;
	height: auto;
	min-height: 300px;
}

#content_block .left ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	position: relative;
	margin: 0px;
}
#content_block .left li {
	list-style-type: square;
	margin-left: 10px;
}

li a {

	padding: 5px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
}

#content_block .left li.current a {

	padding: 5px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#content_block .middle {
	position:relative;
	float:left;
	display:table-cell;
	top:0px;
	left: 5px;
	border-style: solid;
	border-width:1px;
	text-align: left;
	padding: 10px;
    background-color: white;
	width: 618px;
	height: 400px
}

html>body #content_block .middle {
	width: 618px;
	height: auto;
	min-height: 400px;
}

#content_block .right {
	position:relative;
	float:left;
	display:table-cell;
	top:0px;
	left: 10px;
	border-style: solid;
	border-width:1px;
	background-color: white;
	background-repeat: no-repeat;
	height: 300px;
	width: 173px;
}

html>body #content_block .right {
	width: 173px;
	height: auto;
	min-height: 300px;
}

#content_block .right .logos {
	padding-top: 5px;
	padding-bottom:5px;
	text-align:center;
}


#content_block .label1 {
	color: #F27900;
	font-size: 20pt;
	font-family: verdana, arial
}

#content_block .label2 {
	color: #F27900;
	font-size: 16pt;
	font-family: verdana, arial
}

#content_block .label3 {
	color: #F27900;
	font-size: 12pt;
	font-family: Verdana, Arial
}

#content_block .foto_landscape {
  position: relative;
  width: 260px;
  height: 173px;
}

#content_block .foto_landscape span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 173px;
  background: url(../images/foto_border.png) no-repeat;
}

#footer_block {
	position:inherit;
	width: 1000px;
	height: 30px
}

#footer_block .footer {
	width: 1000px;
	height: 30px
}

#footer_block .footer_text {
	color: black;
	font-family: verdana, arial;
	font-size: 9pt;
	text-align: center;
	vertical-align: middle
}

#footer_block .footer_href {
	color: black;
	text-decoration: none;
	font-weight: bold
}

#smallMap {
	cursor: pointer
}

#note, #note2 {
	font-size:8pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: solid;
	border-width:1px;
	border-color:red;
	background-color: lightyellow;
	display: block;
}

#note p, #note2 p {
	font-size:8pt;
}

#PictureForm {
	font-size:8pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: solid;
	border-width:1px;
	border-color:black;
	background-color: silver;
	display: block;
}

.lien{
	color:white
}

.menuHighlight {
	color: navy;
	margin-left: 15px;
}

.menuBlockquote {
	color: white;
	margin-left: 15px;
}

.commentForm {
	font-size: 8pt;
	font-family: arial narrow, arial;
}

#imgDelete {
	color:black;
}

.deleteImage {
	display: none;
	cursor:pointer;
}

.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}