/*
Theme Name: Accelerate Media
Theme URI: http://www.acceleratemediainc.com/
Description: Developed by Accelerate Media for flexibility
Version: 1
Author: Brian Van Buren
Author URI: http://www.acceleratemediainc.com/
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* CSS Reset */
html{
font-size: 85%;
font-family:Georgia, Times, serif;
height:100%;
color:#231f20;
}
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
	height:100%;
	background:url("/images/beige_stripe_bg_01.jpg") no-repeat scroll left 139px #EAE2CB;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
*:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=text], select, textarea {
	width: 130px;
	}
a{
text-decoration:none;
color:#871619;
}
h1, h2, h3 {
font-weight: bold;
font-style:italic;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2.5em;
}
h2.pagetitle {
font-size: 1.4em;
}
h3 {
font-size: 2em;
}
p {
margin-bottom:12px;
}
/* End CSS Reset */

/* Begin general classes */
.left{
float:left;
}
.right{
float:right;
}
.nofloat{
float:none !important;
}
.clear {
clear: both;
}
.noclear{
clear:none !important;
}
.outer-wrap{
width:1004px;
margin:0 auto;
}
.inner-wrap{
width:940px;
position:relative;
}
/*#header-container .inner-wrap, #page-container .inner-wrap{
background:url("/images/stripe_bg.png");
}*/
.padding{
padding:24px;	
}

/* End general classes */
body#admin input, body#admin label,  body#admin select, body#admin textarea{
clear:left;
float:left;
}
body#admin label{
padding-bottom:5px;
width:200px;
}
body#admin input, body#admin select, body#admin textarea {
padding:2px;
margin:1px 0 15px 0;
width:300px
}
body#admin input[type=checkbox] + label{
clear:none;	
}
body#admin input[type=checkbox]{
width:25px;	
}
/* Begin style for the ridiculous overlays */
#overlays{
width:100%;
height:100%;
position:absolute;
/*z-index:1;*/
}
#overlays-outer, #overlays-inner{
height:100%;	
}
.overlay{
/*width:25%;*/
/*visibility:hidden*/
width:234px;
border-left:1px dashed #bbb5a3;
/*border-right:1px dashed #bbb5a3;*/
height:100%;
float:left;
overflow:hidden;
/*background:url(/images/overlay_bg.jpg) repeat-y;*/
position:relative;
}
#navlist > li.page-item-12, #overlay_4{
width:233px;
border-right:1px dashed #bbb5a3;
}
.overlay.hover, body#ol_1_on #overlay_1, body#ol_2_on #overlay_2, body#ol_3_on #overlay_3, body#ol_4_on #overlay_4{
/*visibility:visible;*/
border:none !important;
width:25% !important;
background:url(/images/overlay_bg.jpg) repeat-y;
position:relative;
z-index:2;
}
#overlay_logo{
margin:100px 0 0 -100px;	
}
/* End style for the ridiculous overlays */

/* Begin Header Style */
#top-searchbar{
height:28px;
width:100%;
background-color:#dccfa9;
border-bottom:1px solid black;
position:relative;
z-index:10;
}

#breadcrumb {
float:left;
padding:5px 0 0 10px;
}
#top-searchbar #searchform{
margin:0;
padding:0;
text-align:right;
}
#top-searchbar img.WP-PrintIcon{
margin-left:6px;	
}
#top-searchbar #searchform div{
float:right;
height:28px;
margin:3px 0 0 0;
padding:0;
width:150px;
}
#top-searchbar #s{
border: medium none;border-radius: 0 10px 10px 0;
height: 20px;
margin: 0;
padding: 0;
position:relative;
top:0;
float:left;
width:130px;
}

#top-searchbar #searchsubmit{
background:url("/images/magnify.png") no-repeat scroll center center #FFFFFF;
border:medium none;border-radius: 10px 0 0 10px;
height: 20px !important;
padding: 0;
width: 20px;
cursor:pointer;
position:relative;
left:0;
top:0;
float:left;
}

