﻿*{
margin: 0;
padding: 0;
border: none;
}

body {
	margin: 0 auto 0 auto;
	background: url('images/bg.jpg') repeat-x left top;
	background-color: #71C9F1;
}
a:link, a:visited { text-decoration:none; }
.content-left-box-top-yelow, .content-left-box-bg-repeat, .content-left-box-down, #footer-down, .content-left-box-top-blue, #sidebar h2, #sidebar-nav-down, .sidebar-box-top, .sidebar-box-down, .sidebar-box-bg  {
	_behavior: url(iepngfix.htc)
}

#wrap {
	margin: 0 auto 0 auto;
	width: 978px;
}
/*-----------------------------------------------------------------------------------HEADER*/
#header {
	background: url('images/header.jpg') no-repeat left top;
	width: 978px;
	height: 261px;
}
#logo {
	padding: 18px 0 0 35px;
	width: 308px;
	height: 70px;
	float: left;
}
#logo a, #logo img {
	display: block;
}
ul#nav {
	float: left;
	width: 620px;
	padding: 8px 0 0 20px;
    list-style: none;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
}
ul#nav li {
    float: left;
    padding: 0 0 0 10px;
}
ul#nav a {
	background: url('images/navleft.gif') no-repeat left top;
    float: left;
    padding: 0 0 0 4px;
}
ul#nav a span {
	background: url('images/navright.gif') no-repeat right top;
    float: left;
    display: block;
    height: 20px;
    padding: 7px 10px 0 7px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
ul#nav a:hover span {
      color: #DDE1E3;
}
/*-----------------------------------------------------------------------------------CONTENT*/
#content {
	background: url('images/content.jpg') no-repeat left top;
	width: 978px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
#content-left {
	padding: 0 0 0 15px;
	float: left;
	width: 618px;
}
.content-left-box-top-yelow {
	background: url('images/box-top-yelow.png') no-repeat left top;
	padding: 30px 0 0 53px;
	width: 565px;
	height: 26px;
}
.content-left-box-top-blue {
	background: url('images/box-top-blue.png') no-repeat left top;
	padding: 30px 0 0 53px;
	width: 565px;
	height: 26px;
}
.content-left-box-top-yelow h1, .content-left-box-top-blue h1 {
	font-family: Myriad Pro, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.content-left-box-bg-repeat {
	background: url('images/box-bg-repeat.png') repeat-y left top;
	padding: 0 0 0 0;
	width: 618px;
}
.content-left-box-bg-no-repeat-top {
	background: url('images/box-bg-no-repeat-top.jpg') no-repeat 9px 0;
	width: 600px;
}
.content-left-box-bg-no-repeat-down {
	background: url('images/box-bg-no-repeat-down.jpg') no-repeat 9px bottom;
	width: 600px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
.content-left-box-bg-no-repeat-down p {
	padding: 13px 25px 0 28px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
}
.content-left-box-down {
	background: url('images/box-down.png') no-repeat left top;
	clear: both;
	width: 618px;
	height: 21px;
}
/*--------------------------------------------------------------------------------SIDEBAR*/
#sidebar {
	float: left;
	width: 337px;
	padding: 56px 0 0 8px;
}
#sidebar h2 {
	background: url('images/sidebar-h2.png') no-repeat left top;
	padding: 17px 0 0 44px;
	width: 269px;
	height: 28px;
	font-family: Myriad Pro, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#sidebar-nav {
	background-color: #5299C6;
	overflow: hidden;
	padding: 5px 0 0 0;
	width: 313px;
}
#sidebar-nav-down {
	background: url('images/sidebar-nav-down.png') no-repeat left top;
	clear: both;
	width: 313px;
	height: 7px;
	font-size: 1px;
}
#sidebar-nav ul {
	list-style: none;
	font-size: 14px;
	line-height: 14px;
}
#sidebar-nav ul .no-border {
	padding: 2px;
}
#sidebar-nav ul .border-down {
	border-bottom: 2px solid #78AED1;
	padding: 2px;
}
#sidebar-nav ul li {
	float: left;
	display: inline;
}
#sidebar-nav ul li a {
	background: url('images/sidebar-nav-a.jpg') no-repeat 0 0;
	padding: 10px 0 0 46px;
	display: block;
	width: 263px;
	height: 24px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#sidebar-nav ul li a:hover {
	background: url('images/sidebar-nav-a.jpg') no-repeat 0 -34px;
	color: #FFD108;
}
/*-------------------------------------------------------------------------------SIDEBAR_BOX*/
.sidebar-box-top {
	background: url('images/sidebar-box-top.png') no-repeat left top;
	margin: 7px 0 0 0;
	width: 301px;
	height: 17px;
	font-size: 1px; /*IE6*/
}
.sidebar-box-down {
	background: url('images/sidebar-box-down.png') no-repeat left top;
	width: 301px;
	height: 14px;
	clear: both;
}
.sidebar-box-bg {
	background: url('images/sidebar-box-bg.png') repeat-y left top;
	float: left;
	width: 301px;
}
.sidebar-box-bg-no-repeat-top {
	background: url('images/sidebar-box-bg-top.jpg') no-repeat 9px top;
}
.sidebar-box-bg-no-repeat-down { 
	overflow: hidden; /*FF*/
	*overflow: visible; /*IE6,7*/
	background: url('images/sidebar-box-bg-down.jpg') no-repeat 9px bottom;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}
.sidebar-box-bg-no-repeat-down em {
	font-style: normal;
	text-align: right;
	display: block;
	padding: 2px 25px 0 0;
	font-family: Myriad Pro, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0A2235;
}
.sidebar-box-bg-no-repeat-down p {
	padding: 10px 20px 0 22px;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
}
.sidebar-box-bg-no-repeat-down p span {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFBC10;
}
.sidebar-box-bg-no-repeat-down a {
	float: left;
	margin: 0 0 0 22px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
}
.sidebar-box-bg-no-repeat-down a:hover {
	color: #787878;
}
.sidebar-box-bg-hr {
	background: url('images/sidebar-box-bg-hr.gif') no-repeat 18px 10px;
	width: 264px;
	height: 1px;
	clear: both;
	font-size: 1px;
	padding: 10px 0 0 18px;
}
/*------------------------------------------------------------------------------FOOTER*/
#footer {
	width: 978px;
	clear: both;
}
#footer-top {
	width: 978px;
	height: 23px;
	padding: 10px 0 0 0;
}
#footer-top ul {
	list-style: none;
	text-align: right;
	padding: 0 65px 0 0;
}
#footer-top ul li {
	display: inline;
	padding: 0 0 0 23px;
}
#footer-top ul li a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
#footer-top ul li a:hover {
	text-decoration: underline;
}
#footer-down {
	background: url('images/footer-down.png') no-repeat left top;
	padding: 8px 0 0 58px;
	width: 978px;
	height: 29px;
}
#footer-down span {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #0C3A66;
}
#footer-down a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0C3A66;
}
#footer-down a:hover {
	text-decoration: underline;
}



