@charset "UTF-8";
html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	line-height: 1.4em;
}
p {
	font-size: 1em;
}
#home-back{
	background-image: url(../images/main_back_plain.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	height:590px;
	width: 980px;
}
a:link, a:visited, a:hover, a:active{
	color: #990000;
	text-decoration: none;
}
a.normal{
	color: #003399;
	text-decoration: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	min-height:100%;*/
	/*height:100%;*/
	background-color: #fff;
	position:relative;
	width: 980px;
}
#header {
    margin:0;
    padding:0;
	height:88px;
}
#page-body{	
 	margin: 0px;
    padding-bottom:60px;   /* Height of the footer */
}
#mainfooter {
	width:100%;
	height:40px;   /* Height of the footer */
	border-top:solid 1px #f2781f;
	margin-top:0px;
	font-size: 0.8em;
	vertical-align: middle;
}
#footer {
	position:absolute;
	bottom:0;
	width:980px;
	height:40px;   /* Height of the footer */
	border-top:solid 1px #f2781f;
	margin-top:20px;
	/*margin-left:20px;*/
	font-size: 0.8em;
	vertical-align: middle;
	background-color: #FFF;
}
.textfooter{
	padding-left:20px;
}
#contents{
	width: 980px;
	height: 100%;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#pagecontent{
	width:100%;
	padding:0px 0px 50px 0px;
}
#textcontent{
	width: 100%;
	/*float:left;
	clear: none;
	padding: 0px;
	width: 55%;*/
}
#imagecontent{
	/*width:45%;
	float:right;
	clear: none;
	padding: 0px;*/
	margin-left:550px;
}
#contentinfo{
	width:500px;
	padding:0px 10px 10px 30px;
	float:left;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #007AC3;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
#logo{
	float:left;
	width:268px;
}
#topmenu{
	float:right;
	clear: none;
	width:712px;
	height:32px;
	margin-top:53px;
}
#topmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#topmenu li{
	/*font-size: 1em;*/
	float: left;
	padding: 0px;
	margin: 0px;
}
#sep{
	height:3px;
	background-image: url(../images/main_color_bar1.jpg);
	clear: both;
}
#ani1{
	height:120px;
	width:120px;
	overflow:hidden;
	z-index: 50;
	position: absolute;
	top: 477px;
	left: 641px;
}
#gear1{
	position: absolute;
	height:120px;
	width:1680px;
	background-image: url(../images/gear1.jpg);
	background-repeat: repeat-x;
}
#ani2{
	height:460px;
	width:324px;
	overflow:hidden;
	z-index: 10;
	position: absolute;
	top: 108px;
	left: 56px;
}
#gear2{
	position: absolute;
	height:460px;
	width:4536px;
	background-image: url(../images/gear2.jpg);
	background-repeat: repeat-x;
}
#pdtMenu {
	height:auto;
	width:160px;
	z-index: 30;
	position: absolute;
	top: 86px;
	left: 409px;
}
#pdtMenu ul{
	/*list-style: none;*/
	background-color: #007CC3;
	padding: 0;
	margin: 0;
}
#pdtMenu li{
	font-size: 0.9em;
	line-height: 1.1em;
	color : #fff;
	/*background-color: #f2781f;*/
	background-color: #FE8E23;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #666;
	
}
#pdtMenu a:link, a:visited, a:hover, a:active{
	color: #fff;
	text-decoration: none;
}
#logobig{
	height:220px;
	width:490px;
	z-index: 15;
	position: absolute;
	top: 180px;
	left: 380px;
}
.clear{
	clear: both;
    display: block;
    height: 0.1em;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#pagetitle{
	float: right;
	padding-bottom:10px;98
}
#caption{
	padding:10px 10px 0px 10px;
	width:400px;
	font-size: 0.8em;
	line-height: 1.2em;
}
table{
	font-size: 1 em;
	border-collapse:collapse;
}
table, th, td{
	/*border: 1px solid #666;*/
	padding: 5px;
}
th{
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}
.b-border{
	border-bottom: 1px solid #666;
}
#footnote{
	width:500px;
	font-size: 0.8em;
	line-height: 1.2em;
}
#footnote ol, #footnote li{
	padding: 0px;
	list-style-position: inside;
}
.imgpdt{
	margin-top:30px;
}
