
/* ----- CSS ----- */

* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Verdana, sans-serif;
    background: #000;
    background-position: 0 194px;
}

#container {
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
}

#header {
	width: 100%;
    height: 194px;
    background: #AF3501 url(../images/header-bg.gif) repeat-x bottom;
}

#logo {
    margin: 12px 0 0 24px;
    border: 0;
    float: left;
	display: inline;
}

#splash {
    margin-left: 26px;
    padding: 0;
    height: 172px;
    width: 550px;
    float: left;
	display: inline;
	color:#FFF;
}

#sidebar {
    width: 275px;
    float: left;
    display: inline;
	/*
    background: url(../images/sidebar-bg.gif) repeat-x;
	*/
	margin-top: 60px;
}
#services_ul{
margin-left: 30px;
}
#services_ul h3{
margin-left: 10px;
}
#aboutdrbecker_ul{
margin-left: 40px;
}
#aboutdrbecker_ul h3{
margin-left: 5px;
}
#publications_ul{
margin-left: 40px;
}
#publications_ul h3{
margin-left: 5px;
}

#menu {
    margin-left: 1em;
    height: 288px;
}

#circlesleft {
/*
    float: right;
*/
position:relative;
top: -288px;
left: 145px;
z-index: -500;
}

#circlesright {
  /*
  margin-top: 244px;
  */
  margin-top: 0px;
	float: left;
	
}

#h1container {
	width: 700px;
    height: 100px;
    background: #F0EFDA url(../images/h1container-bg.gif) repeat-x;
    float: left;
    clear: right;
}
#h1container_videos {
	width: 610px;
    height: 120px;
    background: #F0EFDA url(../images/h1container-bg.gif) repeat-x;
    float: left;
    clear: right;
}

    
#content {
    width: 700px;
    font-size: 0.8em;
	left: 25px;
    padding: 2em 0 0 0;
    background: #fff url(../images/content-bg.gif) repeat-x;
    float: left;
}

#footer {
	width: 620px;
	margin-left:auto;
	margin-right:auto;
    background-color: #F0EFDA;
    border: 1px solid #ccc;
}


/* ----- Elements ----- */

p, ol { padding: 0 3em 1em 3em; line-height: 1.5em; }

#index_list ul{
	list-style-type:bullet;
	margin-left: 125px;
}
#content li { margin: 0 0 .5em 3em; }
#content li li { margin: 0 0 .5em 1.2em; padding: 0; }
#content a{color: #900; }
#content img { padding: 1px; border: 0px solid #ccc; }

#footer p {
    font-size: 0.8em;
    padding: 0.6em 1.5em 1em 1.5em;
    color: #333;
    line-height: 2em;
}

#banner {
	margin: 0;
	padding: 0;
	float: right;
	display: none;
}
#map{
	width: 475px;
	height: 250px;
	margin-left: 60px;
}

/* ----- Splash ----- */

#title{
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	color: #7A3403; 
	font-weight: normal;
}
#home #splash { background: url(../images/sp-home2.jpg) no-repeat; }
#about #splash { background: url(../images/sp-about.jpg) no-repeat; }
#services #splash { background: url(../images/sp-services.jpg) no-repeat; }
#contact #splash { background: url(../images/sp-contact2.jpg) no-repeat; }
#contact h2 { color: #333; }
#makeappointment #splash { background: url(../images/sp-makeappointment.jpg) no-repeat; }
#makeappointment h2 { color: #333; float: right; }
#requestinfo #splash { background: url(../images/sp-requestinfo.jpg) no-repeat; }
#publications #splash { background: url(../images/sp-publications.jpg) no-repeat; }
#splash h2 {margin-top:3em;}
#testimonials #splash { background: url(../images/sp-testimonials.jpg) no-repeat; }
#clientcomments #splash { background: url(../images/sp-clientcomments.jpg) no-repeat; }
#juryverdicts #splash { background: url(../images/sp-juryverdicts2.jpg) no-repeat; }

/* ----- Menu ----- */

#sidebar ul {
    margin-top: 0px;
    padding: 0;
}

#sidebar li {
    padding: .4em 1em .6em 1em;
    list-style: none;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.2em;
    border-bottom: 1px dotted #ccc;

}

#sidebar li:hover, #sidebar li.ddhover { background-color: #333; }

#menu a { color: #FF6600; text-decoration:none; }

.selected {
    font-weight: bold;
    color: #7a3403;
    background-color: #F0EFDA;
}

#menu .selected:hover, #mnu .selected.ddhover { background-color: #F0EFDA; }

/* ----- Referral Form ----- */

#container_f{
	width: 550px;
	margin-left:9px;
}
#container_f ul{
	list-style-type:none;
}
/* Steps Class */
#steps_help_container{
margin-left: auto;
margin-right: auto;
border-style:none;
border-width:1px; 
width:350px;
padding:10px;
border-radius: 15px;
background-color: #ececec;
}
#steps_container{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
#steps_container li{
	/* float:left; */
	font-weight:bolder;
	list-style-type:none;
	background-color:#F60;
	padding: 18px;
	border-radius: 10px;
}
#steps_container li, a{
	color: #000;
	text-decoration:none;
}

/* Box Class */
#box_f{
border: #000;
/* border-style:solid; */
/* border-width:1px; */
width:550px;
padding:10px;
margin:10px;
/* background-color:#FFF; */
/* -moz-border-radius: 10px; */
/* border-radius: 10px; */
/* behavior: url(ie-css3.htc); */
}
/* Video Styles */
#videos{
	margin-left: 130px;
}
.video_header{
	margin-left: -30px;
	font-weight:bold;
	font-size:x-large;
}
/* Form Styles */
#requestinfo_form{
width: 375px;
margin-left:auto;
margin-right:auto;
}
fieldset{
	padding: 10px;
}
#fields{
margin-left: 50px;
border-style:none;
border-width:1px; 
width:475px;
padding:10px;
border-radius: 15px;
background-color: #ececec;
}
#pceauth ul{
	margin-left: 100px;
}
#counter3{
	/* background-color:#666; */
	width: 30px;
	float: right;
}
#counter_text{
/* background-color: #CCC; */
width: 160px;
margin-left: 386px;
}
.submit_f{
	border-style:solid;
    border-width:1px;
}
.controls_f{
	vertical-align:middle;
}
.title_f_h{
	margin-left: 10px;
	font-weight:bold;
	text-decoration:underline;
}
.title_f{
	margin-left: 50px;
	font-weight:bold;
	text-decoration:underline;
}
.title_f_a{
	margin-left: 120px;
	font-weight:bold;
	text-decoration:underline;
}




/* ----- Footer ----- */
#footer a { color:#0000FF; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer a:visited { color:#3300FF; }

#test{
	margin-left:auto;
	margin-right: auto;
	width: 75%;
	padding: 12px;
	border:#000;
	border-bottom-style:dotted;
	border-width:thin;
	font-size: large;
}
/* Case Loader Styles*/
.id{
	padding: 6px;
	background-color:#CCC;
}
.case{
	padding: 5px;
}
.caseno{
	padding: 5px;
}
.date{
	margin-left: 5px;
	padding: 5px;
}
/* Jury Verdicts */
#verdicts{
	width: 450px;
	margin-left:auto;
	margin-right:auto;
}
/* ----- Circles push back styles ----- */


