/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	min-width: 770px;
	background:   url(../img/bg_turqv4.gif);
}
#wrapper {
	width: 772px;
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;
	position: relative;
	text-align: left;
	border-top: 3px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	background: #FFFFFF;
}
#banner {
	position: relative; /* Dreamweaver design view comfort. */
	height: 232px;
}

#leftcontent {
	float: left;
	width: 430px;
	clear: both;
	margin: 0px;
}

#leftcontent p {
	margin: 6px 0px 0px 24px;
	font: 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#leftcontent a {
	color: #006699;
	margin: 14px 0px 0px 24px;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;

}
#leftcontent a:hover {
	color: #FF6600;
	margin: 14px 0px 0px 24px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

#leftcontent h2 {
	color: #006699;
	margin: 14px 0px 0px 24px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#leftcontent h3 {
	color: #09f;
	margin: 14px 0px 0px 24px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

#rightcontent {
	width: 240px;
	margin-left: 500px;
	background: #FFFFCC url(../img/BG_BLU.GIF) repeat;
	border-top: 2px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
	margin-top: 14px;
}

#rightcontent p {
	margin: 8px 0px 0px 20px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #358;
}

#rightcontent a {
	color: #358;
	text-decoration: none;
}

#rightcontent a:hover {
	color: #f60;
	text-decoration: underline;
}

#rightcontent h4 {
	color: #FF6600;
	margin: 18px 0px 12px 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#rightcontent ul {
	color: #99CCCC;
	margin: 10px 0px 0px 20px;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#rightcontent li {
	color: #99CCCC;
	margin: 10px 0px 0px 20px;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

.p contact {
	color: #70a6b4;
	margin: 10px 0px 0px 20px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

#cleardiv {
	clear: both;
	height: 1em;
}

  /* =Nav
----------------------------------------------- */
#nav {
  background-color:#fff;
  background-repeat:no-repeat;
  float:left;
  width:770px;
  border:solid #ddd;
  border-width:1px 0;
  }

#nav ul {
	margin:0;
	padding:0 20px;
	list-style:none;
	text-transform:lowercase;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
  }

#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }

#nav a, #nav strong {
	display:block;
	padding:5px 10px 6px;
	color:#68a;
	text-decoration:none;
	white-space:nowrap;
	border-top: 0 solid #003366;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #003366;
	border-left: 0 solid #003366;
  }

#nav a:hover {
	color:#f90;
	background-repeat:no-repeat;
}

#nav a:active {
	color:#666666;
	background-repeat:no-repeat;
}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }

#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }
#pg {
	float: left;
	text-align: center;
}
#pg a {
	border: 5px solid #333;
}
#pg a:hover {
	border: 5px solid #777;
}
/*.....................................
STYLES FOR FOOTER
......................................*/
#footer {
	background: #7bc9dc url(../img/dlb.jpg) no-repeat 700px center;
	width: 770px;
	clear: both;
	margin: 0px;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #036;
}
#footer p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.update {
	font-size: 9px;
}
#footer ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
}
#footer li {
	display: inline;
	margin-right: 1em;
} 
