@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
/************************ Last Edited 11 Nov 2008 *********************/

html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color:#fff;
	background:url(../images/home_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.4em;
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* text-align: center; this centers the container in IE 5* browsers. The text is then set to
	 the left aligned default in the #container selector */
}
	p { line-height: 1.4em; text-align:justify }
	ul, ol { margin: 0; padding: 0; list-style-position: inside; }
	img, img a { border: none; }
	form { margin: 0; padding: 0; }

.formbox {
	border: 1px solid #999999;
	font-size: 10px;
}



/************************* Global linking *************************/
a:link {
	color: #7f7f7f;
	text-decoration: none;
}
a:visited {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover {
	color: #b2b2b2;
	text-decoration: none;
}
a:active {
	color: #b2b2b2;
}

/************************* Global linking Red *************************/	
.red {
	color: #ff0000;
	text-decoration: none;
}

a.red:link {
	color: #ff0000;
	text-decoration: none;
}
a.red:visited {
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {
	color: #ff0000;
	text-decoration: underline;
}
a.red:active {
	color: #ff0000;
}

/************************* Global linking Pagination *************************/	
.page {
	color: #333;
	text-decoration: none;
}
a.page:link {
	color: #333;
	text-decoration: none;
}
a.page:visited {
	color: #999;
	text-decoration: none;
}
a.page:hover {
	color: #333;
	text-decoration: underline;
}
a.page:active {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/************************* Wrapper Css *************************/	
#wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
}

#site-container {
	width: 960px;
	margin: auto;
	padding: 0;
}
/****************************** Header Css ******************************/
#header{
	width:960px;
	height: 101px;
	float:left;
}
.header_logo {
	width: 170px;
	height: 65px;
	padding-top: 15px;
	padding-left: 14px;
	float: left;
}

.header_tagline {
	width: 132px;
	height: 37px;
	padding-top: 42px;
	padding-left: 21px;
	float: left;
}

.header_topnav1 {
	width: 609px;
	height: 11px;
	padding-top: 15px;
	padding-right: 7px;
	text-align: right;
	float: left;
}

.header_topnav2 {
	width: 609px;
	height: 10px;
	padding-top: 44px;
	padding-right: 7px;
	text-align: right;
	float: left;
}

#header_mainnav {
	width: 946px;
	height: 33px;
/*	padding-top: 21px;
	padding-right: 14px; */
	text-align: right;
	float: left;
	z-index: 10;
}

/****************************** Top Nav Css ******************************/
#top-nav{
	width:960px;
	height: 33px;
	float:left;
}

/****************************** Container Css ******************************/
#container{
	width:960px;
	/*height: 520px;*/
	float:left;
}

#left-container{
	width: 100%;
	margin: 0;
	padding: 0;
}

/****************************** Left Nav Css ******************************/
#col-nav {
	width: 150px;
	height: 300px;/**you don't need to define height here for actual work**/
	float:left;
	background-color:#FF9900;
}

/*This will only be applied on the Index page*/
#left-col {
	width: 205px;
	/*background-color: #333333;
	height: 500px;*/
	float:left;
}

#left-col-inside{
	width: 190px;
	padding-left:14px;
	float:left;
	color: #7f7f7f;
}

#left-col-inside a:link {
	color: #4c4c4c;
}

#left-col-inside a:hover {
	color: #7f7f7f;
}

#left-col-inside a:active {
	color: #7f7f7f;
}

#left-col-inside a:visited {
	color: #4c4c4c;
}

#search {
	/*background-color: #333333;
	height: 500px;*/
	float:left;
	width:190px;
	padding: 10px 0 10px 14px;
}
#search-div-result {
	/***/
}
#search-fieldset-result {
	/***/
	border:1px dotted grey;
}
.search-btn {
	font-size: 9px;
}

#nav-corporate a, #nav-getting a, #nav-stay a, #nav-eat a, #nav-do a, #nav-see a, #nav-around a, #nav-business a,
#nav-corporate-sel a, #nav-getting-sel a, #nav-stay-sel a, #nav-eat-sel a, #nav-do-sel a, #nav-see-sel a, #nav-around-sel a, #nav-business-sel a
{
	float:left;
	display:block;
	text-indent: -9999px;	
}
#nav-corporate, #nav-corporate a{
	width: 206px;
	height: 32px;
	background: url(../images/left_nav_1_rollout.png) no-repeat;
}
#nav-corporate a:hover, #nav-corporate a:active{
	width: 206px;
	height: 32px;
	background: url(../images/left_nav_1_rollover.png) no-repeat;
}
#left-nav a:hover span {
  display: block;
}


