﻿a:link
{	
	text-decoration: none;
	color: #c50000;
}

a:hover
{
	text-decoration: none;
	color: #c50000;
}

a:visited
{
	text-decoration: none;
	color: #c50000;
}

body{
	background-color: #dddddd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .78em;
	line-height: 1.3em;
}

div.wrapper {
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
}

td.header{
	background-color: #fff;	
}

td.corners {
	width: 40px;
}

td.topedge {
	background-image: url(/lcworks/images/top-side-edge.gif);
}

td.leftedge {
	width: 40px; 
	background-image: url(/lcworks/images/left-side-edge.gif);
}

td.rightedge {
	width: 40px; 
	background-image: url(/lcworks/images/right-side-edge.gif);
}

td.bottomedge {
	background-image: url(/lcworks/images/bottom-side-edge.gif);
}

div.navbar
{
	width: 839px; 
	background-image: url(/lcworks/images/nav-bg.gif); 
	float: left; 
	height: 35px;
	color: #fff;
	font-weight: bold;
}

div.navbar a:link
{	
	color: #fff;
	text-decoration: none;
}

div.navbar a:hover
{	
	color: #fff;
	text-decoration: none;
}

div.navbar a:visited
{	
	color: #fff;
	text-decoration: none;
}

div.content
{
	width:100%;
	background-color: #fff;
	padding:5px;
}

div.contentsub
{
	width: 659px;
	background-color: #fff;
	padding:5px;
	float: left;
}

h1
{
	font-size: 1.48em;
}

h2
{
	font-size: 1.28em;
}

/* Navigation */
.hiddenposting, .hiddenposting a
{
 color:Gray;
}
.unpublishedposting, .unpublishedposting a
{
	color:Red;
}

div.leftnavwrapper
{
	width:180px;
	float:left;
	margin: 9px 0px 0px 0px;
}

div.leftnav
{
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

ul.ln
{ 
	list-style-type: none;  
	text-align: left; 
	margin-left: 0px;  
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-left: 0px; 
}

/* End Navigation */

div.footer
{
	background-color: #fff;
	width:100%;
	margin: 20px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	float:left;
}

div.navwrapper
{
	padding: 9px 0px 0px 0px;
}

.searchbutton 
{
	background-color: #cf0000;
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border-left: 2px solid #de0000;
    border-top: 2px solid #de0000;
    border-right: 2px solid #5c0101;
	border-bottom: 2px solid #5c0101;
    font-weight: bold;
	font-size: 0.9em;
	margin: 1px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#CECECE', Positive='true');
}