* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */
html {
	height: 100%;
}
body {
	background: #aca095 url(../images/Background.jpg) no-repeat top center;
	font-family: arial, courier new, georgia, times new roman, verdana, trebuchet ms, lucida sans;	/* font-family: sans-serif, serif, monospace, cursive, fantasy; */
}
/* ============================================================================= Fonts === */
a {
	color: #025197;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	color: #000;
	font-size: 13px;
	margin: 10px 0 15px;
	line-height: 18px;
}
p.quote {
	font-style: italic;
}
strong {
	font-weight: 900;	
}

/* ========================================================= Headers === */

h1 {
	color: #891b26;
	font-size: 24px;
	margin: 10px 0;
}
h2 {
	color: #235E88;
	font-size: 21px;
	margin: 10px 0;
}
h3 {
	color: #56544E;
	font-size: 18px;
	margin: 10px 0;
}
h4 {
	color: #9D9A93;
	font-size: 16px;
	margin: 10px 0;
}
h5 {
	color: #9D9A93;
	font-size: 14px;
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal; 
}
hr {
	margin: 20px 0;
	height: 1px;
	background-color: #444;
}

/* ============================================================================= Basic elements === */

ul{
 	list-style-type:none;	
}
ul li{
 background:url(../images/bk-bullet.png) no-repeat; padding-left:10px;
 }
 
#content-col ul,ol{
	font-size: 13px;
	line-height: 150%;
	margin-left: 2.5em;
}


 
/* ============================================================================= Wrapper === */
#wrapper {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -38px; /* the bottom margin is the negative value of the footer's height */
	padding: 0 10px;
}
#top-bar {
	width: 100%;
	background: #013668;
	height: 10px;
}
/* ============================================================================= Header === */
#header {
	width: 952px;
	height: 137px;
	background:  url('../images/TMC-law-header.jpg') no-repeat;
}
#header img {
	float: left;
}
#header p {
	float: right;
	background-color: #9F9F9F;
	width: 650px;
	font-size: 20px;
	line-height: 24px;
	padding: 20px;
	margin-top: 30px;
	
}
/* ============================================================================= Images - Content === */

#content-copy img {
	float: right;
	margin: .5em 1em;
}


.float-right img {
	float: right;
}

.float-left img {
	float: left;
}

/* ============================================================================= nav === */
#nav-wrapper {
	margin-top: 7px;
	margin-bottom: 7px;
}
/* ============================================================================= breadcrumb === */
ul#breadcrumb {margin-bottom:10px;}
ul#breadcrumb li,ul#breadcrumb li a{color:#000; font-weight:bold; font-size:12px; display:inline; background:none; padding:0 5px 0 0; text-transform:capitalize;}
ul#breadcrumb li{color:#660000;}
ul#breadcrumb li span{padding-left:5px; font-size:10px; letter-spacing:-1px; font-family:Geneva, Arial, Helvetica, sans-serif;}
/* ============================================================================= Side Menu === */
ul#side-menu {
	float: left;
	display: block;
	width: 220px;
	list-style: none;
	background: #fff url(../images/side-menu-bg.jpg) repeat-y left top;
	margin-bottom: 7px;
}
ul#side-menu li {
	font-size: 12px;
	margin: 0;
	background: #013668 url(none);
		color: #FFFFFF;
}
ul#side-menu li.top {
	background: #999 url(../images/side-menu-top.jpg) top left no-repeat;
	margin: 0;
}
ul#side-menu li.bottom {
	background: #999 url(../images/side-menu-bottom.jpg) bottom left no-repeat;
	margin: 0;
}
ul#side-menu li a {
	display: block;
	height: auto;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	font: bold 110% Georgia, "Times New Roman", Times, serif;
}
ul#side-menu li a:hover {
	color: #fff;
	text-decoration: underline;
	background: #003768;
}
ul#side-menu li.active a {
	color: #fff;
}
/* ============================================================================= Sub Side Menu === */
ul#side-menu li.active ul {
	background: none;
	list-style: none;
}
ul#side-menu li.active ul li {
}
ul#side-menu li.active ul li a {
	color: #000;
	height: 15px;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	font-weight: 200;
}
ul#side-menu li.active ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#side-menu li.active ul li.active a {
	color: #fff;
}

.address p {
	font-size: 12px;	
}

/* ============================================================================= Content Area === */
#left-column {
	width: 220px; 
	background: url(../images/blue-transparent-bg.png) repeat left top;	
	float:left;
}
#left-column p{
	color: #ffffff;
	padding: 0 0 0 16px;
}

