 @charset "utf-8";
/* CSS Document */

/*================================== General CSS Document Starts=================================== */

body,div,ul,p,h1,h2,h3,form,input,blockquote {   /* Default elements are set to none for cross browser compatibility*/
	padding:0;
	margin:0;
}


body {                  /* Default Font, Color and Background */
	background:#fff/*white*/;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333/*dakrer grey*/;
}


a{                      /* Default anchor outline is set to none */
	outline:none;
}


ul {                    /* Default unordered list style is set to none */
	list-style:none;
}


img {                   /* Default image border style is set to none */
	border:0;
}


.spacer {               /* clean paddings in cases where divs are set by float command, e.g. float:left/right */
	clear:both;
	line-height:0;
	font-size:0;
	padding:0;
	margin:0;
}


/* 
Cross-browser Typographical Normalization 
25px 150%
24px 150%
23px 144%
22px 138%
21px 131%
20px 125%
19px 119%
18px 113%
17px 106%
16px 100%
15px 94%
14px 88%
13px 81%
12px 75%
11px 69%
10px 63%
9px  56%
8px  50%
*/


/*================================== General CSS Document Ends=================================== */


/*================================== Header CSS Document Starts=================================== */


#header {
	margin:0 auto;
	width:938px;
	position:relative;
	height:102px;
}


/*logo starts*/

#header #logo {
	position:absolute;
	left:7px;
	top:0;
}

/*logo ends*/


/*Call us today starts*/

#call-us {
	position:absolute;
	left:500px;
	top:16px;
	color:#1f539a/*light blue*/;
	background-color:inherit;
	font-size:88% /*14px*/;
	font-weight:bold;
}

/*Call us today ends*/


/*Top grey links start*/

ul#rt-link {
	position:absolute;
	left:760px;
	top:18px;
	width:183px;
}


ul#rt-link li {
	float:left;
	width:auto;
	margin:0 22px 0 0;
	font-size:88% /*14px*/;
}


ul#rt-link li.nopad {
	margin:0;
}


ul#rt-link li a {
	color:#b2b2b2/*light grey*/;
	background-color:inherit;
	text-decoration:none;
}


ul#rt-link li a:hover {
	color:#000/*black*/;
	background-color:inherit;
}

/*Top grey links end*/


/*Top navigation starts*/

ul#nav {
	position:absolute;
	left:307px;
	top:54px;
	background:url(images/top-nav-bot-bg.gif) no-repeat 0 100%;
	height:25px;
	padding:0 0 0 9px;
}


ul#nav li {
	float:left;
	width:auto;
	margin:0 7px 0 0;
	text-align:center;
}


ul#nav li.nopad {
	margin:0;
}


ul#nav li a {
	display:block;
	width:117px;
	height:24px;
	line-height:24px;
	background:url(images/top-nav-bg.gif) no-repeat 0 0;
	color:#000/*black*/;
	background-color:inherit;
	font-size:81% /*13px*/;
	text-decoration:none;
}



ul#nav li a:hover {
	background:url(images/top-nav-bg-hov.gif) no-repeat 0 0;
	color:#fff/*white*/;
	background-color:inherit;
}

/*Top navigation ends*/


/*================================== Header CSS Document Starts=================================== */


/*================================== Content CSS Document Starts=================================== */


#content {
	margin:0 auto;
	width:938px;
}


/*banner starts*/

#banner {
	background:url(images/header-bg.jpg) no-repeat 0 0;
}


#banner-text {
	padding:125px 0 0px 36px;
	width:441px;
}


#banner-text h2 {
	font-size:181% /*29px*/;
	color:#000/*black*/;
	background-color:inherit;
	font-weight:normal;
	letter-spacing:1px;
}


#banner-text p {
	font-size:81% /*13px*/;
	color:#333333/*dark grey*/;
	background-color:inherit;
	font-weight:normal;
	line-height:18px;
	padding:5px 0 13px;
}


#banner-text a {
	background:url(images/btn-learn-more.gif) no-repeat 0 0;
	text-align:center;
	color:#fff /*white*/;
	width:188px;
	height:28px;
	display:block;
	text-decoration:none;
	line-height:25px;
	font-size:88% /*14px*/;
	background-color:inherit;
}

/*banner ends*/


/*mid-panel starts*/

#mid-panel {
	padding:18px 0 0;
}

/*mid-panel ends*/




/*column starts*/

.column {
	width:295px;
	float:left;
}


