html, body {
	color: #4d4d4d;
	font: 14px Calibri, Arial, Tahoma, Verdana;
	padding: 0;
	margin: 0;
	background: #ffffff url('/images/background.jpg') repeat-y center top;
	height: 100%;
}


A:hover, A:link, A:visited, A:active {
	color: #3d3d3d;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}


#container {
	position: relative;
	background: url('/images/buildings.png') no-repeat bottom left;
	min-height: 790px;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

div.main_left {
	width: 332px;
	float: left;
	z-index: 1;
}

div.main_right {
	width: 838px;
	margin-left: 30px;
	float: left;
	z-index: 2;
}



div.main_right h1 {
	margin: 0;
	padding: 25px 0px 25px 5px;
	font: 14px Calibri;
	font-weight: normal;
	color: #818181;
	text-transform: uppercase;
}

div.main_right h1 b {
	color: #303030;
	font-weight: normal;
}

div.main_right div.main_content {
	min-height: 100%;
	background: red;
}

div.copyright {
	position: relative;
	text-align: center;
	padding-left: 332px;
	margin-top: -35px;
	height: 35px;
	line-height: 30px;
	font-size: 12px;
}

div.main_right div.top {
	background: url('/images/main_top_bg.jpg') no-repeat;
	height: 205px;
}

div.main_right div.top2 {
	background: #7b7b7b;
	color: #ffffff;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	margin: 7px 8px 0px 0px;
}

div.main_right div.top2 a {
	color: #ffffff;
}


div.main_right div.top div.img {
	float: left;
	padding: 14px 20px 14px 20px;
	width: 220px;
}

div.main_right div.top div.text {
	float: left;
	color: #ffffff;
	padding: 14px 0px 0px 10px;
	width: 510px;
}


div.main div.text {
	background: url('/images/main_text_bg.gif') no-repeat;
	height: 620px;
	padding: 12px 35px 15px 12px;
}

div.main div.text div.scroll {
	overflow: auto;
	height: 620px;
	padding: 0px 25px 10px 8px;
}

div.main div.text div.form {
	clear: both;
	padding: 20px;
	width: 400px;
/*	margin: 0 auto;*/
}

div.main div.text div.form input.txt {
	width: 300px;
}

div.main div.text div.form textarea {
	width: 400px;
	height: 100px
}

div.main div.text2 {
	background: url('/images/main_text_bg.jpg') no-repeat;
	height: 520px;
	padding: 12px 35px 15px 12px;
}

div.main div.text2 div.scroll {
	overflow: auto;
	height: 520px;
	padding: 0px 25px 10px 8px;
}

div.main div.text3 {
	background: url('/images/main_text_bg250.jpg') no-repeat;
	height: 420px;
	padding: 12px 35px 15px 12px;
}

div.main div.text3 div.scroll {
	overflow: auto;
	height: 420px;
	padding: 0px 25px 10px 8px;
}


div.main div.items {
	width: 811px;
	padding-bottom: 20px;
}

div.main div.items div.elem {
	background: #ebebeb;
	padding: 10px 20px 10px 20px;
	color: #212121;
}

div.main div.items div.elem a {
	color: #212121;
}

div.main div.items div.elem a b {
	color: #737373;
	font-weight: normal;
}


div.text img.nimg {
	padding-right: 10px;
}

div.main div.none {
	float: left;
	position: relative;
	width: 350px;
	padding: 10px;
}

div.main div.none img {
	float: left;
	padding-right: 10px;
}

div.main div.none img.next {
	float:none;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	position: relative;
	top: 2px;
}

div.gallery {
	clear: both;
}

div.gallery div.gone {
	float: left;
	padding: 5px;
}


/* MENU */
.accordion {
	width: 332px;
	padding-right: 22px;
	text-align: right;
	z-index: 99;
}

.accordion a, .accordion a:link, .accordion a:visited {
	padding: 0px;
	color: #e1e1e1;
	text-decoration: none;
}

.accordion a:hover {
	color: #ffffff;
/*	text-decoration: underline; */
}

.accordion h3 {
	background: url('/images/menu_bg.png') no-repeat center;
	margin: 5px 0px 0px 0px;
	padding: 0px 31px 0px 0px;
	color: #e1e1e1;
	height: 23px;
	cursor: pointer;
	text-align: right;
	font-weight: normal;
	font: 18px Calibri;
}

.accordion h3:hover {
/*	text-decoration: underline; */
	color: #ffffff;
}

.accordion h3.active, .accordion h3.active a {
	color: #3d3d3d;
}


.accordion h4 {
	background: url('/images/menu_bg.png') no-repeat center;
	margin: 5px 0px 0px 0px;
	padding: 0px 31px 0px 0px;
	color: #e1e1e1;
	height: 23px;
	cursor: pointer;
	text-align:right;
	font-weight: normal;
	font: 18px Calibri;
}

.accordion h4 a {
	color: #e1e1e1;
}

.accordion h4.active {
	background: url('/images/menu_bg.png') no-repeat center;
}

.accordion h4.active a {
	color: #ffffff;
}

.accordion h5 {
	padding: 5px 25px 5px 0px;
	margin: 0px;
	font-weight: normal;
	font: 18px Calibri;
}

.accordion h5 div {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.accordion h5 div p {
	padding: 0px;
	margin: 0px;
	color: #e1e1e1;
	cursor: pointer;
}

.accordion h5 div p:hover {
	color: #ffffff;
}

.accordion h5 a {
/*	color: #3d3d3d;*/
}

.accordion blockquote {
	position: absolute;
	left: 337px;
	top: 0px;
	width: 307px;
	z-index: 99;
	padding: 0px;
	margin: 0px;
}


.accordion h6 {
	position: absolute;
	left: 337px;
	top: -20px;
	width: 307px;
}

.accordion div.smenubg {
	background: url('/images/smenu_bg.png');
}

.accordion div.smenubg div {
	background: url('/images/smenu_top.jpg') top left no-repeat;
	min-height: 26px;
}
.accordion div.smenubg div div {
	background: url('/images/smenu_bottom.jpg') bottom left no-repeat;
	min-height: 26px;
	color: #e1e1e1;
	font: 18px Calibri;
	padding-right: 43px;
/*	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
*/
}


/* ADDITIONAL */
.lclear {
	clear:both;
	height:1px;
	overflow:hidden;
}


.grey {
	color: #666666;
}

.red {
	color: #990000;	
}

.blue {
	color: #2e83c9;
}

.black, a.black {
	color: #3b3b3b;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 10px;
}

.top10 {
	padding-top: 10px;
}

.top20 {
	padding-top: 20px;
}

.headline {
	color: #0095c4;
}