/* - - - - - - - - - - - - - - - - - - - - -

Title : EPI Rehab Design v2
Author : Rocket Dog Creative
URL : http://www.rocketdogcreative.com

Description : Updated design for larger format

Created : 5/15/06
Modified : 6/7/06

- - - - - - - - - - - - - - - - - - - - - */

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

* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Verdana, sans-serif;
    background: #000 url(../images/bg_test.gif) repeat-x;
    background-position: 0 194px;
}

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

.container {
	width: 780px;
	margin: 0 auto 0 0; 
	float: left;
}

#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;
}

#sidebar {
    width: 230px;
    float: left;
    display: inline;
	/*
    background: url(../images/sidebar-bg.gif) repeat-x;
	*/
	margin-top: 60px;
}

#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 {
    height: 60px;
    background: #F0EFDA url(../images/h1container-bg.gif) repeat-x;
    float: left;
    clear: right;
}
    
#content {
    width: 550px;
    font-size: 0.8em;
    margin: 0 0 2% 0;
    padding: 2em 0 0 0;
    background: #fff url(../images/content-bg.gif) repeat-x;
    float: left;
}

#footer {
    margin: 2em 0 0 0;
    background-color: #F0EFDA;
    border: 1px solid #ccc;
}


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

h1 { margin: 0.35em 1em 0 1em; font-family: "Trebuchet MS", Verdana, sans-serif; color: #7A3403; font-weight: normal; }

h2 { margin: 4em 1.2em 0 1.2em; font-family: "Trebuchet MS", Verdana, sans-serif; color: #fff; font-weight: bold; }

h3 { margin: .5em 2.5em 5px 2.5em; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #AF3501; font-weight: normal; }

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

#content li { margin: 0 0 .5em 3em; }
#content li li { margin: 0 0 .5em 1.2em; padding: 0; }

#content img { padding: 1px; border: 1px 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;
}


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

#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; }
#services h2 { float: right; }
#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; }
#publications h2 { float:right; }
#splash h2 {margin-top:3em;}
#testimonials #splash { background: url(../images/sp-testimonials.jpg) no-repeat; }
#testimonials h2 { color: #333; float: right; }
#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; }

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

#verdict_table {
padding: 0 3em 1em;
}

.case_name {
float:left;
text-indent: -3.5em;
padding-left: 3.5em;
clear:both;
}

.case_no {
float:left;
clear:both;
width: 30%;
}

.juris {
float:left;
width: 35%;
}

.date {
float:left;
width: 35%;
}

.block {
display:block;
clear:both;
}

/* ----- Circles push back styles ----- */

