/* Appleman, Shepard & Trucks
   (c) 2008 Best Internet Rankings */

/* General */
body {
    background: black;
    text-align: center;
}

#container {
    width: 900px;
    margin: 0 auto 0 auto;
    background: rgb(204,204,204);
}

#black_bar {
    background-color: black;
    color: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.7em;
    letter-spacing: 1px;
    height: 35px; 
    margin: 0px 0px 0px 0px; 
    width: 900px;
    border: 0px solid black;
}  * html #black_bar { margin-bottom: 0.1em; }
   * html #black_bar { margin-top: -0.2em; }
   * html #black_bar { width: 902px; }
   * html #black_bar { height: 20px; }
    
#logo {
    background: rgb(60,60,60) no-repeat url(images/ast_header.jpg);
    height: 316px;
    margin: 0;
    padding: 0;
}

/* Menu */
#menu {
    background: rgb(204,204,204);
    width: 898px;
    height: 56px;
    margin: 0 2px;
    padding: 0;
    text-indent: -200em;
} 

#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    height: 56px;
}

#mnu-home {
    background: url(images/mnu-home.png);
    width: 154px;
}
#mnu-home:link { background: url(images/mnu-home.png); }
#mnu-home:hover, #mnu-home:focus { background: url(images/mnu-home-on.png); }

#mnu-charges_we_defend {
    background: url(images/mnu-charges_we_defend.png);
    width: 209px;
}
#mnu-charges_we_defend:link { background: url(images/mnu-charges_we_defend.png); }
#mnu-charges_we_defend:hover, #mnu-charges_we_defend:focus { background: url(images/mnu-charges_we_defend-on.png); }

#mnu-successful_cases {
    background: url(images/mnu-successful_cases.png);
    width: 181px;
}
#mnu-successful_cases:link { background: url(images/mnu-successful_cases.png); }
#mnu-successful_cases:hover, #mnu-successful_cases:focus { background: url(images/mnu-successful_cases-on.png); }

#mnu-attorney_profiles {
    background: url(images/mnu-attorney_profiles.png);
    width: 183px;
}
#mnu-attorney_profiles:link { background: url(images/mnu-attorney_profiles.png); }
#mnu-attorney_profiles:hover, #mnu-attorney_profiles:focus { background: url(images/mnu-attorney_profiles-on.png); }

#mnu-contact_us {
    background: url(images/mnu-contact_us.png);
    width: 169px;
}
#mnu-contact_us:link { background: url(images/mnu-contact_us.png); }
#mnu-contact_us:hover, #mnu-contact_us:focus { background: url(images/mnu-contact_us-on.png); }

/* Sidebar */
#sidebar {
    float: left;
    display: block;
    width: 235px;
    padding: 12px 10px 100px 15px;
    text-align: left;
    font-family: arial;
    font-size: .9em;
    margin-bottom: 0.2em;
    margin-left: 2px;
    list-style-type: none;
    background: rgb(204,204,204) repeat-x url(images/sidebar_bg.png);
}  * html #sidebar { margin-left: 1px; }
   
#sidebar ul li {
    font-family: arial;
    margin-bottom: 0.2em;
}

#sidebar  a {
    color: #ff0000;
}
#sidebar a:hover {
    font-weight: bold;
}

#sidebar .office_info {
    color: red;
}

#sidebar h3 {
    margin-bottom: -0.6em;
}

/* Content */
#content {
    float: left;
    border-left: 2px solid rgb(90,90,90);
    border-right: 2px solid  rgb(204,204,204);
    width: 600px;
    padding: 12px 17px 12px 17px;
    text-align: left;
    font-family: arial;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #fff repeat-x url(images/content_bg.png);
} * html #content {width: 643px;}
  
  
#content h3 {
    line-height: 1.1em;
} * html #content h3 { margin-bottom: 0.2em;}
  * html #content h3 { margin-top: 1.2em;} 
  * html #content h3 { line-height: 1.1em;}
  * html #content h3 { font-size: 1.1em; }

#content h4 {
    margin-bottom: -0.4em;
} * html #content h4 { margin-top: 0.5em;} 

#content a {
    color: red;
    font-weight: bold;
}

#content .other_link {
    color: blue;
    font-weight: bold;
}
#content .blurb {
    color: black; 
    font-size: 0.7em;
}

#content .blurb a {
    color: blue; 
}

#content .contact_info {
    font-size: 1.1em;
    
}

#content .highlight {
    color: blue;
    font-weight: bold;
}

#content .small {
    font-size: 0.8em;
}


#footer {
    background: rgb(219,38,31);
    height: 52px;
    border-top: 2px solid rgb(30,30,30);
} * html #footer { width: 902px; }

* html #footer ul { margin-top: 12px; }

#footer ul li {
    background: rgb(219,38,31);
    display: inline;
    font-family: arial;
    font-size: 0.9em;
    padding: 0px 10px 10px 10px;
} 

#footer ul li a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    letter-spacing: 0.0em;
    background: rgb(219,38,31);

}

#footer ul li a:hover {
    color: rgb(250,250,250);
    background: rgb(219,38,31);
}


/* Contact Form */
form {
    padding-top: 5px;
    margin:0px; 
    font-size:15px; 
    width:300px;	
    font-weight: bold;
}

form span {
    color: #888888;
}

form input {
    padding:2px; 
    border:2px solid #333333; 
    width:180px; 
    height:14px; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;	
}