#header {
width: 100%;
position:relative;
z-index:2;
}
#header-container{

}
#header-inner{
padding-top:110px;
}
#logo 	{
float:right;
height:97px;
overflow:hidden;
margin:41px 0 0 578px;
position:absolute;
width:404px;
background:url("/images/logo_sprite_01.png") no-repeat scroll 0 0 transparent;
z-index:2;
}
#logo.hover, body#ol_4_on #logo{
background-position:0 -97px; 
}
#logo a{
display:block;
height:148px;
width:659px;
}
div#topnav{
width:100%;
text-align:left;
height:110px;
}

/* First level - 4 beige blocks */
#navlist a:hover span{
color:#dccfa9;	
}
#navlist > li{
border-bottom:1px solid #696961;
border-top:1px solid #696961;
list-style-type:none;
/*width:25%;*/
width:234px;
border-left: 1px dashed #bbb5a3;
/*border-right: 1px dashed #bbb5a3;*/
height:108px;
float:left;
background-color:#dccfa9;
}
#navlist > li.hover, #navlist > .current_page_item, #navlist > .current_page_ancestor, #navlist > .current_page_parent{
background:url("/images/overlay_bg.jpg") repeat-y;
border-left:1px solid #6e1213;
border-top:none;
border-bottom:none;
/*
height:220px;
border-top:none;
border-bottom:none;
width:25%;
border:none;*/

}
#navlist > li.page-item-12:hover, #navlist > li.page-item-12.current_page_item,  #navlist > li.page-item-12.current_page_ancestor{
border-right:1px solid #6e1213;
}

#navlist > li > a{
line-height:108px;
margin-left:46px;
}
#navlist > li > a, #navlist > li > ul > li > a{
color:#000;
font-size:1.55em;
font-weight:bold;
font-style:italic;
}

/* Hide the second level to start */
#navlist > li > ul{
display:none;
}
#navlist > li:hover > a > span, .navblurb,  #navlist > .current_page_item > a > span,  #navlist > .current_page_ancestor > a > span,  #navlist > .current_page_parent > a > span, #navlist > li > ul > li > ul > li > a > span {
color:#eae2cb;
}
#navlist > li:hover > ul, #navlist > .current_page_item > ul, #navlist > .current_page_ancestor > ul, #navlist > .current_page_parent > ul{
display:block;
margin-top:-40px;
text-align:left;
}
#navlist > li > ul > li > a > span{
display:block;
margin:30px 0 30px 40px;
padding-left:20px;
background:url("/images/nav_bullet.png") no-repeat scroll 5px 5px transparent;
color:#eae2cb;
}
#navlist > li > ul > li.current_page_item > a > span{
background:url("/images/nav_bullet_down.png") no-repeat scroll 0 7px transparent;
}

/* Third level navigation */
#navlist > li > ul > li > ul{
display:none;
}
#navlist > li > ul > li.current_page_item > ul, #navlist > li > ul > li.current_page_ancestor > ul, #navlist > li > ul > li.current_page_parent > ul{
display:block;
margin-left:56px;
}
#navlist > li > ul > li > ul > li{
display:block;
margin:0 16px 10px 0;
}

.navblurb{
margin:55px 26px 0 40px;
}
/* End Header Style */



/* Begin Page Style */
#page {
width:100%;
position:relative;
}
#page-container{

}
.post {
margin: 0 0 24px;
text-align: left;
}
.postmetadata {
clear: both;
}
p.postmetadata{
font-size:.8em;
}
.entry p {
margin-bottom:8px
/*line-height:18px;*/
}

#content .resources ul {
margin-left:15px;
}

#content .resources ul li {
list-style-image:url(/images/nav_bullet_black.png);
margin-bottom:12px;
line-height:18px;
}

#inner-content h1, #inner-content h2, #inner-content h3 {
padding:0 0 12px;	
}

#inner-content {
padding:25px;	
}
#inner-content ul, ul.bullet {
margin-left:15px;
}
#inner-content ul li, ul.bullet li {
margin-bottom:12px;
list-style-image:url(/images/nav_bullet_black.png);
line-height:18px;
}
#inner-content-people ul li {
list-style:none;
margin:0 0 12px -14px;
line-height:18px;
}
#inner-content a {
color:#871619;
}
#inner-content a:hover {
color:#231F20 !important;
}
.entry strong {
display:block;
margin-bottom:10px;
}
/* End Content Structure */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
.comment_disclaimer{
height: 120px;
overflow-y: scroll;
background: none repeat scroll 0 0 #F0F0F0;
font-size:80%;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
.sidebar{
padding-left:30px;
/*width: 30%;
float:left;
position:relative;
*/}
#blog_sidebar h2{
font-size:1.5em;
padding-bottom:15px;
}
#blog_sidebar ul{
margin-bottom:30px;	
}

