body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #616265;
	background-color: #cacac8;
	font: 0.8em arial, 宋体, simsun, sans-serif;
}

img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px solid #616265;
}

hr.sub {
	border-bottom: 1px solid #d2d2cf;
}

span.creds {
	font-size: 75%;
}

#gtranslate {
	position:fixed;
	left:45%;
	top:50px;
	z-index:1000;
	background-color:#cacac8;
	border:1px solid #333333;
	padding:10px;
	text-align:right;
}

#main {
	position: absolute;
	left: 0;
	width: 50%;
	height:100%;
}

#logo {
	left: 0;
	top: 0;
	width: 50%;
	position: fixed;
	background-color: #cacac8;
	z-index: 450;
}

#logo img {
	margin: 11px 0 15px 11px;
/*	width: 300px; */
}

#footer {
	position: fixed;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url('graphics/bg-corner-gradient.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#more {
	position:fixed;
	right:50%;
	bottom:5px;
	margin:5px;
	z-index:999;
	font-size:0.8em;	
	visibility:hidden;
}

#contactlabel {
	position: fixed;
	z-index: 475;
	top: 3px;
	right: 50%;
	margin: 5px;
	font-size: 0.8em;
	color: #616265;
	text-align:right;
	background-color: #cacac8;
}

#contactlabel a {
	color: #616265;
	text-decoration: none;
}

#contactlabel a:hover {
	color: #b74428;
}

a {
	color: #b74428;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img.preview {
	padding: 5px;
	border: 2px solid transparent;
}

a img.preview:hover {
	border: 2px solid #b74428;
}

img.preview {
	float:left;
	margin: 1em 1em 0 0;
}

#content ul {
	list-style-type: square;
}

#content ul li {
	margin-bottom: 1.0em;
}

#content ul li a {
	color: #b74428;
	text-decoration: none;
}

#content ul li a:hover {
	color: #b74428;
	text-decoration: underline;
}

#contentmenu {
	width: 200%;
	margin: 0.5em 0 50px 0;
	padding: 0 0 50px 0px;
	background-color: transparent;
	float: left;
	z-index: 425;
}
 
#contentmenu a {
	border-right: 1px solid #b74428;
	border-left: 1px solid #b74428;
	font-variant: small-caps;
	display: block;
	margin: 0;
	padding: 0 5px 2px 5px;
	color: #616265;
	background-color: transparent;
	text-decoration: none;
}
 
#contentmenu a:hover {
	color: #cacac8;
	background: #b74428;
}

#menuwrapper {
	border-bottom: 1px solid #b74428;
	position: fixed;
	top: 50px;
	left: 0;
	width: 50%;
	margin: 0;
	padding: 0;
	background: #616265;
	float: left;
	z-index: 500;
}

#menu {
	margin-left: 50px;	
}

#menu ul,
#contentmenu ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	width: 6em;
	float: left;
	z-index: 425;
}

#contentmenu ul {
	width: 6em;
}
 
#menu a {
	border-right: 1px solid #b74428;
	border-left: 1px solid #b74428;
	font-variant: small-caps;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #cacac8;
	background: #616265;
	text-decoration: none;
}
 
#menu a:hover,
#contentmenu ul li a:hover,
#contentmenu ul ul a:hover { 
	color: #cacac8;
	background: #b74428;
	text-decoration: none;
}

#contentmenu ul a {
	border-bottom: 1px solid #616265;
}
#contentmenu ul ul a {
	border-bottom: none;
	color: #616265;
}

#menu ul ul a,
#contentmenu ul ul a {
	padding-top: 10px;
	font-size: 0.8em;
}
 
#menu li,
#contentmenu li {
	position: relative;
}
 
#menu ul ul,
#contentmenu ul ul {
	position: absolute;
	margin: 0;
}

#contentmenu ul ul li {
	margin: 0 0 0 0;
}
 
#menu ul ul ul,
#contentmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#contentmenu ul li:hover ul,
div#contentmenu ul ul li:hover ul,
div#contentmenu ul ul ul li:hover ul
{display: block;}

 

#contactwrapper {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 50%;
	color: #cacac8;
}

.contact {
	background: #616265;
	padding: 10px 0 10px 0;
}

.contact ul {
	list-style-type: none;
	margin: 0 50px 0 50px;
	padding: 0;
}

.contact ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #cacac8;
}

.contact ul li a:hover {
	background: #b74428;
}

.contact h1 {
	font-variant: small-caps;
	font-size: 1.2em;
	margin: 0 0 1em 50px;
	padding: 0;
}

#content {
	margin: 100px 50px 50px 50px;
}

#content .section {
	margin: 3.0em 0 0 0;
	padding: 0;
	font-variant: small-caps;
	font-size: 1.0em;
	color: #b74428;
}

#content .section a {
	color: #b74428;
}

#content .section a:hover {
	text-decoration: underline;
}

