/* Basic Structure */
html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*
* The "height" above is a hack for IE5+/Win.  Below we adjust
* it using the child selector to hide from IE5+/Win
*/
html>body, html>body #wrapper {
	height: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 70%;
	voice-family: "\"}\""; /* Font-size hack for IE 5, 5.5 */
	voice-family:inherit;
	font-size: 70%;
	color: #464646;
}
td, th {
	font-size: inherit;
}
body {
	margin: 0;
	text-align: center; /* IE hack to centre #wrapper */
	background-color: #ddd;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	position: absolute;
	left: 0;
	top: 0;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	text-align: left; /* IE hack to centre #wrapper */
	background-color: #ffffff;
}
a img{
border:none;}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Header */
#header {
	position: relative;
	height: 268px;
	padding: 0;
	background: #000000;
	color: #ffffff;
}
img#banner {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
}
#datetime {
	position: absolute;
	top: 0;
	right: 0;
	color: #9cbb10;
	padding-top: 10px;
	padding-right: 15px;
}
#language{
	position: absolute;
	top: 3px;
	left: 20px;
	padding-top: 10px;
	padding-right: 15px;
	font-weight: bold;
	color:#000000;
}
#language a{
	color: #666666;
	text-decoration: none;
}
#language a:hover{
	color: #ff6600;
	text-decoration: underline;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Nav 1 */
ul#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
	width: 715px;
}
ul#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 11px 0 11px;
	margin-right: 15px;
	line-height: 32px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 110%;
}
ul#navigation li a:hover {
	background-color: #666;
}
ul#navigation li.active a {
	background-color: #ffffff;
	color: #272727;
}
ul#navigation li.active a:hover {
	background-color: #ffffff;
}
ul#navigation li.active2 a {
	background-color: #f2f2f2;
	color: #272727;

}
ul#navigation li.active2 a:hover {
	background-color: #f2f2f2;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Nav 2 */
ul#navigation2 {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	background: #f2f2f2;
	font-size: 1em;
}
ul#navigation2 li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 3em;
}
ul#navigation2 li a {
	color: #464646;
	text-decoration: none;
	padding: 7px 6px;
	margin-right: 2px;
	white-space: nowrap;
	border: solid 1px #f2f2f2;
}
ul#navigation2 li.active a,
ul#navigation2 li a:hover {
	background: #ffffff;	
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	text-decoration: none;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Content */
#content {
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Sidebar */
#sidebar {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 50px;
}
#sidebar.sidecontent {
	width: 280px;
		border-right:#CCCCCC dashed 1px;
	padding-right:1px;
}
#sidebar a {
	text-decoration: none;
	color: #4682B4;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar.sidecontent div {
	padding: 25px 0 0 30px;
}
ul#quicklinks {
	margin: 0;
	padding: 30px 0 0 30px;
	list-style: none;
}
ul#quicklinks li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#quicklinks li img {
	display: block;
	padding: 0;
}
ul#quicklinks li a span {
	background: transparent url(../images/arrow.png) 2px 5px no-repeat;
	padding: 0 35px 0 22px;
	margin: 0;
	display: block;
}
ul#quicklinks li a, ul#quicklinks li a:visited {
	text-decoration: none;
	color: #4682B4;
}
ul#quicklinks li a:hover span {
	text-decoration: underline;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Body */
#body {
	float: right;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 50px;
	min-height: 100%;
}
#body.sidecontent {
	width: 460px;
}
#bodynosidebar {
	min-height: 100%;
	margin: 10px 0 50px 35px;

}
#text ul {
	list-style: none;
	padding-left: 0;
	margin: 1.5em 0 1.5em 2em;
}
#text ul li {
	list-style: none;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#text h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ"£¬"Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 1.2em;
}
#text h1 {
	margin: 0 0 0.8em 0;
	line-height: 1.2em;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ"£¬"Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 2.4em;

}
#text h1.smaller {
	margin: -0.2em 0 0.8em 0;
	line-height: 1.2em;
	padding: 0;
	font-family:"Î¢ÈíÑÅºÚ"£¬"Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 1.9em;	
}
#text h1 img{
	margin: 0;
	padding: 0;
}
#text table {
	margin: .5em 0 1em 0;
}
#text table.feature {
	padding: 10px;
	border: 3px solid #ddd;
}
#text {
	padding: 35px 50px 30px 0;
}
#text  p{
	margin-bottom: 1.5em;
	font-size:1.2em;
}
#body.nosidebar #text {
	padding-left: 35px;
}
#text a, #text a:visited {
	text-decoration: none;
	color: #4682B4;
}
#text a:hover {
	text-decoration: underline;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Tables */