#blog_sidebar li{
margin-bottom:2px;
}
#blog_sidebar .widget_categories li{
font-weight:bold;	
}
#blog_sidebar .widget_categories ul.children li{
font-weight:normal;	
}
#blog_sidebar ul.children{
margin:0 0 10px 5px;
}
#blog_sidebar a{
color:#871619;	
}
#blog_sidebar a:hover{
color:#231F20;	
}
/* End Sidebar */

/* Blog Pages */
div.post h2 a{
color:#231F20 !important;
}
div.post h2{
font-size:1.4em;
}
div.post small{
color:#871619;
margin-bottom:15px;
display:block;
font-weight:bold;
}

/* End Blog Pages */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .85em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
display: block;
text-align: center;
margin-bottom:20px;
}

.alignleft {
float:left;
padding-right:8px;
}

#experiences{
background:url("/images/small_blocks.png") repeat scroll 0 0 transparent;
border-bottom:6px solid #161213;
border-top:2px solid #161213;
min-height:235px;
font-size:90%;
margin-bottom:30px;
}

#experience-more {
border-top:1px solid black;
padding:10px;
}
#experience-name {
float:left;
margin-left:-102px;
margin-top:34px;
width:198px;
}

#experience .education {
float:right;
padding:10px 20px 0 0;
}

#experience .vcard {
float:right;
padding:10px;
}

.experience-image {
border-right:1px solid #161213;
float:left;
margin-right:20px;
}

#experience-text-left {
float:right;
width:195px;
padding:30px 20px 20px;
}

#experience-text-right {
float:right;
width:195px;
padding:30px 20px 20px;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Start style for the footer */
#footer {
width: 100%;
clear: both;
position:relative;
background:url("/images/beige_stripe_bg.jpg") no-repeat scroll left 0 transparent;
}
#footer ul li {
margin-top:5px;	
}
#footer ul {
margin:18px 44px 0px;	
}
#footer h4 {
margin:30px 44px 0px;	
}
.footercol{
float:left;
width:234px;
height:219px;
background-color:#dccfa9;
border-bottom:1px solid #696961;
border-top:1px solid #696961;
text-align:left;
border-left:1px dashed #BBB5A3;
}
#footercol_4{
width:233px;
border-right:1px dashed #BBB5A3;
}
.footercol.hover{
background:url("/images/overlay_bg.jpg") repeat-y;
/*border-top:none;
border-bottom:none;	
*/}
p.copyright {
margin:36px 0 0 40px;
font-size:0.7em;
text-align:left !important;
}
#footercol_2 p.copyright{
margin-top:14px;
}
#footer a{
font-size:.9em;
color:#871619;
}
#footer a:hover{
color:#231F20;
}
.footerlink {
font-size:85% !important;
color:#231F20 !important;
}
div#amdesign {
font-size:0.7em;
margin-left:50px;
margin-top:58px;
}
div#amdesign a {
color:#231F20;
}
div#disclaimer {
font-size:0.9em;
margin-left:44px;
margin-top:12px;
}
div#disclaimer a {
color:#231F20;
}
div#disclaimer a:hover {
color:#871619;
}
/* End Style for the footer */

/* Start setting up content areas for individual pages */
.smallcol{
width:25%;	
}
body#ol_1_on #content, body#ol_2_on #content, body#ol_3_on #content, body#ol_4_on #content{
	width:50%;
}
.smallcol, body#ol_1_on #content, body#ol_2_on #content, body#ol_3_on #content, body#ol_4_on #content{
	float:left;
}
/*body#ol_1_on .smallcol{
float:left;
}
body#ol_1_on #content{
float:right;
}
body#ol_2_on .smallcol{
float:left;
}
body#ol_2_on #content{
float:right;
}
body#ol_3_on .smallcol{
float:right;
}
body#ol_3_on #content{
float:left;
}
body#ol_4_on .smallcol{
float:right;
}
body#ol_4_on #content{
float:left;
}*/
#pg_head a{
cursor:pointer;
display:block;
background:url("/images/nav_bullet_black.png") no-repeat scroll 120px center transparent;
}
#pg_head a.shown{
background:url("/images/nav_bullet_black_down.jpg") no-repeat scroll 140px center transparent;
}
ul#practice_group{
margin-bottom:20px;
display:none;
}
/* End setting up content areas for individual pages */

