/* main settings */
body {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif; 
	color: #666766;
	background: url(../images/bg-main.gif);
}
a {
	text-decoration: none;
	color: #f79320;
}
a:hover { text-decoration: underline; }
img { border: 0; }
#main {
	left: 50%;
	margin-left: -465px;	
	width: 931px;
	position: absolute;
	overflow: hidden;
	padding-top: 80px;
}
.main-box-top {
	width: 100%;
	height: 23px;
	overflow: hidden;
	background: url(../images/bg-main-top.png) no-repeat;
}
.main-box {
	width: 910px;
	overflow: hidden;
	background: url(../images/bg-main-center.png) repeat-y;
	padding: 0 0 93px 21px;
}
.main-box-bottom {
	width: 100%;
	height: 25px;
	overflow: hidden;
	background: url(../images/bg-main-bottom.png) no-repeat;
}
/* header settings */
#header {
	width: 888px;
	overflow: hidden;
	background: url(../images/bg-header.gif) repeat-y;
	padding: 10px 0 50px 10px;
	position: relative;
}
#up-header-box {
	width: 867px;
	overflow: hidden;
	border: 1px solid #ffe9bb;
}
#up-header-box div {
	width: 810px;
	overflow: hidden;
	background: #fff;
	padding: 29px 29px 23px 28px;
}
#up-header-box-inside {
	width: 667px;
	overflow: hidden;
	float:right;
	margin-right:20px;
	border: 1px solid #ffe9bb;
}
#up-header-box-inside div {
	width: 610px;
	overflow: hidden;
	background: #fff;
	padding: 29px 29px 23px 28px;
}
.slogan {
	width: 298px;
	height: 23px;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
	background: url(../images/bg-slogan.png) no-repeat;
	cursor: pointer;
}
.up-header-nav {
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
	float: right;
}
.up-header-nav li {
	float: left;
	margin-left: 7px;
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) no-repeat 0 3px; 
}
.up-header-nav li.first { background: none; }
.up-header-nav a {
	text-transform: uppercase;
	font-size: 12px;
	color: #f7921e;
}
.header-box {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 84px 0;
	position: relative;
}
.header-box h1 {
	width: 381px;
	margin: 0;
	float: left;
	padding: 2px 0 0 28px;
}
.header-box h1 a {
	width: 381px;
	height: 191px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 52px;
	left: 28px;
}
.header-box-content {
	width: 343px;
	float: left;
	padding: 21px 83px 0 45px;
}
.header-box-content p {
	margin: 0 0 33px;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
}
.header-box-content a {
	padding: 0 15px 0 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f79220;
	background: url(../images/bg-arrow.gif) no-repeat 100% 70%;
}
.ssa {
	width: 148px;
	height: 74px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg-ssa.png) no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 5px;
}
* html .ssa { bottom: -1px; }
/* content settings */
#content {
	width: 100%;
	overflow: hidden;
	padding-top: 43px;
	position: relative;
}
#map {
	width:700px;
}
#column-left {
	width: 345px;
	float: left;
	margin-right: 22px;
	padding: 0 39px 0 37px;
}
.post-area {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1px;
}
.more { margin-bottom: 18px; }
.post-area h2 {
	margin: 0 0 19px;
	padding-left: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.post-area h1 {
	margin: 0 0 19px;
	padding-left: 2px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.post-area p {
	margin: 0 0 16px;
	line-height: 16px;
}
.post-area h3 {
	margin: 0 0 2px -1px;
	padding-left: 1px;
	font-size: 11px;
}
.post-area h4 {
	margin: 0 0 19px 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.inside-body p{
	font: 12px  Arial, Helvetica, sans-serif; 
	color: #666766;
	line-height: 20px;
}
.post-area a {
	padding: 0 11px 0 1px;
	background: url(../images/bg-arrow2.gif) no-repeat 100% 60%;
}
#column-right {
	width: 400px;
	float: left;
}
#column-right .post-area h2 {
	margin-bottom: 15px;
	padding-left: 5px;
}
.image-holder {
	width: 261px;
	overflow: hidden;
}
.image-top {
	width: 100%;
	height: 17px;
	overflow: hidden;
	background: url(../images/bg-image-top.gif) no-repeat;
}
.image-center {
	width: 224px;
	overflow: hidden;
	padding: 0 19px 0 18px;
	background: url(../images/bg-image-center.gif) repeat-y;
}
#column-right .post-area .image-center a {
	display: block;
	background: none;
	padding: 0 0 6px 0;
}
.image-center img { display: block; }
.image-bottom {
	width: 100%;
	height: 13px;
	overflow: hidden;
	background: url(../images/bg-image-bottom.gif) no-repeat;
}
/* footer settings */
#footer {
	width: 931px;
	overflow: hidden;
}
.footer-box {
	width: 910px;
	overflow: hidden;
	padding: 0 0 20px 15px;
}
.footer-box .column-left {
	width: 700px;
	float: left;
	margin-right: 50px;
	padding-right: 50px;
}
.footer-nav-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 11px;
}
.footer-nav {
	width: 565px;
	overflow: hidden;
	margin: 0;
	padding: 2px 0 1px 6px;
	list-style: none;
	background: #fff;
}
.footer-nav li {
	margin-right: 3px;
	float: left;
	font-size: 10px;
}
.footer-nav li.last { margin-right: 0; }
.footer-nav a {
	font-weight: bold;
	font-size: 10px;
}
.footer-nav address {
	padding: 0 10px 0 0;
	font-style: normal;
	font-size: 10px;
	background: url(../images/bg-footer-separator.gif) no-repeat 100% 7px;
}
.footer-box .column-left span {
	padding: 0 6px 1px 6px;
	font-size: 10px;
	background: #fff;
}
.footer-box .column-right {
	width: 79px;
	float: left;
	padding: 0 11px 0 20px;
}
.footer-box .column-right a {
	padding: 2px 5px 1px;
	font-size: 10px;
	display: block;
	background: #fff;
}
#side_bar {
	width: 260px;
	border: 1px #CCCCCC solid;
	background-color: #fbf1d1;
	padding: 5px;
}
ul#names {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  width: 240px;
  font-family: arial, sans-serif;
  font-size: 12px;
  color:#000000;
}
ul#names li {
  margin: 1px;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;  
}
ul#names a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  padding: 5px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  width: 230px;
  background-color: white;
  border: 1px solid #ffe9bb;
  color:#666666;
}

/* Root Menu Hover Persistence */
ul#names a:hover,
ul#names li:hover a,
ul#names li.iehover a {
	background-color:#ffe9bb;
}

ul#names ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 230px;
  list-style: none;
  text-decoration: none;
  position: absolute;
  left: 0;
}