body {
	/* height: 101%; */
	background: url(/sites/all/themes/hbglaw/images/bg.jpg) repeat-x;
	margin: 12px 0px 400px;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 960px;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    /*       Arial, Helvetica, sans-serif; */
	margin: auto; 
	border-top: 3px solid #333333;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 3px solid #333333;
}
#headerBar {
	background-color: #1d493c;
	height: 120px;
}
#navBar {
	text-align: center;
	font: 11px/30px Arial, Helvetica, sans-serif;
	background: #1D493C;
	border-top: 3px solid #245B4A;
	border-bottom: 3px solid #17392F;
}
a.menuItem:link, a.menuItem:visited {
	text-decoration: none;
	color: #1D493C;
	font-weight: bold;
	padding: 3px 7px;
	margin-right: 3px;
	background: #F0F4F2 url(../images/greybarbkgd.jpg);
}

a.menuItem:hover, a.menuItem:visited:hover  {
	color: #1D493C;
	background: #FFFFFF;
}
.navOn {
	color: #1D493C;
	font-weight: bold;
	margin: 0px 3px 0px 0px;
	padding: 3px 7px;
	background: #FFFFFF;
	text-decoration: none;
}
.pane-content #leftNav { padding: 0px 6px; }
#leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFF3F1;
	width: 160px;
	vertical-align: top;
	padding: 18px 6px 6px;
    float: left;         
}

#leftNav a:hover {
    /* font-weight: bold; */
    background-color: #BFD0C8;
    /* font-style: italic;  */
}
#topBar, #addressBar {
	text-align: right;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: #1D493C;
	border-bottom: 3px solid #17392F;
}
#addressBar {
        clear: both;      }

#topBar a:link, #topBar a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
}
#topBar a:hover, #topBar a:visited:hover {
	color:#FFFFFF
}


a.subNav:link, a.subNav:visited {
	display: block;
	color: #1d493c;
	text-decoration: none;
	background: url(../images/green_triangle_bullet_sm.gif) no-repeat 4px 7px;
	padding: 3px 3px 3px 14px;
	font-weight: bold;
}
a.subNav:hover, a.subNav:visited:hover {
	background: url(../images/white_triangle_bullet_sm.gif) no-repeat 4px 7px;
	text-decoration: none;
}

#mainBody {
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
         /*   Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #333333;
}
#contentArea {
    width: 75%  /*760px*/;
    float: left;           
	vertical-align: top;
        padding: 0px 14px 14px 14px;
	/* border-bottom: 3px solid #245B4A; */
}
a:link, a:visited {
	color: #1d493c;
}

#leftNav h2 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #1d493c;
}
#leftNav hr {
	/* margin: 12px 24px; */
}

#leftNav p {
	margin-top: 6px;
	margin-bottom: 0px;
}



#footerBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #999999;
	height: 24px;
	line-height: 24px;
}
#footerBar a:link, #footerBar a:visited {
	color: #1d493c;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
#footerBar a:hover, #footerBar a:visited:hover {
	text-decoration:underline;
}
#contentArea h1, #contentArea h2.title {
	font-size: 160%;
	font-weight: bold;
	color: #1d493c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #233b25;
	margin-top: 0px;                                    
}
#contentArea h2.title a {
    text-decoration: none;
}
#contentArea h2 {
	font-size: 125%;
	color: #1d493c;
	margin-bottom: 4px;
	padding-left: 14px;
	background-image: url(../images/gold_triangle_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 18px;
}
#contentArea h3 {
	font-weight: bold;
	color: #1d493c;
	font-size: 110%;
	background-image: url(../images/gold_triangle_bullet_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	line-height: 150%;
	margin: 0px 0px 2px;
}


#contentArea p {
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 12px;
}
#contentArea ul li {
	list-style: url(../images/gold_triangle_bullet_sm.gif) outside;
	color: #1d493c;
}
#contentArea ul, #contentArea ol {
	line-height: 19px;
}

.goldBorder {
	border-top: 3px solid #17392F;
	border-right: 3px solid #245B4A;
	border-bottom: 3px solid #245B4A;
	border-left: 3px solid #17392F;
}


.sidebar, #sideBar {
	margin-bottom: 8px;
	margin-left: 18px;
	font-size: 12px;
    padding: 10px;
	border: 1px solid #1D493C;
	background: #EEFAEE url(../images/sideBarbkgd.jpg) no-repeat;
    /*    padding: 8px; */             
}
.sidebar, #sideBar h1, .h1 {
	font-size: 16px;
	font-style: normal;
	margin-bottom: 6px;
	border-style: none;
        font-weight: bold;                     
}


.sidebar, #sideBar h3 {
	margin-bottom: 0px;
}


.sidebar, #sideBar p {
	line-height: 17px;
	margin-top: 0px;
	font-size: 12px;
}
.sidebar, #sideBar .indented {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar .attribution, #sideBar .attribution, #leftNav .attribution {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	font-style: normal;
	margin-right: 0px;
	font-size: 11px;
	line-height: 14px;
}
.contentArea .attribution {
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


.fieldLabel {
	font-weight: bold;
	color: #1d493c;
	text-align: right;
}
input, textarea, select {
	font-size: 11px;
	background-color: #d5e6d6;
}
.smallNormal {
	font-size: 12px;
	font-weight: normal;
}
.indented {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 14px;
}
#sideBar li {
	line-height: 17px;
	font-style: normal;
	margin-top: 6px;
}
#sideBar ul {
	margin: 0px 0px 0px 6px;
	padding: 6px;
}
#sideBar ol {
	list-style: decimal url(none) outside;
	margin: 18px;
}

