/* CSS Document */

body {
padding: 0px; margin: 0px;
background-image: url('/images/left-repeat.jpg');
background-repeat: repeat-y;
font-size: 14px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {text-decoration: none;
color: #654D07;
}
a:visited {color: #333333;}
a:active {color: #654D07;}
#logo {
background: url('/images/logo.jpg');
height: 245px; width: 233px;
padding: 0px; margin: 0px;
position: absolute;
top: 0px; left: 0px;
}

#header {
background-image: url('/images/top-repeat.jpg');
background-repeat: repeat-x;
height: 71px;
}

#topnav {
background-image: url('/images/top-nav.jpg');
background-repeat: no-repeat;
width: 481px; height: 70px;
margin-left: 233px;
}
#sidebar {
background-image: url('/images/leftside.jpg');
background-repeat: no-repeat;
width: 233px; height: 498px;
margin-top: 104px;
}
#sidenav {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sidenav.png', sizingMethod='scale');
}
div>#sidenav {
background-image: url('/images/sidenav.png');
background-repeat: no-repeat;
}
#body {
position: absolute;
top: 150px; left: 233px;
padding-right: 30px;
padding-left: 10px;
text-align: justify;
}
#footer {
font-size: 10px;
margin-top: 150px;
padding-left: 50px;
text-align: justify;
}

/* Top Word Formatting */
#topword {
margin: 0px 0px 0px 150px;
padding: 0px;
width: 179px;
background-image: url('/images/topwords.jpg');
background-repeat: no-repeat;
}

.tw-home {
background-position: 0px -8px;
height: 35px; 
}
.tw-judgements {
background-position: 0px -66px;
height: 50px; 
}
.tw-profiles {
background-position: 0px -303px;
height: 55px;
}
.tw-practice {
background-position: 0px -250px;
height: 30px;
}
.tw-locations {
background-position: 0px -190px;
height: 30px;
}
.tw-contact {
background-position: 0px -128px;
height: 40px;
}
.tw-thanks {
background-position: 0px -425px;
height: 35px;
}
/* profiles page formatting */
.profiles-pic {
border-bottom: 1px solid black;
border-right: 1px solid black;
width: 100px; height: 100px;
}
.profiles-info {
border-bottom: 1px solid black;
padding: 10px 30px 10px 30px;
}
.profiles-outliner {
border-top: 1px solid #D7A00B;
border-bottom: 1px solid #D7A00B;
}
.profiles-underline {
border-bottom: 1px solid #D7A00B;
}
h3.profiles-outliner, h2.profiles-outliner {
color: #654D07;
width: 300px;
}
/* contact form */
#consult {
margin-top: 45px;
background-image: url('/images/freecons.png');
background-repeat: no-repeat;
height: 193px; width: 179px;
}
#contact {
width: 233px;
}
.contact {font-size: 12px;}
.c-ul {border-bottom: 1px solid black;}
.c-cl {border-right: 1px solid black;}