/* ### Main Layout ### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	color: #666666;
}
p {
	margin: 0 0 14px 0;
}
a:link, a:hover, a:active, a:visited {
	color: #000;
}
a:hover {
	color: #aaa39b;
}
h1, h2, h3, h4, h5, h6 {
	color: #3e3e29;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
}
#header, #main, #footer {
	width: 800px;	
	background-color: #ffffff;
	margin: 0 auto;
	border: #000000 1px solid;
}
#header {
	background: #aaa39b;
	height: 185px;
	width: 800px;
	border-bottom: none;
}
.logo {
	margin: 80px 0 0 20px;
}
#main_menu {
	height: 40px;
	text-align:left;
	width: 800px;	
	margin: 15px auto 0 auto;
}
#main {
	border-top: none;
}
#lineMain {
	padding-top: 30px;
	border-bottom: #000000 1px solid;
	width: 800px;	
	margin: 0 auto 0 auto;
}
#content {
	width: 530px;
	float: left;
	margin: 20px 0 0 20px;
}
#leftColumn {
	width: 225px;
	float: left;
	clear:both;
}
#leftColumn img {
	margin: 20px;
}
#footer {
	clear: both;
	background: #aaa39b;
	text-align:center;
	height: 32px;
	border: none;
	
}
#footer a, #footer a:visited {
	color: #919293;
	margin: 0 10px;
	text-decoration:none;
}
#footer a:hover {
	color: #9cccf3;
}

/* ### Main Navigation ### 
/*Credits: CSSplay */

.preload2 {}
.menu2 {padding:0 4px 0 4px; margin:0; list-style:none; height:40px; position:relative; z-index: 1400;}
.menu2 li.top {display:block; float:left; position:relative; }
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:38px; color:#000000; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 7px 0 7px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 7px 0 7px; height:40px;}
.menu2 li a.top_link:hover {color:#fff;}
.menu2 li a.top_link:hover span {}
.menu2 li a.top_link:hover span.down {}

.menu2 li:hover > a.top_link {color:#fff;}
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:1401;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:1px; top:37px; background: #d8d2c9; padding:1px 0; border:0px solid #9cccf3; border-top: 0; white-space:nowrap; width:180px; height:auto; z-index: 1401;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:177px;}
.menu2 :hover ul.sub li a {display:block; font-size:12px; height:20px; width:174px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:1px solid #9cccf3; border-width:0; font-weight: bold;}
.menu2 :hover ul.sub li a.fly {background:#d8d2c9;  font-weight: bold;}
.menu2 :hover ul.sub li a:hover {background:#000000; color:#fff; font-weight: bold;}
.menu2 :hover ul.sub li a.fly:hover {background:#000000; color:#fff; font-weight: bold;}
.menu2 :hover ul li:hover > a.fly {background:#d8d2c9; color:#fff; font-weight: bold;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:177px; top:-3px; background: #d8d2c9; padding:2px 0; white-space:nowrap; width:180px; z-index:200; height:auto; z-index: 1401;}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: bold;
}
.element {
	margin: 5px 0 0 5px;
}
#footerDC {
	padding-top: 10px;
	text-align:center;
	line-height: 70px;
	font-size:10px;
	color:#333333;
}
#footerDC a:link, #footerDC a:hover, #footerDC a:active, #footerDC a:visited {
	text-decoration:none;
	font-size:10px;
	color:#333333;
	padding: 0;
	margin: 0;
}
#qws {
	margin: 0 auto;
	width: 800px;
	font-size: 10px;
	color:#666666;
	text-align:right;
}
sup{ font-size: 6px;
	color: #000;
}