/* Specific styles for homepage elements */
div#home_slideshow{
height:215px;
background:url("/images/small_blocks.png") repeat scroll 0 0 transparent;
padding:10px;
}
div#home_slideshow div{
font-weight:bold;
}
#home_slideshow p{
margin:0;
line-height:1;
}
#home_slideshow .p1{
text-align:left;
font-size:2.6em;
}
#home_slideshow .p1 a {
color:#3b3b3d;
}
#home_slideshow #slide_1 .p1{
margin-left:112px;
margin-top:34px;
}
#home_slideshow #slide_2 .p1{
margin-left:126px;
margin-top:34px;
}
#home_slideshow #slide_3 .p1{
margin-left:114px;
margin-top:34px;
font-size:2em;
}
#home_slideshow .p2{
text-align:center;
font-size:6.3em;
}
#home_slideshow .p2 a {
color:#231F20;
}
#home_slideshow .p3{
text-align:right;
font-size:1.2em;
font-style:italic;
}
#home_slideshow #slide_1 .p3{
margin-right:120px;	
}
#home_slideshow #slide_2 .p3{
margin-right:118px;	
}
#home_slideshow #slide_3 .p3{
margin-right:118px;	
}

#home_news a.home_news_title{
font-size:1.2em;
color:#000000;
font-weight:bold;
font-style:italic;
}
#home_news ul{
margin:40px 0 50px 40px;	
}
#home_news li{
float:left;
width:42%;
padding:0 48px 40px 24px;
}
#home_news h1{
background-color:#DCCFA9;
border-bottom:1px solid #696961;
border-top:1px solid #696961;
font-size:1.5em;
padding:13px 50px;
}
#home_news a.news_read_more{
font-weight:bold;	
}
/* End Homepage Elements */

/* The Contact Form */

.linklove {
display:none !important;
}
.cform textarea, .cform input {
width:280px !important;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
width:100px !important;	
}
.cform input:hover, .cform textarea:hover, .cform select:hover {
background: #DDCFAA !important;
}
.cform textarea, .cform textarea, .cform input {
font-family:Georgia,Times,serif !important;
}
.cform input:focus, .cform textarea:focus, .cform select:focus {
background: #DDCFAA !important;
}
/* End The Contact Form */
li.more, div.more, ul.more{
display:none;
}
a.morelink, a.lesslink {
cursor:pointer;
color:#871619 !important;
}
ul.leftcontentnav li.moreli {
background:url(/images/morelinkarrow.png) no-repeat left center;
padding-left:10px;
}

ul.leftcontentnav li.lessli {
background:url(/images/lesslinkarrow.png) no-repeat left center;
padding-left:10px;
}

div.innercontentnav {
padding:15px;	
}

div.innercontentnav a{
color:#871619 !important;
font-style:italic;
}

div.innercontentnav a:hover{
color:#231F20 !important;
}

div.innercontentnav h3{
font-weight:bold;
font-size:14px;
padding-bottom:12px;
}

div.innercontentnav ul{
padding-bottom:12px;
}

ul.leftcontentnav li.moreli, ul.leftcontentnav li.lessli {
font-size:14px;
font-weight:bold;
font-style:italic;
}

ul.leftcontentnav li {
margin-top:15px;	
}

h1.firstheading {
font-size:16px;
}




