/* @override 
	http://tuckers/css/main.css
	http://tuckers/css/scrollable.css
*/

/* @group Global */

noscript div {
	background:darkred;
	text-align:center;
	text-shadow:1px 1px 0 #000;
	display:block;
	border-bottom:2px solid black;
	padding:0.5em;
	clear:left;
	color:yellow;
	font-weight:bold;
}

body {
	font-family:'helvetica neue', helvetica, arial, sans;
	line-height:1.5em;
}

.clear {
	clear:both;
}

p {
	font-size:14px;
	color:#555;
	margin-bottom:1em;
}

p small {
	line-height:1.5em;
}

a {
	font-size:14px;
	color:purple;
}

a:hover {
	
}

strong {
	font-weight:bold;
}

button a {
	text-decoration:none;
	border:0;
	color:black;
}

ul.bullet-list {
	margin:0 0 1em 0;
}

ul.bullet-list > li {
	font-size:14px;
	color:#444;
	list-style-type:square;
	list-style-position:inside;
}

a.action {
	/*padding:0.5em 1em;*/
	/*border-top:1px solid #b2ad67;
	border-left:1px solid #b2ad67;
	border-right:1px solid #33300e;
	border-bottom:1px solid #33300e;*/
	/*background:#645f1c url(/images/bg.button.png) top repeat-x;*/
	/*color:white;*/
	/*font-size:14px !important;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;*/
	/*text-shadow:#000 1px 1px 1px;*/
}

.right {
	text-align:right;
}

/* @end */

/* @group Layout */

div#container {
	width:960px;
	margin:auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#header-big {
	height:100px;
	color:white;
	background:#56008c url(/images/bg.header-big.jpg) no-repeat;
	padding:30px 30px 40px 40px;
}

#header {
	font-color:white;
	background:#56008c url(/images/bg.header.jpg) no-repeat;
	padding:30px;
}

/* @end */

/* @group Hidden */

legend,
	hr {
	display:none;
}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* @end */

/* @group Logo */

#logo-wrapper {
	float:left;
}

#header-big h1#tuckers-logo a {
	display:block;
	width:370px;
	height:120px;
	background:url(/images/logo.bigger.png) no-repeat;
	text-indent:-9999px;
	padding-bottom:5px;
}

#header h1#tuckers-logo a {
	display:block;
	width:370px;
	height:60px;
	position:relative;
	top:-7px;
	background:url(/images/logo.smaller.png) no-repeat;
	text-indent:-9999px;
}

ul#cities {
	margin-top:5px;
}

ul#cities li {
	display:inline;
	margin-right:1em;
	text-shadow:#000 1px 1px 2px;
	text-transform:uppercase;
	color:#d3ae69;
	font-size:16px;
}

/* @end */

/* @group Homepage Header area */

#header-big #tools-wrapper {
	text-align:right;
	padding-top:55px;
}

#header #logo-wrapper {
	margin-top:3px;
}

#header h2 {
	float:left;
	margin:5px 0 0 40px;
	color:white;
	font-size:16px;
	text-shadow:#000 1px 1px 2px;
}

#header-big h2 {
	color:white;
	text-shadow:#000 1px 1px 2px;
	font-size:22px;
	margin-bottom:0.25em;
}

#header-big strong,
	#header strong {
	font-weight:bold;
}

#header #search {
	text-align:right;
}

a.learn-more {
	background:url(/images/button.learn-more.png) no-repeat;
	display:block;
	width:134px;
	height:44px;
	text-indent:-9999px;
}

/* @end */

/* @group Main Navigation */

ul#main-nav {
	height:40px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background:url(/images/bg.nav.png) repeat-x;
}

ul#main-nav li {
	background:url(/images/bg.nav.png) repeat-x;
	font-weight:normal;
	line-height:40px;
	float:left;
}

ul#main-nav li a {
	display:block;
	float:left;
	padding:0 1em 0 1em;
	text-decoration:none;
	font-size:16px;
	color:#000;
	border-right:1px solid #bfbfbf;
	border-left:1px solid #eee;
	text-shadow:#fff 1px 1px 1px;
	height:40px;
}

ul#main-nav li.active {
	background:url(/images/bg.nav.selected.png) repeat-x;
}

ul#main-nav li.active a {
	font-weight:bold;
}

ul#main-nav li a:hover {
	background:#ddd url(/images/bg.nav.over.png) repeat-x;
	color:#223;
}

