@charset "utf-8";
body {
	font: 14px Tahoma, Geneva, sans-serif;
	line-height:24px;
	background: #f3f3ee;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444;
}

h1 {
	font: 20px Tahoma, Geneva, sans-serif;
	line-height:36px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

#menu {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#logo {
	margin-bottom:6px;
}


#menu ul{
    margin: 0; padding: 0;}
 
#menu ul li{
    display: inline;}
 
#menu ul li a{
    float: left; text-decoration: none;
    color: white;
	margin-top: 3px;
    padding: 7px 20px;
	font-weight:bold;
}
 
#menu ul li a:visited{
    color: white;}
 
#menu ul li a:hover, #menu ul li .current{
    color: #fff;
    background-color:#b3cc3d;}


#autoinjury {
	background: url(images/autoinjury.jpg);
	min-height:220px;
	width:440px;
	float:left;
	text-align:right;
}

#autoinjury p{
padding-top:53px;
line-height:25px;
padding-left:10px;
padding-right:10px;
}


#braininjury p{
padding-top:53px;
line-height:25px;
padding-left:10px;
padding-right:10px;
color:#ccc;
}

#braininjury {
	background: url(images/braininjury.jpg);
	min-height:220px;
	width:440px;
	float:right;
	text-align:right;
}


#brainline
{
  display: block;
  width: 205px;
  height: 41px;
  background:url(images/braininjuryline.gif) no-repeat 0 0;
  margin-top:42px;
  margin-left:220px;
}

#brainline:hover
{ 
  background-position: 0 -41px;
}

#brainline span
{
  display: none;
}


#autoline
{
  display: block;
  width: 206px;
  height: 41px;
  background:url(images/autoinjuryline.gif) no-repeat 0 0;
  margin-left:220px;
}

#autoline:hover
{ 
  background-position: 0 -41px;
}

#autoline span
{
  display: none;
}


#header {
	margin: 0;
	padding: 0;
	background:url(images/topbackground.jpg) repeat-x top;
	min-height:175px;
}

#header img{
	margin-right:745px;
	margin-top:50px;
	border:0px;
}

#footer {
	margin: 0;
	padding: 0;
	background:url(images/bottombackground.jpg) repeat-x;
	min-height:38px;
	margin-bottom:0px;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	margin-bottom:20px;
	margin-top:10px;	
}

#clearfix {
	clear:both;
}
