/*
 Reinert & Rourke
 Advanced Stylesheet
*/

/* Logo */
h1 {
 position: relative;
 background: url(../images/logo.gif) no-repeat;
 width: 405px;
 height: 65px;
 margin: 0;
 padding: 0;
}
h1 a:link, h1 a:visited, h1 a:hover {
 position: relative;
 display: block;
 text-indent: -100em;
 width: 405px;
 height: 65px;
 text-decoration: none;
}
.internal h1 {
 background: url(../images/logo2.gif) no-repeat;
 width: 334px;
 height: 44px;
}

/* IDs */

/* #reinertrourke */
#reinertrourke {
 position: relative;
 margin: 0 auto;
 width: 760px;
}

/* #content */
#content {
 position: relative;
 background: url(../images/background.gif) repeat-y;
}
.internal #content { width: 760px; }
.internal #subheader {
 position: relative;
 width: 760px;
}
.internal #subheader #sectionheader2 {
 position: absolute;
 top: 103px;
 left: 230px;
}
.internal #maincontent { position: relative; }

/* #menu */
#menu {
 position: relative;
 float: left;
 top: 148px;
 z-index:10;
 width:230px;
}
#menu li a:link, #menu li a:visited {
 color: #ddc;
 text-decoration: none;
}
#menu li a:hover {
 text-decoration: underline;
}
#menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 230px;
}
#menu li {
 position: relative;
 background: transparent;
 float: left;
 margin: 0;
 padding: 0;
 width: 230px;
}
#menu li img { display: block; }
/*.internal #menu { top: 103px; }*/
.internal #menu {
 position: absolute;
 top: 0;
 float: none;
 z-index:10px;
 width: 230px;
}
#menu li a:link.subitem, #menu li a:visited.subitem, #menu li a:hover.subitem {
 position: relative;
 /*border:1px solid #fff;*/
 left: 35px;
 width: 195px;
 font-weight: normal;
 color: #ddc;
 text-decoration: none;
} 
#attorneys li#menuatto, #firm li#menufirm, #practice li#menuprac, #news li#menunews, #recruiting li#menucare, #careers li#menucare { 
 background: #326 url(../images/background2.gif) repeat-y;
 color: #ddc;
 font-size: 85%;
}

#menu li ul {
 position: relative;
 background: #326;
 margin-left: 37px;
}
#menu li ul li {
 margin-bottom: 5px;
 width:190px;
}

/* #utilityMenu */
#utilityMenu {
 position: absolute;
 top:-15px;
 right: 0;
}
#utilityMenu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#utilityMenu li { 
 display: inline;
 padding-left: 10px; 
}

/* #banner */
#banner {
 position: absolute;
 top: 0;
 left: 0;
}
.internal #banner { height: 103px; }

/* #main */
#main {
 position: relative;
 float: left;
 padding-top: 161px;
 /*width: 530px;         removed 04242007 because ie7 was pushing the main div below the sidebar*/
 line-height: normal;
}
#main h2#welcome {
 position: relative;
 /*top: -13px;*/
 display: block;
 margin: 0;
 padding: 0;
 width: 530px;
 height: 143px;
 background: url(../images/welcomebanner.jpg) no-repeat;
}
#main p {
 margin-top: 0;
 margin-left: 50px;
 width: 430px;
 margin-right: 50px;
 padding:0;
}
.internal #main { padding-top: 101px; }
.internal #main2 {
 position: relative;
 width: 760px;
 padding-top: 90px;
}
#container {
 padding-left: 255px;
 padding-right: 20px;
}

/* attorneys */
#attorneys .profilePhoto {
 position: relative;
 display: block;
 padding-right: 15px;
 padding-bottom: 15px;
 float: left;
}

#tools {text-align: center}
a#stls {float: right; padding: 0 0 15px 5px; text-decoration: none;}
#hckyl {clear: both;}