html{
	font-family: Verdana, Arial, Helvetica;
	font-size:62.5%;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	height:100%;
	background:#1d3164 url(images/html_bg.gif);
}
body {
	font-size:1.2em;
	background: url(images/body_bg.jpg) repeat-x;
	margin:0;
	padding:0;
	color:#515151;
	height:100%;
}
div#wrapper{
	width:989px;
	margin:0 auto;
	text-align:left;
}
form{
	padding:0;
	margin:0;
	height:100%;
}

a, a:link, a:active, a:visited{
	color:#00244c;
	text-decoration:underline;
}
a:hover{
	color:#00ACAD;
}
a img{
	border:none;
}

.float_left{
	float:left;
}
.full_width{
	width:100%;
}

.notice{
	color:#D7E0E8;
	background:#666;
	padding:5px;
	margin:0;
}

div.notice{
	margin: 0 0 3px 0;
}

.banner{
	margin: -2% 0 0 -25px;
	padding:0 0 10px;
	width:989px;
}

.admin_console{
	margin:10px 0 0;
	padding: 5px 1%;
	background:#f0f0f0;
	float:left;
	width:98%;
}
.admin_console ul{
	list-style:none;
	padding:0;
	margin:1px 0;
	float:left;
	width:100%;
}
.admin_console ul li{
	margin:1px 0;
	float:left;
	width:100%;
}
.admin_console ul a{
	padding:5px 1%;
	float:left;
	width:98%;
	text-decoration:none;
}
.admin_console ul a:hover{
	background:#ddd;
}



/* Header */
#header{
	float:left;
	width:100%;
	padding:0;
	background:#EFEFEF url(images/header_bg.jpg) repeat-x;
	margin:10px 0 0;
	border-top: thin solid #fff;
	border-width:1px;
}
#header a{
	color:#0B6CB3;
}
#header #logo{
	float:left;
	margin:45px 0 55px 50px;
}
#header #top_nav{
	font-weight:700;
	float:right;
	margin: 5px 0 10px;
}
#top_nav a{
	text-decoration:none;
}
#top_nav a:hover{
  color:#E25A04;
}
#header #tagline{
	height:100%;
	width:340px;
	float:right;
	margin:0;
	padding:149px 5px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:1.3em;
	color:#333;
	background:url(images/taglines/lawyers.jpg) no-repeat top right;
	text-transform:uppercase;	
	letter-spacing:0.02em;
}

	/* NAV */
#header ul.nav{
	float:left;
	clear:both;
	padding:0 0 0 1%;
	margin:0;
	list-style:none;
	width:99%;
	border-bottom:thin solid #442825;
	border-top:thin solid #442825;
	border-width:1px;
	background:#e7e7e7 url(images/nav_bg.jpg) repeat-x;
}
ul.nav li{
	float:left;
}
ul.nav li.last{
	border:none;
}

#header ul.nav li a{
	padding:8px 10px 0;
	margin: 0 10px;
	color:#363737;
	font-weight:700;
	text-decoration:none;
	float:left;
	background:#f0f0f0;
	height:24px;
	background:#e7e7e7 url(images/nav_bg.jpg) repeat-x;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#header ul.nav li a.selected,#header ul.nav li a:hover{
	color:#fff;
	background:#5e3935 url(images/nav_hover_bg.jpg) repeat-x;
}


/* LEFT COLUMN */
#content #left_column{
	width:190px;
	float:left;
	margin:0 7px 0 0;	
	min-height:80%;
	display:none;
}

ul.v_nav{
	padding:0;
	margin:0;
	width:100%;
	list-style:none;
	float:left;
}
ul.v_nav li{
	float:left;	
}

ul.v_nav li a{
	background:url(images/v_nav_list.gif) no-repeat 10px 50%;
	padding:10px 0 10px 20px;
	border-bottom:thin dotted #6b8eb2;
	border-width:1px;
	text-decoration:none;
	color:#666;
	float:left;
	width:160px;
	padding-right:10px;
}
ul.v_nav li a:hover, ul.v_nav li a.selected{
	background:url(images/v_nav_list_hover.gif) no-repeat 10px 50% #6b8eb2;
	color:#fff;
}

  /* level 2 */ 
ul.v_nav ul li a{
  width:150px;
  padding-left:30px;
  background:url(images/v_nav_list.gif) no-repeat 20px 50%;
}
ul.v_nav ul li a:hover, ul.v_nav ul li a.selected{
  background:url(images/v_nav_list_hover.gif) no-repeat 20px 50% #6b8eb2;
}

  /* level 3 */
ul.v_nav ul ul li a{
  width:140px;
  padding-left:40px;
  background:url(images/v_nav_list.gif) no-repeat 30px 50%;
}
ul.v_nav ul ul li a:hover, ul.v_nav ul ul li a.selected{
  background:url(images/v_nav_list_hover.gif) no-repeat 30px 50% #6b8eb2;
}

  /* level 4 */
ul.v_nav ul ul ul li a{
  width:130px;
  padding-left:50px;
  background:url(images/v_nav_list.gif) no-repeat 40px 50%;
}
ul.v_nav ul ul ul li a:hover, ul.v_nav ul ul ul li a.selected{
  background:url(images/v_nav_list_hover.gif) no-repeat 40px 50% #6b8eb2;
}



/* MAIN CONTENT */
#content{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#e7e7e7;
	color:#00244c;
	line-height:1.9em;
	font-size:0.95em;
	/*min-height:50%;*/
}

