/* CSS aminneapolisinjuryattorney.com */

body {
	background: transparent url(../images/bg_im.gif) top center repeat;
	margin: auto;
	position: relative;
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #240c00;
}
p { padding: 10px; }
a { color: #999999; }
a:hover { color: #000033; }
a:visited { color: #240c00; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
h2 { font-size: 1.5em;}
h3 { font-size: 1.4em;}
h4 { font-size: 1.3em;}

/* 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: #000000;
}
/* Global classes */
/* WebOpts footer */
.purpletext {
	color: #515882;
	font-weight: bold;
}
.orangetext {
	font-weight: bold;
	color: #e59b59;
}
.left { text-align: left; }
.right { text-align: right; }
.break { clear: both; line-height: 25px;}
.toplink { font-size: 10px; color: #ffffff; font-weight: bold; padding-left: 22px; padding-right: 10px;}
a.toplink { text-decoration: none; background: url(../images/sitemap.gif) left no-repeat; }
a:hover.toplink { text-decoration: underline; color: #333333;}


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

#header h1 {
	float: left;
	vertical-align: top;
	font-size: 1.80em;
	color: #240c00;
	padding: 10px 20px 0 10px;
}
#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: 555px;
}
#content h1 {
	font-size: 1.5em;
	padding: 5px 5px 0 15px;
	text-align: left;
	color: #240c00;
}
#content p {
	text-align: left;
	margin: 0 5px 0 5px;
}
#content p.content_center {
	text-align: center;
}
#contactusbox {
	margin-left: 25px;
	text-align: left;
}
#left_col {
	padding: 0px 0 10px 0;
	margin: 10px 0 10px 0;
}
#left_col {
	float: left;
	width: 205px;
	margin-left: 3px;
	border: 1px solid #0e3a7b;
	background-color: #eeeeee;
}
#left_col h3, #left_col h4 {
	font-size: 1.1em;
	background: url(../images/bg_nav_hover.gif) #7b736d;
	color: #ffffff;
	margin: 0px;
	line-height: 20px;
}
#left_col p {
	margin-top: 0;
	text-align: left;
	}

#left_col ul li {
	text-align: left;
	margin-left: -15px;
}
#left_col ul li a {
	color: #240c00;
}
#left_col ul li a:hover {
	color: #999999;
}

/* WebOpts copyright info and link */
#copyright {
	clear: both;
	width: 770px;
	margin: auto;
	text-align: center;
	padding: 0 0 3px 0;
	background-color: #a67323;
	background-image: none;
}
#copyright a {
	background-color: transparent;
	background-image: none;
}
#copyright, #copyright a { color: #ffffff; text-decoration: none;}
#copyright a:hover { color: #cccccc; 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; border: solid 1px #0e3a7b;}
	
.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 */