.column-rtcolumn {
	margin:0 26px 0 0;
}


.column-top {
	background:url(images/mid-box-top-bg.gif) no-repeat 0 0;
	height:11px;
	margin:0;
	padding:0;
	width:295px;
}

.column-top img{
	display:block;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
	}


.column-mid {
	background:url(images/mid-box-mid-bg.gif) repeat-x 0 0;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	padding:0 8px;
	width:277px;
	margin:0;
	border-top:#f6f6f6 1px solid;
	border-bottom:#e6e6e6 1px solid;
}


.column-mid h3 {
	font-size:113% /*18px*/;
	color:#1a5189/*light blue*/;
	background-color:inherit;
	font-weight:normal;
	text-align:center;
	line-height:19px;
	margin:0;
	padding:0;
}


.column-mid h3.caps {
	text-transform:uppercase;
	font-size:94% /*15px*/;
	font-weight:bold;
	margin:0;
	padding:0;
}


.column-mid h3.caps span {
	display:block;
	color:#969696/*grey*/;
	background-color:inherit;
	border-top:1px solid #c2c2c2/*light grey*/;
	/*padding:2px 0 0;
	margin:3px 0 0;*/
}


.column-mid p {
	font-size:75% /*12px*/;
	color:#333/*dark grey*/;
	background-color:inherit;
	font-weight:normal;
	padding:14px 16px 0;
	margin:0;
}


.column-mid .linkholder {
	padding:14px 16px 0;
}


.column-mid .linkholder a {
	color:#234669/*light blue*/;
	font-size:81% /*13px*/;
	background-color:inherit;
	margin:0;
	padding:0;
}


.column-mid .linkholder a:hover {
	text-decoration:none;
}


.column-mid div.left {
	width:107px;
	float:left;
	background:none;
	padding:0;
	margin:0;
}
	
	
.column-mid div.left img{
	display:block;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
}
	

.column-mid div.right {
	width:164px;
	float:right;
}	


.column-mid div.right h3 {
	font-size:113% /*18px*/;
	color:#1a5189/*light blue*/;
	background-color:inherit;
	font-weight:normal;
	text-align:left;
	line-height:19px;
	margin:0;
	padding:0;
}


.column-mid div.right p {
	font-size:75% /*12px*/;
	color:#333/*dark grey*/;
	background-color:inherit;
	font-weight:normal;
	padding:13px 8px 0 24px !important;
}


.column-mid div.right .linkholder {
	padding:16px 16px 0;
}


.column-mid div.right .linkholder a {
	color:#234669;/*light blue*/
	font-size:81%; /*13px*/
	background-color:inherit;
}


.column-bot {
	background:url(images/mid-box-bot-bg.gif) no-repeat 0 0;
	height:16px;
	font-size:0;
	line-height:0;
	display:block;
}


/*column ends*/


/*areas of practice start*/


#practice {
	background:url(images/divider.gif) no-repeat 0 0;
	padding:18px 0 22px;
	margin:20px auto 0;
	width:938px;
}


#practice h3 {
	color:#1a5189/*blue*/;
	background-color:inherit;
	width:185px;
	float:left;
	font-size:88% /*14px*/;
	padding:0 0 0 13px;
	text-transform:uppercase;
}


#practice .category {
	color:#1a5189/*blue*/;
	background-color:inherit;
	width:220px;
	padding:0 10px 0 0;
	float:left;
}

.categoryFirst{
	width:260px !important;
	}

#practice .category ul{
	padding:0;
	margin:0;
	}

#practice .category ul li {
	padding:0 0 7px;
	margin:0;
	display:block;
}


#practice .category ul li a {
	font:11px /*69%*/ Verdana, Arial, Helvetica, sans-serif;
	color:#a3a3a3 /*light grey*/;
	background-color:inherit;
}


#practice .category ul li a:hover {
	text-decoration:none;
}


/*areas of practice end*/


/*left panel starts*/

#left-panel {
	float:left;
	width:304px;
	padding:0 19px 0 0;
}


/*left panel form starts*/

#left-panel form {
	margin:21px 0 0;
	background:url(images/left-blue-form-bg.jpg) no-repeat 0 0;
	padding:14px 16px 50px 13px;
	width:266px;
	font-weight:normal;
}


#left-panel form h3 {
	color:#fff/*white*/;
	font-size:113% /*18px*/;
	background-color:inherit;
	text-align:center;
	margin:0;
	padding:0;
}


