/* Main Structural DIVs and their default styles
================================================================================================================ */

#wrapper {
	border: 1px solid #999;
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: 923px;
	padding-bottom: 40px;
}
#header,
#headerLanding {
	border-bottom: 1px solid #999;
	margin: 0 auto;
	position: relative;
	width: 923px;
}
img#headerBanner {
	display: block;
}
div#printHeader {
	display: none;
}
#navbar {
	background-image: url('/img/navShadow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 5px auto 0 auto;
	position: relative;
	text-align: center;
	width: 923px;
}
#navbar table {
	border-collapse: collapse;
	margin: 0px auto;
	text-align: center;
	width: 900px;
}
#navbar table tr td {
	margin: 0;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

#navbar table tr td a {
	border-top: 1px solid #fff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #67777e;
	display: block;
	font-size: 10px; line-height: 20px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-decoration: none;
}

#navbar table tr td a.here,
#navbar table tr td a:hover {
	background-color: #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: none;
	border-left: 1px solid #999;
	color: #000;
}
/*#navbar table tr td.hover,
#navbar table tr td.here {
	background-color: #fff;
}
#navbar table tr td.hover a,
#navbar table tr td.here a {
}
*/


div #articlesSubnav {
/*	background-color: #000;*/
	border-bottom: 1px solid #999;
	height: 18px;
	padding: 10px 0;
	text-align: center;
}

#articlesSubnav table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
}
#articlesSubnav table tr td {
}

#articlesSubnav table tr td a {
	color: #888888;
	font-weight: normal;
	font-size: 10px; line-height: 16px;
	padding: 13px 16px;
}
#articlesSubnav table tr td a:hover {
	background-color: #e4ebeb;
	color: #6e2939;
}



#lawyersSubnav {
	background-image: url('/img/lawyersDropDownFiller.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
#lawyersSubnav table {
/* 	width: 760px; */
	margin: 10px 0px 0px 110px;
	text-align: center;
}
#lawyersSubnav table tr {
}
#lawyersSubnav table tr td {
	border-left:1px solid #e3eded;
	padding: 0px 0px 10px 8px;
	width:190px;
}
#lawyersSubnav table tr td h4 {
	font-size: 1.02em;
}
#lawyersSubnav table tr td a {
	display: inline;
	font-size: .85em;
	color: #666666;
	padding: 5px 5px 0px 0;
}
#lawyersSubnav table tr td a:hover {
	display: inline;
	color: #6e2939;
	text-decoration: underline;
}


#login {
	background-image: url('/img/homeLoginBox.png');
	background-repeat: no-repeat;
}


/* ----MAIN CONTENT --------------------------------------------------------------------------------------- */

#content {
	margin: 0 auto;	
	width: 923px;
	position: relative;
}


#main {
	width: 440px;
	float: right;
	margin: 0 45px 0 0;
}

div#main h1 {
	font-size: 2.3em; line-height: 1.2em;
	margin: 0 0 13px 0;
	padding-top: 2px;
	color: #996633;
}

/*div#introText p {
	color: #67777e;
	font-size: 1.4em; line-height: 1.5em;
	font-family: "Georgia", serif;
	letter-spacing: -.01em;
}
*/

div#sectionHeader {
	border-bottom: 4px solid #ececec;
	font-size: 3em;
	padding: 20px;
	text-transform: uppercase;
}





ul.mainArticleList li {
	margin-bottom: 15px;
	margin-right: 55px;
}
ul.mainArticleList li p {
	margin: 0px;
}
ul.mainArticleList li p.articleTitle {
	font-size: 1.1em;
	line-height: 1.2em;
	padding-bottom: 1px;
}
ul.mainArticleList li p.articleTitle a {
	border-bottom: 1px solid #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul.mainArticleList li p.articleTitle a:hover {
	border-bottom: 1px solid #6e2939;
	color: #6e2939;
}
ul.mainArticleList li p.articleDate {
	color: #666666;
	font-size: .95em;
	letter-spacing: .05em;
	font-weight: normal;
	font-style: italic;
}
ul.mainArticleList li p.articleBody {
	font-size: 0.9em;
	font-family: "Arial", sans-serif;
	line-height: 1.3em;
	color: #67777e;
	padding: 5px 0 1px 0;
}
ul.mainArticleList li a.articleReadMore {
	border-bottom: 1px solid #fff;
	color: #6e2939;
	font-size: .75em;
}
ul.mainArticleList li a:hover.articleReadMore {
	font-size: .75em;
	color: #000;
	border-bottom: 1px solid #000;
}



div#articlePagination {
	margin-top: 44px;
}
div#articlePagination div.disabled {
	display: none;
}



/* ----LEFT SIDEBAR --------------------------------------------------------------------------------------- */
#leftSidebar {
	width: 174px;
	float: left;
}
#leftSidebar h2 {
	padding-left: 20px;
}

.leftSidebarPadder {
	padding: 5px 0 0 18px;
}

ul.leftSidebarNavList li a {
	font-family: Georgia, sans-serif;
	display: block;
	padding: 0 0 0 18px;
}
ul.leftSidebarNavList li a.here,
ul.leftSidebarNavList li a:hover {
	background: #fff url(/img/leftSidebarNavListBkg.png) repeat-y;	
}

