/* CSS aurorasmedicalmalpracticelawyer.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: #323d36;
}
p { padding: 10px; }
a { color: #999999; }
a:hover { color: #000033; }
a:visited { color: #000000; }
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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: #ffdb91;
	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: 1px solid #323d36;
	width: 770px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;	
}
#masthead {
	background: url(../images/masthead.jpg) top left no-repeat #423b46;
	width: 770px;
	height: 200px;
}
#logo {}

#header h1 {
	text-align: right;
	margin-top: 0px;
	padding: 10px;
	vertical-align: top;
	font-size: 1.8em;
	color: #323d36;
}
#header p.content_right {
	text-align: right;
	clear: both;
	float: right;
	color: #323d36;
	vertical-align:top;
	margin-bottom: 25px;
}
/* sub_sontainer - Wrapper for content area */
#sub_container {
	background: #f7f7f7;
	border-top: 1px solid #404040;
}
/* content info */
#content {
	padding: 5px 0 15px 5px;
	float: right;
	width: 545px;
	background-color: #eeeeee;
	margin: 0 0 0 5px;
}
#content h1 {
	font-size: 1.5em;
	padding: 5px;
	text-align: left;
	color: #323d36;
}
#content h2 {
	font-size: 1.3em;
	padding: 5px;
	text-align: left;
	color: #323d36;
}
#content h3 {
	font-size: 1.1em;
	padding: 5px;
	text-align: left;
	color: #323d36;
}
#content p {
	text-align: left;
	padding: 0 5px 0 5px;
}
#content p.content_center {
	text-align: center;
}
  .content_left {
  	float: left;
	padding: 10px;
	text-align: left;
  }
  .contact_right {
  	float: left;
	width: 590px;
  }
  #content h4 {
  	background: none;
	line-height: 30px;
	float: right;
	width: 300px;
	margin-left: 5px;
	color: #323d36;
  }
#contactusbox {
	float: left;
	margin-left: 15px;
	padding: 5px;
	text-align: left;
}

/* left column info */
#left_col {
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
}
#left_col {
	float: left;
	width: 185px;
	margin-left: 5px;
}
#left_col p { line-height: 15px; margin: 0;}

  #left_sub {
  	display: block;
	margin: 0;
	text-align: left;
	border: 1px solid #314251;
  }
  
#left_col h3, #left_col h4 {
	font-size: 1em;
	line-height: 28px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: url(../images/buttons.gif) top left repeat #EFEFEF;
}

#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: transparent;
	background-image: none;
}
#copyright a {
	background-color: transparent;
	background-image: none;
}
#copyright, #copyright a { color: #ffffff; text-decoration: none;}
#copyright a:hover { color: #ffffff; 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; text-align: left;}
	.floatleft img { margin-right:10px; }
	
.floatright { float:right; vertical-align:top; padding: 0 10px 5px 0; }
	.floatright img { margin-right:5px; padding: 5px;}

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