/* reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: Tahoma, arial, sans-serif;
	background: url('img/body_bg.jpg') 0 0;
font-size:9pt;
}
ol, ul {
	list-style: none;
}
/* end reset */
/*Main section*/
#wrap {
    width: 1000px;
    margin: 0 auto;
}
#header {
    position: relative;
    border-top: 1px solid white;
}
#header h1 {

    font: normal 40px/58px Tahoma;
    margin: 30px 0 26px 0;
    color:#446E89;
}
#header h1 img {
    vertical-align: top;
    margin-right: 20px;
}
#social {
    position: absolute;
    top: 45px;
    right: 0;
}
#nav {
    overflow: hidden;
    margin: 0 0 5px 0;
}
#nav li {
    float: left;
    text-align: center;
    padding: 14px 0;
    width: 189px;
    margin: 0 5px 0 0;
}
#nav li:last-child {
    margin: 0;
}
#nav li:hover {
    background: #98b1c1;
}
#nav li a {
   text-transform: uppercase;
   text-decoration: none;
   color: white;
   font: normal 18px Tahoma;
}
#nav li.current {
    background: #446e89;
}
#content {
    overflow: hidden;
	position: relative;
}
#sidebar {
    float: left;
    padding-right:10px;
}
#sidebar h2 {
    font: normal 24px Tahoma;
    color: #446e89;
    text-transform: uppercase;
} {
    
}
#sidebar ul li {
    line-height: 30px;
    padding: 0 0 0 24px;
    background: url('img/left_nav_list_item.gif') 0 50% no-repeat;
}
#sidebar ul li a {
    color: black;
    font-size: 12px;
}
#sidebar ul li a:hover {
    text-decoration: none;
}
#main {
    /*margin: 0 0 0 310px;*/
padding-bottom: 10px;
float: left;
width:720px;
}
#main p {
    margin: 0 0 25px 0;
    font-size: 12px;
}
#image_overlay {
	position: absolute;
	top: 299px;
	left: 50px;
	z-index: 1;
}
#image_overlay img {
	position: absolute;
	top: 0;
	left: 0;
}
.h1 {
	color: #446E89;
	padding: 10px 0 10px 0;
	font-size: 12pt;
}
#still_img {
	width: 999px;
    height: 400px;
	float: left;
}
.head_line
{
font-weight:bold;
}