/* @override http://www.capitoldecisions.com/new/css/all.css */

/*
 *  Capitol Decisions Inc styles
 *  Site by Eli Van Zoeren - http://elivz.com
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Begin text */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('League_Gothic.woff') format('woff'), url('League_Gothic.ttf') format('truetype'), url('League_Gothic.svg#LeagueGothic') format('svg');
  }

body {
	font-size: 87.5%;     /* Reset base size to 14px */
	line-height: 1.429em; /* Reset line height to 20px */
	color: #0c1940;
	}

body, input, textarea, select, label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}
		
h1, h2, #featured-bios h3 {
	font-family: LeagueGothicRegular, "Trade Gothic", TradeGothic, HelveticaNeue-CondensedBold, "Arial Narrow", Impact, Helvetica, Arial;
	font-weight: normal;
	text-transform: uppercase;
	color: #ce3234;
	}

h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #193380;
 	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
  padding-bottom: 1.43em;
	}
	
a:link, a:visited {
	color: #ce3234;
  text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #ce3234;
	text-decoration: underline;
	}

h1 {
	font-size: 3.5em;
	line-height: 1em;
	letter-spacing: 2px;
	padding-bottom: 0.2em;
	}
h1 span {
	font-size: 0.71em;
	text-transform: none;
	}
	
h2 {
	font-size: 2.5em;
	letter-spacing: 1px;
	line-height: 1.14em;
	padding: 0 0 0.29em;
	}
	
h3 {
  font-size: 1.29em;
	}
	
h4 {
  font-size: 1.14em;
	}

h5 {
  font-size: 1em;
	}

blockquote {
	padding: 0 0 1.11em;
	font: italic 1.29em/1.5 "Times New Roman", Times, serif;
	color: #324da1;
	}

label {
	font-size: 0.93em;
	line-height: 1.85em;
	font-weight: bold;
	}

input, textarea, select {
	font-size: 1em;
	color: #0c1940;
	}

.input-text, textarea {
  width: 390px;
	padding: 2px 4px;
  border: 1px solid #99a3bf;
	}
.input-text:focus, textarea:focus {
	background: #eceef1;
	outline: none;
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.meta {
	padding: 0;
	font-size: 0.93em;
	line-height: 1.9em;
	color: #6a728c;
	}

img.left { float: left; margin: 0 10px 10px 0; }
img.right { float: right; margin: 0 0 10px 10px; }

/* End text */ 


/* Begin page styles */

html {
	background: #152967 url(../images/html-bg.png) repeat-x 0 0;
	}

/* End page */


/* Begin header styles */

#header {
  position: relative;
	width: 1000px;
	margin: 0 auto;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo a {
	display: block;
	width: 582px;
	height: 77px;
	margin: 30px auto 19px;
	background: url(../images/logo.png) no-repeat 50% 0;
	text-indent: -9999px;
	}

#nav {
  position: relative;
	width: 978px;
	height: 34px;
	padding: 6px 11px 0;
	background: url(../images/nav-bg.png) no-repeat;
	}
#nav li {
	float: left;
	position: relative;
	}
#nav li a, #nav-search span {
	display: block;
	height: 34px;
	background: url(../images/nav-sprites.png) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	}
#nav #nav-home a { width: 91px; background-position: 0 0; }
#nav #nav-home a:focus, #nav #nav-home a:hover, #nav #nav-home.current a { background-position: 0 -34px; }
#nav #nav-about a { width: 121px; background-position: -91px 0; }
#nav #nav-about a:focus, #nav #nav-about a:hover, #nav #nav-about.current a { background-position: -91px -34px; }
#nav #nav-specialists a { width: 181px; background-position: -212px 0; }
#nav #nav-specialists a:focus, #nav #nav-specialists a:hover, #nav #nav-specialists.open a, #nav #nav-specialists.current a { background-position: -212px -34px; }
#nav #nav-practices a { width: 180px; background-position: -393px 0; }
#nav #nav-practices a:focus, #nav #nav-practices a:hover, #nav #nav-practices.open a, #nav #nav-practices.current a { background-position: -393px -34px; }
#nav #nav-clients a { width: 147px; background-position: -573px 0; }
#nav #nav-clients a:focus, #nav #nav-clients a:hover, #nav #nav-clients.current a { background-position: -573px -34px; }
#nav #nav-news a { width: 88px; background-position: -720px 0; }
#nav #nav-news a:focus, #nav #nav-news a:hover, #nav #nav-news.current a { background-position: -720px -34px; }
#nav #nav-contact a { width: 116px; background-position: -808px 0; }
#nav #nav-contact a:focus, #nav #nav-contact a:hover, #nav #nav-contact.current a { background-position: -808px -34px; }
#nav #nav-search span { width: 54px; background-position: -924px 0; }
#nav #nav-search span:focus, #nav #nav-search span:hover, #nav #nav-search.open span, #nav #nav-search.current span { background-position: -924px -34px; }

