@charset "utf-8";
/* CSS Document */

/* General Decleration */
body {
	margin:0;padding:0;
	background:#96a2b0;
}
table {
	width: 100%;
}
pre {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
}
a{
	text-decoration:none;
	color:#069;
}
a:hover{
	text-decoration:underline;
}
.img{
	margin:0;padding:0;
	border:none;
}

/* Headers */
h1,h2,h3,h4,h5,h6{
	margin:10px 0 0 0;padding:0;
	color:#069;
}
h1{
	margin-left:-4px;padding:0 0 3px 4px;
	background:url(../img/Layout/underscore.png) bottom left no-repeat;
}

/* Images */
.right, .float {
	margin:0;padding:5px;
	float:right;
}
.left, .altrow .float {
	margin:0;padding:5px;
	float:left;
}

/* Forms */
input {
	width:200px;
}
textarea{
	width:600px;height:150px;
}
select{
	width:200px;
}

/* Containers */
#container-body{
	margin:0 auto;padding:0 10px;
	width:920px;
	background:url(../img/Layout/bground-middle.png) repeat-y;
	position:relative;
	overflow:auto;
}

/* Header */
#header{
	margin:0 auto;padding:10px 10px 0 10px;
	width:920px;height:180px;
	background:url(../img/Layout/bground-top.png) no-repeat;
	text-align:center;
	position:relative;
}
#header h1, #header h2, #header h3, #header h4, #header h6{
	position:absolute;
	margin:0;padding:0;
	width:180px;
	left:0;
	color:#FFFFFF;
}
#header h1 {
  position:relative;
  background:url(../img/logo_reduced.png);
  text-indent:-5000px;
  margin:0 auto;
  width:540px;
  height:180px;
}
#header img {
  position:absolute;
  right:40px;
  top:40px;
  margin:0;
  height:120px;
}
#header a{
	color:#E7ECEF;
}
a#header-mapUs { float:right;color:#069;width:180px;margin-top:160px;margin-right:20px;font-weight:bold; }
#header-address { float:left;width:180px;color:white;font-weight:bold;font-size:110%;margin-top:20px; }
#header-number{ float:left;width:180px;clear:left;color:white;font-size:75%;font-weight:bold;margin-top:10px; }
a#header-whoWeAre { float:left;width:180px;clear:left;color:#e7ecef;font-weight:bold;font-size:120%;margin-top:20px; }

/* Footer */
#footer{
	margin:0 auto;padding:0 10px 10px 10px;
	width:920px;height:20px;
	clear:both;
	text-align:center;
	background:url(../img/Layout/bground-bottom.png) no-repeat;
	position:relative;
}

/* Nav */
#nav{
	margin:0;padding:0;
	width:180px;
	position:relative;
	float:left;
	z-index:2;
}
#nav ul{
	margin:0;padding:0;
	list-style:none;
	border-left:solid 10px #485e75;
	color:#069;
	background:#e7ecef;
}
#nav li{
	margin:0;padding:5px;
	position:relative;
	border-bottom:dotted 1px #666666;
}
#nav li.sublist{
	background:url(../img/Layout/nav_sublist.png) no-repeat right;
}
#nav li a{
	display:block;
	width:100%;
	height:100%;
}
#nav li:hover{
	background-color:#FFF;
	cursor:pointer;
}
#nav li:hover ul{
	display:block;
}
#nav li a:hover{text-decoration:none;}
#nav li#current{
	background:#FFF;
}
#nav li ul{
	margin:0;padding:0;
	display:none;
	position:absolute;
	left:100%;top:0;
	border-top:dotted 1px #666666;
	border-right:dotted 1px #666666;
	border-bottom:dotted 1px #666666;
	border-left:solid 5px #485e75;
}
#nav li li{
	margin:0;padding:5px;
	background:#E7ECEF;
	border:none;
	width:150px;
}
#nav li li a{
	display:block;
	width:100%;
	height:100%;
}
#nav li.navtop{
	background:url(../img/Layout/navtop.gif) no-repeat #E7ECEF;
}
#nav li.navtop:hover{
	background-color:#FFF;
}
#nav .pdf {
	margin-top: -4px;
	margin-bottom: -4px;
	padding: 4px 0;
	background: url(../img/pdf_icon_24x24.png) no-repeat center right;
}
#nav .new {
	background: url(../img/new_icon.png) no-repeat center right;
}

/* Content */
#content{
	margin:0 0 0 180px;padding:10px 20px;
	min-height:660px;
	background:#FFF;color:#000000;
	position:relative;
	z-index:1;
}
.js{
	display:none;
}
.message {
  font-size:130%;
  font-weight:bold;
  color:green;
  text-align:center;
}


div.paging div.disabled {
	color: #ddd;
	display: inline;
}
.clearfix {
	overflow: auto;
}