*
{
	font-family:"Arial";
}
html
{
	height:100%
}
body
{
	min-height:101%;
	margin:0;
	padding:0;
	background-color: #f5f5f5;
	text-align: center;
	}

#main
{
	margin:0;
	padding:0 5px 0 5px;
	width:1000px;

	margin:auto;
	background-color: white;
	border-top: 5px solid white;
	text-align: left;

}

#header
{
	border-bottom: 5px solid #0095d9;
	width:1000px;
	margin:0px 0 0 0;
	height: 185px;
}

#header img#logo
{
	float:left;
	margin-right: 20px;
	margin-top: 95px;
	height: 80px;

}
*html #header img#logo
{
	margin-right: 14px;
}
#header img#mood
{
	float:left;
	width: 721px;
	height: 180px;
}

#footer
{
	border-top: 5px solid #0095d9;
	width:1000px;
	margin:-15px 0 0 0;
	z-index: 100;


}
#footerText
{
	font-weight:bold;
	font-size: 16px;
	color: black;
	background-color: white;
	width: 180px;
	font-family:"Arial Black";
	margin-top: -13px;
         text-indent: -1px;
	z-index: 1;

}

*html #footerText
{
	margin-top: -30px;

}
#wrapper
{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
#wrapper
{
	float: left;
	float/**/: none;
	}
#wrapper:after
{
	/*content: '[DO NOT LEAVE IT IS NOT REAL]';*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper
{
	display: inline-block;
}
/*\*/
#wrapper
{
	display: block;
}
#content, #navigation
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
#content
{
	width:741px;

	float: left;
	margin-right:0px;
	margin-left: -1px;


	padding-right: 20px;

 	font-size: 12px;
}

#content h1
{
	font-weight:bold;
	font-size: 26px;
	margin:10px 0 10px 0;
}
#content h2
{
	font-weight:bold;
	font-size: 20px;
	margin:10px 0 0 0;
}
#content h3
{
	font-weight:bold;
	font-size: 15px;
	margin:5px 0 0 0;
}

#content p
{
	font-size: 15px;
	margin:3px 0 15px 0;
}
#content a
{
	font-weight:bold;
	color: #0095d9;
	text-decoration: none;

}
#content ul li
{	font-size: 15px;
}
#content table tr td
{
	font-size: 15px;
}

#navigation
{
	width:240px;

	float: left;

	margin-left: -0px;
         margin-top: 5px;

	padding-top: 18px;
	float:left;
	background-color: #dcdcdc;

}

#navigation ul
{
	list-style:none;
	margin:0px 0 0px 10px;
	padding:0px
}

#navigation ul li
{
	margin-bottom:3px;
	padding-left: 30px;

	background-image: url(/media/img/bg/bg_nav_inactive.gif);
	background-repeat: no-repeat;
}

#navigation ul li:hover
{
	background-image: url(/media/img/bg/bg_nav_active.gif);
	background-repeat: no-repeat;
}

#navigation ul li.active
{
	background-image: url(/media/img/bg/bg_nav_active.gif);
	background-repeat: no-repeat;
}
#navigation ul li.active a
{
	color:#0095d9;
}

#navigation ul ul
{
	list-style:none;
	margin:-3px 0 0  -10px;
	padding:0px
}

* + html>body #navigation ul ul
{

	list-style:none;
	margin:0 0 0 30px ;
	padding:0px
}

#navigation ul ul li,
#navigation ul ul li:hover,
#navigation ul ul li:active,
#navigation ul ul li.active
{

	margin:0px 0 0 10px;
	background-image: url();
}

#navigation ul ul li a
{
	font-size: 12px;
}
#navigation ul ul li.active a
{
	color:#0095d9;
}


#navigation ul li a
{
	font-weight:bold;
	color:black;
	text-decoration: none;
	font-size: 16px;
}
#navigation ul li a.active,
#navigation ul li a:active,
#navigation ul li a:hover
{
	font-weight:bold;
	color:#0095d9;
}

#navigation h2
{
	margin:0px 0 0 0px;
	font-size: 14px;
	color: white;
}

#navigation table#address
{
	position:absolute;
	top: 100px;
	visibility: hidden;
}

#navigation #address,
#navigation #address  table tr td
{
	font-weight: bold;
	margin: 10px;

	font-size: 12px;
	color: black;

}


#navigation table#address tr td a
{
	color:#0095d9;
	text-decoration: none;
}

*html #header
{
	height: 190px;
}

*html #header img#mood
{
	margin-left: 6px;
}

*html  #wrapper
{
	width:1000px;
}


*html #content
{

	width:761px;
}