/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/header-bg.jpg) repeat-x left top;
	font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-size: 14px;
	color: #003366;
}
img {
	border: none;
}
a {
	color: #003D69;
	font-weight: bold;
}
a:hover {
	color: #3393C6;
	text-decoration: none;
}
#wrapper {
	background: url(../images/left_navi_bg.gif) repeat-y left top;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 220px;
	background: url(../images/header.jpg) no-repeat left top;
}
#headernav {
	margin-left: 270px;
	padding-top: 145px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#headernav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

#headernav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#topcontact {
	margin-left: 250px;
	margin-top: 17px;
	background-image: url(../images/top_icons.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
#container {
	margin-right: 30px;
}
#leftcol {
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
}
#content {
	margin-left: 250px;
	text-align: justify;
}

* html #content {
	height: 1%;
}
#content p {
	margin-right: 30px;
	margin-left: 6px;
}

#headerbg {
	background-color: #F3F7F8;
	border: 1px solid #DCE4E7;
	padding-left: 4px;
}

#footerouter {
	background: #dde6e5 url(../images/bot_bg.gif) repeat-x left top;
}
#footerinner {
	background-image: url(../images/bot_left_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	padding-top: 103px;
	padding-left: 5px;
	color: #1D4567;
	font-size: 9px;
	line-height: 1.25em;
	padding-bottom: 6px;
}
.copyright {
	color: #666666;
	font-size: .65em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #005177;
	margin-left: 6px;
}

.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 20px;
}
 
.form {
	padding: 10px 0px;
	margin: 10px 0px;
	color: #003366;
	width: 80%;
	border: 1px solid #056EB0;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #DCE4E7;
}

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.errortext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; color:#C00000; font-weight: bold;
    }
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005177;
	margin-left: 6px;
}


div#nav ul {
	margin: 0px;
	padding: 0;
	width: 160px;
	}
	
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border: medium solid #FFFFFF;
	background: #02558B;
	font-size: 11px;
	}
	
div#nav li:hover {background:#0366A1;}
div#nav li.submenu {
}
div#nav li.submenu:hover {background: #0C6698;}
div#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 152px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
div#nav>ul a {width: auto;}

div#nav ul ul {
	display: none;
	position: absolute;
	left: 160px;
	top: 0px;
}

div#nav ul.level1 li.submenu:hover ul.level2 {display: block;}
