html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     width: 100%;
}

body {
	background-color: #D2EBFF;
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	position: relative;
}

body,td,th {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	word-spacing: 1px;
	letter-spacing: 0.05em;
	color: #000000;
}

#site {
	text-align: left;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../images/background-insite.gif);
	background-repeat: repeat-y;
	width: 965px;
	background-color: #ffffff;
}

#insite {
	background-image: url(../images/header-new.jpg);
	background-repeat: no-repeat;
	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 1px;
}

#header {
	position: relative;
	height: 200px;
	width: 100%;
	top: 0;
}

#content {
	position: relative;
	width: 908px;
	height: auto;
	top: 0;
	bottom: 0;
	padding-left: 49px;
}

#footer {
	position:relative;
	width: 938px;
	bottom:0; /* stick to bottom */
	background:#f7f7f7;
	border-top:1px solid #cfcfcf;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	height: 50px;
	display: none;
}

#banner {
	position: absolute;
	top: 38px;
	right: 48px;
	width: 468px;
	height: 60px;
	background-color: #FFFFFF;
	border: 3px solid white;
}

#contact {
	position: absolute;
	top: 10px;
	right: 48px;
}

#top-menu {
	width: 100%;		
	position: absolute;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	top: 145px;
}

#top-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

#top-menu ul li {	
        display:inline;
}

#top-menu a {
        color: #FFFFFF;
       	padding-left: 5px;
       	padding-right: 5px;
}

#top-menu a:hover {
        color: #ffffff;
}

#top-menu a.menu_current {
        color: #ffffff;
}

div#video-block {
	margin-left: 50px;
	margin-top: 5px;
}

div.video-block-main {
	text-align: left;
}

div.video-block-text {
	text-align: left;
	width: 640px;
}

div#video-player {
	width: 640px;
	height: 360px;
}

div.video-block-text ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

div#right-menu {
	float: right;
	width: 255px;
}

div#right-menu h1.toggler {
	color: #000000;
	font-size: 13px;
	background-image: url(../images/menu_right_line.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
	width: 213px;
	cursor: pointer;
}


div#right-menu h1.toggler-noclick {
	color: #000000;
	font-size: 13px;
	background-image: url(../images/menu_right_line.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
	width: 213px;
}

div#right-menu div.element ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #000000;
	width: 213px;
}

div#right-menu div.element ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #9cb0bd;
}

div#right-menu div.element ul li menu-parent {
	color: red;
}


a:link, a:visited, a:active {
	color: #1d86d1;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


div#right-menu div.element ul li a {
	color: #000000;
	text-decoration: none;
}


div#right-menu div.element ul li a:hover {
	color: #1d86d1;
	text-decoration: none;
}

form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 13px;
}

h2, h3, h4, h5 {
	font-size: 12px;
}

h6 {
	font-size: 18px;
	color: #1d86d1;
	margin-bottom: 0px;
	margin-top: 0px;
}

hr {
	background-color: #bbbfc2;
	display : list-item;
	list-style: none;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

td {
	vertical-align: top;
}

