@charset "UTF-8";

body  {
	font: 9pt/17pt arial;
	margin: 0; padding: 0;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.container #header	{
	width:935px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:30px;
}

#logo	{
	padding:3px 45px;
	position:relative;
	text-align:left;
}

#bubble	{
	float: left;
	position: absolute;
	left: 0px;
	background-repeat: no-repeat;
	color: #a8c9dd;
	top: 0px;
	margin-bottom: 3px;
	margin-top:121px;
	margin-left:255px;
	padding-left:25px;
	overflow: hidden;
}

#neck_pain	{
	margin-top: -85px;
	padding:5px 5px 0px 15px;
	position:relative;
	text-align:right;
}

#clear	{
	clear: both;
}

#menu	{
	font-size:14px;
	padding-top:5px;
	font-weight:bold;
}

#menu a:link		{color:#fefefe; text-decoration:underline;}
#menu a:hover	{color:#E82222; text-decoration:underline;}
#menu a:visited	{color:#fefefe; text-decoration:underline;}

p	{
	font-size: 14pt;
	color:#333;
}

h1	{
	font-size: 18px;
	font-weight:bold;
	color:#E82222;
}

h2	{
	font-size: 18px;
	font-weight:bold;
}

h3	{
	font-size: 18px;
	font-weight:bold;
}

.wait	{
	font-size: 14pt;
	font-weight:bold;
	text-decoration:italics;
	color:#E82222;
}

#side_bar	{
	margin-top: 10px;
	padding-left: 11px;
	background-image: url(../images/side_bar.gif);
	background-repeat: repeat-y;
}

.attorney	{
	font-size: 14pt;
	color:#333;
}
#main_content	{
	margin-left: 10px;
	margin-right: 10px;
	padding-top:8px;
	text-align:left;
}

#main_content a:link	{color:#E82222; text-decoration:underline;}
#main_content a:hover	{color:#E82222; text-decoration:underline;}
#main_content a:visited {color:#E82222; text-decoration:underline;}

#right {
	width: 200px;
	position:absolute;
	right:250px;
	top: 375px;
	color: #080808;
	border-left: 2px solid #b60000;
}

#righttxt	{
	text-align:left;
	font-size:14pt;
	font-weight:bold;
	padding-left:15px;
}

#contact_form	{
	margin-left:175px;
}

#bottom_logos	{
	margin-top:5px;
	margin-bottom: 15px;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 935px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center; 
	color: #888;
	margin-top:-24px;
}
