#mobile { display:none; }

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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* 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;
}

body {
	margin: 10px 15px;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1em;
	text-align:center;
	}

a, a:link { color: #0000ff; text-decoration: underline; }
a:hover, a:visited:hover { color: #ff0000; text-decoration: underline; }
a:visited { color: #800080; text-decoration: underline; }

td { vertical-align:middle; }

.BW { color:#F7B32B; }

/* ------------------------------------------------------------------------------------------------------ TOP CONTAINER */
#topContainer { height:50px; border-bottom:5px solid #706a6c; }

/* ------------------------------------------------------------------------------------------------------ SEARCH BAR */
.searchContainer { position:absolute; width:262px; right:0px; }

.searchInput {
	font-family:arial,helvetica,sans-serif;
	font-size:0.688em;
	width:192px;
	height:13px;
	background:#ffffff url('http://www.berding-weil.net/gfx/bgr_search.gif');
	border:1px solid #706a6c;
	padding:2px;
}

#searchInputContainer { position:absolute; margin-top:-3px; }
#searchButtonContainer { position:absolute; margin-left:196px; }

.searchSubmit { border:0;padding:0;width:68px;height:20px;background:none;cursor:pointer; }
.searchButton { border:1px solid #706a6c; }

/* FIREFOX FIX */
@-moz-document url-prefix() { 
	#searchButtonContainer { margin-left:194px; } 
	.searchInput { margin-top:3px; }
	.searchButton { margin-top: -1px; }
}

/* ------------------------------------------------------------------------------------------------------ TOP NAV BAR */
.topNavContainer { position:absolute;right:0px;margin-top:29px;font-family:arial,helvetica,sans-serif;font-size:0.813em;font-weight:bold; }

.topNavItem, .topNavItem_AboutBW { float:left; padding-right:20px;padding-bottom:3px; height:18px; border-bottom:5px solid #706a6c; }

.topNavItem_AboutBW { margin-top:-2px;padding-bottom:5px; }
.topNav_BWdiv { color:#f78f1e;font-size:16px;font-weight:bold; }

a.topNav, a.topNav:link, a.topNav:visited { color: #706a6c; text-decoration: none; }
a.topNav:hover, a.topNav:visited:hover { color: #f78f1e; text-decoration: none; }


/* ------------------------------------------------------------------------------------------------------ BW LOGO */

.BWlogo_home { float:left;margin-top:15px; }

/* ------------------------------------------------------------------------------------------------------ PRACTICE AREA MENU CONTAINER */
#paMenuContainer { margin-top:2px; }

/* ------------------------------------------------------------------------------------------------------ LEFTSIDE PRACTICE AREA MENU */
#leftsideMenuContainer {
	float:left;
	font-family:trebuchet ms,arial, helvetica, sans-serif;
	font-size:0.813em;
	font-weight:bold;
	letter-spacing:1px;
	color:#ffffff;
}

.practice_area_menu {
	width:230px;
	height:50px;
	background-color:#7b7b7b;
	padding:15px 0 0 15px;
}

#paMenu1 { border-top:2px solid #ffffff; }
#paMenu2 { /* border-top:2px solid #ffffff; */ }
#paMenu3 { border-top:2px solid #ffffff; }

.paCorner { position:absolute;margin:20px 0 0 200px; }

	a.paMenuLink { cursor:pointer; }
	a.paMenuLink, a.paMenuLink:link, a.paMenuLink:visited { color: #ffffff; text-decoration: none; }
	a.paMenuLink:hover, a.paMenuLink:visited:hover { color: #ffffff; text-decoration: none; }


/* ------------------------------------------------------------------------------------------------------ HOMEPAGE IMAGE */
#homepageImage { margin-left:247px;height:199px;background-image:url('http://www.berding-weil.net/gfx/bw_homeBanner5.jpg');background-repeat:no-repeat; background-position:right; }


/* ------------------------------------------------------------------------------------------------------ FIRM and PRACTICE AREA DESCRIPTIONS */
#paDescriptionContainer {
	margin-top:2px;
	background-color:transparent;
	border-top:2px solid #FAB32B;
	border-bottom:2px solid #FAB32B;
	background-image:url('http://www.berding-weil.net/gfx/bgr_OrangeFade.gif');
	background-repeat:repeat-x;
	margin-bottom:5px;
}

#paHeading {
	margin:0px 20px 0 15px;
	font-family:trebuchet ms,arial, helvetica, sans-serif;
	font-size:0.938em;
	font-weight:bold;
	letter-spacing:1px;
	color:#f78f1e;
}

#paDescription {
	margin:8px 35px 8px 0;
	font-family:arial, helvetica, sans-serif;
	font-size:0.75em;
	color:#363636;
	line-height: 150%;
}


/* ------------------------------------------------------------------------------------------------------ FEATURED */
#homeFeatures {  }

.featureFloater { float:left; }

#featureColumn4{ margin-right:0; }

.featureColumn { margin-right:10px; font-family:arial,helvetica,sans-serif;  }

.featureColumn h2 {
	font-family:trebuchet ms,arial,helvetica,sans-serif;
	font-size:0.875em;
	color:#f78f1e;
	font-weight:bold;
	margin-bottom:7px;
	padding-bottom:2px;
	border-bottom:1px solid #FAB32B;
}

.featureColumn h3 {
	font-family:trebuchet ms,arial,helvetica,sans-serif;
	font-size:0.875em;
	color:#f78f1e;
	font-weight:bold;
	margin-bottom:7px;
	padding-bottom:2px;
	border-bottom:1px solid #FAB32B;
}

.featureColumn h4 {
	font-size:0.813em;
	font-weight:bold;
}

#featureColumn2 h4 {
	margin-bottom:5px;
}

p { 	font-size:12px; color:#363636; margin:3px 0 0 0; }

ul.blogList {
	margin:5px 0 0 12px;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	font-size:0.75em;
	list-style-image: url('../_gfx/bullet_3x3_ltBlue.gif');
	list-style-type: square;
}

ul.blogList li { margin-top:4px; }

.blogSnip { font-size: 0.938em; }

.featureReadMore { margin:4px 2px 2px 0; text-align:left; color: #3d7abf; }

a.featureLabelLink, a.featureLabelLink:link, a.featureLabelLink:visited { color: #f78f1e; text-decoration: none; }
a.featureLabelLink:hover, a.featureLabelLink:visited:hover { color: #f78f1e; text-decoration: none; }

a.featureLink, a.featureLink:link, a.featureLink:visited { color: #121212; text-decoration: none; }
a.featureLink:hover, a.featureLink:visited:hover { color: #3d7abf; text-decoration: none; }

a.featureReadMore, a.featureReadMore:link, a.featureReadMore:visited { color: #3d7abf; text-decoration: none; }
a.featureReadMore:hover, a.featureReadMore:visited:hover { color: #f78f1e; text-decoration: none; }

/* ------------------------------------------------------------------------------------------------------ ADDRESS & CONTACT INFO */
#addressInfo {
	margin-top:3px;
	clear:both;
	width:100%;
	height:50px;
	background: url('../_gfx/bgr_SilverFadeUp.gif') top left repeat-x;
	font-family:arial,helvetica,sans-serif;
	font-size:0.688em;
	color:#363636;
	border-top:1px dashed #706a6c;
}

#addressInfo a, a:link, a:visited  { color: #3d7abf; text-decoration: none; }
#addressInfo a:hover, a:visited:hover  { color: #f78f1e; text-decoration: none; }

a.featureReadMore, a.featureReadMore:link, a.featureReadMore:visited { color: #3d7abf; text-decoration: none; }
a.featureReadMore:hover, a.featureReadMore:visited:hover { color: #f78f1e; text-decoration: none; }

/* ------------------------------------------------------------------------------------------------------ FOOTER */
#footer {
	position:relative;
	border-top:5px solid #706a6c;
	font-family:arial, helvetica, sans-serif;
	font-size:0.625em;
	color:#666666;
	text-align:center;
}

#footerCopyright { float:left; text-align:left; }

#footerRSSFeed { position:absolute; width:100%; left: 0; margin-top:3px; }
#footerRSSFeedIMG { vertical-align:middle; padding-right:5px; }

#footerFacebook { position:absolute; width:100%; left:0; margin-top:25px; }
#footerFacebookIMG { vertical-align:middle; padding-right:5px; }

#footerNav { float:right; text-align:right; }

.FooterDivider { font-size:12px; color:#f78f1e; }

a.citrixLink, a.citrixLink:link, a.citrixLink:visited { color: #666666; text-decoration: none; }
a.citrixLink:hover, a.citrixLink:visited:hover { color: #f78f1e; text-decoration: none; }

a.footerLink { font-size:11px; }
a.footerLink, a.footerLink:link, a.footerLink:visited { color: #666666; font-weight:bold; text-decoration: none; }
a.footerLink:hover, a.footerLink:visited:hover { color: #f78f1e; font-weight:bold; text-decoration: none; }