img#home-icon {
	position:relative;
	top:13px;
}

/* @end */

/* @group Sub Navigation */

/* GLOBAL */
ul.arrows-nav {
	width:274px;
	margin-bottom:1em;
}

ul.arrows-nav a:hover {
	color:#000;
}

ul.arrows-nav li:first-child {
	border-top:1px solid #ddd;
	background-color:white;
}

/* LEVEL 1 */

ul.arrows-nav li {
	border-right:1px solid #ddd;
}

ul.arrows-nav li a {
	text-decoration:none;
	font-size:12px;
	color:#555;
	display:block;
	width:248px;
	padding:0.5em 0 0.5em 25px;
	border-bottom:1px solid #ddd;
}

ul.arrows-nav li.parent > a {
	background:transparent url(/images/icon.arrow-right.png) 5px no-repeat;
}

ul.level1 li.expanded-parent {
	background:transparent url(/images/bg.nav.selected-section.png) top repeat-x;
	border-bottom:1px solid #ddd;
}

ul.level1 li.expanded-parent > a {
	font-weight:bold;
	color:#333;
	background:transparent url(/images/icon.arrow-down.png) 5px no-repeat;
}

ul.arrows-nav li.active strong a {
	width:293px;
	background:transparent url(/images/bg.sub-nav.selected.png) no-repeat;
	font-weight:bold;
	color:#fff;
	border:0;
}

ul.arrows-nav li.expanded-parent strong a {
	background:transparent url(/images/bg.sub-nav-arrow.selected.png) no-repeat;
}

/* LEVEL 2 */

ul.arrows-nav .level2 li a {
	font-size:11px;
	padding:0.25em 0 0.25em 25px;
	border-bottom:none;
}

ul.arrows-nav .level2 li.active strong a {
	background:transparent url(/images/bg.sub-sub-nav.selected.png) no-repeat;
}

ul.arrows-nav.level2 li.expanded-parent strong a {
	background:transparent url(/images/bg.sub-sub-nav-arrow.selected.png) no-repeat;
}

ul.arrows-nav .level2 li:first-child {
	background:none;
}

/* LEVEL 3 */

ul.arrows-nav .level3 {
}

ul.arrows-nav .level3 li a {
	padding-left:3.5em;
}

ul.arrows-nav .level2 li,
ul.arrows-nav .level3 li {
	line-height:1em;
}

ul.arrows-nav.level2 li.expanded-parent ul.arrows-nav.level3 li strong a {
	background:transparent url(/images/bg.sub-sub-nav.selected.png) no-repeat;
}

/* special cases */


/* @end */

/* @group Content page headers */

div.news {
	background:url(/images/bg.news.jpg) left top no-repeat;
}

div.who-we-are {
	background:url(/images/bg.who-we-are.jpg) left no-repeat;
}

div.what-we-do {
	background:url(/images/bg.what-we-do.jpg) left top no-repeat;
}

div.law-area {
	background:url(/images/bg.what-we-do-small.jpg) left top no-repeat;
}

div.work-for-us {
	background:url(/images/bg.work-for-us.jpg) left top no-repeat;
}

div.contact-us,
div.terms {
	background:white;
}

/* @end */

/* @group What We Do Menu */

div#whatwedo-menu {
	background:#222;
	border:8px solid #888;
	height:365px;
	overflow-y:auto;
	width:580px;
	display:none;
	position:absolute;
	z-index:1;
	padding:1em;
	color:#333;
}

div#indicator {
	background:transparent url(/images/indicator.gif) 285px 30px no-repeat;
	width:100%;
	height:140px;
}

div#whatwedo-menu ul:first-child {
	border-right:1px solid #555;
	padding-right:20px;
}

div#whatwedo-menu ul ul ul {
	margin-bottom:1em;
}

div#whatwedo-menu ul li {
}

div#whatwedo-menu ul li a:hover {
	background:#000;
	color:white;
	text-decoration:underline;
}

div#whatwedo-menu li.level1 {
	border-bottom:1px dotted #444;
	padding:3px 0 3px 0;
}

div#whatwedo-menu li.level2 {
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px dotted #444;
}

div#whatwedo-menu li:last-child {
	border-bottom:none;
}

/* temp - hide the third level */
div#whatwedo-menu li.level2 ul {
    display:block;
}

div#whatwedo-menu li.level3 {
	line-height:1em;
}

