/* CSS adallasinjuryattorney.com */

body {
	margin: auto;
	position: relative;
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #362d29;
	background-color: #b1b7bb;
	background-image: url(../images/gray-blue-bg.jpg);
	background-repeat: repeat;
}
p { padding: 10px; line-height: 20px}
a { color: #663300; }
a:hover { color: #999999; }
a:active { color: #000033; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h1.heading { text-transform: uppercase;}
h2, h3 {}
h4 {}

/* lists and forms */


ul.sitemap {
	text-align: left;
	list-style: none;
	line-height: 25px;
}

#form1 {
	text-align: center;
}
#submit, #reset {
	width: 50px;
	color: #000000;
}

/* WebOpts footer */
.purpletext {
	color: #515882;
	font-weight: bold;
}
.orangetext {
	font-weight: bold;
	color: #cd6100;
}

/* main content and container area */
#container {
	background: #f7f7f7;
	border: 1px solid #000000;
	width: 770px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#masthead {
	width: 770px;
	height: 309px;
	background-color: #000;
	background-image: url(../images/new-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {}

#header h1 {
	float: right;
	vertical-align: top;
	font-size: 1.80em;
	color: #362d29;
	padding: 0 10px 0 0;
}

  #header p.content_left {
	text-align: left;
	position: relative;
	top: 10px;
	left: 100px;
	width: 250px;
	color: #e5c572;
	vertical-align:top;
	padding: 0;
	margin-top: 0;
}
/* sub_sontainer - Wrapper for content area */
#sub_container {
	background: #f7f7f7;
}

#left_col {
	background-image:url(../images/practice_areas.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 35px;
	float: left;
	width: 200px;
	margin-left:5px;
	margin-bottom:10px;
	background-color: #006fbb;
	overflow: hidden;
	border: 1px solid #000;
}
#left_col h3, #left_col h4 {
	line-height: 25px;
	background-color: #362d29;
	color: #e5c572;
	margin: 0px;
	text-align: center;
}
#left_col ul li {
	text-align:left;
	margin-left: 5px;
}
#left_col ul li a {
	color: #cccccc;
}

#content {
	padding-top: 5px;
	float: left;
	width: 540px;
}
#content h1 {
	font-size: 1.5em;
	padding-left: 15px;
	text-align: left;
}
#content h3, h4 {
	font-size: 1.1em;
	text-align: left;
	padding-left: 15px;
}
#content p {
	text-align: left;
	margin: 0 5px 0 5px;
}
  #content p.content_center { text-align: center;}
  
#content ul.content-list{
	padding-left:50px;
	text-align:left;
}
#content ul.content-list li{
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
}
  
  #content .links a {
	color: #000000;
	text-decoration: none;
}
  #content .links a:hover {color: #000099;}
  
    
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 30px;
}

#contactbox {float:right; width:180px; border-color:#333; border-style:solid; border-width:thin;}

/* WebOpts copyright info and link */
#copyright {
	clear: both;
	width: 770px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: black;
	background-image: none;
}
#copyright a {
	background-color: transparent;
	background-image: none;
}
#copyright, #copyright a { color: #e5c572; text-decoration: none;}
#copyright a:hover { color: #c3ab6d; text-decoration: underline;}

div {
	background-color: transparent;
	background-image: none;
}

/* browser fixes  and floats */
.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
	
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.offsitelink a {
	color: #000000;
	text-decoration: none;
}
.offsitelink a:hover {
	color: #999999;
	text-decoration: none;
}
.offsitelink a:visited {
	color: #999999;
	text-decoration: none;
}