a.subSubNav:link, a.subSubNav:visited {

	display: block;
	color: #1d493c;
	text-decoration: none;
	background: url(../images/gold_triangle_bullet_sm.gif) no-repeat 14px 7px;
	padding: 3px 3px 3px 24px;
}
.guideUrl {
	margin-left: 24px;
}

a.subSubNav:hover, a.subSubNav:visited:hover {

	text-decoration: underline;
}
.gold {
	color: #FFCC00;
}
.green {
	color: #1D493C;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.text14px {
	font-size: 14px;
}
.leftQuote {
	font-size: 11px;
	padding-right: 6px;
	padding-left: 6px;
}
#photos p {
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 24px;
	color: #245B4A;
}

<!--Form field stuff-->

.nobr {display:none;}  
label {
	color: #1d493c;
	font-weight: bold;
	font-size: 11px;
}

.textfield {
background-color: white;
font-size: 11px;
width: 150px;
}

.textarea {
background-color: white;
font-size: 11px;
width: 150px;
height: 50px;
}

.fieldtd {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
}

.submit {
margin:2px;
height:18px;
background-color: #1D493C;
width:70px;
color:#fff;
font-weight: bold;
border-top: 1px solid #669966;
border-left: 1px solid #669966;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
font-size: 11px;
 }
 
#sideBaratty {
	margin-bottom: 8px;
	margin-left: 18px;
	font-size: 11px;
	border: 1px solid #1D493C;
	background: #EEFAEE url(../images/sideBarbkgd.jpg) no-repeat;
    float: right;
    width: 224px;
    padding: 8px;
    clear: right;           
}
#sideBartbl {
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 11px;
	border: none;
    float: right;
    width: 300px;
    padding: 0px;
    clear: right;           
}

#sideBarattyPic {
    background: none;
    padding: 10px 38px 15px 38px;
    border: 0px;
    float: right;              
}
#sideBarattyPic a {
    padding-left: 13px;
}

#sideBaratty h1 {
	font-size: 16px;
	font-style: normal;
	margin-bottom: 6px;
	border-style: none;
	color: black;
	/* background-color:  #1D493C; */
	background-color:  #F5F8F7;
	text-align: center;
	padding: 6px;
}
#sideBaratty h3 {
	margin-bottom: 0px;
}


#sideBaratty p {
	line-height: 15px;
	margin-top: 0px;
	font-size: 11px;
}

#sideBaratty .indented {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sideBaratty .attribution, #leftNav .attribution {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	font-style: italic;
	margin-right: 0px;
	font-size: 11px;
	line-height: 14px;
}


#sideBaratty li {
	line-height: 15px;
	font-style: normal;
	margin-top: 6px;
}
#sideBaratty ul {
	margin: 0px 0px 0px 16px;
	padding: 6px;
}
#sideBaratty ol {
	list-style: decimal url(none) outside;
	margin: 18px;
}
.sl_badge_120 {
    width:120px;text-align:center;
    background-color:rgb(255,255,255);
    font-family:arial;
    font-size:12px;
    border:1px solid rgb(191,191,191);
    border-bottom:4px solid rgb(86,131,154);
}
.sl_badge_120 .profile {
    padding:2px;
}
.sl_badge_120 a {
    color:rgb(131,7,30);
    text-decoration:none;
}
.sl_badge_120 a:hover {
    text-decoration:underline;
}
.sl_badge_120 .outstanding {
    width:100%;
    text-align:center;
    font-family:arial,sans-serif;
    font-style:italic;
    font-weight:bold;font-size:10px;
    color:rgb(148,0,37);
}
.sl_badge_120 .only {
    width:100%;
    text-align:center;
    font-family:arial,sans-serif;
    font-style:italic;font-size:9px;
    color:rgb(100,100,100);
}
.sl_badge_120 .visit {
                       text-align:center;
                       font-size:9px;
                       }

#contentArea tbody { border:none; }

#pane-1-top-left p  {
    line-height: 20px;
    margin-bottom: 6px;
    padding-right: 20px;
    font-size: 120%;
}
.panels-flexible-row-5-6-inside {
    padding-left: 10px;
}
p.quoted {
    font-family: georgia,"times new roman",times,serif;
    font-size: 120%
} 

p.quoted:before  {
    content: url('/sites/all/themes/hbglaw/images/openquote.gif');
}
#steve3 {
    padding: 40px 0 40px 0;
    border: 0px;
    text-align: left;
    margin-right: 12px;
    margin-bottom: 4px;" 
}

.pane-2 .pane-content li a:hover {
    background-color: #BFD0C8;                     
}
.pane-2 .pane-content li:before a:hover {
    display: marker;
    content:  url('/sites/all/themes/hbglaw/images/green_triangle_bullet_sm.gif');
 }

.pane-2 ul          {
    font-size: 120%;
    margin-left: -20px;
}

#formContainer      {
    padding: 20px 0px 0px 40px;
}

hr#hm_h_rule    {
    color: rgb(255, 204, 0);
    background-color: rgb(255, 204, 0);
    border: 0px;
}

#node-27 img {
    float: right;
}

table#shanes_gallery {
    border: 1px solid black;
}