/* -----------------------------------------------------------------------

 This CSS was modified from:
 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.6;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography */
html {font-size:100.01%;overflow-y: scroll !important;}
body {font-size:75%;color:#222;background:#999999 url(../Images/bkgradient.jpg) repeat-x 0 0;font-family:Helvetica, Arial, sans-serif;}
/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType='0',StartColorStr='#363636',EndColorStr='#FFFFFF');*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h2 {font-size:1.2em;margin-bottom:1em;font-weight:bold;}
h3 {font-size:1.3em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a {color:#000;text-decoration:none;}
a:link {color:#000;border-bottom: solid 1px #000;}
a:visited {border-bottom:dotted 1px #000;}
a:hover, a:focus {color:#700;border-bottom:none;}
a:active {color:#700;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li {margin:0 0 0.25em 1em;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid */
hr {background:#fff;color:#fff;clear:both;float:none;width:100%;height:1px;margin:0 0 1em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}


/* layout */
#maincontainer
{
    width: 779px; /*Width of main container*/
    margin: 19px auto 10px auto; /*Center container on page*/
    border: solid 2px #666666;
    background: url(../Images/t-body-tile.gif) repeat-y 0px 0px;
}

#topsection
{
    background: #DFDFDB;
    height:243px;
}

#menu-placeholder{background:url(../Images/t-menubar.gif) no-repeat 0 0;height:20px;margin-top:2px;width:779px;}

#contentwrapper
{
    float: left;
    width: 100%;
}

#contentcolumn
{
    margin-left: 206px; /*Set left margin to LeftColumnWidth*/
    padding-left:35px;padding-right:35px;
}

#leftcolumn
{
    float: left;
    width: 206px; /*Width of left column*/
    margin-left: -779px; /*Set left margin to -(MainContainerWidth)*/
    background-image: url(../Images/logoboxes.gif);
    background-repeat: no-repeat;
}


.prop {height:389px;float:right;width:1px;}
.clear {clear:both;height:1px;overflow:hidden;}

#box1 {background-repeat:no-repeat;}

#footer
{
    background: url(../Images/t-bot-menu-bar.gif) repeat-y 0px 0px;
    clear: left;
    width: 100%;
    height: 30px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    padding-top:7px;
}

#footer ul {list-style-type:none;}
#footer ul li {background:none;display:inline;border-right:1px solid #666;padding-left:3px;margin-left:0;}
#footer ul li.lastitem {border-right:none;}
#footer ul li a {color:#666;margin:0 8px;text-decoration:none;border-bottom:none;}
#footer ul li a:hover {border-bottom: solid 1px #666;}

#pagebottom {margin: 0 auto;margin-bottom:20px;text-align: center;width:779px;}
#pagebottom h5 {font-size:10px;font-weight:normal;color:#666;}

.pad {padding:15px;}

#flash {z-index:100;}
.ZoneDesignerFull #leftcolumn {margin-left:0;} /* To make leftcolumn show up while editing template/page in Sitefinity */
.ZoneDesignerFull #Column2 #leftcolumn .prop {height:0;}
#ImageMapctl00_ctl00_ImageMap1 {margin:0;display:none;}
#logo_print {display:none;}
.photo {float:left;margin:4px 30px 20px 0;}
#leftcolumn h1, #leftcolumn h2 {font-size:1em;font-weight:bold;}
#leftcolumn h1, #leftcolumn h2, #leftcolumn p {font-size:95%;line-height:1.3;}
#practiceareas p {margin-bottom:1em;}
#contentcolumn .practiceareas, #contentcolumn .contactinfo {display:none;}
h1.name {margin-bottom:0;}

#memberlist1 {float:left;width:49%;position:relative;}
#memberlist2 {float:right;width:49%;position:relative;}

#memberlist1 ul, #memberlist2 ul {list-style-type:none;margin-left:0;}
#memberlist1 li, #memberlist2 li {margin:0 0 1em;padding-bottom:1em;border-bottom:solid 1px #fff;}

#privacy li {margin-left:0;}

/* Main Menu */
#menu {padding-left:4px;}
.RadMenu
{
    border:solid 1px #fff;
    background-color:#700;
    height:20px;
    width: 769px;
    z-index: 7000 !important;
}
.RadMenu .rmHorizontal {width:605px;margin:0 auto !important;}
.RadMenu .rmRootGroup {border:none !important;}
.RadMenu .rmItem {background:none;border-right:solid 1px #fff;margin:0;}
.RadMenu .rmFirst {border-left:solid 1px #fff;}
.RadMenu .rmVertical {background-image:none !important;background-color: #700;border:solid 1px #fff;}
.RadMenu .rmLink {padding: 0 20px !important;border-bottom:none;}
.RadMenu .rmLink:hover {background-color:#900;}
.RadMenu .rmText
{
    padding: 0 !important;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}
.RadMenu .rmRootGroup .rmItem .rmLink
{
   color:#fff;
   text-decoration:none;
   text-transform:uppercase;
   font-weight:bold;
}
.RadMenu .rmGroup .rmItem {border:none;}
.RadMenu .rmGroup .rmItem .rmLink {text-transform:none;font-weight:normal;}
.RadMenu .rmGroup .rmLink {padding: 0 16px !important;}
.RadMenu .rmSlide {margin-top:1px;margin-left:-1px;background-color:Transparent;}

/* Section Nav */
#leftcolumn ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#leftcolumn li
{
    background-image: url(../Images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .7em;
    padding-left: .6em;
    margin: 0;
}
#leftcolumn li a {text-decoration:none;border-bottom:none;font-weight:bold;letter-spacing:normal;color:#700;}
#leftcolumn li a:hover {border-bottom:solid 1px #900;color:#900;}

/* Privacy Policy */
#privacy {list-style-type:none;margin:0;}
#privacy ol {list-style-type:lower-alpha;margin-left:3em;margin-bottom:1.5em;}
#privacy p {margin:1em 0;}

.RadTreeView li {margin:0;}