/*Employee Briefcase */
.page-template-employeebriefcase-php #top-searchbar, .page-template-employeebriefcase_page-php #top-searchbar {
background: url("/images/employeebg.jpg") repeat scroll 97px 0 transparent;
height: 85px;
}
.page-template-employeebriefcase-php  .employeelogo, .page-template-employeebriefcase_page-php  .employeelogo {
    left: 8px;
    position: relative;
    top: 47px;
}
.page-template-employeebriefcase-php #header {
    background: url("/images/employeeheaderbg.jpg") repeat-x scroll 0 0 transparent;
	z-index: 1;
	height:496px;
}
.page-template-employeebriefcase_page-php  #header {
    background: url("/images/employeepageheader.jpg") repeat-x scroll 0 0 transparent;
	z-index: 0;
	height:95px;
}
.page-template-employeebriefcase_page-php .employeebriefcase_pagetitle {
    float: right;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-top: 45px;
    text-align: left;
    width: 668px;
}
.page-template-employeebriefcase_page-php .employeebriefcase_subtitle {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.employeebriefcase_pagetitle h1 {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}
.page-template-employeebriefcase-php .rightmast, .page-template-employeebriefcase_page-php .rightmast {
    float: left;
    margin-left: 270px;
}
.page-template-employeebriefcase-php .rightmast .inner, .page-template-employeebriefcase_page-php .rightmast .inner {
    margin-right: 30px;
    margin-top: 8px;
}
.page-template-employeebriefcase-php #header-inner, .page-template-employeebriefcase_page-php #header-inner {
    padding-top: 0px;
}
.page-template-employeebriefcase-php .missiontext, .page-template-employeebriefcase_page-php .missiontext {
    color: #EAE2CB;
    float: right;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-right: 74px;
    margin-top: 25px;
    width: 550px;
}
.page-template-employeebriefcase-php .overlayinnerlist, .page-template-employeebriefcase_page-php .overlayinnerlist {
    margin: 0 auto;
    position: relative;
    top: 120px;
    width: 236px;
}
.page-template-employeebriefcase-php .overlayinnerlist a, .page-template-employeebriefcase_page-php .overlayinnerlist a {
    background: url("/images/nav_bullet.png") no-repeat scroll 5px 5px transparent;
    color: #EAE2CB;
    display: block;
    padding-left: 20px;
    font-size: 1.55em;
    font-style: italic;
    font-weight: bold;
	margin: 30px 0 30px 20px;
}
.page-template-employeebriefcase-php #searchsubmit, .page-template-employeebriefcase_page-php #searchsubmit {
    background: url("/images/search_magnify.jpg") no-repeat scroll center center #FFFFFF;
    border: medium none;
    height: 28px;
    margin: 0;
    padding: 0;
    width: 29px;
	position: relative;
    right: 3px;
}
.page-template-employeebriefcase-php #s, .page-template-employeebriefcase_page-php #s {
    border-color: -moz-use-text-color black -moz-use-text-color -moz-use-text-color;
    border-left: medium none;
    border-right: 1px solid black;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    font-family: Georgia,Times,serif;
    font-style: italic;
    font-weight: bold;
    height: 26px;
    margin: 0;
    padding: 2px 5px 0 0;
    text-align: left;
    width: 160px;
}
body#ol_1_on.page-template-employeebriefcase-php #content {
	width:75%;
}
body#ol_1_on.page-template-employeebriefcase_page-php #content {
    float: right;
    width: 72%;
}
#highlights-head {
	background:#d1c3a1;
	border-top:1px solid #4c453b;
	border-bottom:1px solid #4c453b;
	margin-top:40px;
	margin-bottom: 20px;
}
#highlights-text {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 10px 0 10px 32px;
}
.briefcase_news_title {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:0px;
}
.briefcase_news_title a {
	color:#231f20;
}
.briefcase_date {
	color:#871619;
	font-size:11px;
	font-weight:bold;
}
.page-template-employeebriefcase-php #footer, .page-template-employeebriefcase_page-php #footer {
	background:url(/images/employeefooterbg.jpg) repeat-x 0 0;
	height:110px;
}
.page-template-employeebriefcase-php, .page-template-employeebriefcase_page-php {
    background: url("/images/employeebg.jpg") repeat scroll 97px 0 transparent;
}
.page-template-employeebriefcase-php .footercol, .page-template-employeebriefcase_page-php .footercol {
	height: 107px;
	border-bottom:none !important;
	border-right:none;
	border-left:none;
	background:none;
	border-color:#72695a;
}
.page-template-employeebriefcase-php #footercol_4, .page-template-employeebriefcase_page-php #footercol_4 {
	border-right:none;
}
#headerbg {
	background: url("/images/employeelinebg.png") repeat scroll 97px 1px transparent;
	min-height: 96px;
}
.page-id-3081 #headerbg {
	background: url("/images/employeelinebg.png") repeat scroll 97px 1px transparent;
	min-height: 386px !important;
}
.page-template-employeebriefcase-php p.copyright, .page-template-employeebriefcase_page-php p.copyright {
	margin: 20px 0 18px 40px;
}
.employeebriefcase_fileclaim {
    position: absolute;
    left: 840px;
    top: -3px;
    width: 90px;
}
.wrapper {
	width:1004px;
	margin:0 auto;
}
.fileclaimform {
    float: right;
    position: relative;
    width: 75%;
}
.leftebcol, .middleebcol, .rightebcol {
	float:left;
}
.leftebcol {
	width: 190px;
}
.middleebcol {
    margin-left: 35px !important;
    width: 195px;
}
.rightebcol {
    margin-left: 40px !important;
    width: 180px;
}
#contactslider {
	background:url(/images/darkbg.png) repeat 0 0;
	height: 390px;
	border-bottom:1px solid #534c42;
}
#contactslider #cforms_captcha3 {
    position: relative;
    top: -7px;
    width: 168px !important;
}
#contactslider #li-3-5 {
	margin-left: 108px;
	width: 289px;
}
#contactslider label {
    color: #D8CBA7;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-right: 20px;
    text-align: right;
    width: 90px;
}
#contactslider li {
	margin:10px 0;
	width: 420px;
}
#contactslider .sendbutton {
    bottom: 40px;
    position: absolute;
    right: 200px;
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: url("/wp-content/plugins/cforms/images/button-bg.gif") repeat-x scroll 0 0 transparent;
    border-color: #ECECEC #ADADAD #ADADAD #ECECEC !important;
    border-right: 1px solid #ADADAD !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 0.8em;
    margin: 10px 0 0 5px;
    padding: 5px;
    width: 100px;
}
#contactslider form {
    margin-top:25px;
}
#contactslider .emailreqtxt, #contactslider .reqtxt {
	display:none;
}
#contactslider textarea {
    height: 70px;
}
.page-item-3081 > a {
	margin-bottom: 10px !important;
}
.page-item-3081 .children a {
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 33px;
    margin-top: 0;
	padding-right:20px;
}
.page-item-3081 .children .children a, .page-item-3081 .children .children li.current_page_item a {
	background:none;
    font-size: .8em;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 33px;
    margin-top: 0;
	font-style:normal;
}