/****************************** Right Flash Css ******************************/
#right-flash {
	width: 754px;
	height: 520px;
	margin: 0;
	padding: 0;
	float:left;
	z-index: -1;
}

/****************************** Indexbox floater ******************************/
#box-parent{
	position:absolute; top:500px; height:50px; overflow:visible; z-index: 0;
}

#box-container {
	width: 944px;
	margin: auto;
	padding: 0;
	text-align: center;
}

#box-top {
	width:100%;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(../images/box_top.png) no-repeat top center;
	clear: both;
	overflow: hidden;
}

#box-mid {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(../images/box_mid.png) repeat top center;
	clear: both;
	overflow: hidden;
}

#box-mid a:link {
	color: #333333;
}

#box-mid a:visited {
	color: #333333;
}

#box-mid a:hover {
	color: #666666;
}

#box-mid a:active {
	color: #666666;
}

#box-btm {
	width: 944px;
	height: 10px;
	background:url(../images/box_btm.png) no-repeat top center;
	margin: 0;
	padding: 0;
}

#box-content1 {
	width: 273px;
	margin: 0;
/*	padding: 10px 0 0 2.8em;*/
	padding: 10px 0 0 21px;
	float: left;
	text-align: left;
}

#box-content2 {
	width: 290px;
	margin: 0;
/*	padding: 10px 0 0 4em;*/
	padding: 10px 0 0 43px;
	float: left;
	text-align: left;
}

#box-content3 {
	width: 291px;
	margin: 0;
/*	padding: 10px 0 0 1em;*/
	padding: 10px 0 0 0;
	float: right;
	text-align: left;
}

#box-title1 {
	width: 280px;
	margin: 0;
	padding: 8px 0 0 21px;
	float: left;
	text-align: left;
}

#box-title2 {
	width: 280px;
	margin: 0;
	padding: 8px 0 0 37px;
	float: left;
	text-align: left;
}

#box-title3 {
	width: 291px;
	margin: 0;
	padding: 8px 0 0 0;
	float: right;
	text-align: left;
}
/****************************** Indexbox Text Styles ******************************/

.box-header {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.box-content {
	margin: 0;
	padding: 0;
} 

/*.box-content ul{
	display:block;
}*/
.box-content ul li{
	list-style: none;
	/*list-style-image:url(../images/arrow.gif);*/
	list-style-position: outside;
	
	display:block;
	background: url(../images/arrow.gif) no-repeat 0 10%;
	padding: 0 15px 20px 10px;

}

/****************************** Print and Email Container ******************************/
#tools-container {
	width: 160px;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
}

#tools-container1 {
	width: 50px;
	margin: 0;
	padding: 10px 0 10px 20px;
	float: left;
}
#tools-container2 {
	width: 50px;
	margin: 0;
	padding: 10px 0 10px 15px;
	float: left;
}
#tools-container3 {
	width: 50px;
	margin: 0;
	padding: 10px 25px 5px 10px;
	float: right;
}
#tools-container4 {
	width: 50px;
	margin: 0;
	padding: 10px 0 5px 25px;
	float: right;
}

/****************************** Lawyers Page Css ******************************/
#carousel {
	width: 960px;
	height: 275px;
	margin: 0;
	padding: 0;
	float:left;
}

/****************************** Breadcrumbs ***********************************/

#breadcrumb {
	width: auto;
	height: 40px;
	float: left;
	padding: 10px 0 10px 0;
	line-height: 2em;
}
#crumb-container{
	width: 100%;
	margin: 0;
/*	padding-bottom: 14px;*/
	padding-left: 0;
	color: #666;
}
#crumb-container a:link {
	color: #000;
	text-decoration: none;
}
#crumb-container a:visited {
	color: #000;
	text-decoration: none;
}
#crumb-container a:hover {
	color: #666;
	text-decoration: none;
}
#crumb-container a:active {
	color: #666;
}

/********************************** Lawyers Container *********************************************/

#header-container{
	width: 100%;
	margin: 0;
}
#lawyers-container {
	width: 755px;
	float: left;
}
#lawyers-container-top {
	width: 755px;
	height: 30px;
	background: url(../images/lawyers_container_top.png) center no-repeat;
	float: left;
}
#lawyers-container-middle {
	width: 755px;
	min-height:300px;
	background: url(../images/lawyers_container_middle.png) center repeat-y;
	float: left;
	padding-top: 0;
	/*original height: 10px;*/
}

