@charset "UTF-8";
@import url(basestyles.css);

/* ------- Layout ------- */
body {
	font: 75%/1.4em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
	background: #454545 url(../d_img/bg_body.gif) 50% top repeat-y;
	text-align: center;
	}

#pageBounds {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	}

#contentBounds {
	margin: 0 auto;
	padding: 0 15px 15px 0;
	background: transparent url(../d_img/bg_contentBounds.gif) 540px 0 repeat-y;
	min-height: 395px;
	position: relative;
	z-index: 1;
	}

#mainContent {
	float: left;
	width: 540px;
	}
#mainContent #content {
	padding: 0 15px;
	}
#sideBar {
	float: right;
	position: relative;
	width: 230px;
	margin-top: 60px;
	}
#langSwitcher {
	position: absolute;
	left: -15px;
	top: -45px;
	width: 230px;
	padding: 0 15px 10px;
	border-bottom: 1px solid #e5e5e5;
	}
	
#mastHead {
	border-bottom: 3px solid #e5e5e5;
	}
#mastHead #logo {
	float: left;
	margin: 0;
	}
#mastHead #logo a {
	display: block;
	width: 170px;
	height: 65px;
	margin: 10px 0 10px 15px;
	}
#mastHead ul#mNav {
	list-style: none;
	float: right;
	margin: 0;
	background: transparent url(../d_img/bg_mNav.gif) left bottom no-repeat;
	width: 520px;
	height: 85px;
	}
#mastHead ul#mNav li {
	float: left;
	margin: 0;
	}
#mastHead ul#mNav li a {
	display: block;
	height: 85px;
	width: 130px;
	text-indent: -9999em;
	margin: 0;
	}
#mastHead ul#mNav li a:hover {
	height: 82px;
	border-bottom: 3px solid #134863;
	}

#firm #mastHead ul#mNav li#n_firm a,
#peop #mastHead ul#mNav li#n_peop a,
#serv #mastHead ul#mNav li#n_serv a,
#news #mastHead ul#mNav li#n_news a
 {
	height: 82px;
	border-bottom: 3px solid #ccc;
	}


	
#footer {
	padding: 15px;
	line-height: 1.2em;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-size: 92%;
	}
#footer address {
	text-align: center;
	font-style: normal;
	margin: 0 0 2.5em;
	}
#footer ul#legal {
	list-style: none;
	float: right;
	}
#footer a { color: #666; }

/* ------- globals ------- */

a {
	color: #3f70a2;
	text-decoration: none;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	color: #777;
	}

a:active {
	color: #ccc;
	}
	
a img {
	background: none;
	border: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	line-height: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, Georgia, serif !important;
	}

h1 {
	font-size: 217% !important;
	color: #013652;
	}

h2 {
	font-size: 180%;
	}

h3, legend {
	font-size: 150%;
	color: #666;
	margin: 0;
	}
	
h3 {
	margin-bottom: .8em;
	}

legend {
	padding: 0 3px;
	}

fieldset {
	border: 1px solid #ccc;
	}

h4 {
	font-size: 100%;
	padding-top: 7px;
	}

ul#news {
	list-style: none;
	}

ul#news li {
	line-height: 1.3em;
	margin: 0 0 1em 0;
	}
	
sup { line-height: 0; }

hr {
	color: #e5e5e5;
	height: 1px;
	width: 100%;
	background-color: #c00;
	border: none; /*hat tip to Google Groups alt.html for fixing hr woes */
	}

img.alignright {
	float: right;
	margin: 4px 0 5px 20px;
	}

img.alignleft {
	float: left;
	margin: 4px 9px 5px 0;
	}


.list {
	margin: 10px 0 25px;
	width: 100%;
	text-align: left;
	}

.list th {
	border-bottom: 2px solid #ddd;
	margin-bottom: 0;
	padding: 0;
	color: #666;
	}
	
.list td {
	background: #fff;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	}

.list th.date, .list td.date {
	text-align: right;
	width: 85px;
	vertical-align: top;
	font-size: 92%;
	padding-right: 15px;
	}
	
	
.list h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	}
	
.list td p {
	font-size: 90%;
	margin-bottom: 4px;
	}


#contentBounds h1 {
	padding: 23px 15px 0;
	}

/* Home Page Specific
   ----------------------
#home #contentBounds h1 {
	padding: 45px 15px 30px;
	background: #efefd5;
	border-bottom: 1px solid #e5e5e5;
	}
 */