/*******
******** STYLES FOR COMMON LAYOUT */

#body {
	position: relative; width: 770px; margin-left: 6%;
}

/* HEADER */
#header {
	width: 770px; height: 160px; background: transparent url(../imgs/logo.gif) left top no-repeat; border-bottom: 39px solid #3b8cc7;
}
#header.id21{
	background: transparent url(../imgs/logo2.gif) left top no-repeat; height: 160px; border-bottom: 39px solid #3b8cc7;
}
#header h1 a {
	position: absolute; display: block; top: 30px; left: 0px; width: 150px; height: 42px;
}
#header h1 a span {
	display: none;
}
/* LANGUAGE MENU */
#header #langmenu {
	float: right; height: 20px; list-style-type: none; margin-top: 20px;
}
#header #langmenu li {
	float: left; height: 20px; line-height: 20px; padding-left: 6px;
}

/* METANAVIGATION MENU */
#header #metanav {
	clear: right; float: right; height: 22px; padding-top: 10px; list-style-type: none;
}
#header #metanav li {
	float: left; height: 22px; line-height: 22px; margin-left: 25px;
}
#header #metanav li a {
	font-size: 85%; text-transform: uppercase; color: #505050;
}
/* PICTURE HEADER BS_SELECTOR */
#header #header_pic {
	clear: both; height: 87px; background-position: left top; background-repeat: no-repeat;
}

/* MAIN CONTENT */
#maincontent {
	margin-top: 50px; text-align: left;
}
#maincontent p, #maincontent td, #maincontent ul, #maincontent ol, #maincontent dl, #maincontent address {
	line-height: 17px;
}

/* LEFT */
#left {
	float: left; width: 200px;
}
/* SUBMENU*/
.left_submenu1 {
	margin-top: -2px;
}
.left_submenu2 {
	margin-top: 14px; margin-bottom: 21px;
}
.left_submenu1, .left_submenu2 {
	list-style-type: none; width: 160px;
}
/* 1st */
.left_submenu1 li a {
	display: block; margin-bottom: 10px; padding-bottom: 2px; border-bottom: 1px solid #3b8cc7; text-transform: uppercase;
}
/* 2nd */
.left_submenu2 li a {
	display: block; margin-bottom: 0px; border-bottom: none; text-transform: none; line-height: 16px;
}
.left_submenu2 li {
	line-height: 16px;
}


.left_submenu1 li, .left_submenu2 li,
.left_submenu1 li img, .left_submenu2 li img {
	vertical-align: text-bottom;
}

/* MAIN */
#main {
	float: left; width: 570px; min-height: 300px; _height: 300px; text-align: justify;
	overflow: hidden; o\verflow: visible;
}

/* CORRECT */
#clear {
	clear: both; height: 10px;
}

/* FOOTER */
#footer {
	clear: both; padding-top: 55px; font-family: sans-serif; text-align: left; border-top: 15px solid white;
	background: transparent url(../imgs/footer.gif) left 0px no-repeat; _background: transparent url(../imgs/footer.gif) left 15px no-repeat;
}
#footer p {
	height: 28px; line-height: 28px;
}
#footer hr {
	display: none;
}

/* HEADERS */
#main h2.pageheader {
	font-size: 1.25em; margin: 0px; margin-bottom: .8em; font-weight: normal;
}

/* SPACES */
#main ul, #main ol, #main dl, #main blockquote {
	margin-left: 2.2em;
}