#lawyers-container-middle a:link {
	color: #4c4c4c;
}

#lawyers-container-middle a:hover {
	color: #7f7f7f;
}

#lawyers-container-middle a:active {
	color: #7f7f7f;
}

#lawyers-container-middle a:visited {
	color: #4c4c4c;
}

#lawyers-container-middle .normalbold {
	color: #7f7f7f;
}

#lawyers-container-middle-1 {
/*	width: 200px;*/
	width: 225px;
	float: left;
	/*height: 700px;*/
/*	padding-left: 25px;*/
	padding-left: 16px;
	margin-left: 9px;
	/*border-right: 3px dotted #999;*/
	overflow: hidden;
	/*background: url(../images/lawyers_container_middle_lines.png) right repeat-y;*/
}
#lawyers-container-middle-2 {
/*	width: 200px;*/
	width: 225px;
	float: left;
	/*height: 700px;*/
/*	padding: 0 5px 0 50px;*/
	padding: 0 5px 0 16px;
	border-left: 1px dotted #999;
	overflow: hidden;
	/*background: url(../images/lawyers_container_middle_lines.png) right repeat-y;*/
}
#lawyers-container-middle-3 {
/*	width: 200px;*/
	width: 225px;
	float: left;
	/*height: 700px;*/
/*	padding: 0 5px 0 50px;*/
	padding: 0 5px 0 16px;
	border-left: 1px dotted #999;
	overflow: hidden;
	/*background: url(../images/lawyers_container_middle_lines.png) right repeat-y;*/
}
#lawyers-container-middle-4 {
	width: 170px;
	float: left;
	padding: 0 5px 0 10px;
}
#lawyers-container-middle-bottom {
	width: 730px;
	float: left;
	padding: 20px 0 0 25px;
}
#lawyers-container-middle-bottom a {
	color: black;
	font-weight: bold;
}
#lawyers-container-middle-bottom a:hover {
	color: #999999;
	font-weight: bold;;
	text-decoration: none;
}
#lawyers-container-bottom {
	width: 755px;
	height: 19px;
	background: url(../images/lawyers_container_bottom.png) center no-repeat;
	float: left;
}
#lawyers-container-header-partners {
	width: 730px;
	height: 20px;
	background: url(../images/lawyers_container_header_partners.png) center no-repeat;
	float: left;
	padding: 20px 0 0 25px;
}
#lawyers-container-header-consultants {
	width: 730px;
	height: 20px;
	background: url(../images/lawyers_container_header_consultants.png) center no-repeat;
	float: left;
	padding: 20px 0 0 25px;
}
#lawyers-container-header-associates {
	width: 730px;
	height: 20px;
	background: url(../images/lawyers_container_header_associates.png) center no-repeat;
	float: left;
	padding: 20px 0 0 25px;
}

#lawyers-gallery-header {
	width: 532px;
	height: 20px;
	padding: 10px 20px 10px 8px;
	margin: 0;
	text-align: left;
	float: left;
/*	border: 1px solid #000;	*/
}


/****************************** Lawyers Profile Css ******************************/
#profile-container {
	width: 741px;
	height: 100%;
	margin: 0;
	padding: 0;
	float:left;
}

/* Container for the curve box*/
#prof-top1 {
	width: 100%;
	margin: 0;
	padding: 0;
}
#prof-top2 {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 29px;
	background: url(../images/listing_bg1.png) no-repeat;
}
#prof-mid {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../images/listing_bg2.png) repeat-y;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#prof-btm {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Container for the Lawyer image and profile details */
#profile-navi{
	width: 119px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;

}
#profile-content{
	width: 400px;
	padding: 10px 20px 10px 20px;
	margin: 0;
	text-align: left;
	float: right;
}

#profile-content ul {
	list-style-position: inside;
}

#profile-content li {
	list-style-image: url(../images/arrow.gif);
	list-style-type: circle;
	list-style-position: outside;
}
#profile-content .header-title1{
	font-size: 16px;
	color:#999;
	font-weight: bold;
}
#profile-content .header-title2{
	font-size: 13px;
	color:#999;
	font-weight: bold;
}

/*********** Lawyer Profile Page Sub-Navigation ***********/
#profilenav {
	width: 119px;
}

#profilenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#profilenav li {
	width: 119px;
}

