/*-- Main css file for Texas IP Labs --*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #132B39 url(img/background_TIPL.gif) repeat-x top left;
	font: 62.5% Helvetica, Arial, Geneva, sans-serif; 
	text-align: center;
	line-height: 1.2em;
}

H1 {
	font-size: 2em;
}  /* displayed at 24px */

H2 {
	font-size: 1.5em;
}  /* displayed at 18px */

H3 {
	font-size: 1.25em;
}  /* displayed at 15px */

H4 {
	font-size: 1em;
}  /* displayed at 12px */

p {
	font-size: 1.2em;
}  /* displayed at 12px */

a {
	font-size: 1.2em;
	cursor: pointer;
}  /* displayed at 12px */

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: url(img/icons/icon_pdf.gif) no-repeat center right;
}

li {
	font-size: 1em;
}  /* displayed at 10px */

#wrapper {	
 	margin: 0 auto;
	width: 840px;
	text-align: left;
	background: url(img/top_graphic.gif) no-repeat top right; 
}

#logo a {
	display: block;
	background: url(img/logo.gif) no-repeat top left;
	height: 53px;
	width: 189px;
	text-indent: -4000em;
}

#links {
	width: 18em;
	position: relative;
	left: 624px; 
	color: #132B39;
	margin-top: -1.6em;
}

#links a {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;	
}

#links a:hover {
	color: #FF7B00;
	text-decoration: none;
}

#links a.active {
	font-weight: bold;
	color: #68889B;
}

#main {
	margin-top: .6em;
	float: left;
	width: 603px;
	min-height: 41.5em;
	height: auto !important;
  	height: 41.5em;
	background: #FFF url(img/white_box_bottom.jpg) no-repeat bottom left;
}

#mainindex {
	margin-top: .6em;
	float: left;
	width: 603px;
	min-height: 68.9em;
	height: auto !important;
  	height: 68.9em;	
	background: #FFF url(img/index_bottom.gif) no-repeat bottom left;
}

#box1 {
	float: left;
}

#index {
	clear: both;
	margin-top: .2em;
	float: left;
	width: 603px;
	min-height: 47.5em;
	height: auto !important;
  	height: 47.5em;
	color: #555;
	background: #FFF url(img/index_back.png) no-repeat;
}

#boxtopleft hr {
    height: 1px;
	width: 269px; 
    margin: 2px 2px 0px 20px; 
	background: #CED6E0;
}

#boxtopright hr {
	height: 1px;
    width: 269px;
    background: #CED6E0;
    margin: 2px 2px 0px 14px; 
}

#boxtopleft {
	float: left;
	width: 301px;
	min-height: 20px;
	height: auto !important;
  	height: 20px;
	background: url(img/box_top.png) no-repeat top left;

}

#boxtopleft h2 {
	color: #68889B;
	line-height: 1em;
	font-weight: normal;
	font-variant: small-caps;
	padding-left: 20px;
	padding-top: 1.4em;	
}	

#boxtopleft h2 a {
	text-decoration:none;
	color: #68889B;
	font-size: 1em;
}

#boxtopleft h2 a:hover {
	text-decoration:none;
	color: #FF7B00;
}

#boxbottomleft {
	clear: left;
	width: 301px;
	min-height: 200px;
	height: auto !important;
  	height: 200px;
	background: url(img/box_bottom.png) no-repeat bottom left;
	top: 20px;
}

#image1 {
	float: right;
	background: url(img/infringement_box.jpg) no-repeat;
	padding-right: 11px;
	margin-top: 1.1em;
	height:174px;
	width:119px;
}

#image2 {
	float: right;
	background: url(img/portfolio_box.jpg) no-repeat;
	padding-right: 15px;
	margin-top: 1.1em;
	height:174px;
	width:119px;
}


#image3 {
	float: right;
	background: url(img/defense_box.jpg) no-repeat;
	padding-right: 11px;
	margin-top: 1.1em;
	height:174px;
	width:119px;
}

#image4 {
	float: right;
	background: url(img/contact_box.jpg) no-repeat;
	padding-right: 15px;
	margin-top: 1.1em;
	height:174px;
	width:119px;
}

#boxtopright {
	float: left;
	width: 301px;
	min-height: 20px;
	height: auto !important;
  	height: 20px;	
	background: url(img/box_top.png) no-repeat top right;
}

#boxtopright h2 {
	color: #68889B;	
	line-height: 1em;
	font-weight: normal;
	font-variant: small-caps;
	padding-left: 14px;
	padding-top: 1.4em;	
}

#boxtopright h2 a {
	text-decoration:none;
	color: #68889B;
	font-size: 1em;
}

#boxtopright h2 a:hover {
	text-decoration:none;
	color: #FF7B00;
}

#boxbottomright {
	clear: both;
	width: 301px;
	min-height: 200px;
	height: auto !important;
  	height: 200px;
	background: url(img/box_bottom.png) no-repeat bottom right;
	top: 20px;	
}


#boxbottomleft p {
	line-height: 1.2em;
	padding: 10px 140px 10px 20px;
}

#boxbottomright p {
	line-height: 1.2em;
	padding: 10px 140px 10px 14px;
}

#box2 {
	float: right;
}

#box3 {
	float: left;
	margin-top: -10px;
}

#box4 {
	float: right;
	margin-top: -10px;
}


#masthead h2 {
	text-indent: -1000em;
}

