/* global */

body, html {
padding: 0;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
line-height: 24px;
color: #231f20;
text-align: left;
background-repeat: repeat;
background-image: url(../images/bg.jpg);
}

a.main:link, a.main:visited {
padding: 0 2px 0 2px;
color: #a1aa3e;
text-decoration: none;
border-bottom: 1px solid #a1aa3e;
}

a.main:hover {
padding: 0 2px 0 2px;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #a1aa3e;
background-color: #a1aa3e;
}

h1  {
font-family: Georgia, "Times New Roman", serif; 
font-size: 1.438em;
line-height : 1.625em;
font-weight: normal;
color : #231f20;
padding : 0;
margin : 0;
}

h2  {
font-family: Georgia, "Times New Roman", serif; 
font-size: 1.313em;
line-height : 1.5em;
font-weight: normal;
letter-spacing: 0.025em;
color : #8dd7e7;
padding : 0;
margin : 0;
}

img {
border: 0;
}

strong.green {
color: #bdc65b;
}

div.image-left {
float: left;
margin: 0 15px 30px 0;
border: none;
font-size: 11px;
text-align: center;
}

div.image-right {
float: right;
margin: 0 0 15px 15px;
border: none;
font-size: 11px;
text-align: center;
}

.dash-divider {
border-top:dashed 1px #c5c5c5;	
width: 100%;
height: 1px;
margin: 10px 0 10px 0;
}

.main-divider {
background:url(../images/main-divider.gif) no-repeat;
background-repeat: no-repeat;
background-position: center top;
width: 100%;
height: 43px;
margin: 20px 0 20px 0;
padding: 0;
overflow: hidden;
}


.footnote {
font-size: 0.813em;
line-height: 22px; 
}

#container {
width: 100%;
font-size: 0.875em;
line-height: 1.75em;
}

.module {
padding: 10px;
border: 1px dashed #c5c5c5;

}

/* body */

#site-wrap {
margin: 0 auto;
width: 990px;
height: 100%;
border: 1px dashed #5b5b5d;
margin-top: 15px;
margin-bottom: 15px;
}

.advertisement {
width: 990px;
height: 20px;
margin: 0 auto;
padding-top: 10px;
color: #fff;
}

.advertisement-text {
float: right;
}

#site-container {
width: 960px;
margin: 0 auto;
min-height: 500px;
padding-top: 15px;
padding-bottom: 15px;
}





/* header */

.header-left {
float: left;
width: 480px;
height: 248px;
}

.header-right {
margin-left: 480px;
width: 480px;
height: 248px;
}

.clear {
clear: both;
}


/* left-navigation & body */

.content-wrap {
width: 960px;
background-repeat: repeat-y;
background-position: center top;
background-image: url(../images/bg-text.gif);
text-align: justify;
}

.content-wrap-top {
width: 960px;
height: 25px;
background-repeat: no-repeat;
background-position: center top;
background-image: url(../images/bg-text-top.gif);
overflow: hidden;
}

.left-navigation {
float: left;
width: 277px;
background-color: #252527;

}

#navigation {  
background: url("../images/nav-sprite.gif") 0 0 no-repeat;  
width: 277px;  
height: 242px;  
margin: 0;  
padding: 0;  
}  

#navigation li span { display: none; }  
#navigation li { float: left; list-style: none; position: relative; }  
#navigation li, #navigation a {  
height: 40px;    /* Each button must have the same height, define it here */  
display: block;  
margin: 0;  
padding: 0;  
}  

li#home, li#areas-of-practice, li#attorneys, li#nurse-paralegals, li#trial-verdicts-and-judgments, li#office-location { margin-bottom: 0px; width: 277px; }  

#home a:hover { background:url("../images/nav-sprite.gif") -277px  -0px no-repeat; }  
#areas-of-practice a:hover { background:url("../images/nav-sprite.gif") -277px  -40px no-repeat; }  
#attorneys a:hover { background:url("../images/nav-sprite.gif") -277px  -80px no-repeat; }
#nurse-paralegals a:hover { background:url("../images/nav-sprite.gif") -277px  -120px no-repeat; }  
#trial-verdicts-and-judgments a:hover { background:url("../images/nav-sprite.gif") -277px  -160px no-repeat; }  
#office-location a:hover { background:url("../images/nav-sprite.gif") -277px -200px no-repeat; }  


#address {
width: 225px;
height: 280px;
background-image: url(../images/address.gif);
background-repeat: no-repeat;
position: relative;
top: 20px;
left: 27px;
}

/* body */

.text-wrap {
margin-left: 297px;
min-height: 500px;
padding: 20px 20px 20px 0;
}


/* form */

	
.form_desc  {
width : 150px;
}

.form {
font-family: Georgia, "Times New Roman", serif; 
font-size: 14px;
margin-top : 5px;
border : 1px solid #6c777d;
padding : 5px;
vertical-align : middle;
color : #231f20;
width : 300px;
}

.form:hover {
border : 1px solid #231f20;
color : #161512;
}

.form:focus {
border : 1px solid #6c777d;
color : #ffffff;
background-color : #6c777d;
} 




/* footer */

#footer {
font-size: 0.938em;
width: 990px;
margin: 0 auto; 
}

#footer_nav {
width: 990px;
margin: 10px 0 10px 0;
text-align: center;
color: #eaeaea;
}

#footer_nav a {
color : #bdc65b;
text-decoration : none;
border-bottom: 0;
}

#footer_nav a:hover {
color : #bdc65b;
border-bottom : 1px solid #bdc65b;
background-color: transparent;
} 
