/* CSS Document */

#body_content .side_img {
	margin: 0 3px 0 15px;
	float: left;
}

#cats {
	float: left;
	width: 72px;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#cats img {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top: 0px;
	border-left: 0px;
}

#news_section {
	float:left;
	border: 5px solid #fff;
	width:459px;
	height: 357px;
	overflow:hidden;
}

#news_section #news_frame {
	float:left;
	border: 5px solid #908AA6;
	width:449px;
	height: 347px;
}

#news_section #news_frame .header {
	text-align: right;
	padding-bottom: 5px;
	background: #908AA6;
}

#news_section #news_frame .body {
	text-align: left;
	vertical-align:top;
	width:419px;
	height:329px;
	padding: 0px 15px;
	background: #fff;
	overflow:auto;
}

#news_section #news_frame .body .news_date {
	color: #4e5758;
	padding: 15px 0px;
}

#news_section #news_frame .body .news_title {
	color: #2A2A2A;
	font-weight: bold;
}

#news_section #news_frame .body .news_body {
	color: #4e5758;
	padding-bottom: 15px;
}

#news_section #news_frame .body .news_body a {
	color: #df9325;
}

#news_section #news_frame .body .news_posted_by {
	color: #4e5758;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d9d1d3;	
}

#info_section {
	float:left;
	border: 5px solid #fff;
	width:766px;
	height: 357px;
	overflow:hidden;
}

#info_section #info_frame {
	float:left;
	border: 5px solid #cec8c4;
	width:756px;
	height: 347px;
}

#info_section #info_frame .header {
	text-align: right;
	padding-bottom: 5px;
	background: #cec8c4;
}

#info_section #info_frame .body {
	text-align: left;
	vertical-align:top;
	width:726px;
	height:329px;
	padding: 0px 15px;
	background: #fff;
	overflow:auto;
}

#info_section #info_frame .body .news_date {
	color: #4e5758;
	padding: 15px 0px;
}

#info_section #info_frame .body .news_title {
	color: #2A2A2A;
	font-weight: bold;
}

#info_section #info_frame .body .news_body {
	color: #4e5758;
	padding-bottom: 15px;
}

#info_section #info_frame .body .news_body a {
	color: #df9325;
}

#info_section #info_frame .body .news_posted_by {
	color: #4e5758;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d9d1d3;	
}

#adv_section {
	float:left;
}

#adv_section img {
	float:left;
}

#adv_section .adv_content {
	float:left;
	width:250px;
	height: 140px;
	overflow: hidden;
	border: 5px solid #fff;
	background: #cec8c4;
}

#adv_section .ns_content {
	float:left;
	position:relative;
	height:86px;
	padding:10px;
	width:214px;
	border: 5px solid #fff;
	background: #cec8c4;
}

#adv_section .ns_content .left_side {
	float:left; 
	margin-right: 5px;
}

#adv_section .ns_content .right_side {
	float:left; 
}

#adv_section .ns_content input {
	width: 103px;
	font-size: 10px;
	line-height: 10px;
}

#adv_section .ns_content a {
	font-size: 12px;
	color: #E1E0E0;
	font-variant:small-caps;
}

#adv_section .ns_content a:hover {
	color: #505050;
}

#dhtmltooltip {
	position: absolute;
	width: 200px;
	color: #fff;
	/*border: 5px solid #cec8c4;*/
	border: 5px solid #fff;
	padding: 15px;
	background-color: #505050;
	visibility: hidden;
	z-index: 100;
	opacity: 0.9;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltip h4 {
	color: #ffe250;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}