div#whatwedo-menu li.level1 a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

div#whatwedo-menu li.level2 a {
	color:#ddd;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	margin-left:1em;
}

div#whatwedo-menu li.level3 a {
	color:#ddd;
	font-size:11px;
	text-decoration:none;
	border-bottom:none;
	font-weight:normal;
	margin-left:3em;
}

/* == SPECIFIC MENU ITEMS === */

/*div#whatwedo-menu li#menu-item-criminal-litigation {
	margin-right:2em;
	float:left;
}

div#whatwedo-menu li#advocacy {
	float:left;
}

div#whatwedo-menu li#menu-item-regulatory-law {
	
}*/

/* @end */

/* @group Breadcrumb Trail */

div#breadcrumb {
	float:left;
	width:960px;
	background:#e3e3e3;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}

div#breadcrumb div,
div#breadcrumb a {
	text-decoration:none;
	color:#777;
	font-size:11px;
	display:block;
	float:left;
	font-weight:bold;
	line-height:34px;
	padding-left:12px;
	padding-right:20px;
	background:white url(/images/chevron.middle.png) right no-repeat;
}

div#breadcrumb a:first-child {
	padding-left:15px;
	background:#d6d6d6 url(/images/chevron.home.png) right no-repeat;
}

div#breadcrumb :last-child {
	background:#fff url(/images/chevron.png) right no-repeat;
	color:black;
}

span.breadcrumb-sep {
	display:none;
}

/* @end */

/* @group Tabs */

ul.tabs {
	width:100%;
	float:left;
	background:white;
	border-bottom:1px solid #ddd;
}

ul.tabs > li {
	
}

ul.tabs li > a {
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:0.25em 1em;
	float:left;
	display:block;
	text-decoration:none;
	font-size:12px;
	color:purple;
	position:relative;
	top:1px;
}

ul.tabs li:last-child > a {
	border-right:1px solid #ddd;
}

ul.tabs li > a.current {
	font-weight:bold;
	color:black;
	border-bottom:1px solid white;
}

/* @end */

/* @group Homepage */

div.homepage-area-big {
	float:left;
	width:270px;
	height:240px;
	padding:30px 10px 0 40px;
	border-top:4px solid #f0f0f0;
	border-bottom:1px solid #ccc;
}

div.homepage-area-big h3 {
	font-size:16px;
	min-height:50px;
	background:white url(/images/icon.tick-shield.png) -4px no-repeat;
	font-weight:bold;
	margin-bottom:1em;
	padding-left:50px;
}

div.homepage-area-big p {
	margin-bottom:1em;
}

div.homepage-area {
	width:270px;
	height:200px;
	padding:30px 10px 0 40px;
	float:left;
	background:#f2f2f2 url(/images/bg.homepage-area.png) top repeat-x;
}

div.homepage-area h3 {
	font-size:14px;
	font-weight:bold;
	color:#555;
}

div.homepage-area p {
	font-size:12px;
}

div.homepage-area-big a,
	div.homepage-area a {
	font-size:12px;
	color:#a7720f;
	border-bottom:1px solid #a7720f;
	text-decoration:none;
}

/* @end */

/* @group Article */

div.article h4 {
	font-weight:bold;
}

div.article h5 {
	margin:2em 0 1em 0;
	border-bottom:1px solid #ddd;
}

p.date {
	color:#888;
	background:url(/images/icon.date.png) left no-repeat;
	text-indent:20px;
}

li.press-contact {
	width:240px;
	font-size:13px;
	color:#555;
	float:left;
}

li.press-contact strong {
	font-weight:bold;
}

/* @end */

/* @group List Box */

/* @group Core */

#column1 div.list-box {
	width:288px;
}

div.list-box > h5 {
	background:#aaa url(/images/bg.list-box-header.png) repeat-x;
	color:white;
	font-weight:bold;
	font-size:12px;
	padding:0.5em 1em;
	clear:left;
}

div.list-box > ul {
	border-left:1px solid #ddd;
}

div.list-box > ul > li {
	padding:0.5em 1em;
	border-bottom:1px solid #ddd;
}

div.list-box > dl > dt > a,
div.list-box > dl > dd > a,
div.list-box > ul > li > a {
	color:purple;
	font-size:12px;
	text-decoration:none;
}

div.list-box > dl a:hover,
div.list-box > ul > li > a:hover {
	border-bottom:1px solid purple;
}