#content .tag {
	float: right;
	padding: 0;
	margin: 0;	
	font-size: 0.8em;
	font-variant: normal;
}

#content ul.list {
	margin: 0 0 3em 0;
	padding: 0;
	list-style-type: none;
}

#content ul.list li a,
#content table a {
	margin: 0;
	padding: 0;
	color: #616265;
	text-decoration: none;
}

#content table p a {
	color: #b74428;
}

#content ul.list li a:hover,
#content table a:hover {
	color: #b74428;
	text-decoration: underline;
}

#content table {
	margin-bottom: 2.0em;
	width: 100%;
}

#content table tr td {
	vertical-align: top;
}

#content table.section {
	margin: 0;
	border-bottom: 1px solid #616265;
	width: 100%;
}

#content table.section tr td {
	vertical-align: bottom;
}

#content table tr td div.homeimage {
	overflow: hidden;
}

#content table tr td div.homeimage a img {
	padding: 5px;
	border: 2px solid transparent;
	width: 75px;
}

#content table tr td div.homeimage a img:hover {
	border: 2px solid #b74428;
}

#content table tr td.title p {
	margin:0;
	padding:0;
}

#content table tr td.title {
	vertical-align: middle;
}

#content h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#content h1 a {
	color: #616265;
	text-decoration: none;
}

#content h1 a:hover {
	color: #b74428;
}

#content h2 {
	font-size: 1.0em;
}

#content h2 a {
	color: #616265;
	text-decoration:none;
}

#content h2 a:hover {
	color: #b74428;
}

#content h3 {
	border-bottom: 1px solid #616265;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #b74428;
}

#content h4,h5 {
	font-size: 1em;
	margin: 0.5em 0 0 0;
	padding: 0.2em 0 0.4em 0;
}

#content h5 {
	margin: 2em 0 0 0;
}

#content p {
	margin: 2.0em 0 1.0em 0;
}

#content p.example {
	margin-left:2em;
	margin-right:2em;
	padding:1em;
	font-size:90%;
	letter-spacing:0.1em;
	border:1px solid #cacac8;
}

#content p.info {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.0em;
	font-size: 0.8em;
}

#content .strength {
	margin-bottom: 3.0em;
}

#content .footnote {
	font-size: 0.8em;
	margin: 0 0 0 1.0em;
	padding: 0;
}

#content .footnote a {
	color: #616265;
	text-decoration: none;
	font-variant: small-caps;
}

#content .footnote a:hover {
	color: #b74428;
}

#content div.flashvid {
	margin: 2.0em 0 10px 0;
	overflow: hidden;
	z-index: 1;
}

#content div.image {
	margin: 10px 0 10px 0;
	width: 100%;
	overflow: hidden;
}

#content div.image img {
	width: 100%;
}

#content div.pdf {
	margin: 10px 0 10px 0;
}

div.imagegrid {
	margin-top: 2.0em;
}

.imagegrid div {
	display: inline-block;
	border: 2px solid transparent;
	vertical-align: middle;
}

.imagegrid div:hover {
	border: 2px solid #b74428;
}

.imagegrid div:hover div {
	border: none;
}

.imagegrid div div {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 5px;
	border: none;
}

.imagegrid a {
	display: inline-block;
	border: none;
	vertical-align: middle;
}

.imagegrid a:hover {
	border: none;
}

#news h1 {
	margin: 0 0 0 0px;
	font-variant: small-caps;
}

#news h4 {
	margin: 0;
	font-variant: small-caps;
	font-size: 1.5em;
	color: #b74428;
}

.forward {
	margin-top: 1.0em;
	float:right;
	font-variant: small-caps;
}

.back {
	margin-top: 1.0em;
	float:left;
	font-variant: small-caps;
}

.breadcrumbs {
	border-bottom: 1px solid #616265;
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

.breadcrumbs li {
	display: inline;
	font-size: 0.8em;
}

.breadcrumbs li.crumb {
	padding: 0 10px 0 10px;
	margin: 0 5px 0 5px;
	border-right: 1px solid #999;
}

.hidden {
	display:none;
}

#flashgallery {
	color: #cacac8;
	background-color: #616265;
	position: fixed;
	left: 50%;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 999;
}

#fullflash {
	position: fixed;
	left: 0;
	top: 175px;
	width: 100%;
	z-index: 0;
}

#fullflashtitle {
	position: fixed;
	padding: 4em 0 0 50px;
	left: 0;
	top: 50px;
	width: 100%;
	height: 75px;
	z-index: 498;
	background-color: #cacac8;
}

#fullflashtitle h1 {
	font-size: 1.5em;
}

#bottomfiller {
	height: 12em;
}

#mobile {
	margin: 20px;
}

#mobile a {
	color: #b74428;
	text-decoration:none;
}

#mobile h1 {
	font-variant: small-caps;
	color: #b74428;
}

