/* Project: Bertrand Law
URL: www.bertrandlaw.com
Date: July 2009
Author: Advanced Digital Consulting
Author URL: http://www.advdigitalconsulting.com */

body {
	background-color: #000;
	color:#fff;
	padding:0px;
	margin:0px;
	font: 13px Verdana, Arial, SunSans-Regular, Sans-Serif;
}
a	{
	color: #fff;
	text-decoration: underline;	
}

h1 {
	font-size: 14px;
	padding: 0;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size:18px;
	font-weight: normal;
	padding: 25px 0 5px 10px;
	margin:0px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	padding: 10px 10px;
	margin:0px;
}

img.download {vertical-align:middle;}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
ul	{
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ----------container to center the layout-------------- */
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #520a01 url(../images/side_bg.jpg) repeat-y;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
}
#banner img {padding:0;} 

/* -----------------content--------------------- */
#content {
	background: #520a01 url(../images/search_bg.gif) repeat-x;
	padding: 0px;
	margin-left: 251px;
	margin-right: 0px;
	padding-top: 60px;
}
div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

.pod_top	{
	background: url(../images/pod_top.gif);
	height: 25px;
	width: 513px;
	padding-top: 5px;
	padding-left: 10px;
}
.pod_center	{
	background: url(../images/pod_center.gif) repeat-y;
	width: 523px;
}
.pod_bottom	{
	background: url(../images/pod_bottom.gif);
	height: 14px;
	width: 523px;
	margin-bottom: 10px;
}

.highlight-index	{
	font-size: 11px;
	color: #84846C;
	padding-bottom: 15px;
}
.highlight-index h2	{
	font-size: 16px;
	color: #84846C;
	padding: 15px 0 5px 0;
	font-weight: bold;
}

.list-services	li {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.list-sitemap	li  {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.list-sitemap a {
	text-decoration: none;	
}
.list-sitemap a:hover {
	text-decoration: underline;	
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 251px;
	margin: 0px;
	padding: 0px;
	
}


#left #welcome	{
	background: url(../images/welcome_bg2.jpg);
	height: 116px;
	width: 201px;
	padding-top: 50px;
	padding-left: 50px;
	text-align: center;
	font: 13px Tahoma, Arial;
	color: #000;
}

#left #welcome .emphasize	{
	font-size: 16px;
	font-weight: bold;
	border-bottom: medium dotted #000;
	width: 160px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#left #contact	{
	margin: 5px 0 20px 10px;
	font: bold 11px Tahoma, Arial;
	color: #FFF;
}
#left #contact .regular	{
	font-weight: normal;
}

#left #cases	{
	background: url(../images/sidebar_actual-cases.jpg) no-repeat;
}
#left #cases embed	{
	margin: 50px 0 15px 13px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: center;
	background: url(../images/bottombg.gif);
	height: 28px;
	color: #000;
}
#footer li	{
	display: inline;
	padding-right: 20px;
	font-weight: bold;
}
#footer a	{
	color: #000;
	text-decoration: none;
}
#footer a:hover	{
	text-decoration: underline;
}

#footer2 {
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: center;
	height: 28px;
	color: #fff;
	background: #520a01 url(../images/search_bg.gif) repeat-x;
	font-size: 12px;
}