#profilenav li a {
	margin: .2em 0 .2em 0;
	font-weight: bold;
	padding: .4em 3em .4em 1em;
	color: #fff;
}

#profilenav  a {
	text-decoration: none;
	display: block;
}

#profilenav  li a:hover {
	background:url(../images/profile_subnav_on.png) repeat-y;
	color: #000;
}

#profilenav  li a:active {
	background:url(../images/profile_subnav_on.png) repeat-y;
	color: #000;
}

/****************************** Common Page Side Nav **********************************/

#commonnav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	text-align: left;
}

/*************** added to adjust LI spacing for IE7, 14 Nov 2008 **************/
#commonnav li {
	list-style-position: outside;
}

#commonnav li a {
	width: 145px;
	margin: .1em 0 .1em 20px;
	font-weight: bold;
	padding: .1em 0 .1em 10px;
	color: #FFF;
}

#commonnav  a {
	text-decoration: none;
	display: block;
}

#commonnav  li a:hover {
	color: #000;
}


/****************************** Common Content Page ******************************/
#common-right {
	width: 170px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
	position: relative;
}

#div-right{
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

/* Container for the curve box*/
#common-top {
	width: 100%;
	margin: 0;
	padding: 0;
}
#common-mid {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/common_content_bg.png) repeat-y;
	overflow: hidden;
}
#common-btm {
	width: 100%;
	margin: 0;
	padding: 0;
}

#common-plain-mid {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/common_content_bg.png) repeat-y;
	clear: both;
	overflow: hidden;
}
/* Container for the BG Image */
#common-img1{
	width: 739px;
	height: 100%;
	margin: auto;
	padding: 0;
	min-height: 440px;
	background: url(../images/common_mainbg01.jpg) no-repeat;
	background-position: top left;
}

#common-img2{
	width: 739px;
	height: 100%;
	margin: auto;
	padding: 0;
	min-height: 440px;
	background: url(../images/common_mainbg02.jpg) no-repeat;
	background-position: top left;
}

#common-img3{
	width: 739px;
	height: 100%;
	margin: auto;
	padding: 0;
	min-height: 440px;
	background: url(../images/common_mainbg03.jpg) no-repeat;
	background-position: top left;
}

#common-navi{
	width: 167px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: right;
}

#common-content{
	width: 520px;
/*	width: 508px;*/
	padding: 10px 20px 10px 20px;
/*	padding: 10px 8px 10px 20px;*/
	margin: 0;
	text-align: left;
	float: left;
}

/***************** commented to adjust the 5 practices displaying in About Us content ****************/
/*#common-content span ul{
	padding-left:17px;
}*/

/*#common-content span ul li{
	list-style-position: outside;
}*/

#common-content .red a{
	color: #ff0000;
	text-decoration: none;
}
#common-content .red a:visited {
	color: #ff0000;
	text-decoration: none;
}
#common-content .red a:hover {
	color: #ff0000;
	text-decoration: none;
}
#common-content .red a:active {
	color: #ff0000;
}

#common-content ul {
	list-style-position: inside;
}

#common-content li {
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 17px;
}

#common-content-plain{
	width: 600px;
	height: 500px;
	padding: 10px 20px 10px 20px;
	margin: auto;
	text-align: left;
}

#see-also {
	width: 150px;
	margin: .2em 0 .2em 0;
	padding: .2em 0 .2em 10px;
	float: right;
	background:url(../images/profile_subnav_on.png) repeat-y;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

/****************************** Common Page Small Box ******************************/
#floatbox {
	width: 100%;
	margin: 0;
	padding: 0;
}

/******** Curve Box Container *********/
#kc-container{
	width: 157px;
	margin: 0;
	padding: 15px 0 0 0;
	float: left;
}
#kc-top{
	width: 157px;
	margin: 0;
	padding: 0;
}

#kc-mid{
	width: 157px;
	margin: 0;
	padding: 0;
	min-height: 100px;
	background: url(../images/kc_mid.gif) repeat-y;
	text-align: center;
	vertical-align: top;	
	overflow: hidden;
}

#kc-btm{
	width: 157px;
	margin: 0;
	padding: 0;
}

#kc-content{
	width: 157px;
	height: 100%;
	margin: 0;
	padding: 140px 7px 0 7px;
	vertical-align: bottom;
	text-align: left;
}

#kc-content2{
	width: 150px;
	height: 100%;
	margin: 0;
	padding: 10px 7px 10px 7px;
	vertical-align: bottom;
	text-align: left;
}

