

/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #2F66D5;
	text-decoration:none;
}

a:hover {
	color: #FF9212;
	text-decoration:none;
}

img {
	border: 0;
}

body {
	background: #C0C0C0;
	color: #4A5A7B;
	font: normal 62.5% Arial,sans-serif;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.8em Arial,sans-serif;
	margin-bottom: 4px;
}


h1,h2,h3 {
	padding-top: 6px;
}


/* main */
.main {
	border-top: 4px solid #FFFFFF;
	background: url(img/BG_Content.jpg) repeat-y;
}

/* misc */
.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* structure */
.container {
	background-color: #EEEfE9;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 6px 6px;
	width: 910px;
}

/* header */
.top {
	padding: 6px 6px 0;
}

/* title */
.header {
	background-color: #FFFFFF;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 6px 6px 4px;
	width: 900px;
}

.header .left {
	background-color: #4A5A7B;
	font: normal 2.8em Arial,sans-serif;
	line-height: 105px;
	width: 695px;
	text-align: left;	
	color: #FFFFFF;
	height: 105px;	
	
}

.header .right {
	background-color: #28282E;
	color: #FFFFFF;
	line-height: 25px;
	width: 210;
	height: 105px;	

}

.header .right p {
	padding: 0 14px;
}

.header .right h2 {
	padding: 26px 5px 0 10px; 
	font: normal 1.6em "Arial",sans-serif;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/Blue_TopNavigation.jpg);
	height: 26px;
}
.navigation a {
	background: transparent url(img/Blue_TopNavigation.jpg) left top repeat-x;
	border-right: 1px solid #EEEfE9;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 1em Arial,sans-serif;
	line-height: 26px;
	padding: 0 18px;
	text-decoration: none;
	text-align: center;
	width: 114px;
}
.navigation a:hover {
	background: transparent url(img/Black_TopNavigation.jpg) left top repeat-x;
	color: #FFFFFF;
}

/* side navigation */
.sidenav {
	float: left;
	width: 190px;
}
.sidenav h2 {
	background: url(img/BG_LeftNavigationTitle.jpg) left top repeat-x;
	color: #4A5A7B;
	line-height: 26px;
	font: bold 1em Arial,sans-serif;
	margin: 0;
	padding: 4px 4px 4px 4px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #C0C0C0;
	border-top-style: dotted;
}
.sidenav li {
	border-bottom: 1px solid #C0C0C0;
	border-bottom-style: dotted;
}

.sidenav li a {
	font: bold 0.9em Arial,sans-serif;
	color: #4A5A7B;
	display: block;
	padding: 6px 4px 6px 8px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #FF9212;	
}

/* side navigation smalll */
.sidenav_small {
	float: left;
	width: 190px;
}
.sidenav_small h2 {
	background: url(img/BG_LeftNavigationTitle.jpg) left top repeat-x;
	color: #4A5A7B;
	line-height: 26px;
	font: bold 1em Arial,sans-serif;
	margin: 0;
	padding: 4px 4px 4px 4px;
}
.sidenav_small ul {
	padding: 0;
	border-top: 1px solid #C0C0C0;
	border-top-style: dotted;
}
.sidenav_small li {
	border-bottom: 1px solid #C0C0C0;
	border-bottom-style: dotted;
	/*margin-left:8px;*/
}

.sidenav_small li a {
	font: bold 0.9em Arial,sans-serif;
	color: #4A9AAB;
	display: block;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
.sidenav_small li a:hover {
	color: #DFB242;	
}

/* Contact */
.contact {
	float: left;
	width: 190px;
	padding: 4px 0 4px 2%;
}

.contact p {
	color: #4A5A7B;
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 650px;
}
.content .descr {
	color: #4A5A7B;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content .imgright {
	padding: 5px;
	border: 1px solid #D8EBD8;
	margin-left: 4px;
	float: right;
}

.content p
{
	color: #4A5A7B;
}

.content h2 {
	text-align: left;
	color: #4A5A7B;
	font-family: arial;
	font-size: 12pt;
}

.content .navigation {	
	background: #D9E1E5 url(img/BG_LeftNavigationHover.jpg);
	height: 26px;
}
.content .navigation a {
	background: transparent url(img/BG_LeftNavigationHover.jpg) left top repeat-x;
	border-right: 1px solid #EEEfE9;
	color: #4A5A7B;
	display: block;
	float: left;
	font: bold 1em Arial,sans-serif;
	line-height: 26px;
	padding: 0 18px;
	text-decoration: none;
	text-align: center;
	width: 95px;
}
.content .navigation a:hover {
	background: transparent url(img/Black_TopNavigation.jpg) left top repeat-x;
	color: #FFFFFF;
}

/* footer */
.footer {
	background: url(img/BG_Footer.jpg) repeat-x;
	color: #FFFFFF;
	font: 0.8em sans-serif;
	line-height: 26px;
	text-align: center;
}
.footer a,.footer a:hover {
	color: #FFFFFF;
	}
	
.popup {
	DISPLAY: none; Z-INDEX: 100;  LEFT: 0px; WIDTH: 100%! important; PADDING-TOP: 120px; POSITION: absolute; TOP: 0px; HEIGHT: 100%; _background-image: url('/images/popup_blank_bg.gif');width: 850px;
}

.popup-container {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1.2em; PADDING-BOTTOM: 0px; MARGIN: 0px auto;  PADDING-TOP: 2px; TEXT-ALIGN: left;width: 850px;

}
#image_area {
	TEXT-ALIGN: left
}

#leftcol {
  background: #f00;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 150px;
  height: 500px;
}
#rightcol {
  background: #f00;
  position: absolute;
  left: 650px;
  top: 100px;
  width: 150px;
  height: 500px;
}

.popup-container .header1 {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px;  PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #cfd2d7 2px solid; border-right:#cfd2d7 2px solid; border-left: #cfd2d7 2px solid; border-top:#cfd2d7 2px solid; height: auto;
}


.popup-container .content {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
.popup-container .textcontent {
	PADDING-RIGHT: 20px; PADDING-LEFT: 25px; PADDING-BOTTOM: 10px; PADDING-TOP: 20px
}
.popup-container .imgbold {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; MARGIN: 2px; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.popup-container .imgbold:hover {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; MARGIN: 2px; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid
}



.nopop {
	DISPLAY: none; Z-INDEX: 100;  LEFT: 0px; WIDTH: 100%! important; PADDING-TOP: 120px; POSITION: static; TOP: 0px; HEIGHT: 100%; _background-image: url('/images/popup_blank_bg.gif');width: 850px;
}

.nopop-container {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1.2em; PADDING-BOTTOM: 0px; MARGIN: 0px auto; PADDING-TOP: 2px; TEXT-ALIGN: left; width: 850px;

}
#image_area {
	TEXT-ALIGN: left
}

.nopop-container .header1 {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px;  PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #cfd2d7 2px solid; border-right:#cfd2d7 2px solid; border-left: #cfd2d7 2px solid; border-top:#cfd2d7 2px solid; height: auto;
}


.nopop-container .content {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
.nopop-container .textcontent {
	PADDING-RIGHT: 20px; PADDING-LEFT: 25px; PADDING-BOTTOM: 10px; PADDING-TOP: 20px
}
.nopop-container .imgbold {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; MARGIN: 2px; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.nopop-container .imgbold:hover {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; MARGIN: 2px; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid
}

