@charset "utf-8";
/* CSS Document */

BODY {
	background:#efefef;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

* {
	margin:0px;
	padding:0px;
}

a img {
	border:none;
}

a {
	color:#3e5682;
	text-decoration:underline;
}

a:hover {
	color:#3e5682;
	text-decoration:none;
}

p {
	margin-bottom:18px;
	line-height:130%;
	font-size:0.8em;
}

p.nomargin {
	margin-bottom:0px;
}

.small {
	font-size:0.9em;
	color:#666666;
}

.center {
	text-align:center;
}

h1 {
	font-size:0.89em;
	color:#3e5682;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

h2 {
	font-size:0.85em;
	color:#333;
	margin-bottom:18px;
	margin-top:24px;
	clear:both;
}

.left {float:left;}
.right {float:right;}

div#wraper {	
	width:750px;
	margin:0 auto;
	text-align:left;
}

div#logo {
	text-align:right;
	position:relative;
	margin-bottom:-60px;
	padding-right:10px;
}

div#header {
	margin:0;
	height:auto;
}

div.page {
	background:#fff;
	padding:8px 8px 24px 8px;
}

div.page:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.page  {
    display: inline-block;
}

div.page  {
    display: block;
}

* html .page  {
    height: 1px;
}

div.container {
	width:300px;
	border-left:300px solid #fff;
	border-right: 150px solid #fff;
	float:left;
	background:#fff;
}

div.col_1_3 {
	float:left;
	width:280px; /* real is 300*/
	padding: 0 12px 0 8px;
	margin-left:-300px;
	position:relative;
}
div.col_2_3 {
	width:300px;
	margin-right:-300px;
	float:left;
}

div.col_3_3 {
	width:130px;
	padding:0 8px 0 12px;
	float:right;
	margin-right:-150px;
	position:relative;
}

div.col_1_2 {
	width:522px;
	float:left;
	padding:0 12px 24px 0;
}

div.col_2_2 {
	width:192px;
	padding: 0 0 24px 8px;
	float:right;
	background:#EFEFEF;
}

div.col_2_2 img {
	margin-bottom:4px;
}

#navigation ul {
	background:#3e5682;
	border-top:1px solid #758cae;
	border-bottom:1px solid #1b253c;
	list-style:none;
	height:26px;
}

#navigation ul li {
	float:left;
	padding-left: 14px;
	background:url(../images/nav_bullet.gif) 0 6px no-repeat;
	margin-left:12px;
	margin-top:2px;
}

#navigation ul li a {
	color:#fff;
	text-decoration:none;
	font:0.7em Arial, Helvetica, sans-serif;
	background:url(../images/separator.gif) top right no-repeat;
	padding-right:14px;	
}

#navigation ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

img.art {
	float:left;
	padding:0 8px 6px 0;
}

img.floated {
	float:left;
	padding:0 8px 8px 0;
}

.pdf {
/*	padding-right:18px;
	background:url(../images/pdf_icon.gif) 2px right no-repeat;
	display:block;
	clear:both;*/
}

div#footer {
	font:0.7em Arial, Helvetica, sans-serif;
	text-align:right;
	padding:0 8px;
}

div.page dl {
	font:.8em/2em Arial, Helvetica, sans-serif;
	border-left:1px solid #3e5682;
}

div.page dl dt {
	border-left:1px solid #fff;
	margin-left:-1px;
}

div.page dl dd {
	padding:0px 0 2px 10px;
	background:url(../images/sitemap_line.gif) -12px 12px no-repeat;
}

div.page ol,
div.page ul {
	margin-bottom:12px;
}
div.page ol li,
div.page ul li {
	font-size: 0.8em;
	margin-bottom:8px;
	margin-left:32px;
}

.contact_link {
	margin-bottom:32px;
	display:block;
	width:15%;
}

form label {
	width:80px;
	display:block;
	float:left;
}

div.services {
	height:360px;
	overflow:hidden;
	width:auto;
	/*overflow-y:scroll;*/
}