div.list-box > ul > li.more > a {
	font-size:11px;
	font-weight:bold;
}

/* <dl> list boxes */
div.list-box > dl {
	border-right:1px solid #ddd;
}

div.list-box > dl > dt {
	font-weight:bold;
	font-size:14px;
	padding:0.5em 1em 0 1em;
}

div.list-box > dl > dd {
	border-bottom:1px solid #ddd;	
	padding:0 1em 1em 1em;
	line-height:1em;
	font-size:12px;
}

/* @end */

/* @group What We Do */

div.list-box span.date {
	color:#888;
	line-height:1em;
	display:block;
	font-size:11px;
}

div.list-box li.employee {
	padding:0;
	clear:left;
	font-size:12px;
	color:#444;
	line-height:50px;
}

div.list-box li.employee div.lawyer-image,
div.list-box div.lawyer-image {
	float:left;
	margin:1px;
}

div.lawyer-image img {
	border:1px solid #ccc;
}

div.list-box li.employee div.lawyer-info {
	margin-left:70px;
}

div.lawyer-info a {
	font-size:12px;
	text-decoration:none;
}

div.list-box li.employee a.trigger {
	line-height:1em;
	border:none;
	text-decoration:none;
}



/* @end */

/* @end */

/* @group Job Opportunities */



/* @end */

/* @group Boxouts */

/* @group Boxout Content */

.boxout h3 {
	font-weight:bold;
	color:#333;
	font-size:14px;
}

/* @end */

.padded {
	padding:1em;
}

div.small-headline + div.padded {
	padding-top:0;	
}



.boxout {
	background:#fff;
	border:1px solid #eee;
	padding:1em;
}

.solid {
	background:#eee;
}

.margin {
	margin-bottom:1em;
}

#column1 .boxout {
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:0 0 1em 0;
	width:240px;
	padding:1em;
}

#column1 .boxout h4 {
	font-size:14px;
	color:#444;
	font-weight:bold;
}

#column1 .boxout a,
#column1 .boxout p {
	font-size:13px;
}

div.boxout2 p {
	padding:1em 1em 2em 1em;
	text-indent:2em;
	margin:2em 0;
	background:#eee url(/images/icon.hint.png) 1em 1.25em no-repeat;
}

/* @end */

/* @group Forms */

/* PAYMENT FORM */

div.row#card-number {
	float:left;
}

div.row#card-start-date {
	
}

/* @group Error messages */

ul.error_list li {
	font-weight:bold;
	background:lightyellow url(/images/icon.warning.png) 0.5em center no-repeat;
	padding:2px 2px 2px 30px;
	margin-bottom:2px;
	color:#a33;
	font-size:12px;
}


/* @end */

/* Elements */

textarea,
input[type=text] {
	padding:0.4em;
	font-size:14px;
	color:#333;
	font-family:helvetica, arial, sans;
}

select {
}

option {
}

input[type=submit] {
	padding:0.5em 1em 0.5em 1em;
	font-family:helvetica, arial, sans;
	border-top:1px solid #b2ad67;
	border-left:1px solid #b2ad67;
	border-right:1px solid #33300e;
	border-bottom:1px solid #33300e;
	background:#645f1c url(/images/bg.button.png) top repeat-x;
	color:white;
	font-size:14px;
	cursor:pointer;
}

label {
	font-weight:bold;
	display:block;
	color:#333;
	font-size:14px;
	margin:0 0 0.5em 0;
}

form fieldset {
	margin-bottom:1em;
	background:#eee;
	padding:1em 1em 2em 1.5em;
	color:#888;
	font-size:13px;
}

form#employee-search fieldset {
	padding:0;
}

fieldset > h3 {
	font-weight:normal;
	margin:1em 0;
	font-size:18px;
}

form a {
	font-size:14px;
	padding:0 1em;
}

/* Form layout --- */

form div.form-column-1 {
	float:left;
	margin:0;
	width:180px;
}

form div.form-column-2 {
	float:left;
}

form div.row {
	margin-bottom:1.25em;
}

span.help {
	display:block;
}

.valign-middle {
	vertical-align:middle;
}

/* SEARCH FORM ------ */

div#search > #search-query {
	background:#fff url(/images/icon.search.png) 5px center no-repeat;
	text-indent:22px;
}

/* EMPLOYEE SEARCH FORM ----- */

form#employee-search label {
	display:none;
}

