/* CSS adallasinjuryattorney.com */

body {
	background-color: #27486e;
	margin: auto;
	position: relative;
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p { padding: 10px; }
a { color: #999999; }
a:hover { color: #000033; }
a:visited { color: #000000; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}
h4 {}

/* lists and forms */
ul.sitemap {
	text-align: left;
	list-style: none;
	line-height: 25px;
}
#form1 {
	text-align: left;
}
input, textarea {
	width: 250px;
}
#submit, #reset {
	width: 50px;
	color: #27486E;
	background: url(../images/buttons.gif) top left repeat #EFEFEF;
}

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

/* main content and container area */
#container {
	background: #f7f7f7;
	border: 1.5px solid #333333;
	width: 770px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
#masthead {
	background: url(../images/masthead.jpg) top left no-repeat #46261f;
	width: 770px;
	height: 150px;
}
#logo {}

#header h1 {
	float: right;
	vertical-align: top;
	font-size: 1.80em;
	color: #ffffff;
	padding: 5px 10px 0 20px;
}
#header p.content_right {
	text-align: right;
	clear: both;
	float: right;
	color: #e5c572;
	vertical-align:top;
	margin-bottom: 25px;
}
/* sub_sontainer - Wrapper for content area */
#sub_container {
	background: #f7f7f7;
}

#content {
	padding-top: 5px;
	float: left;
	width: 540px;
}
#content h1 {
	font-size: 1.5em;
	padding: 15px;
	text-align: left;
	color: #0e0e26;
}
#content p {
	text-align: left;
	margin: 0 5px 0 5px;
}
#content p.content_center {
	text-align: center;
}
#contactusbox {
	float: left;
	margin-left: 15px;
	padding: 5px;
	text-align: left;
}
#left_col {
	padding: 0px 0 10px 0;
	margin: 10px 0 10px 0;
	border: 1px solid #000000;
}
#left_col {
	float: left;
	width: 218px;
	margin-left: 3px;
	background-color: #c07c33;
	color: #000000;
}
#left_col h3, #left_col h4 {
	background-color: #0d1f34;
	line-height: 30px;
	margin: 0px;
	color: #ffffff;
}
#left_col p {
	text-align: left;
	line-height: 15px;
	padding-bottom: 0px;
	margin: 0;
}
#left_col p.bottom {
	padding-bottom: 10px;
}
#left_col ul li {
	text-align: left;
	margin-left: -15px;
}
#left_col ul li a {
	color: #000000;
}
#left_col ul li a:hover {
	color: #333333;
}

/* WebOpts copyright info and link */
#copyright {
	clear: both;
	width: 770px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #27486e;
	background-image: none;
}
#copyright a {
	background-color: transparent;
	background-image: none;
}
#copyright, #copyright a { color: #ffffff; text-decoration: none;}
#copyright a:hover { color: #edd500; text-decoration: underline;}
.centeredtext {
	text-align: center;
}
.boldtext {
	font-weight: bold;
}


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; border: solid 1px #212957;}
	
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; padding-top: 55px; }

.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 */