#content.with_background{
	background:#e7e7e7;
}

#content h1{
	color:#0D6BB3;
	margin:0 0 5px;
	padding:0 0 5px;
	font-size:1.6em;
	width:100%;
}

#content h2{
	color:#000	;
	margin:0 0 12px;
	padding:0 0 6px;
	font-size:1.7em;
	width:100%;
	font-weight:500;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/h2_bg.gif) repeat-x bottom left;
}
#content h2 span{
	color:#07264d;
	font-weight:700;
}
#content h3{
	color:#00244c;
	margin:5px 0;
	padding:0 0 0 20px;
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	background: url(images/bullet.gif) 0px .4em no-repeat;
	
}
#content h4{
  padding:0;
  margin:0 0 5px;
  color:#0D6BC1;
}

#content h5{
  padding:0;
	margin:5px 0 0;
	font-size:1em;
	color:#5985A9;
}

#content h6{
  padding:0;
	margin:0;
	font-size:1em;
	color:#5985A9;
}

#content p{
	padding:0;
	margin:0 0 20px;
}

#content p.slim{
	padding:0;
	margin:0;
}

#content .small{
  margin:2px 0 0;
  font-size:0.9em;
  color:#999;
}
#content .stand_out{
	margin:2px 2px 4px 2px;
	padding:5px 3px;
	background:#f0f0f0;
	border-left:4px solid #808080;
	border-right:4px solid #808080;
	border-width:4px;
	color:#666;
}
#content .stand_out h4{
	color:#333;
}

#content .indent{
	padding:0 0 0 30px;
}
#content .indent p{
	padding:0 0 0 20px;
}

#center_column{
	float:left;
	text-align:left;
	height:100%;
	margin:0;
	padding:0;
	width:939px;
	padding:2% 25px;
	background:#e7e7e7;
	overflow:hidden;
}
#center_column.large{

}

#center_column div.service_column{
	width: 40%;
	margin: 0% 5%;
	float:left;
	clear:none;
}
ul.bullet{
	list-style:none;
	padding:0;
	margin:0;
}
ul.bullet li, p.bullet{
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) left center no-repeat;
}


/* LAWYERS PAGE */
ul.lawyers{
	list-style:none;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
ul.lawyers li{
	float:left;
	width:29.2%;
	padding:10px 2%;
	line-height:1.1em;
	background:#fff url(images/h2_bg.gif) left bottom repeat-x;
	color:#000;
}
ul.lawyers li.dark{
	background-color:#c2c2c2;
}
ul.lawyers li.light{
	background-color:#e7e7e7;
}
ul.lawyers li img.lawyer_image{
	float:left;
	padding: 5px 5px 5px 5px;
	background:url(images/frame.png) no-repeat;
	overflow:hidden;
}
ul.lawyers li .details{
	float:left;
	padding:40px 0 0 10px;
	width:63%;
}

ul.lawyers li .details span.name{
	font-weight:700;
	color:#00244c;
}





/* FOOTER */
#footer{
	text-align:center;
	color:#fff;
	font-size:0.9em;
	margin:10px 0;
	padding:0 0 10px;
	float:left;
	width:100%;
}
#footer a{
	color:#fff;
	text-decoration:none;
}


/* ROOT MENU (SITEMAP) */
ul#root_menus{
	list-style:none;
	padding:8px;
	margin:0;
}
ul#root_menus ul{
	list-style:none;
	padding:4px 0 0;
	margin:0 0 0 2px;
}

#root_menus .handle{
	position:absolute;
	top:0;
	right:0;
	padding:5px;
}
ul#root_menus li div{
	
}
ul#root_menus li{
	background:#f0f0f0;
	margin:0 0 4px;
	padding:2px;
	border:1px solid #666;
}
ul#root_menus li:hover{
	background:#B7FFB7;
}

#root_menus p{
	padding:0;
	margin:2px 0;
}


#about_lawson_llp #tagline{
		background:url(images/taglines/about_us.jpg) no-repeat top right;
}
#lawyers #tagline{
		background:url(images/taglines/lawyers.jpg) no-repeat top right;
}
#services #tagline{
		background:url(images/taglines/services.jpg) no-repeat top right;
}
#resources #tagline{
		background:url(images/taglines/resources.jpg) no-repeat top right;
}
#articling #tagline{
		background:url(images/taglines/articling.jpg) no-repeat top right;
}
#contact_us #tagline{
		background:url(images/taglines/contact_us.jpg) no-repeat top right;
}
#home_show #tagline{
	background:url(images/taglines/home.jpg) no-repeat top right;
}


/* News Section */
#news_section{
  float:right;
  width:300px;
  margin:0 0 10px 10px;
  background:#D5D3D4;
  color:#482F2B;
}
#news_section a.more{
  display:block;
  text-align:right;
  text-decoration:none;
  margin:5px;
  padding: 0 10px 0 0;
}
#news_section h3{
  background:#482F2B;
  color:#D5D3D4;
  text-transform:uppercase;
  font-family:verdana;
  font-weight:500;
  margin:0 0 5px 0;
  padding:3px 5px;
  font-size:1.6em;
}
#news_section h4{
  background:url(images/news-bg-gray.jpg) repeat-y;
  padding:3px 5px;
  font-size:1.2em;
  color:#482F2B;
  margin:0 0 4px 0;
  border: 1px solid #ccc;
  border-left:none;
  border-right:none;
  
}
#news_section p{
  padding: 0 5px;
  margin:0 0 5px;
  line-height:1.3em;
}