form#employee-search #employee_search_name {
	padding:0.25em;
}

form#employee-search input[type=submit] {
	padding:0.25em;
}

/* FILTER FORM --------- */

form#filter {
	background:#eee;
	padding:1em;
	font-size:14px;
}

form#filter label {
	display:inline;
	margin-right:1em;
	color:#888;
	font-size:12px;
	font-weight:normal;
}

form#filter a {
	font-size:12px;
	color:#888;
}

form#filter input[type=submit] {
	padding:0.25em 0.5em;
}

/* JOB APPLY FORM */

textarea#job_application_message {
	width:490px;
}



/* @end */

/* @group Common Elements */

a.rss-subscribe a:hover {
	color:purple;
}

a.rss-subscribe {
	line-height:50px;
	background:url(/images/icon.feed.png) center left no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#999;
	padding:2px 0 0 20px;
}

/* content page templates ---------------- */

.small-headline,
.large-headline {
	background:url(/images/bg.content-header.png) repeat-x;
	clear:left;
}

.small-headline .headline-area {
	width:100%;
	height:80px;
}

.small-headline .headline-area h2 {
	font-size:24px;
	font-weight:bold;
	text-indent:20px;
	padding:30px 0 1em 0px;
}

.indented > h2 {
	margin-left:300px;
}

.small-headline .headline-area h3 {
	padding:30px 0 1em 0px;
	color:#888;
}

.large-headline .headline-area {
	height:120px;
	margin-left:320px;
	padding:40px 40px 0 0;
}

.large-headline .headline-area h2 {
	font-size:32px;
	font-weight:bold;
	margin-bottom:0.25em;
}

/* special case for news page */
h2#news-show {
	float:left;
	width:320px;
}

.large-headline p.strapline {
	font-size:20px;
	color:#555;
	line-height:1.5em;
}

.large-headline p.small {
	font-size:16px;
}

/* @end */

/* @group Columns */

#single-column {
	padding:1em;
}

#column1 {
	margin-top:2em;
	width:320px;
	float:left;
	clear:left;
}

#column1-wide {
	width:540px;
	float:left;
	margin-right:1em;
}

#column2 {
	margin-top:2em;
	padding-right:40px;
	float:left;
	width:360px;
}

#column2.article,
#column2.listing {
	width:560px;
}

#column2-single {
	margin-left:320px;
	padding-right:40px;
	margin-top:2em;
}

#column3 {
	margin-top:2em;
	width:240px;
	float:left;
}

/* Columns used in payment section */

#column-half-left {
	width:440px;
	margin:1em 0 0 1em;
}

#column-half-right {
	float:right;
	width:400px;
	margin:2em 2em 0 0;
}

/* @group Columns content */

#columns-top-margin {
	background:url(/images/bg.content-grad.png) repeat-x;
	float:left;
}

#columns-top-margin #column2 {
	width:360px;
}

#columns-top-margin > #column2,
#columns-top-margin > #column3 {
	margin-top:2em;
}

#single-column h3, #column-half-left h3, #columns-top-margin h4 {
	font-weight:bold;
	margin-bottom:1em;
	font-size:16px;
}

#column2 ul li {
	list-style-type:square;
	list-style-position:inside;
	font-size:14px;
	color:#555;
}

/* @end */

/* @end */

/* @group Employee Profile Page */

/* WIDE COLUMN (used on employee profile page) --- */

#wide-column2 {
	margin-left:320px;
}

#wide-column2 > .large-headline {
	clear:none;
}

#wide-column2 .headline-area {
	padding:2em;
	height:80px;
	margin:2em 0 0 0;
}

#wide-column2 .headline-area > h2 {
	
}

#wide-column2 #columns-top-margin {
	padding:2em;
	float:none;
}

#wide-column2 #columns-top-margin h3 {
	font-weight:bold;
	margin-bottom:1em;
}

/* INLINE PAGE LINKS ---- */

ul.arrows-inline li {
	display:inline;
}

ul.arrows-inline li a {
	display:block;
	background:#eee;
	float:left;
	font-size:13px;
	text-decoration:none;
	border:1px solid #ddd;
	padding:0.25em 1em;
	margin-left:-1px;
	top:-2px;
	position:relative;
}

/* MISC BITS ON THIS PAGE ---- */

img.employee-large {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

div#vcard {
	padding:0.5em 1em;
	background:#ddd;
}