ul#practiceAreasSideNav,
ul#practiceAreasSideNav li {
	margin: 0px;
	padding: 0px;
}
ul#practiceAreasSideNav li a {
	background-position: -4px 0px;
	color: #666666;
	display: block;
	margin: 10px 0 0 0;
	padding:5px 0 0 20px;
	font-size: 11px; line-height: 14px;
	height: 20px;
	text-decoration: none;
}
ul#practiceAreasSideNav li a:hover {
	background-position: -4px -26px;
	color: #191919;
	font-weight: bold;
}
ul#practiceAreasSideNav li a.patents {
	background-image: url('/img/sidebarNavBkg-patents.png');
}
ul#practiceAreasSideNav li a.litigation {
	background-image: url('/img/sidebarNavBkg-litigation.png');
}
ul#practiceAreasSideNav li a.trademarks {
	background-image: url('/img/sidebarNavBkg-trademarks.png');
}
ul#practiceAreasSideNav li a.parmaBiotech {
	background-image: url('/img/sidebarNavBkg-parmaBiotech.png');
}
ul#practiceAreasSideNav li a.copyrightsDesigns {
	background-image: url('/img/sidebarNavBkg-copyrightsDesigns.png');
}
ul#practiceAreasSideNav li a.internetComputers {
	background-image: url('/img/sidebarNavBkg-internetComputers.png');
}
ul#practiceAreasSideNav li a.here {
	background-position: -4px -52px;
	color: #000;
	font-weight: bold;
}



a.linkAlt  {
	color: #6e2939;
	border-bottom: 1px solid #6e2939;
}
a.linkAlt:hover  {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

a.linkAlt2  {
	border-bottom: 1px solid #fff;
	color: #000;
}
a.linkAlt2:hover  {
	border-bottom: 1px solid #6e2939;
	color: #6e2939;
	font-weight: bold;
}



/* ----RIGHT SIDEBAR --------------------------------------------------------------------------------------- */
#printRightSidebar {
	display: none;
}

#rightSidebar {
/*	background-color: #efefef;*/
	padding-top: 60px;
	width: 219px;
	float: right;
}
.rightSidebarPadder {
/*	padding: 10px 0;*/
}
div.calculatorHeader {
	background-color: #ececec;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
div#sidebarTagCloud {
	font-family: Arial, sans-serif;
	padding-right: 20px;
}

div#sidebarTools {
	width: 220px;
	margin-bottom: 20px;
}

ul.sidebarArticleList {
	margin-top: 12px; /*was 7.5px*/
}
ul.sidebarArticleList li {
	font-size: .85em;
	margin-bottom: 11px; /*was 15px*/
	margin-right: 55px;
}
ul.sidebarArticleList li p {
	margin: 0px;
}
ul.sidebarArticleList li p.articleTitle {
	line-height: 1.185em;
	padding-bottom: 2px;
}
ul.sidebarArticleList li p.articleTitle a {
	border-bottom: 1px solid #fff;
	color: #000;
	font-weight: bold;
}
ul.sidebarArticleList li p.articleTitle a:hover {
	color: #6E2939;
	border-bottom: 1px solid #6e2939;
}
ul.sidebarArticleList li p.articleDate {
	color: #666666;
	font-size: 1.2em;
	letter-spacing: .05em;
	font-weight: normal;
	font-style: italic;
}
ul.sidebarArticleList li p.articleBody {
	font-size: 0.9em;
	font-family: "Arial", sans-serif;
	line-height: 1.3em;
	color: #67777e;
	padding: 5px 0 1px 0;
}
ul.sidebarArticleList li a.articleReadMore {
	border-bottom: 1px solid #fff;
	color: #6e2939;
	font-size: .75em;
}
ul.sidebarArticleList li a:hover.articleReadMore {
	font-size: .75em;
	color: #000;
	border-bottom: 1px solid #000;
}


a.sidebarNav  {
	border-bottom: 1px solid #fff;
	color: #6e2939;
	font-size: 0.9em;
	letter-spacing: .05em;
}
a:hover.sidebarNav  {
	color: #000;
	border-bottom: 1px solid #000;
}

/* ------------------------------------------------------------------------------------------- */
#footer {	
	clear: both;
	width: 923px;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
/*	border-top: 3px solid #000000;*/
}
div#printFooter {
	display: none;
}
#footer ul {
	margin: 0px; padding: 0px 0 0 5px;
}
#footer ul li {
	float: left;
}
#footer a:link , 
#footer a:hover , 
#footer a:visited , 
#footer a:active  {
	color: #6e2939;
	border-bottom: 1px solid #6e2939;
}	
#footer a:hover{
	border-bottom: 1px solid #fff
	color: #000;
}
#footer p {
	font-size: 10px;
	color: #999;
	margin: 0px; padding: 8px 0 0px 0px;
}

span.contactEmail {
	display: none;
}



/* --- SHARED STYLES ---------------------------------------------------------------- */

.smallMetaText {
	font-size:1em; 
	font-style:italic; 
	color:#999; 
	margin-top:5px; 
	margin-bottom:13px;
}
#breadcrumbs {
	padding: 7px 0 20px 19px;
	font-family: "Arial", sans-serif;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}