@charset "utf-8";

/*-----------------PAGE-----------------*/
html,body {
	background-image: url(_images/page_bg.jpg);
	background-position:bottom;
	margin: auto;
	height:100%;
	background-attachment:fixed;
}
.container {
	background-image: url(_images/container_BG.png);
	background-repeat: repeat-y;
	min-height: 700px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	margin-bottom:-12px;
}
img {
	border: 0;
}

/*-----------------HEADER-----------------*/

#header {
	background-position: bottom;
	width: 960px;
	height: 130px;
	padding-top: 10px;
	border: 0px solid;
	clear: both;
	margin: auto;
}
#subpage_header_res {
	width: 660px;
	height: 100px;
	margin-right: 45px;
	float: right;
	background-image: url(_images/subpage_header_res2.jpg);
}
#subpage_header_lit {
	width: 660px;
	height: 100px;
	margin-right: 45px;
	float: right;
	background-image: url(_images/subpage_header_lit.jpg);
}
#subpage_header_pub {
	width: 660px;
	height: 100px;
	margin-right: 45px;
	float: right;
	background-image: url(_images/subpage_header_pub.jpg);
}
#subpage_header_con {
	width: 660px;
	height: 100px;
	margin-right: 45px;
	float: right;
	background-image: url(_images/subpage_header_con.jpg);
}
#menu2 a {
	display: inline;
	float: right;
	background-position: top;
	text-indent: -5000em;
	border: 0px solid;
}
#menu2 a:hover {
	background-position: bottom;
}
a#email_btn {
	margin-top: 75px;
	width: 45px;
	height: 42px;
	background-image: url(_images/email_btn.png);
}
a#download_btn {
	margin: 75px 0 0 10px;
	width: 45px;
	height: 42px;
	background-image: url(_images/download_btn.png);
}
a#unt_btn {
	margin: 75px 37px 10px 10px;
	width: 45px;
	height: 42px;
	background-image: url(_images/unt_btn.png);
}
#logo {
	width: 208px;
	height: 155px;
	background-image: url(_images/logo.png);
	margin-top: -15px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	position: fixed;
}

/*-----------------SIDEBAR-----------------*/

#sidebar {
	width: 210px;
	height: 560px;
	background-image: url(_images/sidebar2.jpg);
	margin-left: 45px;
	margin-top: 0px;
	position: fixed;
}
#menu a {
	display: inline;
	float: right;
	margin-right: 9px;
	background-position: top;
	text-indent: -5000em;
}
#menu a:hover {
	background-position: bottom;
}
a#home_btn {
	margin-top: 20px;
	width: 191px;
	height: 29px;
	background-image: url(_images/home_btn.png);
}
a#resume_btn {
	margin-top: 8px;
	width: 191px;
	height: 29px;
	background-image: url(_images/resume_btn.png);
}
a#litigations_btn {
	margin-top: 8px;
	width: 191px;
	height: 29px;
	background-image: url(_images/litigations_btn.png);
}
a#publications_btn {
	margin-top: 8px;
	width: 191px;
	height: 29px;
	background-image: url(_images/publications_btn.png);
}
a#contact_btn {
	margin-top: 8px;
	width: 191px;
	height: 29px;
	background-image: url(_images/contact_btn.png);
}
#jumpmenu a {
	display:inline-block;
	background-color:#eee;
	color:#666666;
	padding:1px 5px;
	margin:0px 4px;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#jumpmenu a:hover {
	background-color:#333;
	color:#FFF;
}

/*-----------------BODY-----------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
#litheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom:-10px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333;
	margin-left:-3px;
}
ul {
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 175%;
	color: #666;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom:-10px;
	padding-left:25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
	border-bottom: 1px solid #999;
	margin-top: -10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: 600;
	font-size:14px;
	margin-bottom:25px;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	margin-top:10px;
}
#top a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	text-decoration:none;
}
#top a:hover{
	color:#06F;
}
div {
	font-size: 10px;
	text-decoration: none;
}
#imagebanner {
	width: 660px;
	height: 300px;
	margin: -1px 45px 0 270px;
	float: right;
}
#content1 {
	width: 273px;
	height: 190px;
	margin: 30px 45px 0px 30px;
	position: relative;
	float: right;
	background-color: #fff;
	padding: 20px;
}
#litmenu {
	display: inline;
	background-position: top;
	text-indent: -5000em;
}
#litmenu a:hover {
	background-position: bottom;
}
a#clipboard_btn {
	width: 80px;
	float:left;
	height: 70px;
	margin: 20px -9px 5px -13px;
	background-image: url(_images/clipboard_btn.png);
}
a#opinion_btn {
	width: 80px;
	height: 70px;
	float:left;
	margin: 20px -9px 5px 0;
	background-image: url(_images/opinion_btn.png);
}
a#scale_btn {
	width: 80px;
	height: 70px;
	float:left;
	margin: 20px -9px 0 0;
	background-image: url(_images/scale_btn.png);
}
#gavel_btn {
	width: 80px;
	height: 70px;
	float:left;
	margin: 20px -9px 0 2px;
	background-image: url(_images/gavel_btn.png);
}
#content_header {
	background-image: url(_images/content_header.png);
	background-repeat: repeat-x;
	height: 30px;
	margin: -20px -20px 0 -20px;
}
#content2 {
	width: 273px;
	height: 190px;
	margin: 30px 0px 0px 30px;
	position: relative;
	float: right;
	background-color: #fff;
	padding: 20px;
}
#bodycontent {
	width: 658px;
	margin: 130px 0 0 288px;
	padding-bottom: 30px;
}
#content-indent {
	width: 618px;
	margin-left:30px;
}

/*-----------------CONTACT-----------------*/
#textcontent {
	width:300px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
#contactarea {
	width: 300px;
	margin-right:30px;
	padding-bottom:30px;
	float:right;
}
#contactarea p {
	margin:0;
	color:#999;
	font-size:12px;
}
input {
	width:280px;
	height:25px;
	-moz-border-radius:5px;
	background-color:#eee;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding-left:5px;
	margin:-10px 0 10px 0;
	border:1px solid #ddd;
}
textarea {
	width:275px;
	height:180px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:#eee;
	font-size:12px;
	padding:5px 5px;
	margin-top:-10px;
	overflow:auto;
	border:1px solid #ddd;
}
input,textarea:focus {
	outline-color:#09F;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.button {
	width:94px;
	height:24px;
	margin:10px 0 0 -2px;
	background-color:transparent;
	background-image:url(_images/submit_reg.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-5000em;
	cursor:pointer;
	border:0;
}
.button:hover {
	background-image:url(_images/submit_hvr.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

/*-----------------FOOTER-----------------*/

#footer {
	height: 175px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	position: relative;
	bottom:0px;
	background-image: url(_images/footer_img4.png);
	background-position: top;
	background-repeat:no-repeat;
	margin: auto;
	width: 990px;
	border: 0px solid;
}
#footer p {
	padding-top:10px;
	color:#000;
	font-size:10px;
}
