@import url('screen.css');

.test { border: solid 1px black;}

/* header */
#head-wrapper {
	background-color: #fff;
	border: solid 1px #91867E;
	padding-bottom: 5px;
}
#logo {
	padding: 0px 0px 24px 38px;
}
#head-banner { margin-left: 15px;}

/* main nav */
#ajaxmenu { float: right;}

/* Content Home */
#content-wrapper-home {
	height: 584px;
}
#home-content-text { display: none;}

#home-news { width: 378px;height: 33px;margin-left: 4px;margin-right: 4px;background: transparent url('../_img/bg-home-menu.png') no-repeat;overflow: hidden;}

#home-news div, #home-pubs div { color: #494440;font-size: 10px;margin: 0px 10px 8px 10px;font-family: Times;}
#home-events div { font-size: 10px;margin: 0px 10px 8px 10px;font-family: Times;}
#home-news div p strong, #home-pubs div p strong { font-family: Arial;}
#home-news div a, #home-news div a:visited, #home-pubs div a, #home-pubs div a:visited { color: #D31245;font-weight: bold;}


#home-news div hr, #home-pubs div hr { color: #494440;border-bottom: dashed 1px #494440;margin: 0px 0px 10px 0px;padding: 0px;background:transparent;}

#home-pubs { width: 193px;height: 33px;margin-right: 4px;background: transparent url('../_img/bg-home-menu.png') no-repeat;overflow: hidden;}

#home-events { width: 193px;height: 33px;margin-right: 4px;background: transparent url('../_img/bg-home-events-nav.png') no-repeat;overflow:hidden;}
#home-news h1, #home-pubs h1 { color: #494440;height: 23px;width: 100%;padding-top: 10px;padding-left: 10px;cursor: pointer;margin-bottom: 0px;font-size: 14px;}
#home-news h1.active, #home-pubs h1.active { color: #D31245;}
#home-events h1 { color: #fff;height: 23px;width: 100%;padding-top: 10px;padding-left: 10px;cursor: pointer;font-size: 14px;}
/*content */
#content-wrapper {
	padding: 0px 5px 50px 5px;
	background: #91867E url('../_img/bg-content.png') repeat-y;
	border-top: solid 5px #91867E;
	border-bottom: solid 5px #91867E;
}
#content-text {
	padding-left: 60px;
	padding-right: 25px;
	padding-top: 38px;
}
#content-text h2 { 
	font-size: 14px;
	letter-spacing: .05em;
}
#copy {
	padding-left: 25px;
	padding-right: 25px;
}


ul.attorney-menu {list-style-type:none;width:180px;float:left;margin:0 10px 2px 0px;padding: 0px;}
ul.attorney-menu li{width:180px;float:left;padding:0}
ul.attorney-menu li a{padding:1px 20px 1px 0px;width:160px;float:left;}
ul.attorney-menu li a:hover{}

#attorney-image-left {background-color: #A79E97;height: 118px;overflow: hidden;margin-right: 5px;width: 324px;padding-left: 34px;padding-top: 122px;}
#attorney-image-left h1 {}
	
/* right column */
#content-right {
	width: 174px !important;
	margin-left: 5px;
}
#right-nav {
	height: 240px;
	border-bottom: solid 5px #91867E;
	overflow: hidden;
}
#right-nav.practice { height: 292px;}
#right-nav ul {padding: 0px;margin: 0px;padding-top: 20px;padding-left: 20px;}
#right-nav ul li {display: block;list-style:none;}
#right-nav ul li a {text-decoration: none;color: #fff;font-size: 11px;}
#right-nav ul li a:hover {text-decoration: underline;}



#content-right div.side-list { border-bottom: solid 5px #91867E;padding: 20px 0px 20px 20px;font-size: 11px;}
#content-right div.side-list a { color: #fff;text-decoration: none;}
#content-right div.side-list a:hover { text-decoration: underline;}

#content-right div.side-list ul { margin-left: 0px;padding-left: 0px;}
#content-right div.side-list li { list-style: none;margin-left: 0px;padding-left: 0px;padding-bottom: 10px;}

#content-right div.side-list h1 {font-size: 14px;font-weight: 700;color: #5f5249;}
#content-right div.side-list h1 a {color: #5f5249 !important;text-decoration: none;}
#content-right div.side-list h1 a:hover {text-decoration: none;}
#content-right div.side-list h1 span.file-icon {background: url('../_img/file-icon.png') right no-repeat;padding-right: 20px;}
/* footer */
#footer-wrapper {
	background-color:#EEEDE9;
	font-size: 10px;
	padding-top: 10px;
	color: #645b55;
	letter-spacing:-2px;
	font-weight: 100;
}
#footer-wrapper a {
	color: #645b55;
	text-decoration: none;
	padding-left: 10px;
}
#footer-wrapper a:hover {
	color: #4a7e9f;
}
div.copyright { text-align: right;width: 335px;}
/*div.print-container{display: none;}*/
div.print-container{visibility: hidden;position: absolute;left:-999px;top:0px;}