/*
Theme Name: Financial Asset INC v1
Theme URI: http://
Author: jartija
Author URI: http://
Version: 1.0

*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #333333;
	color: #7c8693;
	}

body {
	text-align: center; /* IE quirks auto margins workaround */
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, 宋体, sans-serif;
	padding: 10px;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */



#wrap {
	width: 761px;
	margin: 0px auto; /* auto centers the div */
	text-align: left;
	background: #fff;
	border: 0px solid #c2cfdf;
	}

#header {
	height: 87px;
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	overflow: hidden;
/*	background: transparent url(site_logo_01.gif) no-repeat; */

	}

#menu {
	background: url(center_image_02.jpg) no-repeat; 
	height: 211px;
	padding-left: 53px;
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
	color: #63b4cd;
	padding-top: 21px;

	}

#content {
	text-align: left;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	text-align: justify;
	}



#footer {
	background: url(footer_08.gif) repeat-x;
	width: 749px;
	color: #7f7f7f;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	font-size: 0.8em;
	line-height: 14px;
	height: 33px;

	}
	
	#footer a
	{
	color: #3b70df;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 160px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #63b4cd;
	}

#sitemap {
	float: left;
	text-align: left;
	margin: 7px 8px 5px 0px;
	padding-left: 12px;
	}

#menu ul.pagelinks {
	list-style-type: none;
	}

#menu ul.pagelinks li{
	float: left;
	}

#searchform, #searchform p {
	font-size: 1em;
	text-align: right;
	margin: 5px;
	}

#searchform input {
	width: 80px;
	font-size: 1em;
	background: #fff;
	color: #666;
	margin: 0;
	border: 1px solid #c2cfdf;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, /* ul, ol, dl, p - Stopped by Sparanoid */ re, fieldset, address, table {
	margin: 0.8em 0;
	}

/* 	General styling		*/

h2 {
	font: 1.1em/120%;
	margin-bottom: .3em;
	font-weight: normal;
	color: #3b70df;
	}

h3 {
	font: 1.1em/120%;
	margin-bottom: .3em;
	font-weight: normal;
	color: #3b70df;
	}

h4 {
	font-size: 1.0em;
	color: #1b46a2;
	}

h5 {
	font: normal 0.8em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #c2cfdf;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	
	border: none;
	}

#content form p {
	text-align: left;
	}
	
.button
{
	font-size:12px;
	font-weight: bold;

}
.textfield_box
{
width:60%;
background:#f4f4f4;
border:1px dashed #4488a4;
font-size:12px;
margin-bottom:8px;
}

.textfield_drop
{
	width:60%;
	background:#f4f4f4;
	border:1px dashed #4488a4;
	font-size:12px;
	margin-bottom:8px;
	height:20px;
	padding:2px;
	line-height: 19px;
}

.textfield_drop1
{
		background:#f4f4f4;
	font-size:12px;
	height:20px;
	padding:2px;
	line-height: 19px;
}

.textfield
{
width:60%;
background:#f4f4f4;
border:1px dashed #4488a4;
font-size:12px;
margin-bottom:8px;
height:18px;
padding:2px;
}


#content img {
	border: 0px solid #c2cfdf;
	padding: 0px 15px 5px 15px;
}


	
.entry ul{
	padding: 0 0 0 10px;
	}



.entrybody ul li
{
	line-height:14px;
	text-align: left;
	background: url(images/rdsqbullet.jpg) no-repeat 0 2px;
	padding-left: 18px;
	padding:0px;
	margin:0px;
	margin-bottom:8px;

}

.entrybody p
{
text-align: justify;
line-height: 19px;
}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

textarea {
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, 宋体, sans-serif;
	color: #666;	
	width: 400px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	color: #f7882e;
	text-decoration: none;
	border-bottom: 1px dotted #3b70df;
	}

a:hover, a:active {
	text-decoration: none;
	}

a:hover {
	color: #3b70df;
	text-decoration: none;
	border-bottom: 1px solid #3b70df;
	}


h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #63b4cd;
	text-decoration: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	/* border-bottom, for highlight comment. */
	border-bottom: 1px solid #c2cfdf;
	}

.commentlist li {
	background: #fafbfc;
	font-style: normal;
	padding: 1em;
	border-top: 1px solid #c2cfdf;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f5fafc;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	width: 100%;
	height: 30px;
	padding: 2px 4px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, 宋体, sans-serif;
	color: #666;
	}

input#author, input#email, input#url {
	width: 85%;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, 宋体, sans-serif;
	color: #666;
	line-height: 14px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Navigation links	*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}
.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}

/*	I'm a Mary Elizabeth Winstead Fan	*/
/*	为什么中国人到外国去必须说人家国家的语言，而老外来中国就可以继续说英语？	*/