/* CSS adallasdwilawyer.com */

body {
	background: transparent url(../images/bg_brn.gif) top center repeat;
	margin: auto;
	position: relative;
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
p { padding: 10px; }
a { color: #999999; }
a:hover { color: #000033; }
a:visited { color: #663300; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3 {}
h4 {}
ul.sitemap {
	text-align: left;
	list-style: circle;
	line-height: 25px;
}
input, textarea {
	width: 250px;
}
#submit, #reset {
	width: 50px;
	color: #000000;
}
.purpletext {
	color: #515882;
	font-weight: bold;
}
.orangetext {
	font-weight: bold;
	color: #cd6100;
}
#container {
	background: #f7f7f7;
	border: 1px solid #c0b597;
	width: 770px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
#masthead {
	background: url(../images/masthead.jpg) top center no-repeat #46261f;
	height: 150px;
}
#logo {
	
}
#header h1 {
	float: left;
	vertical-align: top;
	font-size: 1.9em;
	color: #ffffff;
	padding: 5px 5px 0 15px ;
}
#sub_container {
	background: #f7f7f7;
}
#left_col {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}
#left_col {
	float: left;
	width: 155px;
	margin-left: 3px;
	border: 1px solid #467445;
	text-align: left;
	font-size: 0
.em;
}
#left_col h3, h4 {
	background-color: #130907;
	color: #c0b597;
}
#left_col ul li {
	text-align: left;
	margin-left: -15px;
}
#left_col ul li a {
	color: #000000;
}
#left_col img { padding: 5px;}
#content {
	padding-top: 5px;
	float: left;
	width: 420px;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.1em;
}
#content p {
	text-align: left;
	margin: 0 5px 0 5px;
}
#content p.content_center {
	text-align: center;
	font-size:8px;
}
#content ul{
	text-align:left;
	margin-right:20px;
}
#content ul li{
	margin-bottom:10px;	
}
#contactusbox {
	float: left;
	margin-left: 15px;
	padding: 5px;
	text-align: left;
}
  
#right_col{
	padding: 0px 0 10px 0;
	margin: 10px 0 10px 0;
}
#right_col {
	float: left;
	width: 180px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #467445;
}
#right_col h3, h4 {
	background-color: #130907;
	color: #c0b597;
	margin: 0px;
	line-height: 25px;
}
#right_col ul li {
	text-align: left;
	margin-left: -15px;
}
#right_col ul li a {
	color: #000000;
}
#copyright {
	clear: both;
	width: 770px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: none;
}
#copyright, #copyright a {
	background-color: transparent;
	background-image: none;
	text-decoration: none;
	color: #dedede;
}
#copyright a:hover { color: #cccccc; text-decoration: underline;}

div {
	background-color: transparent;
	background-image: none;
}
.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 */


/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 35px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:100px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }



/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