.children li.page-item-3204 , .children li.page-item-3574, .children li.page-item-3591, .children li.page-item-3592, .children li.page-item-3593, .children li.page-item-3594, .children li.page-item-3595, .children li.page-item-3596, .children li.page-item-3597, .children li.page-item-3598, .children li.page-item-3599, .children li.page-item-3600 {
	display:none;
}

.page-template-employeebriefcase-php .overlayinnerlist li.current_page_ancestor > a, .page-template-employeebriefcase_page-php .overlayinnerlist li.current_page_ancestor > a, .page-template-employeebriefcase-php .overlayinnerlist li.current_page_item > a, .page-template-employeebriefcase_page-php .overlayinnerlist li.current_page_item > a  {
    background: url("/images/nav_bullet_down.png") no-repeat scroll 0 7px transparent;
}
#footbg {
    background: url("/images/employeelinebg.png") repeat scroll 97px 1px transparent;
}

.parent-pageid-3081 table, th, td {
border:1px solid black !important;
padding:6px;
margin:10px 0;
}


/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:38%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	background:url(/images/prev_arrow.jpg) no-repeat 0 0;
	left:13px;
	width:33px;
	height:33px;
}
.nivo-nextNav {
	background:url(/images/next_arrow.jpg) no-repeat 0 0;
	right:13px;
	width:33px;
	height:33px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

	.page-template-employeebriefcase_page-php #searchsubmit, .page-template-employeebriefcase-php #searchsubmit {
		position:relative;
		top:-7px;
	}


}
