/***********************************************************************************************
 * Override Parent
 **********************************************************************************************/
body {
	background-color: #F2F2E8;	/*#F8F9FD;*/ 
}
* html body {
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
a.font-ms:link, a.font-ms:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.font-ms:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
#body {
	margin: 0px;
	padding: 0px;
}
#header { 
	background-color: #FFFFFF; /* #306EA7; */ 
}
#middle {
	background-color: #FFFFFF; /* #F8F9FD; */
}

#footer {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: solid 1px #DDDDD5; /*#EFEFEF;*/
	background-color: #F2F2E8;	/*#F8F9FD;*/ 
}
#header {
	position: relative;
}
	#header-top {
		width: 920px;
		position: relative;
	}
	#header-logo {
		float: left;
		position: relative;
		left: 0px;
		top: 0px;
	}
	#menu {
		position: absolute;
		bottom: 0px;
		right: 0px;
		padding: 5px 10px;
	}
	#header-bottom {
		background-color: #E4F2FD; /*E9F9FF;*/
		border-top: #C6D9E9 solid 1px;
		border-bottom: #C6D9E9 solid 1px;
	}
	#header-tips {
		background-color: #E4F2FD;
		width: 860px;
		padding: 10px 30px; 
		text-align: left;
		position: relative;
	}
	* html #header-tips {
		width: 920px;
	}
	#header-title {
		float: left;
		background-color: #E4F2FD;
	}
	#blog-rss {
		float: right;
		background-color: #E4F2FD;
	}

#centerbox {
	text-align: justify;
}
	#centerbox h1,
	#centerbox h2 {
		padding: 5px 0px 3px 0px;
	}
#rightbox {
	width: 280px;
	margin-top: 5px;
	padding-left: 30px;  
}
	* html #rightbox {
		width: 320px;
	}




/***********************************************************************************************
 * Common class
 **********************************************************************************************/
.bg-darkblue { background-color: #306EA7; /* #306EA7;*/ }




/***********************************************************************************************
 * WP - CS_Widget_Pages
 **********************************************************************************************/
#footer .CS_Widget_Pages {
	font-size: 12px;
}
	#footer .CS_Widget_Pages h2 {
		display: none;
	}
	#footer .CS_Widget_Pages ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#footer .CS_Widget_Pages li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}

/***********************************************************************************************
 * WP - twitter_div
 **********************************************************************************************/
#twitter_div {
	/*border: 1px solid #DDDDD5;*/
	padding: 2px;
}
	#twitter_div ul#twitter_update_list li {
		border-bottom: #efefef 1px solid;
		font-size: 12px;
		margin-left: 1px;
		padding: 8px 0px;
	}
	#twitter_div a#twitter-link {
		padding: 5px 0px;
	}
/*
	#twitter_div ul#twitter_update_list li {
		background-color: #EFF7FF;
		text-indent: -9px;
		margin: 0px 0px 10px;
		padding: 5px;
		border: #CFDFEF solid 1px;
	}
*/

/***********************************************************************************************
 * WP - related_div
 **********************************************************************************************/
#related_div {
}
	#related_div div.related_div_ads {
		/*display: inline-block;*/
		float: left;
		width: 200px;
	}
	#related_div div.related_post_div {
		border-right: 1px solid #C6D9E9;
		/*display: inline-block;*/
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		width: 300px;
	}
	#related_div ul {
		list-style: none;	
		margin: 0px;	
		padding: 0px 0px 0px 15px;
	}
	#related_div li {
		font-size: 12px;
		margin: 0px;	
		padding: 0px; 
	}


/***********************************************************************************************
 * WP - fw_tabs_tabs_surround
 **********************************************************************************************/
.tab-content {
}
	.tab-content ul {
		list-style: none;	
		margin: 0px;	
		padding: 0px 5px;
	}
	.tab-content li {
		font-size: 12px;
		margin: 0px 0px 8px;	
		padding: 0px;
	}