#left-panel form p {
	color:#fff/*white*/;
	font-size:81% /*13px*/;
	background-color:inherit;
	padding:12px 7px;
	margin:0;
}


#left-panel form label {
	display:block;
	width:66px;
	float:left;
	color:#fff/*white*/;
	font-size:81% /*13px*/;
	background-color:inherit;
	text-align:right;
	padding:3px 8px 10px 0;
	line-height:18px;
}


#left-panel form input {
	width:190px !important;
	float:left;
	font-size:81% /*13px*/;
	border:1px solid #bdbcbd;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:18px;
	padding:2px 0;
}


#left-panel form textarea {
	width:190px !important;
	float:left;
	color:#000/*black*/;
	font-size:81% /*13px*/;
	background-color:#fff/*white*/;
	border:1px solid #bdbcbd;
	height:74px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px 0;
}


#left-panel form input.submit {
	background:url(images/btn-submit.gif) no-repeat 0 0;
	background-color:inherit;
	color:#000;
	width:98px !important;
	border:none;
	text-indent:-5000px;
	line-height:0;
	font-size:0;
	height:28px;
	margin:9px 0 0 74px;
	cursor:pointer;
}


#left-panel form input {
	width:198px;
	float:left;
}


/*left panel form ends*/


/*attorney profiles start*/

#attorney-profile {
	width:295px;
}


#attorney-profile-top {
	background:url(images/left-profile-top-bg.gif) no-repeat 0 0;
	height:16px;
}


#attorney-profile-mid {
	background:url(images/left-profile-mid-bg.gif) repeat-x 0 0 #e6e6e6;
	color:#707070;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	padding:0 14px;
	border-top:#f6f6f6 1px solid;
	border-bottom:#e6e6e6 1px solid;
}


#attorney-profile-mid h3 {    /*heading*/
	color:#1a5189/*blue*/;
	font-size:113% /*18px*/;
	background:none;
	font-weight:normal;
	padding:0 0 12px;
	margin:0;
}


#attorney-profile-mid ul {   /*attorney navigation*/
	border-top:1px solid #e1e1e1;
	margin:0;
	padding:0;
}


#attorney-profile-mid ul li {
	border-bottom:1px solid #e1e1e1;
	padding:9px 0 9px 28px;
	line-height:17px;
/*	height:17px;*/
	display:block;
	background:url(images/profile-bullet.gif) no-repeat 0 9px;
	color:#333 /*dark grey*/;
	background-color:inherit;
	font-size:88% /*14px*/;
	text-decoration:none;
}


#attorney-profile-mid ul li a {
	color:#333 /*dark grey*/;
	background-color:inherit;
	text-decoration:none;
}


#attorney-profile-mid ul li a:hover {
	color:#316294 /*blue*/;
	background-color:inherit;
}


#attorney-profile-bot {
	background:url(images/left-profile-bot-bg.gif) no-repeat 0 0;
	height:16px;
}


/*attorney profiles end*/


/*left panel ends*/


/*right panel starts*/

#right-panel {
	float:left;
	width:614px;
}


#right-panel h2 { 						/*page title*/
	color:#1a5189 /*blue*/;
	font-size:125% /*20px*/;
	background-color:inherit;
	padding:0 0 17px;
	font-weight:normal;
}


#right-panel p {
	/*padding:0 0 6px 0;*/
	font-size:81% /*13px*/;
	/*line-height:22px;*/
	line-height:20px;
	padding:0 0 15px;
	color:#333333; /*dark grey*/
	background-color:inherit;
	text-align:justify;
}


#right-panel p.news-detail {
	padding:27px 0 0;
}


#right-panel .linkholder {
	padding:27px 0 0;
}


#right-panel a {
	color:#333333 /*dark grey*/;
	background-color:inherit;
	font-size:13px;
	line-height:16px;
}


#right-panel a:hover {
	text-decoration:none;
}


.right-panel-nobot-border {
	border-bottom:none !important;
}


/*medical malpractice list starts*/

.med-malprac {
	padding:2px 0 0 39px;
}

.med-malprac ul{
	margin-bottom:14px;
}


.med-malprac ul li {
	padding:0 0 10px;
	background:url(images/bullet.gif) no-repeat 0 6px;
	padding:0 0 2px 12px;
	font-size:75% /*12px*/;
	line-height:17px;
}	

	

/*medical malpractice list ends*/


/*news section starts*/

.news-section {
	padding:3px 0 13px 0;
	border-bottom:1px solid #d6d6d6;
}


