@charset "UTF-8";
/* CSS Document */


/* COLORS
dark green - 54531F
orange - B07E09
dark grey - 4D4D4F
dark red - 6E2405
dark cream - D7D6CB
light grey - F2F2F2
trans grey - #E7E6E1
*/


/* --------------- global --------------- */
* {margin: 0px; padding: 0px}

a, body, div, h1, h2, h3, h4, h5, h6, html, li, p, td, tr, ul {
outline:none;
}

hr {
border:solid 1px #B07E09;
}

hr.red {
border:solid 1px #6E2405;
position:relative;
top:5px;}

li {
list-style-type:none;
}


body {
font-size: 62.5%;
line-height: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
color:#4D4D4F;
background:url(images/body_bg.gif) repeat-x;
}

/* --------------- container --------------- */
#container {
background:url(images/container_bg.gif) repeat-y;
margin:0px auto 0 auto;
width:800px;
position:relative;
z-index: 100
}

/* --------------- branding --------------- */
#branding {
margin:0 auto;
width:800px;
height: 150px;
}

#branding h1 {
background:url(images/lemmon_law_firm_logo.gif) no-repeat;
height:80px;
position:relative;
top:30px;
left:25px;
width:215px;
text-indent:-9999px;
cursor:pointer;
}

#branding h1:hover {
background:url(images/lemmon_law_firm_logo_hover.gif) no-repeat;
}

#branding h1 a {
height:100%;
display:block;
width:100%;
}

/* --------------- slideshow --------------- */
#slideshow {
margin:0; padding:0;
position:absolute;
float:right;
right: 35px;
top: -140px;
background: url(images/slideshow1.jpg) no-repeat;
}

#header_image {
margin:0; padding:0;
position:absolute;
float:right;
right: 35px;
top: -140px;
}

#slideshow img { }

/* --------------- side bar section --------------- */
#sidebar {
width:265px;
float:left;
}

#sidebar h3 {
margin:0 0 5px 0;
color:#6E2405;
font-size:1.6em;
}

/* --------------- nav main - side bar section --------------- */
#sidebar #nav_main {
margin:0; padding:0;
background:#F2F2F2;
margin:0 10px 0 10px;
}

#sidebar #nav_main li {
margin:0; padding:0;
border-bottom:1px solid #B07E09;
padding:8px 0 8px 0;
margin:0 15px 0 10px;
}

#sidebar #nav_main li.last {border-bottom: none}

#sidebar #nav_main a {
text-decoration:none;
color:#4D4D4F;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:1.6em;
padding:0 0 0 20px;
display:block;
}

#sidebar #nav_main li a:hover {
background:url(images/nav_main_hover_icon.gif) no-repeat 3px;
color:#B07E09;
}

/* --------------- quick reference --------------- */
#quick_reference {
margin:0 ; padding:20px 0 5px 30px;
background: #D7D6CB;
}

#quick_reference li {
padding:0 0 5px 10px;
font-size:1.3em;
}

#quick_reference li a {
margin:0; padding:0;
text-decoration:none;
color:#4D4D4F;
font-family:Georgia, "Times New Roman", Times, serif;
}

#quick_reference li a:hover {
color:#B07E09;
}

/* --------------- contact info --------------- */
#contact_info {
margin:0 ; padding:20px 0 5px 30px;
margin:0 25px 0 0;
}

#contact_info p {
line-height: 1.2em;
font-size:1.4em;
font-style:normal;
margin: 15px 0 15px 10px;
}

#contact_info a {
font-style:italic;
color:#B07E09;
}

/* --------------- content main --------------- */
#content_main {
float:right;
width:500px;
clear: right;
padding: 100px 10px 25px 0;
}

#content_main h3 { color:#6E2405; font-size: 2.3em; margin: 0 0 12px 0; line-height:1em;}
#content_main h4 {font-size:1.8em; margin: 4px 0 8px 0}
#content_main h4 a {color: #B07E09; text-decoration: underline; font-size: .8em; margin: 0 0 0 12px }
#content_main h4 a:hover {color: #4D4D4F}

#content_main p, #content_main li { font-size:1.4em; line-height:1.5em; margin: 5px 0 7px 0;}

#content_main a { color:#B07E09;}
#content_main a:hover { color:#4D4D4F;}

#content_main a.anchor, #content_main a:hover.anchor { color:#4D4D4F;}
#content_main a:target, #content_main a:target:hover { color:#B07E09; background:#fff; padding:2px;}

#content_main td { font-size:1.1em; color:#6E2405;}

#content_main ul li {
background:url(images/nav_main_hover_icon.gif) no-repeat -3px 2px;
text-indent:15px;
}

#external_logo {
text-indent:-9999px;
width: 263px;
}

#external_logo a {
background:url(images/proudsupporter.gif) no-repeat center;
display:block;
height:82px;
width:263px;
}

#external_logo a:hover {
background:url(images/proudsupporter_hover.gif) no-repeat center;
}


/* --------------- site info --------------- */
#site_info {
position: relative; z-index:50;
bottom: 20px;
background:#4D4D4F ;
height: 150px;
clear:both;
text-align:center;
padding-top:40px;
width: 100%; margin: 0 auto;
}

#site_info a {
color:#D7D6CB;
text-decoration:none;
}

#site_info p a:hover {
color:#F1F0EB;
}

#site_info ul {
width:750px;
margin:7px auto 10px auto;
display: inline-block;
text-align: center;
}

*html body #site_info ul {width: 700px;}
*+html body #site_info ul {width: 700px;}

#site_info li {
border-right: 1px solid #D7D6CB;
float:left;
display: inline;
padding:0 8px;
text-align: center;
}

#site_info li a {
display: block; 
color:#D7D6CB;
font-size:1.3em;
text-decoration: none;
}

#site_info li a:hover {
color:#F1F0EB;
}

#site_info li.first {
}

#site_info li.last {
border-right: none;

}

.credits {
font-size:1.3em;
text-align: center;
margin: 0px auto;
width: 450px;
color:#D7D6CB;
text-align: center;
clear: both;
}








