#nav ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav ul li {
  display: block;
  position: relative;
  float: left;
}
#nav li ul { display: none; }
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: uppercase;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
#nav ul li a:hover {
	background-color: #1EABE6;
	color: #fff;
}
#nav li:hover ul {
	display: block;
	position: absolute;
}
#nav li:hover li {
  float: none;
  font-size: 10px;
}
#nav li:hover a {
	background-color: #1EAAE6;
}
#nav li:hover li a:hover {
	background-color: #FFFFFF;
	color: #1FAAE6;
}
#wrapper {
	margin: auto;
	width: 950px;
}
#banner {
	height: 288px;
}
#nav {
	height: 35px;
	background-image: url(../images/panBg.png);
	background-repeat: repeat-x;
}
#center {
	margin: auto;
	width: 530px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #077BAC;
	color: #FFF;
	text-align: center;
}
.sb_content {
	padding: 5px;
}

.sb_title {
	padding: 8px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(../images/panBg.png);
	background-repeat: repeat-x;
}


#left {
	float: left;
	width: 200px;
}
#right {
	float: right;
	width: 200px;
}

#cu3er-container {width:950px; height:288px; outline:0;}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	font-size: 12px;
	color: #044662;
	text-decoration: none;
	text-transform: uppercase;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #077BAC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #077BAC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #077BAC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

