u {text-decoration: underline;}


.bigMap {
	visibility: hidden;
	display: none;
}

/* -- global reset ---*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}


a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }

table { border-collapse: collapse; }

/* --- global element styles --- */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

h1 {
	background-color: #006EB9;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -20px;
	
}

h2 {
	background-color: #666666;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	color: #77767a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

h4 {
	color: #77767a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:0;
	padding-bottom: 10px;
}

a:link, a:visited {
	color:#006eb9;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #006eb9;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	padding-bottom: 5px;
}

#content p { padding: 5px 0;}


.clear {
	clear:both;
	height:0;
	overflow: hidden;
}

#wrapper {
	padding: 0px;
	width: 950px;
	margin: 10px auto;
}

.logo {
	position: relative;
	z-index: 30;
	float:left;
	background: #fff;
	padding-top: 20px;
	margin-top: -10px;
	width: 950px;
	height:70px;
}

/* -- Sidebar Styles --*/

#sidebar {
	width: 250px;
	float:left;
	display: inline;
	background-color:#fff;
	padding-left: 70px;
	padding-top: 10px;
	margin-bottom: -49px;
}

.sidebarWhitebg {
	background-color: #FFFFFF;
	width: 250px;
	float:left;
	display: inline;
	padding-left: 70px;
	padding-top: 10px;
}

.sidebarInfo {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #999999;

	display: inline;
}

.sidebarText {
	background: #006eb9;
	float: left;
	display: inline;
	width: 230px;
	padding:10px;
}

#sidebar blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 10px 0;
}

blockquote:before {
    content: '"'; }
blockquote:after {
    content: '"'; }


.sidebarText p {color: #fff; padding: 5px 0 10px;}

.sidebarInfo h3 {font-weight: bold;}

.sidebarLinks h4 { font-weight: bold; }

.sidebarImg { float: left; }

.sidebarLinks  { margin-top: 20px; font-size: 11px; }

.sidebarServices li { 
	list-style: none; 
	padding-top: 5px; 
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 70%;
	padding-left: 15px;
	
	}

.sidebarServices li a { text-decoration: none; font-weight: normal; }

.sidebarServices li a:hover { text-decoration: none; font-weight: normal; }

.sidebarLawyers li { 
	list-style: none; 
	padding-top: 5px; 
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 70%;
	padding-left: 15px;
	
	}

.sidebarLawyers li a { text-decoration: none;  }
/* -- content styles -- */

#content {
	width:610px;
	float:left;
	background-color:#FFF;
	padding-top: 10px;
	padding-left: 20px;
	
}

.rank {
	float: right;
}

.articleMain {
	width: 510px;
	background-color:#FFFFFF;
	float:left;
	text-align: left;
	padding: 10px 0;
}

.articleDate {
	width: 100px;
	background-color:#FFFFFF;
	float:right;
	font-weight: normal;
	text-align: right;
	padding: 10px 0;
}

.rightContent p { text-align: right; }

/* --- footer styles --- */

#footer {
	width: 880px;
	background-color: #FFFFFF;
	height: 30px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006EB9;
	float: right;
}

#footer a {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
}

#footer a:hover {
	color:#006EB9;
	text-decoration: underline;
}

#content ul li, #content ol li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: -15px;
	}

#content ul, #content ol {
	padding-left: 20px;
	}

.heading1 {font-weight: bold; font-size:16px; color: #77767a;}
.heading2 {font-weight: bold; font-size:13px; color: #77767a;}
.quote {font-weight: bold; font-size:11px; color: #77767a;}

.print_contact { display: none;}