/* ### Main Layout ### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #444444;
	background-color:#b4c9d8;
}

body a {
	color: #00aced;
}
#container {
	text-align: left;
	width: 980px;	
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	color: #008bff;
}
h1 {
	margin: 5px 0 10px 0;
	font-size:16px;
}	
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	color:#000000;
}
/*#tagline {
	font-size: 15px;
	font-weight: bold;
	color: #919293;
	text-align: right;
	padding: 40px 12px 0px 0px;
	margin: 0;
}
#hflash {
	background-color: #FFFFFF;
	clear: both;
}*/
#main_menu {

}
#header {	
	margin: 0 auto;
	width: 800px;	
	height: 154px;
	background: url(images/header.jpg) no-repeat;
}
#main {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 12px;
	background: #FFFFFF;
}
#content {
	width: 570px;
	float: left;
	margin-left: 30px;
}
#leftColumn {
	width: 163px;
	float: left;
}
img {
	border: 0;
}
#footer {
	margin: 0 auto;
	height: 70px;
	width: 800px;
	background:url(images/footer.jpg) repeat-x;
	clear: both;
}
#footerDC {
	padding-top: 30px;
	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;
}

/* ### Main Navigation  Menu ### 
/*Credits: CSSplay */
.menu2 {padding:0; margin:0; list-style:none;}

/* ##### controls even, odd backgrounds ##### */
.menu2 li a.top_link, .menu2 li a.top_link2 {background:url(images/topLink.jpg) no-repeat; display:block; width:163px; height:22px; line-height:22px; color:#444444; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px;}
.menu2 li a.top_link2 {background: #FFFFFF none;}
.menu2 li a.top_link:hover, .menu2 li a.top_link2:hover {
	color:#008bff;
}

/* ##### end of controls even, odd backgrounds ##### */

/* 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:100px; top:0px; background: #9abdff; padding:1px 0; border:1px solid #ffffff; border-top: 0; white-space:nowrap; width:180px; height:auto; z-index: 1401; font-weight:bold;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:177px; border-bottom:1px solid #ffffff;}
.menu2 :hover ul.sub li a {display:block; font-size:12px; height:20px; width:177px; line-height:20px; text-indent:5px; color:#ffffff; text-decoration:none; border:1px solid #9abdff; border-width:0 0 0 1px;}
.menu2 :hover ul.sub li a.fly {background:#9abdff url(images/arrow.gif) 167px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#ffffff; color:#000000; font-weight:bold;}
.menu2 :hover ul.sub li a.fly:hover {background:#313233 url(images/arrow_over.gif) 167px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#313233 url(images/arrow_over.gif) 167px 7px no-repeat; color:#fff;} 

.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
{background: #258DB8; padding:3px 0; border:1px solid #000000; white-space:nowrap; z-index:200; height:auto; z-index: 1401;}

/* ######## FAQ Pages ##### */
.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;
}
#qws {
	margin: 0 auto;
	width: 800px;
	font-size: 10px;
	color:#666666;
	text-align:right;
}
sup {
		font-size: 6px;
		color: #000;
}
#disc { margin: 50px 0 20px 0; font-style:italic;
	float: left;
	padding: 0;
}