/****************************** Footer Css ******************************/
#footer{
	width: 960px;
	height: 30px;
	padding-top: 20px;
	padding-left: 14px;
	font-size: 7.5pt;
	font-weight: normal;
}
	
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: none;}
#footer a:active {
	color: #999;
}

/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}

/****************************** Tooltip Css ******************************/	
#dhtmltooltip{
position: absolute;
width: 180px;
border: 1px solid #cccccc;
color: #666666;
padding: 10px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=125,strength=2);
}
.tooltip-header {
	font-weight: bold;
}

/****************************** Table Properties ******************************/
#tablebg{
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/table_bg.gif) repeat-y top center;
}

#tablebg td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e5e5e5;
}

/****************************** List Page ******************************/
#listbox{
	width: 500px;
	margin: 0 0 20px 0;
	padding: 10px;
}
#listbox-header{
	width: 100%;
	margin: 0;
	padding: 0;
}
#listbox-content{
	width: 100%;
	margin: 0;
	padding: 0;
}
#listbox-pagination{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}

/*************************** left 3rd level*********************************/
#left3rdlink{
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	/*padding-left:-30px;*/
}
#left3rdlink a:link{
	color: #000;
	text-decoration: none;
}
#left3rdlink a:visited {
	color: #000;
	text-decoration: none;
}
#left3rdlink a:hover {
	color: #666;
	text-decoration: none;
}
#left3rdlink a:active {
	color: #666;
}

#left3rdlink_active{
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	/*margin-left:-2px;*/
}
#left3rdlink_active a:link {
	color: #999;
	text-decoration: none;
}
#left3rdlink_active a:visited {
	color: #999;
	text-decoration: none;
}
#left3rdlink_active a:hover {
	color: #333;
	text-decoration: none;
}
#left3rdlink_active a:active {
	color: #333;
}
/****************************** Rodyk Reporter ******************************/

#issue-title{
width: 50%;
margin: 0;
padding: 0;
float: left;
text-align: left;
}
#select-issue{
width: 50%;
margin: 0;
padding: 0;
float: right;
text-align: right;
}


/****************************** Quotes ******************************/
.accolades_quote1 {
	font-size: 11px;
	font-weight: normal;
	color: #e22e27;
	font-style:italic;
}

.accolades_quote2 {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	font-style:italic;
}

.accolades_quote3 {
	font-size: 11px;
	font-weight: bold;
	color: #e42f28;
	font-style:italic;
}

/*
#common-content #div span p strong{
	font-size: 10px;
	font-weight: bold;
	color: #e42f28;
	font-style:italic;
}*/

/*#accolades_box {
	width: auto;
	height: auto;
	background-color: #f8f8f8;
	padding: 10px;
	border: #999 dotted 1px;	
}*/

#accolades_box {
	width: auto;
	height: auto;
	padding: 10px;
	border: #999 double 4px;
}

/*************sitemap*****************/

#sitemap-content{
	width: 520px;
/*	width: 508px;*/
	padding: 10px 20px 10px 20px;
/*	padding: 10px 8px 10px 20px;*/
	margin: 0;
	text-align: left;
	float: left;
}

#sitemap-content li {
	list-style-type:none;
}


/******************* Inside Container / Lawyers Accolades ********************/


#inside-container ul{
	padding-left:17px;
}

#inside-container ul li{
	list-style-position:outside;
}

/********************************events******** ***********************************/
#event_list_title a:link {
	font-size:10px;
	color: #4c4c4c;
	text-decoration: none;
}
#event_list_title a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
#event_list_title a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
#event_list_title a:active {
	color: #7f7f7f;
}
#event_list_topic {
	font-size:9px;
	color:#7f7f7f;
}
#events_details {
	text-align:justify;
}

/******************************** Lawyer Seminar Pages ******************************/

#lawyer-seminar-date {
	color: #999999;
}

#lawyer-seminar a:link {
	font-size:11px;
	color: #4c4c4c;
	text-decoration: none;
}
#lawyer-seminar a:visited {
	color: #4c4c4c;
	text-decoration: none;
}
#lawyer-seminar a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
#lawyer-seminar a:active {
	color: #7f7f7f;
}


/********************************** Life @ Rodyk *************************************/

#upclose1 {
	width: 520px;
	float: left;
	margin: 0;
}

#upclose2 {
	float: inherit;
	width: 520px;
	padding-bottom: 10px;
}
