@charset "utf-8";
html,body {
	height: 100%;	
}
a {
  outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EFEFEF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	color: #333;
}
td,th {
  padding: 5px;
  border: solid 1px #333;
}
th {
  background-color: #333;
  color: white;
}
td input {
  border: #333;
  padding: 3px;
}
#container {
	width: 960px;
	padding-right: 66px;
	padding-left: 66px;
	background-image: url(../images/bg3.png);
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -545px;
	min-height: 100%;
}
#content {
  position: relative;
  width: 960px;
	padding-bottom: 70px;	
	overflow: hidden;
}
#header {
	background-image: url(../images/bg2.png);
	height: 119px;
	position: relative;
	width: 960px;
}
#menu {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/menubg.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10pt;
	height: 112px; /*84*/
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	overflow: hidden;
	background-color: #999;
	text-transform: lowercase;
}
#menu img {
  border: none;
}
#menu li {
	float: left;
	white-space: nowrap;
}
#menu li a {
	color: #FFF;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	height: 38px;
	line-height: 38px;
}
#menu li a:hover {
	background-image: url(../images/menubg3.png);
	color: #FFF;
}
#menu li a.active {
	background-image: url(../images/menubg.jpg); /*url(../images/menubg2.png)*/
	background-color: #e3891c;
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
#menu li div.submenucover {
  width: 960px;
	background-color: #e3891c; /*#ffba00;*/
	background-image: url(../images/menubg2.jpg);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	position: absolute;
	left: 0px;
	top: 46px;
	padding: 5px;
	display: none;
}
#menu li ul {
	list-style-type: none;
	line-height: normal;
	margin: 0px;
  padding: 0px;
	width: 550px;
}
#menu li ul li {
	margin-right: 5px;
}
#menu li ul li a {
	line-height: 24px;
	height: 24px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}
#menu li ul li a:hover {
	color: #000;
	background-color: #FFF; /* #2C3032 */
	background-image: none;
}
#menu li ul li a.active {
	background-color: #d7292b;
	background-image: none;
	color: #FFF;
}





h1 {
	background-image: url(../images/logo.png);
	overflow: hidden;
	position: absolute;
	height: 53px;
	width: 240px;
	margin: 0px;
	padding: 0px;
	line-height: 400px;
	top: 30px;
	left: 30px;
}
h1 a {
  display: block;
}
#footer {
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-image: url(../images/footerbg.png);
	line-height: 62px;
	width: 960px;
	padding-right: 66px;
	padding-left: 66px;
}
#newscover {
	background-image: url(../images/newsbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f6f5f6;
	position: relative;
	height: 88px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #a9a9a9;
	margin-top: 1px;
}
.newsitem h2 {
	position: absolute;
	white-space: nowrap;
	left: 10px;
	top: 10px;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.newsitem h2 a {
	color: orange;
	text-decoration: none;
	font-weight: normal;
}
.newsitem h2 a img {
  border: none;
}
.newsitem div.intro {
	position: absolute;
	width: 500px;
	top: 40px;
	left: 10px;
	color: #000;
	font-size: 9pt;
}
.newsitem div.img {
	position: absolute;
	bottom: 0px;
	right: 100px;
	overflow: hidden;
	height: 224px;
}
.newsitem .img div {
	position: absolute;
	height: 100%;
	width: 0px;
	left: 0px;
	top: 0px;
	background-image: url(../images/sample-color.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#quicklinks {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
}
#quicklinks a {
	color: #CCC;
	text-decoration: none;
}
#quicklinks a:hover {
	text-decoration: underline;
}

#quicklinks a.active {
	color: #09F;
}
#leftcol {
	padding: 10px;
	float: left;
	width: 690px;
}
#leftcol h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 20pt;
	font-weight: normal;
	color: #0096ff;
}
#leftcol h3 {
  font-weight: normal;
  font-size: 11.5pt;
  color: #d7292b;
}
#leftcol a,#rightcol a {
  color: #d7292b;
  text-decoration: none;
}
#leftcol a:hover,#rightcol a:hover {
  text-decoration: underline;
}
#rightcol {
	width: 248px;
	float: right;
}
.rcover1 {
	background-image: url(../images/righttop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.rcover2 {
	background-image: url(../images/rightbottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.rcover3 {
	background-image: url(../images/rightmid.png);
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.rcover4 {
	background-image: url(../images/rightmid2.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin: 0px;
}

.rcover4 h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #D7292B;
}

#copyright {
	background-image: url(../images/bottomlogo.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	padding-right: 160px;
	white-space: nowrap;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#footer ul li {
	float: left;
	margin-right: 20px;
}
#footer ul li a {
	color: #09F;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.newslist {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#rightcol h3 {
  font-weight: normal;
  font-size: 10pt;
}
#rightcol h3 a {
  color: orange;
}
