﻿@charset "UTF-8";

html, body, form
{
	font-family: calibri, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	height: 100%;
}

h1 
{
	font-size: 32px;
	font-weight: bold;
	margin-top: 0px;
}

h2 
{
	font-size: 26px;
	font-weight: bold;
}

h3 
{
	font-size: 21px;
	font-weight: bold;
}

h4 
{
	font-size: 17px;
	font-weight: bold;
}

h5 
{
	font-size: 14.993px;
	font-weight: bold;
}

.wrapper
{
	position: relative;
	height: auto;
	min-height: 100%;
	width: 100%;
}
 
.header 
{
	font-family: Arial,Arial,sans-serif;
	font-size: medium;
	font-weight: normal;
	width: 100%;
	height:100px;
	padding: 0;
	margin: 0;
	background-color: #000000;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid black;
}

.header .headerWrapper
{
	max-width: 940px;
	margin: 0 auto;
}

.header .headerWrapper h1
{
    font-size:40px;
	font-weight:bold;
    margin-top: 40px;
	margin-left: 10px;
    color: #FFFFFF;
}

.mainNav
{
	background-color: #707070;
	margin-top: 0px;
	width: 100%;
}

.mainNav .menu
{
	max-width: 940px;
	min-height: 30px;
	padding: 0;
	margin: 0px auto;
}

.mainNav .current a
{
	font-weight: bold;
}

.mainNav .menu li 
{
	list-style: none;
	height: 30px;
	float: left;
	text-align: center;
	max-width: 200px;
	z-index: 100;
}

.mainNav .menu li a
{
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	font-size: 20px;
	display: block;
	line-height: 30px;
    cursor: pointer;
}

.mainNav .menu li:hover
{
	background-color: #BBBBBB;
}

ul li ul 
{
	height: auto;
    margin-left: 0;
    padding: 0;
    position: absolute;
	display: none;
	width: inherit;
	max-width: inherit;
}

ul li:hover ul
{
	display:block;
	border: 1px solid #000000;
	border-top: none;
}

ul li ul li
{
	color: #000000 !important;
	background-color: #FFFFFF;
	float: none !important;
	text-align: left !important;
	min-width: 165px;
	width: inherit;
	max-width: inherit;
}

ul li ul li a
{
	color: #000000 !important;
	
}



/*#menu li
{
	background-color: #AAAAAA;
}*/

.breadcrumb
{
	max-width: 100%;
	padding-left: 10px;
}

.content
{
	margin: 0px auto 0px auto;
	max-width: 940px;
	clear: both;
	padding-bottom: 61px;
}

.maincontent
{
	max-width: 680px;
	padding: 0px 10px 10px;
	float: left;
	min-height: 450px;
}

.sidebar
{
	width: 220px;
	padding: 10px;
	padding-top: 20px;
	float: right;
}

.footer 
{
	
	height: 20px;
	width: 100%;
	padding: 20px 0 20px;
	font-size: x-small;
	text-align: center;
	border-top: 1px solid #EFEFEF;
	color:#FFFFFF;
	background-color: #000000;
	position: absolute;
	bottom: 0;
}

.footer .menu 
{
	list-style: none;
	display: inline;
	margin: auto;
	padding: 0;
}

.footer .menu li 
{
	display: inline;
	padding: 0 5px;
}

.footer a:hover
{
	color:#333333;
	text-decoration: underline;
}

.footer a 
{
	color:#FFFFFF;
	font-weight: normal;
	font-variant:normal;
	text-decoration: none;
	text-align: center;
}

.footer p 
{
	padding-top: 0;
	margin-top: 0;
}

.clear
{
	clear: both;
}