#nav {
	float: left;
	min-height: 23px;
	height: auto !important;
  	height: 23px;
	max-width: 603px;
	padding: 0;
	list-style: none;
}

#indexnav ul {
	clear: both;
	float: left;
	background: #9C2B00 url(img/index_nav_back.gif) repeat-x bottom left;
	margin: 0;
	padding: 0;
	width: 603px;
	list-style: none;
}

#indexnav ul li {
	display: inline; /* prevents tabs from cascading in IE7 */
}

#indexnav a {
	margin-top: .3em;
	margin-left: 3px;
	color: #555;
	float: left;
	background: #CAD5DC url(img/index_right_tall.gif) no-repeat top right;
	text-decoration: none;
}
	
#indexnav a span {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.6em;
	background: url(img/index_left_tall.gif) no-repeat top left;
	color: #555;
	text-decoration: none;
}

#indexnav a span:hover {
	color: #dd5900;
}

#indexnav li a.active {
	margin-top: .3em;
	margin-left: 3px;
	float: left;
	background: #fff url(img/index_right_active.gif) no-repeat top right;
	text-decoration: none;
}

#indexnav li a.active span {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.6em;
	background: url(img/index_left_active.gif) no-repeat top left;
	color: #333;
	text-decoration: none;
}


#nav ul {
	clear: both;
	float: left;
	background: #68889B url(img/nav_back.gif) repeat-x bottom left;
	margin: 0;
	padding: 0;
	width: 603px;
	list-style: none;
}

#nav ul li {
	display: inline; /* prevents tabs from cascading in IE7 */
}

#nav a {
	display:block;
	margin-top: .3em;
	margin-left: 3px;
	color: #555;
	float: left;
	background: #CAD5DC url(img/tab_right_tall.gif) no-repeat top right;
	text-decoration: none;
}
	
#nav a span {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.6em;
	background: url(img/tab_left_tall.gif) no-repeat top left;
	color: #555;
	text-decoration: none;
}

#nav a span:hover {
	color: #dd5900;
}

#nav a:hover {
	color: #dd5900;
}

#nav li a.active {
	margin-top: .3em;
	margin-left: 3px;
	float: left;
	background: #fff url(img/tab_right_active.gif) no-repeat top right;
	text-decoration: none;
}

#nav li a.active span {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.6em;
	background: url(img/tab_left_active.gif) no-repeat top left;
	color: #333;
	text-decoration: none;
}

#nav img {
	padding: 0;
	padding-top: 1.3em;
}

#side {
	margin-top: .6em;
	float: right;
	width: 190px;
	margin-left: 10px;
	margin-right: 36px !important;
	margin-left: 0px !important;
	
}

#sidetop {
	background: #B3B3B3 url(img/gray_top.gif) no-repeat top center;
	height: 1em;
}

#datebox {	
	background: #777777;
	color: #B3B3B3;
	height: 4em;
}

#datebox p {
	line-height: 1.2em;
	text-align: right;
	padding-top: 2.45em;
	padding-right: 9px;
}

#sidetitle {	
	background: #B3B3B3;
	min-height: 10.3em;
	height: auto !important;
  	height: 10em;
}

#side h3 {
	line-height: 1em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 49px 9px 9px 9px;
	text-align: left;
}

#sideshadow {
	height: 1em;
	background: #B3B3B3 url(img/gray_top_shadow.gif) no-repeat left bottom;
}

#sidecontent {
	padding: 9px;
	min-height: 44.5em;
	height: auto !important;
  	height: 44em;
	background: #ccc;
	color: #444;
	line-height: 1.5em;
}

#sideshadowlow {
	height: 63px;
	background: url(img/gray_bottom.jpg) no-repeat left bottom;
}

#content {
	margin-top: .4em;
	float: left;
	width: 395px;
	padding: .9em 0 .9em 19px;
	min-height: 35em;
	height: auto !important;
  	height: 35em;
	color: #555;
}

#content a {
	font-size: 1em;
	color: #68889b;
	text-decoration: none;
}

#content a:hover {
	font-size: 1em;
	color: #dd5900;
	text-decoration: none;
}

#content p {
	padding-right: 21px;
	border-right: 1px solid #999;
	line-height: 1.2em;
}

#contentform {
	margin-top: .4em;
	float: left;
	width: 395px;
	padding: .9em 0 .9em 19px;
	min-height: 35em;
	height: auto !important;
  	height: 35em;
	color: #555;
}

#contentform p {
	padding-right: 21px;
	line-height: 1.2em;
}

#notes {
	font-size: 1.2em;
	margin-top: .2em;
	float: right;
	width: 164px;
	padding: 0 19px .9em 6px;
	color: #555;
}

notes ul {
	padding: 0 0 0 1em;
}

#notes li {
	line-height: 1.2em;
	padding: .9em 0 0 1.8em;
	background: url(img/bullet_orange.gif) no-repeat top left;
	background-position: .3em 1em;	
	list-style: none;
}
	
#footer {
	clear: both;
	padding-top: 5px;
	font-size: .9em;
	color: #B3B3B3;
}

/* styles for contact form */

#name, #email {
	width: 200px;
	border: #B3B3B3 solid 1px;
}

#message {
	width: 350px;
	height: 120px;
	border: #B3B3B3 solid 1px;
}

label, .warning {
	font-weight: bold;
}

.warning {
	color: #992A1D;
}

