@charset "utf-8";
/**************************************************************************
* Global
**************************************************************************/
* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#000;
}
body {
	text-align:center;
}
#clearer {
	clear:both;
}
#emphasize {
	color:#FFFFFF;
	font-weight:bolder;
}
#noBottomMargin {
	margin-bottom:0;
}
#noTopMargin {
	margin-top:0;
}
#noMargin {
	margin:0;
}
#textsize {
	cursor:pointer;
}
#client_logo {
	float:right;
}
/**************************************************************************
* Wrapper
**************************************************************************/
#wrapper {
	width:900px;
	min-height:100%;
	margin:0 auto;
	text-align:center;
}
/*
* IE 6 HACK!!!!!!!!!!
*/
* html #wrapper {
	height:100%;
}
/**************************************************************************
* Header
**************************************************************************/
#header {
	float:left;
	width:100%;
	height:20px;
	margin:1.5em 0 0 0;
	text-align:left;
	display:inline;
}
#header a#logout{
	color:#dddedf;
	font-size:0.8em;	
	text-decoration:none;
	margin:0.5em 0 0 1em;
	line-height:18px;
}
#header a#logout:hover {
	color:#1b8ea8;
}
#logo {
	float:left;
	margin:0 0 0 1.5em;
	border:none;
}
#menu {
	float:right;
	margin:0 2em 0 0;
	color:#dddedf;
	display:inline;
}
#menu li {
	float:left;
	font-size:0.8em;
	list-style:none;
	margin:0 0 0 1.5em;
}
#menu li a {
	color:#dddedf;
	letter-spacing:0px;
	line-height:28px;
	text-decoration:none;
}
#menu li a:hover {
	color:#1b8ea8;
}
#submenu {
	float:right;
	margin:0.3em 2em 0 0;
	height:1em;
	color:#dddedf;
	text-align:right;
	display:inline;
}
#submenu li {
	float:left;
	font-size:0.7em;
	list-style:none;
	margin:0 0 0 2em;
}
#submenu li a {
	text-decoration:none;
	color:#dddedf;
}
#submenu li a:hover {
	text-decoration:underline;
}
/**************************************************************************
* Content
**************************************************************************/
#content {
	float:left;
	width:100%;
	margin:0.5em 0 0 0;
	text-align:left;
	display:inline;
}
/**************************************************************************
* Module
**************************************************************************/
.module {
	float:left;
	width:100%;
	background:url(../img/module-bac.png) repeat-y;
	display:inline;
}
#main_module {
	min-height:10em;
}
.mheader {
	float:left;
	width:100%;
	height:25px;
	background:url(../img/module-top.png) no-repeat;
	display:inline;
}
.mcontent {
	float:left;
	width:88%;
	margin:0 0 0.5em 6%;
	display:inline;
}
.mcontent h1 {
	margin:1em 0 1em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#bfd1e3;
}
.mcontent h2 {
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#ffffff;
}
.mcontent h3 {
	margin:2em 0 0 0;
	font-size:0.75em;
	font-weight:bolder;
	color:#FFF;
}
.mcontent p {
	margin:1em 400px 1em 0;
	font-size:0.75em;
	line-height:1.2em;
	color:#CCCCCC;
}
.mcontent a {
	color:#54b8d0;
	text-decoration:none;
}
.mcontent a:hover {
	text-decoration:underline;
}
.mcontent li {
	margin:0 400px 0.2em 1em;
	font-size:0.75em;
	color:#e3e5e7;
}
.mfooter {
	float:left;
	width:100%;
	height:40px;
	background:url(../img/module-bot.png) no-repeat;
	display:inline;
}

#bottom_panel p {
	font-size:0.7em;
	margin:0.5em 0 0.5em 0;
}
/**************************************************************************
 Footer
**************************************************************************/
#clear_footer {
	clear:both;
	height:1.5em;
}
#footer {
	float:left;
	width:100%;
	height:2em;
	margin:-1.5em 0 1em 0;
	text-align:left;
}
#footer p {
	font-size:0.7em;
	color:#bfd1e3;
}
#footer a {
	text-decoration:none;
	color:#bfd1e3;
}
#footerNav {
	float:left;
	margin:0.2em 0 0.2em 1.5em;
}
#footerNav p {
	margin:0.8em 0 0 0;
}
#textsize {
	float:right;
	margin:0.2em 1.5em 0.2em 0;
}
#textsize p {
	float:left;
	margin:0.8em 0.5em 0 0;
}
#textsize img {
	float:left;
	margin:0.3em 0 0 0;
	width:25px;
	height:21px;
	border:none;
	behavior: url('css/iepngfix.htc');
}
.hidden{
	display:none;
}