div#vcard > a {
	display:block;
	background:transparent url(/images/icon.vcard.png) left no-repeat;
	text-indent:25px;
	padding:5px;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

div#employee-contact-details {
	padding:1em;
	border-right:1px solid #ddd;
	font-size:12px;
}

div#employee-contact-details strong {
	color:#888;
}

/* @end */

/* @group What We Do */

/* WHAT WE DO ---- */

div#wide-gradient {
	background:url(/images/bg.content-grad.png) repeat-x;
	/*height:60px;*/
	padding:40px 0 0 320px;
}

div#wide-gradient h2 {
	font-size:27px;
	font-weight:normal;
	color:#888;
}

div.law-area-summary {
	float:left;
	width:300px;
	margin-bottom:1em;
}

div#column2-single.terms > h2 {
	font-size:18px;
	margin:1em 0;
	font-weight:bold;
	color:#333;
}

div#column2-single > h3 {
	font-size:24px;
	margin:1em 0;
	color:#888;
}

div#column2-single.terms > h3 {
	font-size:16px;
}

div.law-area-summary h4 {
	font-size:14px;
	font-weight:bold;
	color:#444;
}

div.law-area-summary p {
	font-size:14px;
	padding-right:1em;
}

div.law-area-summary a {
	font-size:14px;
	color:#a7720f;
	text-decoration:none;
	border-bottom:1px solid #a7720f;
}

/* RELATED CONTENT COLUMN --- */

div#column3 > h3 {
	font-size:18px;
	color:#999;
	margin-bottom:1em;
}

/* TABLE --- */

table {
	margin-bottom:1em;
}

th,td {
	font-size:11px;
	line-height:1.25em;
}

th {
	font-weight:bold;
	color:#888;
	padding:0.25em;
}

th.info {
	width:80px;
}

td {
	padding:0.25em 1em 0.5em 1em;
	color:#333;
}

td a {
	font-size:12px;
}

/* @end */

/* @group Employee Profile Overlay */

img#employee-image {
	border:1px solid #ccc;
}

div#overlay-column1 {
	float:left;
}

div#overlay-column2 {
	margin-left:230px;
}

div#overlay-column2 h2 {
	font-size:24px;
	font-weight:bold;
}

div#overlay-column2 p#job-title {
	font-size:20px;
}

div.panes {
	padding:1em;
	height:330px;
	float:left;
	width:350px;
	overflow-y:auto;
}

h3#cases {
	margin:2em 0;
}

div.panes h3#cases,
	div.panes h3#profile {
	display:none;
}

div.profile-body p:first-child {
	font-weight:bold;
}

dl#recent-cases dt > a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

dl#recent-cases dd {
	font-size:12px;
	color:#555;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
}

/* @end */

/* @group Employee Tooltip */

a.trigger {
	
}

a.trigger:hover {
	
}

div.tooltip {
	background:transparent url(/images/tooltip/white.png) no-repeat scroll 0 0;
	font-size:14px;
	height:122px;
	padding:2em;
	width:209px;
	font-size:12px;
	display:none;
	color:#444;
}

div.tooltip > img {
	float:left;
	border:1px solid #888;
}

div.tooltip h3 {
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#333;
	line-height:1em;
}

div.tooltip a {
	font-size:11px;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	font-weight:bold;
	line-height:1em;
}

div.tooltip-content {
	margin-left:60px;
	width:110px;
}

/* @end */

/* @group Payment */

/* @group Payment Confirm */

table.payment-details {
	border:1px solid #ccc;
	margin-bottom:1em;
}

table.payment-details th {
	width:130px;
}

table.payment-details td {
	width:250px;
	color:#000;
}

table.payment-details th,
table.payment-details td {
	font-size:14px;
	padding:6px;
}

/* @end */

/* @group Payment Steps Arrows */

ol#payment-steps {
	float:left;
	padding-left:20px;
	width:940px;
	margin-top:2em;
}

ol#payment-steps.step1 {
	background:#eee url(/images/bg.step1.png) no-repeat;
}

ol#payment-steps.step2 {
	background:#eee url(/images/bg.step2.png) no-repeat;
}

ol#payment-steps.step3 {
	background:#eee url(/images/bg.step3.png) no-repeat;
}

ol#payment-steps > li {
	padding-left:30px;
	padding-top:12px;
	background:none;
	color:#000;
	float:left;
	line-height:1.25em;
	width:150px;
	height:58px;
}

