/*
Design by 
http://www.yihaowangluo.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
    background:	#E2E2E2;
	/*background: url(images/0008.jpg) no-repeat left center;;*/
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color:#660000;
}

/* Boxed */

.title {
	background: url(/SMI-BLAST/static/pic/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(/SMI-BLAST/static/pic/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(/SMI-BLAST/static/pic/img06.gif) repeat-x left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 860px;
	height: 181px;
	margin: 0 auto;
	background: url(../pic/ab_new.jpg) no-repeat 100% 0px;
	/*background: 		#93C4F2;*/
	/*border-bottom: 5px solid #E16629;ADD8E6*/
}
#header p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* Logo */

#logo {
	float: left;
	width: 150px;
	height: 130px;
	/*background:  url(/SMI-BLAST/static/pic/4.png) no-repeat center;*/
	text-align: center;
}
/*
#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
*/

/* Menu */

#menu {
	float: middle;
	width: 720px;
	height: 66px;
	/*background: #0099FF;
	
*/
}

#menu ul {
	height: 5px;
	/*background: #29A4E1;*/
	list-style: none;
}

#menu li {
	display: inline;
 font-size:25px;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 0px solid #29A4E1;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}

#menu a:hover {
	/*background: #DCDCDC;*/
	border-top-color: #1A7196;
	/*color: #4B0082;*/
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	background:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#page p{
font-family:Geneva, Arial, Helvetica, sans-serif;

}
/* Content */

#content {
	float: right;
	width: 860px;
	padding: 0px;
	background:  #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 0px;
	padding: 0px;
	background: url(/SMI-BLAST/static/pic/img03.gif) repeat-y;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 12px;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 12px;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
	/*border-top: 5px solid #E16629;*/
	/*background: url(/SMI-BLAST/static/pic/0002.jpg) repeat-x;*/
	background: 	#056AD7;
}

#footer p {
	text-align: center;
	color:#FFFFFF;
	font: normal 129%;
}
#footer a {

	color:#FFFFFF;
	
}