.news-section h3 {
	color:#333333/*dark grey*/;
	background-color:inherit;
	font-size:100% /*16px*/;	
}


.news-section h3 span {
	display:block;
	color:#1a5189/*blue*/;
	background-color:inherit;
	font-size:81% /*13px*/;
	font-weight:normal;
	padding:2px 0;
}


/*news section ends*/


/*profile inside left-panel starts*/


#profile-left {
	width:390px;
	float:left;
	padding:0 22px 0 0;
}


#profile-left p {
	color:#333333/*dark grey*/;
	background-color:inherit;
	line-height:20px;
	padding:0 0 15px;
}


#profile-left .quote {
	font-size:81%; /*13px*/
	line-height:20px;
	color:#326497; /*blue*/
	background-color:inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/quote-open.gif) no-repeat 0 0;
	text-indent:18px;
}


#profile-left .quote span {
	background:url(images/quote-close.gif) no-repeat 100% 0;
	width:auto;
	padding:0 14px 0 0;
}


/*profile inside left-panel ends*/


/*profile inside right-panel starts*/

#profile-right {
	width:201px;
	float:left;
}


#profile-right-individ {
	text-align:center;
	padding:15px 0;
}


#profile-right-individ a {
	color:#1a5189/*blue*/;
	background-color:inherit;
	font-size:75% /*12px*/;
}



/*profile inside right-panel ends*/


/*profile list starts*/


.profile-list-holder {
	border-bottom:1px solid #d6d6d6;
	padding:0 0 17px;
	margin:0 0 15px 0;
	width:614px;
}


.profile-list-holder-left {
	width:480px;
	padding:0 30px 0 0;
	float:left;
}


.profile-list-holder-left h3 {
	color:#333333/*dark grey*/;
	background-color:inherit;
	font-size:100% /*16px*/;
	padding:0;
	margin:0;
}


.profile-list-holder-left p {
	color:#333333/*dark grey*/;
	background-color:inherit;
	font-size:75% /*12px*/;
	line-height:17px;
	padding:0;
	margin:0;
}

.profile-list-holder-left div{
	padding:0;
	margin:0;
	}

.profile-list-holder-left a {
	color:#333333/*dark grey*/;
	background-color:inherit;
	font-size:75% /*12px*/;
	line-height:20px;
	margin:0;
	padding:0;
}


.profile-list-holder-left a:hover {
	text-decoration:none;
}


.profile-list-holder-right {
	width:97px;
	float:left;
}

.profile-list-holder-right img{
	padding:0;
	margin:0;
	}

.post-edit-link {
	font:11px /*69%*/ Verdana, Arial, Helvetica, sans-serif;
	color:#a3a3a3 /*light grey*/;
	background-color:inherit;
}



.post-edit-link:hover {
	text-decoration:none;
}

/*profile list ends*/


/*right panel ends*/


/*================================== Content CSS Document Ends=================================== */


/*================================== Footer CSS Document starts=================================== */


#footer {	
	margin:0 auto;
	width:938px;
	padding:19px 0;
	background:url(images/divider.gif) no-repeat 0 0;
}


/*footer navigation starts*/


#footer ul {
	margin:0 auto;
	width:800px;
	padding:0 0 0 10px;
}
	

#footer ul li {
	float:left;
	width:auto;
	border-right:1px solid #86a3c1;
	line-height:14px;
	font-size:75% /*12px*/;
	padding:0 7px;
}


#footer ul li.noborder {
	border-right:none;
}


#footer ul li a {
	color:#5e85ac /*light blue*/;
	background-color:inherit;
}


#footer ul li a:hover {
	text-decoration:none;
}

/*footer navigation ends*/


/*footer address holder starts*/

#footer-address {
	padding:25px 0;
	width:294px;
	margin:0 auto;
	color:#b2b2b2 /*light grey*/;
	background-color:inherit;
	font-size:69% /*11px*/;
	text-align:center;
}


#footer-address a {
	color:#b2b2b2 /*light grey*/;
	background-color:inherit;
	text-decoration:none;
}


#footer-address a:hover {
	text-decoration:underline;
}


#footer-address span {
	display:block;
	font-weight:bold;
	color:#b2b2b2 /*light grey*/;
	background-color:inherit;	
	font-size:100% /*16px*/;
	padding:0 0 10px;
}

/*footer address holder ends*/



/*================================== Footer CSS Document ends=================================== */