ol#payment-steps > li.active {
	color:white;
}

/* @end */

/* @end */

/* @group Footer */

div#footer-spacer {
	clear:left;
	height:40px;
}

div#footer {
	border-top:5px solid #b7b7b7;
	clear:left;
	padding:8px 10px 8px 20px;
	font-size:12px;
	color:#eee;
	background:#562b85 url(/images/bg.footer.png) repeat-x;
}

div#footer small a {
	color:#d3ae69;
	text-decoration:none;
	font-size:11px;
	border-bottom:1px solid #a7720f;
}

div#fat-footer {
	float:left;
	padding:0 10px 20px 10px;
	width:940px;
	background:url(/images/bg.fat-footer.png) top repeat-x;
	color:white;
	border-bottom:1px solid #9393ab;
}

div#fat-footer ul.column {
	float:left;
	width:150px;
}

div#fat-footer li {
	line-height:1em;
}

div#fat-footer ul li ul li {
	margin-left:10px;
}

div#fat-footer a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

div#fat-footer a:hover {
	border-bottom:1px solid #fff;
}

div#fat-footer strong {
	font-weight:bold;
	font-size:14px;
	display:block;
	color:#fff;
	padding:0.5em;
	margin-bottom:10px;
}

/* @end */

/* @group Job Application */

div#job-reminder {
	padding:1em;
}

div#job-reminder h3 {
	font-size:18px;
	color:#888;
	margin-bottom:1em;
}

div#job {
	padding-right:1em;
	height:600px;
	overflow-y:auto;
}

/* @end */

/* @group Listing and Pagination */

div.listing {
	width:560px;
}

div.listing a.rss-subscribe {
	float:right;
	line-height:36px;
	margin-right:12px;
	color:#777;
}

div.listing h3#listing-header {
	display:block;
	padding:0.5em 1em 0.5em 1em;
	font-size:14px;
	background:#ddd;
}

div.pagination {
	font-size:12px;
	padding:1em;
}

div.pagination strong {
	font-weight:bold;
}

div.pagination .summary {
	float:left;
	font-weight:normal;
	color:#888;
}

div.pagination .controls {
	text-align:right;
}

div.pagination .controls span[rel="pager"],
div.pagination .controls a {
	margin-right:0.5em;
	font-size:12px;
}

ol.listing li {
    list-style-type:none !important;
    border-bottom:1px dashed #ddd;
}
	
ul.listing li {
	margin:1em;
	list-style-type:none !important;
	border-bottom:1px dashed #ddd;
}

ul.listing {
}

ul.listing h4 a {
	font-size:16px;
	text-decoration:none;
	margin:0;
	font-weight:bold;
}

ul.listing h4 a:hover {
	border-bottom:1px solid purple;
}

ul.listing p.date {
	color:#888;
	background:url(/images/icon.date.png) left no-repeat;
	text-indent:20px;
	margin:0 0 0.5em 0;
	font-size:12px;
}

ul.listing p.summary {
	font-size:12px;
	color:#555;
}

/* @end */

/* @group Contact */

/* @group Map */

div#map-container {
	padding:20px;
	background:white url(/images/bg.homepage-area.png) repeat-x;
	float:left;	
	width:920px;
}

div#map_canvas {
	width:500px;
	height:530px;
	display:none;
	border:1px solid #ccc;
}

div#office-overlay {
	font-size:13px;
	line-height:1.5em;
	color:#333;
}

div#office-overlay a {
	font-size:13px;
	margin:1em 0 0 0;
}

ul#contact-tabs {
	padding-left:20px;
	width:940px;
}

ul#contact-tabs a.current {
	background:#e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

div#contact-form {
	float:right;
	margin-right:70px;
}

div#contact-form textarea#contact_message {
	width:300px;
}

input#contact_submit {
	margin-top:1em;
}

/* @end */

div.office-details {
	font-size:14px;
	color:#333;
}

div#static {
	padding-left:1em;
}

div#static > div.office-details > h3 {
	font-weight:bold;
	font-size:16px;
}

div#static > div.office-details {
	margin-bottom:2em;
	font-size:13px;
	float:left;
	width:260px;
}

div#static > div.office-details a {
	font-size:13px;
}

div.office-address {
}

h3#offices,
h3#send-message {
	margin-bottom:1em;
	margin-top:0.5em;
	font-size:20px;
	color:#888;
}

/* @end */