@CHARSET "ISO-8859-1";

body
{
	padding: 0%;
	font-size: .8em;
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
	background-color: #bfbbbb;
}
a:link, a:visited
{
	text-decoration: none;
	color: #345996;
	font-size:.8em;
}
a:active
{
	text-decoration: none;
	font-size:.8em;
}
a:hover
{
	text-decoration: underline;
	font-size:.8em;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  background: #ccc;
  margin-left: 1px;
  white-space: nowrap;z-index:2;
}
ul li a:hover { background: #e9ebef;z-index:2; }
li:hover ul {
  display: block;
  position: absolute;z-index:2;
}
li:hover li {
  float: none;z-index:2;
}
li:hover a { background: #e9ebef;z-index:2; }
li:hover li a:hover { background: #e9ebef;z-index:2; }
p
{
	line-height:170%;
}
div#container {
	width: 60%;
	margin: 0 auto;
	margin-top:0%;
	
	text-align: left;

	}
	body.fullwidth div#container { width: 60%; }
	
	div#logo
	{
		width:100%;
		height:120px;
		background-color:#FFF;
	}
	div#header {
		
		background-image: url(graphics/testback.jpg);
		width:100%;
		height:200px;
		}
		div#header-in {
			padding: 20px;
			
			}
	div#links{
		position:relative;
		float:left;
		width:100%;
		font-size:1.2em;
		margin-top:1%;
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
	}
	div#content-wrap {
		margin-top:1%;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 1.5%;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 5px;
            font-size:.8em;
			}
			

#photos
{
	positoin:realtive;
	float:right;
}
#left
{
	position:relative;
	float:left;
	width:60%
}
#right
{
	position:relative;
	float:left;
	width:35%;
	margin-left:1.5%;
}
#picture_box
{
	position:relative;
	float:left;
	margin-right:2%;
	padding:10px;
	background-color:#e0e7f4;
	border:thin solid #ccc;
}
.big_blue
{
	font-size:1.5em;
	color:#345996;
}
#blue_bubble
{
	position:relative;
	float:left;
	padding:10px;
	color:#FFF;
	background-color:#4a84bb;
	border:thin solid #4a84bb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#overview
{
	position:relative;
	float:left;
	width:95%;
	padding:1.5%;
	margin:1.5%;
	border: thin solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tara_info
{
	position:relative;
	float:left;
	width:95%;
	padding:1.5%;
	margin:1.5%;
	border: thin solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#steve_info
{
	position:relative;
	float:left;
	width:95%;
	padding:1.5%;
	margin:1.5%;
	border: thin solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#clear
{
	clear: both;
}
.practice_area
{
position:relative;
float:left;
padding:3%;
border-bottom:thin solid #000;
}