body{
 background: #f0f0f0;
 color: #000;
 font-family: Nobile, sans-serif;
 font-size: 90%;
 line-height: 1.5;
 margin: 0; padding: 0;
}
#wrapper{
 background: #fff;
 border: solid #ccc;
 border-width: 0 1px 1px;
 margin: 0 auto; 
 overflow: hidden;
 padding: 0 15px;
 width: 960px;  
 }

#logo{
 display: block;
 padding: 1em 0 0;
 width: 510px;
}

#nav{
 list-style: none;
 margin: 0; padding: 0;
 background: #265b84;
 width: 960px; 
 overflow: hidden;
}
#nav li{
 float: left;
}
#nav li a{
 border-left: 1px solid #3a6a8f;
 border-right: 1px solid #204c6f;
 color: #fff;
 display: block;
 font-size: 90%;
 padding: 0.5em 1em;
 text-shadow:  2px 1px 4px #1e476b;
 text-decoration: none;
}
#nav li ul li{
float: none;
border-bottom:1px solid #265b84; 
}
#nav li ul li a{text-transform: lowercase}
#nav li a:hover, #nav li a:focus{
  text-shadow:  2px 1px 1px #5c84a3;
  background: url('/img/search-btn-bg.png') repeat-x 1px 1px;
}
#nav li:hover ul, #nav li:focus ul, #nav li:active ul {left: auto}
#nav li ul{
background: #38719c;
background: rgba(56,113,156, 0.98);
left: -999%;
list-style-type: none;
margin: 0; padding: 0;
font-size: 90%;
position: absolute;
-moz-box-shadow: 3px 4px 8px #aaa;
-webkit-box-shadow: 3px 4px 8px #aaa;
box-shadow: 3px 4px 8px #aaa;
}
#nav li ul li a:hover, #nav ul li a:focus{
 background: rgba(0,0,0, 0.125);
}
#header{position: relative; z-index: 10}
#content{
 background: url('/img/content-bg.png') repeat-x;
 padding: 1.2em 0 1em 7px;
 width: 953px;
 overflow: hidden;
}
#searchBar{
 /*font-size: 180%;
 height: 30px;*/
 font-family: Nobile, sans-serif;
 width: 345px;
 margin: 0 5px;
 padding: 0.2em;
}
.hint{font-style: italic; margin-left: 5px}
#searchBtn, .submit{
 /*font-size: 150%; 
 font-family: Nobile, sans-serif;*/
 border: 1px solid #ccc;
 background: #265b84 url('/img/search-btn-bg.png') repeat-x 1px 1px;
 color: #fff; 
 font-weight: bold;
 height: 2em;
}
.findCat{
 background: #fff;
 display: inline;
 padding: 0 5px;
 position: relative;
 z-index: 5; 
}
.home .findCat{
 
}
.home #catSelect{
 
}
/*More issues page*/
.home h1.findCat{margin-top: 0.25em; display: block; width: 450px;}
#catSelect, #searchBar, #wrapper{
 background: #fff url('/img/search-bg.png') repeat-x bottom;
 border: 1px solid #c9cacd;
 }
 #catSelect{
 width: 620px;
 position: relative;
 top: -1.5em;
 padding: 2em 0;
}
#footer{ 
 font-size: 70%;
 margin: 5em 0 0;
 padding: 1.5em 20px 1em;
 width: 960px; margin: 0 auto;
 overflow: hidden;
}
.menu, #footer ul, fieldset ul{
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
#footer ul{ 
 margin: 0; padding: 0;
 list-style: none;
}
#footer h3{
color: #333;
border-bottom: 1px solid #999;
font-size: 120%;
}
#footer a{color: #666;}
#footer .section{
 width: 450px;
 margin-right: 30px;
 float: left;
}
.menu{
 /*width: 600px;
 overflow: hidden;
 list-style-type: square;*/
 color: #5484a9;
 margin: 0 0 1em;
 padding: 0 0 0 2.3em;
}
.menu li{
 /*float: left;
 width: 300px;*/
}
.menu a{
 font-size: 105%; 
}
.menu span{
 color: #666;
 font-style: italic;
 font-size: 80%;
}
h1,h2,h3{
 font-family: "Palatino Linotype", Palatino, Georgia, serif;
 font-weight: normal; 
 line-height: 1.1;
}
h1{
 margin: 0 0 0.4em;
 font-size: 230%;
 font-variant: small-caps;
}
h2{
 margin: 0 0 0.2em;
 font-size: 150%;
}
.home h2{
 font-size: 240%;
 font-variant: small-caps;
 letter-spacing: 1px;
}

h3{font-size: 130%;
 margin: 0 0 0.25em;
}
/*homepage template*/
#lawyerSearch{margin: 1.5em 0 0 1em}
#otherCats{width:280px; margin-left: 1em}
/*LANDING PAGE TEMPLATES*/

legend{
 color: #333; 
 margin-top: 0.5em;
 font-weight: bold;
 }
.findCat{ 
 margin: 0 0 0 10px;
}
.landing #catSelect{padding: 2.5em 10px 1em}
.submit{
 font-size: 130%;
 padding-bottom: 3px; 
 font-family: Nobile, sans-serif;
}
a.submit:link{color: #fff; text-decoration: none; padding: 0.25em 0.5em;}
.submit:hover{cursor: pointer}

fieldset{
 margin: 0 0 0.5em;
 border: none;
 padding: 0;
}
fieldset ul{
 margin: 0.25em 0 0.5em; 
 padding: 0;
 overflow: hidden;
 list-style: none;
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
.unlisted{margin: 0 15em 0 0}
/*general classes*/
a{text-decoration: none}
a:link{color: #039;}
a:visited{color: #4574c8;}
a:hover, a:focus{
 text-decoration: underline;
}
a img{border: none}
form, p, ul{margin: 0 0 1em}
ul{padding: 0 0 0 2em;}
.hidden{display: none}
.photo{
width: 300px;
height: 400px;
float: right;
}
.landing .photo{margin-top: 1em}
.description, #content .section{
 font-size: 90%;
 width: 640px;
}


ul{list-style: square;}
/*Article Template*/
#content .section{
 padding-bottom: 1em;
 width: 660px;
 }
#content .section h1{font-size: 255%}
#content .section h2{font-size: 165%}
#content .section h3{font-weight: bold}
#intake{
 background: #fbfbfb;
 border: 1px solid #ddd;
 float: right;
 margin: 0 0 0 2em;
 padding: 0.5em 10px;
 width: 240px; 
}
#intake ul{
 font-size: 85%;
 margin: 0.6em 0 0.25em;
 list-style: none;
 padding: 0;
}
#intake ul li{
 border-top: 1px solid #eee;
 padding: 3px;
}
#intake a{display: block;}
#intake h2{
 background: url('/img/find-icon.png') no-repeat 0 3px; 
 padding: 0 0 0 26px; 
}

/*AUTOCOMPLETE STYLES*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
/*	font: menu;*/
/*	font-size: 12px;*/
	/* 
	it is very important, if line-height not set or set 
	in relative units scroll will be broken in firefox
	*/
	/*line-height: 16px;*/
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*custom autocomplete styles*/
.ac_results li {
 line-height: 1.5;
 font-weight: bold;
}
.ac_results li strong{
 font-weight: normal;
}
.ac_odd{background: #fafafa}
.ac_over{
 color: #000;
 background: #c1dbef;
 cursor: pointer;
}
.ac_results li:hover{cursor: pointer}
