@charset "utf-8";
/*
Developed by Kiet Vo
Date: Mar 18/09
www.yovacm.com
*/
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
body{
	margin: 0 auto;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img{
	border: 0;
}
div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 993px;
	background: #000;
}
/*TOP*/
div#top{
	margin: 0 auto;
	padding: 0;
	width: 993px;
	height: 102px;
	background: url(images/t_part_logo.png) no-repeat left bottom;
}
div#logourl1{
	margin: 50px 0 0 17px;
	display: inline;
	padding: 0;
	width: 268px;
	height: 15px;
	float: left;
}
div.topbanner{
	margin-left: 85px;
	padding: 15px 0;
	width: 600px;
	text-align: center;
	vertical-align: middle;
	float: left;
	z-index: 1;
}
div.topbanner img{
	max-height: 71px !important;
	max-width: 599px !important;
}
/* HEADER */
div#header{
	margin: 0 auto;
	padding: 0;
	width: 993px;
	height: 145px;
	background: url(images/header.png) no-repeat;
}
div#header2{
	margin: 0 auto;
	padding: 0;
	width: 993px;
	height: 145px;
	background: url(images/header2.png) no-repeat;
}
div#logo{
	width: 276px;
	height: 98px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
}
div#logourl2{
	margin: 0 0 0 17px;
	width: 268px;
	height: 27px;
	float: left;
}
div#newsletter{
	display: block;
	margin-left: 250px;
	padding-top: 10px;
	width: 185px;
	height: 26px;
	float: left;
}
div#mobileicon{
	display: block;
	margin-right: 5px;
	margin-top: -30px;
	padding-top: 0px;
	width: 213px;
	height: 26px;
	float: right;
}

/* MAIN MENU */
div#menu{
	margin: 27px 15px 0 0;
	padding: 0;
	width: 628px;
	height: 81px;
	float: right;
	background: url(images/main_menu_bg_1.png) no-repeat top left;
}
div#mainmenu{
	margin: 0 0 0 10px;
	background: url(images/main_menu_bg_2.png) no-repeat top right;
}
div.spotimg{
	padding-bottom: 10px;
	width: 993px;
	height: auto;
	background: url(images/spotimg_bg.png) repeat-y;
}
/* LEFT  MENU */
div.lmenu{
	margin: 0 0 0 8px;
	width: 235px;
	height: 355px;
	float: left;
}
div.lmenu ul{
	margin: 0 0 0 25px;
	padding: 2px 0 0 0;
	list-style: none;
}
div.lmenu  li{
	padding-bottom: 12px;
}
/* CONTENT*/
div#content{
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 725px;
	background: url(images/top_content_bg.png) top right no-repeat;
}
div#content2{
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 725px;
	min-height: 325px;
	height: auto!important;
	height: 325px;
	background: url(images/top_content_bg2.png) top right no-repeat;
}
div.contentview{
	display: block;
}
table#contenttbl{
	width: 725px;
	background-color: #000;
	border: 1px solid #fff;
}
table#contenttbl td.maincontent{
	height: 340px;
}
table#contenttbl td img{
	margin: 0;
	padding: 0;
	display: block;
}
table#contenttbl ul.bloglink{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
table#contenttbl ul.bloglink li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #efeeee;
}
table#contenttbl ul.bloglink li.last{
	border-right: 0;
}
table#contenttbl ul.bloglink li a{
	color: #efeeee;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
table#contenttbl td.maincontent a:link, table#contenttbl td.maincontent a:visited{
	color: #fff;
	text-decoration:none;
}
table#contenttbl td.maincontent a:hover{
	text-decoration: underline;
}
div#scontent{
	border: 1px solid #ba1c03;
	background-color: #535252;
	width: 180px;
	height: 249px;
	padding: 5px;
}
div#scontent p{
	color: #fff;
	text-align: left;
	font-size: 11px;
}
div#headlinestory{
	padding: 1px;
	border: 1px solid #fff;
	width: 461px;
	height: 337px;
	float: left;
	font-size: 11px;
}
div#headlinestory a{
	text-decoration: none;
	color: #000;
}
div#storylist{
	width:257px;
	height: 339px;
	border: 1px solid #ccc;
	float: left;
}
div#storylist ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#storylist li{
	margin: 0;
	padding: 0;
	display: block;
	height: 83px;
	width: 257px;
	background-color: #8f8d8d;
	border: 1px solid #000;
}
div#storylist li:hover{
	background-color: #535252;
}
div#storylist li a{
	display: block;
	height: 83px;
	width: 257px;
}
div#storylist li a{
	text-decoration: none;
}
div#storylist li div.storylst{
	padding: 3px 10px 0 15px;
}
div#storylist li div.storylst p{
	margin: 0;
	color: #fff;
	font-size: 11px;
}
div#storylist li div.storylst p.storydate{
	font-size: 9px;
	padding-bottom: 3px;
}
div#storylist li div.storylst h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
/* FOOTER */
div#footer{
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	width: 993px;
	height: 122px;
	text-align: right;
	text-align: center;
	background: #c41e03 url(images/footer.png) no-repeat center;
}
div#btmbtn{
	height: 107px;
}
div#bottombanner{
	width: 100%;
	height: 50px;
	vertical-align: middle;
	background-color: #fff;
	margin: 15px auto 0 auto;
	padding: 0;
}
div#copyright{
	background-color: #fff;
	width: 100%;
	height: 70px;
}
div#copyright div{
	color: #000;
}
div#copyright div ul, div#copyright div li{
	color:#000;
	margin: 0;
	padding: 0;
}
div#copyright div a:link, div#copyright div a:visited{
	color:#000;
	text-decoration: underline;
}
div#copyright div a:hover{
	text-decoration: underline;
}
div#copyright div a.engagedIntlink:link, div#copyright div a.engagedIntlink:visited, div#copyright div a.yovacmlink:link, div#copyright div a.yovacmlink:visited{
	color: #000;
}
div#copyright div a.engagedIntlink:hover{
	color: #444;
}
div#copyright div a.yovacmlink:hover{
	color: #444;
}
table#contenttbl td.maincontent div.showpagenewsfeed p a:link,
table#contenttbl td.maincontent div.showpagenewsfeed p a:visited{
	color: #0600ff;
	text-decoration: underline;
}
table#contenttbl td.maincontent div.showpagenewsfeed p a:hover{
	color: #fff;
	text-decoration: none;
}
