* {
	margin: 0;
	padding: 0;
}


/* Main Fonts, Main Background */
body {
background: #CCCCCC;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}


/* General Links Attributes */
a {
text-decoration: none;
color: #CD5E0C;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #F6F1E8;
}

a img { border:none; }


/* Different Header for Different Backgrounds */
#header-home {
height: 317px;
background: url('images/logo.jpg') no-repeat; height: 317px }

#header-practice {
height: 317px;
background: url('images/logo_practice.jpg') no-repeat; height: 317px }

#header-inhousecounsel {
height: 317px;
background: url('images/logo_inhousecounsel.jpg') no-repeat; height: 317px }

#header-lawexperience {
height: 317px;
background: url('images/logo_lawexperience.jpg') no-repeat; height: 317px }

#header-linksandreferral {
height: 317px;
background: url('images/logo_linksandreferral.jpg') no-repeat; height: 317px }

#header-contactus {
height: 317px;
background: url('images/logo_contactus.jpg') no-repeat; height: 317px }

}

#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #F58220;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

/* The Horizontal Menu Column */
#menu {
height: 40px;
line-height: 40px;
background: #343332;
}
#menu ul {
list-style-type: none;
padding-left: 50px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 25px 0 0;
text-decoration: none;
font-weight: bold;
font-size: 10px;
font-family: Verdana;
color: #ccc;
}
#menu ul li a:hover {
color: #fff;
text-decoration: none;
}

#content {
padding: 0 20px 20px 20px;
}

#banner {
margin: 0 auto;
width: 180px;
background: #F6F1E8;
}


.left {
float: left;
width: 520px;
text-align: justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
color: #4174B4;
}
.left h2 a:hover {
color: #111;
}

/* The Vertical Menu Column */
.right {
float: right;
width: 210px;
margin-top: 30px;
background: #FFFFFF;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 35px;
line-height: 35px;
color: #fff;
font-size: 16px;
font-family: Times New Roman;
background: #637E9B;
}
.right h3 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 125px;
line-height: 25px;
color: #fff;
font-size: 4px;
font-family: Times New Roman;
background: #F6F1E8;
}
.right ul {
padding: 10px 0 15px 20px;
list-style-type: square;
}
.right ul li a {
color: #000000;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.right ul li a:hover {
color: #F58220;
font-weight: 100;
}


#footer {
height: 30px;
line-height: 30px;
background: #637E9B;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }