/* SELECTOR RESET
--------------------------------*/
html, body, div, span, object, iframe, a, dl, dt, dd abbr, acronym, address, pre, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, var, center, table, fieldset, form, button, fieldset, label, legend, select, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* COMMON SELECTOR LAYOUT
--------------------------------*/
body {
	background: #858585 url(../images/body.png) repeat-x top;
	line-height: 1;
	color: #515251;
	font-size:0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
}

p {
	padding: 5px 0;
	margin: 0;
}

strong, b {
	color: #333;
	font-size: 1em;
}

img {
	border: 0;
	display:block;
}

input, select {
	vertical-align: middle;
}

button {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:transparent;
}

legend {
	font-weight:bold;
	margin: 10px 0;
}

a:link {
	color: #344335;
	line-height:1.1em;
	text-decoration: none;
}

a:visited {
	color: #425544;
	text-decoration: none;
}

a:hover {
	color: #839E85;
}

a strong {
	color: #425544;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
	padding:0;
}

/* COMMON SELECTOR CLASSES
---------------------------------*/
.l1 {
	width:10px !important;
}

.l2 {
	width:20px !important;
}

.l3 {
	width:30px !important;
}

.l4 {
	width:40px !important;
}

.l5 {
	width:50px !important;
}

.l6 {
	width:60px !important;
}

.l7 {
	width:70px !important;
}

.l8 {
	width:80px !important;
}

.l9 {
	width:90px !important;
}

.l10 {
	width:100px !important;
}

.l12 {
	width:120px !important;
}

.l13 {
	width:130px !important;
}

.l14 {
	width:140px !important;
}

.l15 {
	width:150px !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.align-left {
	float:left;
}

.align-right {
	float:right;
}

.align-middle {
	vertical-align: middle;
}

.align-baseline {
	vertical-align: baseline;
}

.align-top {
	vertical-align:top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-text-bottom {
	vertical-align: text-bottom;
}

.align-text-top {
	vertical-align:text-top;
}

.inline {
	display:inline !important;
}

.block {
	display:block !important;
}

.visible {
	visibility:visible !important;
}

.hidden {
	visibility:hidden !important;
}

.container {
	overflow: hidden;
	width: 100%;
}

.required {
	background:url(../images/required.png) no-repeat 99% 4px;
}

.note {
	font-style: italic;
	font-size: 10px;
	margin: 0 0 0 5px;
}

.cms img {
	display:inline;
}

.cms {
	line-height: 1.5em;
	font-size: 1.1em;
}

.sifr-alt {
	display: none;
}

.font-01, .font-02 {
	visibility:visible;
	margin:0;
	padding:0;
	font-weight:normal;
}

* html .png {
	visibility:hidden;
}

select {
	border: 1px solid #999;
	background: #FFF !important;
}

input.text {
	padding: 2px;
	border: 1px solid #999;
	width: 130px;
	background: #FFF !important;
}

textarea {
	padding: 2px;
	border: 1px solid #999;
	width:220px;
	height:60px;
}

input.image {
}

input.button {
	color:#FFF;
	background:#000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	border:0;
	padding: 2px;
}

button.button {
	color:#FFF;
	background:#000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	border:0;
	padding: 2px;
	float:right;
	margin: 0 60px 0 0;
}

input.checkbox {
	width:20px;
	margin: 3px 0 0 0;
}

input.radio {
	width:20px;
	margin: 3px 0 0 0;
}

.error, .error strong {
	color: #C00;
}

h3.error {
	font-weight: normal;
	border: 1px solid #C00;
	background: #FBFCFC;
	padding: 5px;
	text-align:center;
}

p.error {
	text-align: center;
	width: 90%;
}

.success, .success strong {
	color: #390;
}

p.success {
	text-align: center;
	width: 90%;
}

.p, .m {
	display:none;
} /*not for web display*/

/* BODY SELECTORS
---------------------------------*/
#home, #internal {
	width: 984px;
	border:1px solid #FFF;
	text-align:left;
	margin: 26px auto 0 auto;
}

/* PHOTO */
#photo {
	width: 984px;
	height:267px;
	position:relative;
	background-image: url(../images/photo-default.jpg);
	background-repeat: no-repeat;
}

#internal #photo {
	width: 984px;
	height: 267px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position:relative;
}

#logo {
	width: 287px;
	height: 117px;
	position:absolute;
	top: 79px;
	left: 305px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-6000px;
	z-index:20;
}

#logo a {
	display:block;
	width: 100%;
	height: 100%;
}

#tagline {
	display:block;
	position:absolute;
	top: 33px;
	right: 38px;
	background:url(../images/tagline.png) no-repeat;
	text-indent: -6000px;
	width: 262px;
	height: 62px;
}

/*NAV*/
#nav {
}

#nav ul {
	height: 25px;
	background: url(../images/nav-ul.png) repeat-x;
	list-style:none;
	margin:0 0 0 0;
	padding:9px 0 0 33px;
	position:relative;
	z-index: 100;
	border-bottom: 1px solid #fff;
}

#nav a {
	text-align:left;
	display: block;
	height: 25px;
	padding: 0 24px;
	text-indent: -6000px;
	background-repeat: no-repeat;
	background-position: 24px top;
}

#nav li.level1 {
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #99a299;
}/*menu category styling*/

#nav li.first {
}

#nav li.last {
	background:0;
	border: 0;
	padding-right:0;
}

#nav li:hover {
	position:relative;
} /*hold flyout positioning*/

/* nav dropdown */
#nav li ul a {
	padding: 5px 3px 5px 20px;
	text-indent: 0;
	text-transform:none;
	height: auto;
	width: 148px !important;
	color: #FFF;
	text-decoration: none;
	background:none !important;
} /* reset for dropdown */

#nav li ul a.hover {
	color:#C8AE21;
}

#nav ul ul {
	display:none;
	position: absolute;
	top: 25px;
	left: 24px;
	width: 171px;
	height: auto;
	margin:0;
	padding:0;
	list-style:none;
	border-top: 0 #DADCF6 solid;
	background:none;
} /*dropdown properties*/

#nav li ul li {
*height: 1%;
*float:left;
	border: #DADCF6 solid;
	border-width: 0;
	width:100%;
	background: #3C513D;
}

#nav li ul li:hover {
	background:url(../images/nav-ul-ul-li.png) repeat-y 10px 0 #3A4E3A;
}

#nav li ul li ul {
	position: absolute;
	top: 5px;
	left: 100%;
} /*flyout positioning */

/* #nav li ul li a.flyout { background-image:url(../images/nav-flyout.png); background-repeat: no-repeat; background-position: 97% 9px; } */
#nav li a.place-holder {
	cursor: default;
}

#nav li ul li.top {
	height: 5px;
	background:#3C513D ! important;
}

#nav li ul li.bottom {
	height: 5px;
	background:#3C513D ! important;
}

* html #nav li ul li.bottom {
	font-size: 0;
}

* html #nav li ul li.top {
	font-size: 0;
}

/* nav categories */
#nav #nav-firm-profile a {
	width: 149px;
	background-image: url(../images/nav-firm-profile.png);
}

#nav #nav-firm-profile:hover a {
	background-position: 24px bottom;
}

#nav #nav-practice-areas a {
	background-image: url(../images/nav-practice-areas.png);
	width: 171px;
}

#nav #nav-practice-areas:hover a {
	background-position: 24px bottom;
}

#nav #nav-firm-news a {
	background-image: url(../images/nav-firm-news.png);
	width: 110px;
}

#nav #nav-firm-news:hover a {
	background-position: 24px bottom;
}

#nav #nav-resources a {
	background-image: url(../images/nav-resources.png);
	width: 115px;
}

#nav #nav-resources:hover a {
	background-position: 24px bottom;
}

#nav #nav-contact-us a {
	background-image: url(../images/nav-contact-us.png);
	width: 129px;
}

#nav #nav-contact-us:hover a {
	background-position: 24px bottom;
}

#nav #nav-home a {
	background-image: url(../images/nav-home.png);
	width: 129px;
}

#nav #nav-home:hover a {
	background-position: 24px bottom;
}

#nav #nav-about a {
	background-image: url(../images/nav-about.png);
	width: 129px;
}

#nav #nav-about:hover a {
	background-position: 24px bottom;
}

#nav #nav-contact a {
	background-image: url(../images/nav-contact.png);
	width: 129px;
}

#nav #nav-contact:hover a {
	background-position: 24px bottom;
}

#nav #nav-attorneys a {
	background-image: url(../images/nav-attorneys.png);
	width: 129px;
}

#nav #nav-attorneys:hover a {
	background-position: 24px bottom;
}

/*NAV SUB*/
#nav-sub {
	float:left;
	display:inline;
	margin: 20px 0 0 16px;
	width: 201px;
}

#nav-sub ul {
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
}

#nav-sub li {
	background:url(../images/nav-sub-li.png) no-repeat 15px 11px;
	padding: 0 3px 0 25px;
	width: 173px;
	border-bottom:1px solid #eaeaea;
}

#nav-sub li a {
	display:block;
	line-height: 1.2em;
	padding: 6px 0;
	width: 100%;
	text-decoration:none;
}

#nav-sub li a:hover {
	text-decoration:underline;
}

#nav-sub .level3 {
	padding-left: 30px;
	width: 168px;
	background:none;
}

#nav-sub .level3 a {
	font-size: .9em;
}

/*MAIN*/
#main {
	overflow:hidden;
	width: 100%;
	background:url(../images/main.png) repeat-x top #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#main .shell {
	overflow:hidden;
	width: 937px;
	background:url(../images/main-shell.png) no-repeat #FFF 1px 1px;
	margin: 16px 0 0 23px;
}

/*welcome*/
#welcome {
	float:left;
	display:inline;
	width: 494px;
	min-height: 230px;
	margin: 15px 0 0 23px;
	background:#fff url(../images/welcome.png) 1px 1px no-repeat;
}

* html #welcome {
	height: 230px;
}

#welcome h2 {
	background:url(../images/welcome-h2.png) no-repeat left;
	margin: 17px 0 0 2px;
	padding:0;
	height:17px;
	text-indent:-6000px;
}

#welcome .cms {
	margin: 12px 20px 0 20px;
}

/* news -press realeases*/
#news-press-releases {
	margin: 15px 22px 0 0;
	width:434px;
	float:right;
	display:inline;
	min-height: 230px;
	background:#fff url(../images/news-press-releases.png) 1px 1px no-repeat;
}

* html #news-press-releases {
	height: 230px;
}

#news-press-releases h2 {
	background:url(../images/news-press-releases-h2.png) no-repeat left;
	height: 17px;
	text-indent:-6000px;
	padding:0;
	margin: 17px 0 0 2px;
}

#news-press-releases dl {
	margin: 11px 30px 0 18px;
	line-height: 1.4em;
}

#news-press-releases dt {
}

#news-press-releases dt a {
	font-weight: bold;
}

#news-press-releases dd {
	margin:0 0 10px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #777675;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#news-press-releases b {
	margin:0 0 10px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #777675;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
}

/*CONTENT*/
#content {
	float:right;
	width: 674px;
	display:inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:url(../images/content.png) repeat-x;
}

#content .cms {
	margin: 15px 23px 0 3px;
	min-height: 200px;
}

* html #content .cms {
	height: 200px;
}

/*PAGE TITLE*/
#page-title {
	padding:0;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:20px;
	color:#293e2a;
	height: 26px;
	background: url(../images/page-title.png) no-repeat 3px bottom;
}

/* BREADCRUMB */
#crumb {
	list-style: none;
	padding: 0;
	margin: 12px 0 9px 3px;
}

#crumb li {
	display:inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#crumb li a, #crumb li a:hover {
}

/* FOOTER */
#footer {
	color:#777675;
	background: url(../images/footer.png) repeat-x top;
	height: 48px;
	width: 986px;
	padding: 1px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#footer address {
	font-style: normal;
	margin: 11px 0 0 0;
	font-size: .9em;
}

