/* CSS Optimization by Feb 7th, 2009 */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-size: 14px;
	font-family: "Lucida Sans", Tahoma, sans-serif;
}
img {
	border:0;
}
a:link, a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover, a:active {
	color: #F00;
	text-decoration:underline;
}
ul,li {
	list-style: none;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
.fix {
	height: 0pt;
	overflow: hidden;
	clear: both;
}
.warp {
	width: 1027px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 100%;
	height: 105px;
	background: url(headerbg.gif) repeat-x;
}
#header h1 {
	float: left;
	margin: 12px 0 0 0;
}
#header h1 a {
	width: 230px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background: url(logo.jpg) no-repeat;
}
.banner {
	float: right;
	margin: 10px 0 0 0;
}
.nav {
	float: right;
	font-size: 12px;
}
.nav li {
	background: url(dot.gif) no-repeat left center;
	float: left;
	line-height: 20px;
	padding: 0 0 0 10px;
	width: 55px;
}
/* Content */
.contwo {
	padding: 5px;
}
.block ,#links ,#abc {
	margin-bottom: 5px;
	border: 1px solid #b4cbdd;
}
.block h3, .block h4, #links h3, #abc h3 {
	color: #205c9f;
	line-height: 28px;
	padding: 0 5px;
	background: url(conbg.gif) repeat-x;
}
#sidebar {
	float: left;
	width: 315px;
}
#sidebar ul,#sidebar p {
	padding: 10px;
        font-size:14px;
}
#sidebar ul a, #sidebar p a {
color:#333;
}
#content {
	float: right;
	width: 700px;
}
#content .block h3 a ,#abc h3 a {
	float: right;
	font-size: 12px;
}
#content1 {
	float: right;
	width: 1027px;
}
#content form {
	padding: 10px;
}
#content .height1 {
	height: 40px;
}
#content .height2 {
	height: 80px;
}
#content form div {
	padding: 5px 0;
}
#content select {
	margin: 0 5px;
	padding: 2px;
	font-size: 14px;
}
#content input {
	margin: 0 10px;
	padding: 5px;
	width: 250px;
	border: 1px solid #b4cbdd;
}
#content button {
	width: 80px;
	height: 30px;
	border: 0 none;
	background: url(button.gif) no-repeat;
	font-size: 14px;
	padding-bottom:5px!important;
	padding-bottom: 0;
}
#abc ul,#links p,#gj {
	padding: 10px;
}
#abc ul,#links p,#gj ,.block p {
	padding: 10px;
}
#abc ul {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	min-height: 20px;
}
* html #abc ul {
	height: 22px;
}

#abc ul li {
	float:left;
}

#abc li a {
	background: #EEF2B1;
	border: 1px solid #E4E213;
	color: #9F6536;
	display: block;
	height: 20px;
	line-height: 18px;
	margin: 0 8px 0 0;
	text-align: center;
	width: 18px;
}
#abc li a:hover {
	background: #80DCFF ;
	border: 1px solid #5EC1FF;
	color: #0076AF;
}
#gj a {
	line-height: 20px;
	text-align: center;
}
#links a {
	line-height: 22px;
	margin-right: 5px;
}
/* Footer */
#footer {
	color: #666;
	margin: 10px 0 0;
	font-size: 12px;
	text-align: center;
}
#footer a {
	color: #666;
}
.input{
    border:1px solid #94c6e1;
	background:#fff;
	color:#22ac38;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}