/* 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: 2px solid black;
}  * html #black_bar { margin-bottom: 0.1em; }
   * html #black_bar { width: 902px; }

#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:hover {
    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:hover {
    background: url(images/mnu-charges_we_defend-on.png);
}


#mnu-successful_cases {
    background: url(images/mnu-successful_cases.png);
    width: 181px;
}

#mnu-successful_cases:hover {
    background: url(images/mnu-successful_cases-on.png);
}

#mnu-attorney_profiles {
    background: url(images/mnu-attorney_profiles.png);
    width: 183px;
}

#mnu-attorney_profiles:hover {
    background: url(images/mnu-attorney_profiles-on.png);
}

#mnu-contact_us {
    background: url(images/mnu-contact_us.png);
    width: 169px;
}

#mnu-contact_us:hover {
    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;
    list-style-type: none;
    background: rgb(204,204,204) repeat-x url(images/sidebar_bg.png);
}

#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);
    width: 602px;
    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: 603px;}

* html #content h3 { margin-bottom: 0.2em;}
* html #content h3 { margin-top: 0.5em;} 
* html #content h3 { line-height: 1.2em;}

#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 .highlight {
    color: blue;
    font-weight: bold;
}


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

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

#footer ul li {
    display: inline;
    font-family: arial;
    font-size: 0.9em;
    padding: 0px 20px 10px 20px;
}

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