/* CSS Document */
img, div, input, { behavior: url("iepngfix.htc") }
body,
html {
    margin:0;
    padding:0;
    background:#ffffff;
    color:#000;
    }
body {
    min-width:917px;
    }
	
p{
	color: #535353;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

h2{
	color: #127e80;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}	
h3{
	color: #003c7d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
}	
	
ul{
	color: #535353;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-image:url(images/bullet.gif);
	text-align: justify;
}
ol{
	color: #535353;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

a{
	color: #003c7d;
}	
a:hover{
	color: #127e80;
}
	
#wrap {
    background:#ffffff;
    margin:0 auto;
    width:917px;
    }
html>/**/body #wrap {
    background:#ffffff;
    margin:-10px auto;
    width:917px;
    }
#headerblock{
    background:#ffffff url(images/bg.jpg) repeat-y;
	width: 917px;
	margin: 0 auto;
}
#logo{
	position: relative;
	z-index: 10;
	top: -5px;
	left: 15px;
	
}
#utility{
margin: 0 auto;
width: 900px;
}
#utility p, #utility  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-right: 5px;
}
#utility a:hover{
text-decoration: none;
    }
#header {
	z-index: 5;
    background:#ffffff;
	position: relative;
	left: 3px;
	top: -175px;
	margin: 0 auto;
	margin-bottom: -175px;
	width: 899px;
    }
#nav {
	position: relative;
	width: 899px;
	height: 25px;
	left: 2px;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
*:first-child+html #mainblock{
    background: url(images/bg-main.jpg) no-repeat top;
	width: 917px;
	min-height: 200px;
	padding-top: 25px;
	top: -150px;
	position: relative;
}

* html #mainblock{
    background: url(images/bg-main.jpg) no-repeat top;
	width: 917px;
	min-height: 200px;
	padding-top: 25px;
	top: -150px;
	position: relative;
}
#mainblock{
    background: url(images/bg-main.jpg) no-repeat top;
	width: 917px;
	min-height: 200px;
	padding-top: 20px;
	z-index: 20;
	position: relative;
}
#main {
    float:left;
    width:550px;
	padding-left:10px;
    }
#main h2, #main h3, #main p {
    padding:0 10px 0px 20px;
    }

#sidebar {
    float:right;
    width:315px;
	margin-right: 5px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }
*:first-child+html #footer {
    background: url(images/footer-bg.jpg) no-repeat;
	width: 917px;
	position: relative;
	top: -185px;
	margin-bottom: -165px;
	height: 162px;
    clear:both;
	z-index: 15;
    }
* html #footer {
    background: url(images/footer-bg.jpg) no-repeat;
	width: 917px;
	position: relative;
	top: -185px;
	margin-bottom: -165px;
	height: 162px;
    clear:both;
	z-index: 15;
    }
#footer {
    background: url(images/footer-bg.jpg) no-repeat;
	width: 917px;
	height: 162px;
    clear:both;
	top: -50px;
	position: relative;
	z-index: 15;
    }
#footer p {
	padding-top: 120px;
	padding-left: 30px;
    margin:0;
	text-align: center;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #225787;
    }
#footer a{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #225787;
    }

#footer a:hover{
text-decoration: none;
    }