table.LargeTable th {
	background-color: #f2f2f2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.LargeTable td {
	background-color: #f2f2f2;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
table.LargeTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse: collapse;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Forms */

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Logos */
#footer img#logos {
	position: absolute;
	right: 30px;
	bottom: 0;
}
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Footer */
#footer {
	position: relative;
	color: #999999;
	margin-bottom: 20px;
	margin-top: 50px;
	clear: both;
	width: 750px;
}
#footer span {
	position: absolute;
	left: 30px;
	bottom: 0;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color:#999 ;
}
#footer a:hover {
	color: #4682B4;
	text-decoration: underline;

}


/* LEGEND */
a img {
	border: none;
	background: none;
}
/* images (normal)
---------------------------------------------------------- */

img.nowrap {
	margin: 2em 0;
	/* clear: both; */
}
img.floatleft, img.floatright {
	display: block;
	padding-bottom: 0.4em; /* scales with text size */
}
img.floatleft {
	float: left;
	margin-right: 15px;
}
img.floatright {
	float: right;
	margin-left: 15px;
}
img.image {
  /* display: block; */
  background: #fff;	
	margin-top: 0;
}
img.photo {	
  padding: 3px;
  border: 1px solid #d3dce5;
	border-right-color: #A4B3C0;
	border-bottom-color: #A4B3C0;
}
img.document {
	border: 1px solid #6e7e8d;
}
img.image a {
	float: left;
}
img.image a:hover {
	background: none !important;
}
a.image {
	border: none !important;
}
/* customized form css
---------------------------------------------------------- */

form.legendform {
	width: 100%;	
}
form.legendform legend {
	font-size: 1.3em;
	font-weight: normal;
	color: #6e7e8d;
} 
form.legendform fieldset fieldset legend {
	font-size: 1em;
	font-weight: normal;
	padding-left: 4px;
	color: #2e3333;
}
form.legendform fieldset {
	border: none;
	margin-top: 1.4em;
	border-top: 1px solid #d0dbe6;
	border: 1px solid #d0dbe6;
	border-bottom: none;
	background: url(../images/legendform-fieldset.gif) left bottom repeat-x;
}
form.legendform fieldset.total {
	border-right: 1px solid #d0dbe6;
	border-left: 1px solid #d0dbe6;
}
form.legendform fieldset.total legend {
	font-weight: bold;
	color: #1E2121;
}
form.legendform fieldset.total div.fauxfield {
	font-size: 1.5em;
}
form.legendform fieldset fieldset { 
	background: none; 
	padding: 0;
	margin-left: -3px;
}	
form.legendform fieldset li {
	padding: 7px 10px 10px 15px !important;
	background: url(../images/legendform-divider.gif) left bottom repeat-x;
}
form.legendform li.prompt {
	background: none;
	font-size: 1.1em;
	margin: 9px 12px 0 12px;
	border: 2px solid #fffb99;
	padding: 6px 10px;
	color: #000;
	background: url(../images/grad_yellow.gif) 0 0 repeat-x;
}
form.legendform div.prompt {
	color: #6e7e8d;
	font-size: 0.9em;
}
form.legendform div.fauxfield {
	display: block;
}
form.legendform div.buttons {
	margin-top: 1.4em;
	padding: 10px 15px;
	background: url(../images/legendform-fieldset.gif) left bottom repeat-x;
}
form.legendform div.ammend {
	margin-top: 0;
}
form.legendform input.text {
	border: 1px solid #d0dbe6;
	color: #464646;
	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	
	margin-left: 4px;
}
form.legendform input.text:focus {
	background-color: #FFFFCC;
}
form.legendform select {
	border: 1px #d0dbe6 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #464646;
	font-size: 1.3em;
}
form.legendform select:focus {
	background-color: #FFFFCC;
}
form.legendform textarea {
	border: 1px #d0dbe6 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #464646;
	font-size: 1.3em;
}
form.legendform textarea:focus {
	background-color: #FFFFCC;
}
form.legendform input.button {
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.errors {
	border: 2px solid #FF002B;
	color: #FF002B;
	padding: 6px 20px;
	margin: 1em 0 0 0;
	background: url(../images/grad_rd.gif) top left repeat-x;
}
.errors h4 {
	color: #FF002B;
}
.table_border table{
	border:1px solid #000000;
	margin:0px;
	border-collapse:collapse;
	}
.table_border table td,th{
	padding:3px;
	border:1px solid #000000;
	margin:0px;
	}
.table_border table th{
	background-color: #ddd;
	text-align: center;
	font-weight: normal;
}
