* {
	margin: 0;	
	padding: 0;
	padding-top: 0px;
}

body {
	background: #4396ca;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;

}

h1, h2, h3 {
	margin-bottom: 15px;	
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

a:link {
	color: #446812;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
}

a:visited {
	color: #7F7772;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.more {
display:block;
	float:right;	
	width: 88px;
	height: 25px;	
}

.more a {
	float:right;
	background:url(images/btn_read_more.png) no-repeat;
	width: 88px;
	/*height: 25px;*/
	padding-top:3px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;	
	color: #ffffff;
	font-size:11px;	
}

.more a:hover {
	background:url(images/btn_read_more2.png) no-repeat;
	text-decoration:none;
	color: #ff0000;
	}
	
/* Menu */

#menu {
	background: #FFFFFF url(images/tcl_top_header_bg.jpg);
	width: 950px;
	height: 90px;
	margin: 0 auto;
	padding-left: 45px;
}

#menu ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 144px;
	height: 70px;
	padding: 3px 0 0 0;
	margin-left: 0px;
}

#menu a {
	display: block;
	width: 144px;
	height: 65px;
	padding: 13px 0 0 0;
	background: url(images/tcl_menu_a.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/tcl_menu_a-hover.jpg);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #c3db43;
}

#menu .active {
	padding-top: 3px;
	margin-left: 0px;
}

#menu .active a {
	width: 144px;
	height: 60px;
	padding-top: 16px;
	background-image: url(images/tcl_menu_active.jpg);
	color: #FFFFFF;
}

#menu .active a:hover {
	background-image: url(images/tcl_menu_active.jpg);
}

/* Header */

#header {
	background-image: url(images/tcl_mid_header_bg.jpg);
	width: 995px;
	height: 156px;
	margin: 0 auto;
	
}

/* Logo - Flash HERE */

#logo {
	float:left;
	width: 575px;
	height: 135px;
	background: url(images/TCL_logo.png) no-repeat;
	margin-left: 70px;
	margin-top: 20px;
	/*margin-top: 25px;*/
	
}


/* Banner */

#banner {
float:right;	
	width: 350px;
	height: 156px;
	background: url(images/TCL_logo-side_img.png) no-repeat;
	
}

/* LOGIN ROW */

#login_row {
	background-image: url(images/tcl_btm_header_bg.jpg);
	width: 995px;
	height: 64px;
	margin: 0 auto;
	
			
}

#login_row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}

#login_row li {
	display: inline;
	float: left;
	width: 163px;
	height: 52px;
	padding: 2px 2px 0 0;
	margin: 0px;	
	
}

#login_row a {
	display: block;
	width: 163px;
	height: 52px;
	padding: 2px 2px 0 0;	
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:4px;
}

#login_row p {
	display: block;
	width: 480px;
	height: 20 px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	text-decoration: blink;
	font-weight: bold;
	color: #FFFFFF;
}

#login_row a:hover {
	background: url(images/login_mouse_over.png) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #c3db43;
	margin-top:4px;
}

#login_row .active {
	padding-top: 0px;
	margin-top:2px;
	
}

#login_row .active a {
	width: 163px;
	height: 52px;		
	background: url(images/login_mouse_active.png) no-repeat;
	
	
}

#login_row .active a:hover {
	background: url(images/login_mouse_active.png) no-repeat;
	
}

#login_leftbox {
	float: left;
	width: 450px;
	margin-left: 40px;
	vertical-align: top;
}

#login_rightbox {
	float: right;
	width: 480px;
	margin: 25px 5px 0px 5px;
}

/* Page */

#page {
	width: 995px;
	margin: 0 auto;	
	padding: 10px 0 0 0;
	background-image: url(images/tcl_content_bg.jpg);
	background-color:#cae1f3;
}

/* Content */

#content {
	float: left;
	width: 640px;
	margin-left: 0px;
}

.post {
	margin-bottom: 20px;
}

.post .title {
	padding: 0 20px;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 38px;
	margin: 0;		
	background: url(images/tcl_content_title_bg.jpg) no-repeat;	
	letter-spacing: -1px;
	color: #FFFFFF;
}

.boxed .story {
	padding: 20px;
	border: 1px solid #0095d4;
	border-top: none;
}

.boxed .meta {
	padding: 5px 10px;
	background: #0095d4;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 340px;
	margin-right: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border: 1px solid #0095d4;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(images/img09.gif) repeat-x;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h1 {
	height: 37px;
	margin: 0;	
	background:url(images/tcl_sidebar_title_bg.jpg) no-repeat;	
	letter-spacing: -1px;
	color: #327EBE;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

.sidebox .boxtitle {
	height: 37px;
	margin: 0;		
	background: url(images/tcl_sidebar_title_bg.jpg) no-repeat;	
	letter-spacing: -1px;
	color: #FFFFFF;
}

.sidebox .boxstory {
	padding: 15px 20px;
	border: 1px solid #0095d4;
	border-top: none;
	margin-bottom: 15px;
	
}

.sidebox .boxmeta {
	padding: 5px 10px;
	background: #0095d4;
	color: #FFFFFF;
}

.sidebox .boxmeta a {
	color: #FFFFFF;
}


/* Footer */

#footer {
	/*clear: both;*/
	height: 36px;
	padding: 15px 0;	
	/*background: #D1D1D1;*/
	background-image:url(images/tcl_top_header_bg.jpg);
	border-top: 2px solid #999999;
	text-align: center;
	width: 995px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #ffffff;
}