#nav li ul {
	position: absolute;
	display: none;
	width: 100%;
	top: 34px;
	left: -1px;
	border: 1px solid #193380;
	border-top: none;
	-webkit-box-shadow: 0 7px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0,0.25);
	box-shadow: 0 7px 7px rgba(0,0,0,0.25);
	}
#nav li ul li {
	float: none;
	}
#nav li ul li a:link, #nav li ul li a:visited {
	height: auto;
	width: auto !important;
	padding: 3px 5px;
	background: #19327d;
	opacity: 0.95;
	color: #fff;
	text-align: center;
	text-indent: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	}
#nav li ul li a:focus, #nav li ul li a:hover, #nav li ul li a:active {
	opacity: 1;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0,0,0,0.75);
	}
#nav li ul li:last-child a {
  padding-bottom: 8px;
  }

#nav #nav-search ul {
	left: auto;
	right: 0;
	width: 180px;
	padding: 10px 14px;
	background: #19327d;
	opacity: 0.95;
	}
#nav #nav-search #keywords {
	width: 100%;
	margin: 0 0 5px;
	}
#nav #nav-search .button {
	float: right;
	}
	
/* End header */


/* Begin body styles */

#content {
	width: 940px;
	margin: 0 auto;
	padding: 30px;
	background: url(../images/content-bg.png);
	}
/* Clearfix */
#content:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #content {height: 1%;}
/* IE7 */
*:first-child+html #content {min-height: 1px;}

#body {
	float: left;
	width: 700px;
	background: #fff;
	}

#body ul {
	list-style-type: disc;
	padding: 0 0 0.714em 1.3em;
	}	
#body ol {
	list-style-type: decimal;
	padding: 0 0 0.714em 1.3em;
	}
#body li {
	padding-bottom: 0.714em ;
	}

#body #section-list {
	list-style-type: none;
	padding: 0;
	}
	
/* End body */


/* Begin Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding-top: 4.29em;
	background: #fff;
	}

#sidebar .photo {
	border: 2px solid #b1b9ce;
	margin-bottom: 1.429em;
	}

#sidebar .section {
	margin-bottom: 1.429em;
	}

#sidebar ul {
	list-style-type: none;
	padding: 0 0 0.714em;
	}
#sidebar li {
	padding-bottom: 0.714em;
	}

#sidebar .quote {
	padding-bottom: 2.14em;
	background: url(../images/sidebar-quotes.png) no-repeat -220px 100%;
	}
#sidebar .quote blockquote {
	padding: 2.14em 0 0;
	background: url(../images/sidebar-quotes.png) no-repeat 0 0;
	}

/* End Sidebar */


/* Begin footer styles */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 40px;
	overflow: hidden;
	}

#familyWrapper {
	float: left;
	width: 978px;
	padding: 0 11px 10px;
	background: url(../images/footer-bg.png) no-repeat 0 bottom;
	}
#family {
	overflow: hidden;
	padding: 20px 20px 28px;
	border-top: 2px solid #99a3bf;
	}
#family h3 {
	padding: 0 0 0.2em;
	}
#family p {
	padding: 0;
	font-size: 0.857em;
	line-height: 1.5em;
	}
#family a {
	color: #193380;
	}
	
#family .cdi {
	float: left;
	width: 49%;
	}
#family .vsa {
	float: right;
	width: 49%;
	text-align: right;
	}

#copyright, #terms {
	color: #ced8f2;
	font-size: 0.79em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	}
#copyright a, #terms a {
	color: #ced8f2;
	text-decoration: underline;
	}
#copyright a:focus, #copyright a:hover, #terms a:focus, #terms a:hover {
	color: #fff;
	}
#copyright {
	float: left;
	padding-left: 30px;
	}
#terms {
	float: right;
	padding-right: 30px;
	}
	
/* End footer */


/* Homepage */

.homepage #content {
	padding-top: 20px;
	}
.homepage #body {
	width: 640px;
	}
.homepage #sidebar {
	width: 280px;
	padding-top: 0;
	}
.homepage #sidebar a {
	color: #0c1940;
	text-decoration: underline;
	}
.homepage #sidebar a:focus, .homepage #sidebar a:hover, .homepage #sidebar a:active {
	color: #ce3234;
	text-decoration: underline;
	}