#footer a {
	color:#777675;
}

#copyright {
	display:block;
	margin: 5px 0 0 0;
	font-size: .9em;
}

/* CORE101 */
#logo-core101 {
	width:271px;
	height:17px;
	text-align:center;
	margin: 10px auto 10px auto;
	text-indent: -6000px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
}

#logo-core101 a {
	display:block;
	width: 100%;
}

/*SITEMAP*/
#sitemap ul {
}

#sitemap li {
	list-style: none;
	vertical-align:middle;
	padding-bottom: 4px;
}

#sitemap a {
	text-decoration:none;
}

#sitemap a:hover {
	text-decoration:underline;
}

#sitemap li.level1 {
	padding-left: 0;
}

#sitemap li.level2 {
	padding-left: 25px;
}

#sitemap li.level3 {
	padding-left: 50px;
}

#sitemap li.level4 {
	padding-left: 75px;
}

#sitemap li.level5 {
	padding-left: 100px;
}

/* MISC
-------------------------------------*/

/* FORMS */
#form-contact {
	width:570px;
}

/* forms */
fieldset {
	margin:0;
	padding:0;
	border:0;
}

/*wrapper*/
form label, form .group {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 5px 0;
}

form label span, form .group span {
	width: 200px;
	float: left;
	text-align: right;
	padding: 4px 5px 0 0;
}

form label input.text {
	float: left;
	margin: 0 0 5px 0;
	width: 110px;
}

form label select {
	float: left;
	margin: 0 0 5px 0;
	width: 115px;
}

form .buttons {
	text-align:right;
	width: 100%;
}

form .error {
	color: #C00;
}

/*group*/
form ul {
	float:left;
	width:auto;
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

form li.heading {
	text-decoration:underline;
	float:left;
	padding: 4px 0;
	width: 100%;
}

form li.error {
	float:left;
	padding: 4px 0;
	width: 100%;
}

form li {
	width:50%;
	float:left;
	padding: 4px 0;
}

form li label, form ul li span, form li input {
	white-space: nowrap;
	display:inline !important;
	width:auto !important;
	float:none !important;
}

form label span.error {
	width:180px;
	color:#C00;
	text-align:left;
	margin-left: 5px;
}

form .group .block {
	float: left;
	margin: 0 0 5px 0;
	width: 200px;
}

form .group .block label, form .group .block input, form .group .block span, label.inline, label.inline span, label.inline input {
	display: inline !important;
	width:auto !important;
	float:none !important;
}

#captcha-image {
	margin: 0 0 5px 215px;
}

#captcha-image img {
	display:block;
}

/* BUTTONS */
button {
	padding:0;
	margin:0;
	border:0;
	vertical-align:middle;
	display:block;
	display:inline-block;
	position:relative;
	overflow:visible;
}

a.button, span.button {
	cursor: pointer;
	display:block;
	display:inline-block;
	background:url(../images/button.png) no-repeat left top;
	vertical-align:middle;
	text-decoration:none;
	position:relative;
	padding:0 0 0 13px;
}

a.button span, span.button span {
	display:block;
	white-space:nowrap;
	line-height:24px;
	background:url(../images/button.png) no-repeat right top;
	padding: 0 13px 0 0;
	color:#FFF;
}


/*hover*/
button:hover span.button, a.button:hover {
	background-position: left bottom;
}

button:hover span.button span, a.button:hover span {
	background-position: right bottom;
}

/*alt button*/
a.alt, span.alt {
	background:url(../images/button-alt.png) no-repeat left top;
}

a.alt span, span.alt span {
	color:#777;
	background:url(../images/button-alt.png) no-repeat right top;
}

img.portrait {
	background:#FFFFFF none repeat scroll 0;
	border:2px solid #000000;
	padding:4px;
	float: left;
}

.portrait2 {
	border:1px solid #000000;
	padding:3px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	margin-right: 6px;

	margin-bottom: 6px;
	margin-top: 6px;
}