#left-column p a{
	color: #ffffff;
	padding: 0 0 0 0px;
}


#left-column p a img{
	padding: 0 0 0 0px;
}

#left-column img{

	padding: 5px 0px 10px;
}

.header-left {
	width: 220px;
	padding:10px 0;
	float:left; /* to display correctly in dreamweaver - correct placement on page*/
	background-color: #013668;
	margin-bottom:15px;
}
.header-left h3{
	font-size: 160%;
	font-weight: normal;
	color:#ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.linkedin {
	padding-left: 17px;
	margin-bottom: 20px;
}

#content-col {
	width: 700px;
	padding: 10px;
	background: url(../images/white-transparent-bg.png) repeat;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#content-copy {
	margin: 20px 30px 5px 60px;

}
.clear {
	clear: both;
	display: block;
}

.right-image {
	float: right;
	border: 4px #666 solid;
	margin: 10px;
}
/*------------------------------------*\
	styles added on May 10th
\*------------------------------------*/
ul.two-col{width:300px; float:left; padding-bottom:15px;}

ul.two-col-right{width:300px; float:right; padding-bottom:15px;}
/* ============================================================================= Content Footer Menu === */
#footer, .push {
	height: 38px; /* .push must be the same height as .footer */
}
#footer {
	background: #881A19;
	color: #FFF;
        margin-bottom: 0;
}
#footer p {
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	padding: 10px;
	padding-top: 0;
	text-align: center;
}
#footer a {
	color: #FFF;
}
/* ============================================================================= Home Footer Menu === */
#home-footer {
	height: 25px;
	background: #fff;
	color: #034a89;
	width: 950px;
	margin: 0 auto;
}
#home-footer p {
	font-size: 10px;
	color: #fff;
	padding-top: 0;
	text-align: center;
}
#home-footer a {
	color: #413b37;
}
#home-footer ul#footer-menu {
	width: 960px;
	margin: 0 auto;
	margin: 5px 0 0 0;
}
/*    centered menu top      */
#centeredmenu {
   float:left;
   width:100%;
   background:#dfd9d4;
   overflow:hidden;
   position:relative;
   margin: 0 0 10px 0;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
    background-image:none;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:7px 20px;
   background:#dfd9d4;
   color:#393430;
   text-decoration:none;
   line-height:1.3em;
   font-family:"Times New Roman", Times, serif; 
   font-weight:bold; 
}
#centeredmenu ul li a:hover {
   background:#003768;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#b32317;
}
/*    centered menu bottom      */
#centeredmenubtm {
	float:left;
	width:100%;
	background:#fff;
	overflow:hidden;
	position:relative;
	border-bottom: 10px solid #64584d;
}
#centeredmenubtm ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:5px;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenubtm ul li {
   display:block;
   background-image:none;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenubtm ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
	color: #003768;
	font-size: 70%;
	border-right: 1px solid #413B37;
}
#centeredmenubtm ul li a.last{
	border-right: none;
}
#centeredmenubtm ul li a:hover {
   color:#8a1d14;
}
/* TABLES  ---------------------------------------*/


th {
	font: bold 11px Arial, Helvetica,
	sans-serif;
	color: #333333;
	/*border-right: 1px solid #ADA097;
	border-bottom: 1px solid #ADA097;
	border-top: 1px solid #ADA097;*/
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #D8D0CB;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: #C8BDB7;
}

th.nobgphoto {
	border-top: 0;
	border-left: 0;
	border-right: none;
	background: none;
}

tr.th.nobgphoto {
	border-top: 0;
	border-left: 0;
	border-right: none;
	background: none;
}

th.spec {	

	border-top: 0;
	background: #EBEFF1;
	font: bold 11px Arial, Helvetica, sans-serif;
}

th.specalt {
	border-top: 0;
	font: bold 11px Arial, Helvetica,
	sans-serif;
	color: #333333;
	background: #E0E7EB;
}



td.spec {	

	border-top: 0;
	background: #EBEFF1;
	font: bold 11px Arial, Helvetica,
	sans-serif;
}


td.specalt {
	border-top: 0;
	font: bold 11px Arial, Helvetica,
	sans-serif;
	color: #333333;
	background: #E0E7EB;
}


td {

	border-top: 2px;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #3E4F5F;
	letter-spacing: 2px;
	font: bold 11px Arial, Helvetica,
	sans-serif;
}


td.alt {
	background: #ADA097;
	color: #B4AA9D;
}