#slideshow #slides {
	position: relative;
	height: 280px;
	width: 640px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 0;
	}
#slideshow #slides li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	}
#slideshow #slides li h2, #slideshow #slides li p {
	padding: 10px;
	color: #fff;
	background: url(../images/slideshow-fade.png) repeat-x;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	}
#slideshow #slides li .person { display: none; }
#slideshow #slides li h2 {
	float: left;
	min-width: 160px;
	font-size: 3.43em;
	line-height: 1em;
	text-transform: none;
	background-position: 0 0;
	}
#slideshow #slides li h2 a {
	color: #fff;
	}
#slideshow #slides li p {
	clear: both;
	width: 11.43em;
	height: 202px;
	padding: 0 10px 10px;
	background-position: 0 100%;
	}
#slideshow #slides li p a {
	color: #fff;
	text-decoration: underline;
	}
#slideshow #tabs {
	clear: both;
	float: left;
	width: 640px;
	padding: 0;
	margin-bottom: 1.34em;
	list-style-type: none;
	border-bottom: 3px solid #b1b9ce;
	z-index: 40;
	}
#slideshow #tabs li {
	float: left;
	padding: 0;
	}
#slideshow #tabs li a {
	display: block;
	width: 140px;
	padding: 10px;
	font-size: 1.14em;
	font-weight: bold;
	color: #0e309a;
	}
#slideshow #tabs li a.activeSlide {
	position: relative;
	margin-top: -14px;
	padding-top: 24px;
	background: url(../images/slideshow-active-tab.png) no-repeat 50% 0;
	}

#body #featured-bios {
	clear: both;
	padding: 0;
	list-style-type: none;
	}
#body #featured-bios li {
	float: left;
	width: 280px;
	margin: 0 20px 20px 0;
	}
#featured-bios li img {
	float: left;
	}
#featured-bios li h3 {
	font-size: 2.57em;
	line-height: 0.833em;
	text-transform: none;
	}
#featured-bios li h3 a {
	float: left;
	width: 180px;
	padding-left: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
	}
#featured-bios li h3 a:focus, #featured-bios li h3 a:hover {
	margin-bottom: 4px;
	border-bottom-width: 2px;
	text-decoration: none;
	}
#featured-bios li p {
	float: left;
	width: 180px;
	padding: 0 0 0 20px;
	font-size: 0.93em;
	}
#featured-bios li.active img {
	margin: -1px;
	border: 1px solid #b20002;
	}
#featured-bios li.active h3 a {
	color: #b20002;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}

/* Specialists section */

.people #section-list a span {
  font-size: 0.8em;
	color: #6a728c;
  }
.people .contactInfo .fn { display: none; }

/* Practice areas page */

.practices #body {
	width: 640px;
	}
.practices #sidebar {
	width: 280px;
	}
	
/* Clients page */

.clients #body {
	width: 940px;
	}
#clientMap {
	width: 934px;
	height: 400px;
	margin-bottom: 1.43em;
	border: 3px solid #b1b9ce;
	}
#clientMap td {
  background-color: #fff;
  margin: 0 0 0.5em 0.5em;
  }
#clientMap #ysaeid {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.87em;
  }
  
#clientMap .practice, #clientList .practice {
	display: none;
	height: 0;
	}
#body #clientList {
	width: 100%;
	list-style-type: none;
	padding: 0;
	}
#clientList .column {
  float: left;
  width: 215px;
  margin-right: 20px;
  }
#clientList .column li {
  float: left;
  width: 100%;
  }
  
#clientList .info-box {
  display: none;
  }
#clientList_filters dd {
	padding-bottom: 0.71em;
	}
#clientList_filters select {
	width: 100%;
	}

/* News section */

#body #posts {
	list-style-type: none;
	padding: 0;
	}
#posts li {
	padding-bottom: 1.429em;
	}
.news .meta {
	font-weight: bold;
	}

.news .newsPhoto {
	border: 1px solid #b20002;
  }

/* Contact page */

.contact #body {
	width: 640px;
	}
.contact #sidebar {
	width: 280px;
	}

#contact_form {
	padding-top: 1.43em;
	}
#contact_form dt {
	float: left;
	clear: left;
	width: 110px;
	margin: 0 10px 10px 0;
	}
#contact_form dd {
	margin: 0 0 10px;
	}
#contact_form .input-button {
	margin-left: 120px;
	}

/* Search */

#body #results {
	list-style-type: none;
	padding: 0;
	}
#results li {
	padding-bottom: 0;
	}