@charset "utf-8";

html, body, #wrapper
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, sans-serif;
}

body
{
	background: #fff url(/images/css/page-bg.png) repeat-x;
	font-size: 100%;
	line-height: 1.125em;
}

#wrapper
{
	margin: 0 auto;
	padding: 0;
	height: auto;
	min-height: 100%;
	width: 960px;
}

#main
{
	margin: 0;
	padding: 0 0 260px 0;
}  /* padding on the bottom must be same height as the footer */


p, ul, ol, table
{
	font-size: 12px;
	color: #444;
}

ul
{
	padding-left: 20px;
}

strong
{
	font-weight: bold;
	color: #111;
}

h1
{
	margin: 15px 0 15px 0;
	padding: 0 0 6px 0;
	font-size: 18px;
	color: #003080 !important;
	border-bottom: 1px solid #003080;
}

h2
{
	margin: 0 0 0 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
}

img
{
	border: 0;
}

a
{
	outline: none;
}

.content-item
{
	background: transparent url(/images/css/content-item-bg.png) no-repeat;
	background-position: 0 0;
	margin: 15px 0 15px -3px;
	padding: 5px 0 5px 3px;
}

.thinskull-item
{
	background: transparent url(/images/css/thinskull-item-bg.png) no-repeat;
	padding: 0 0 5px 0;
}



.item-date
{
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 31px;
	color: #777;
	font-size: 10px;
	float: right;
	background: transparent;
}

.content-item h2
{
	margin: 0;
	padding: 7px 0 0 10px;
	height: 24px;
	font-size: 14px;
	color: #003080;
}

.thinskull-item h2
{
	padding: 9px 0 0 40px;
	margin-bottom: 3px;
	background: none;
}

.content-item h2 a
{
	margin: 0;
	padding: 0;
	color: #003080;
	text-decoration: none;
}

.justice-brownstone h2 a, .justice-brownstone p a
{
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: #003080;
}

.img-bordered
{
	margin: 0 10px 10px 10px;
	padding: 3px;
	background: #fff;
	border: 1px solid #bbb;
}

.thinskull-item-main
{
	background: none;
}

.content-item p
{
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
	line-height: 1.4em;
}

.details
{
	margin: -15px 0 0 0;
	padding: 0 12px 0 0;
	float: right;
}

.details a
{
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 12px;
	color: #333;
}

.content-item-footer
{
	margin: 0;
	padding: 0;
	height: 12px;
	background: transparent url(/images/content-item-footer-bg.png) no-repeat;
}

/* column2 header */
#column2 h4
{
	margin: 0 0 0.84em 0;
	padding: 0.4em 0 0.4em 0;
	font-size: 12px;
	color: #444;
	border-bottom: 1px solid #444;
}

#footer
{
	position: relative;
	margin: -260px 0 0 0; /* negative value of footer height */
	padding: 0;
	height: 260px;
	clear: both;
	color: #ddd;
	background: #4a4a4a url(/images/css/footer-bg.png) repeat-x;
}

#footer ul, #footer ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-content
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	color: #eee;
}

#footer-content h6
{
	border-bottom: 1px solid #ddd;
	line-height: 1.2em;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}

.footer-column
{
	margin: 0;
	padding: 25px 10px 0 10px;
	width: 140px;
	height: 143px;
	float: left;
}

.double-column
{
	width: 300px;
}

.column-first-in-double
{
	float: left;
	width: 160px;
}

#footer-content a
{
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}

#footer-content a:link, #footer-content a:visited
{
	color: #ccc;
}

#footer-content a:hover, #footer-content a:active
{
	color: #fff;
}

#footer-content ul
{
	line-height: 1.4em;
}

#copyright
{
	margin: 0;
	padding: 10px 0 0 10px;
	clear: both;
	color: #ddd;
	font-style: italic;
	letter-spacing: 0.06em;
}

#copyright p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ddd;
}

/* CLEAR FIX*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */



/* header - including super site nav, and account sign in sign out */

#header
{
	margin: 0;
	padding: 0 10px;
	width: 940px;
	height: 139px;
	background: transparent url(/images/css/header-bg.png) no-repeat;
}

#header-logo
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	left: 315px;
	width: 275px;
}

#header-logo a
{
	margin: 0 0 -80px 0;
	padding: 0;
	display: block;
	width: 275px;
	height: 80px;
}



#as-header-search
{
	margin: 0;
	padding: 40px 9px 0 0;
	height: 69px;
}

span#search-bar
{
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	float: right;
	width: 141px;
	height: 25px;
	background: transparent url(/images/header-search-bg.png) no-repeat;
}

#site-search-query
{
	margin: 0;
	padding: 6px 2px 0 6px;
	float: left;
	width: 112px;
	font-style: italic;
	color: #555;
	border: 0;
	background: transparent;
}

#site-search-query:focus
{
	font-style: normal;
	color: #333;
}

#site-search-submit-image
{
	margin: 0;
	border: 0;
	
}	



#as-header-links
{
	margin: 0;
	padding: 8px 0 0 0;
	float: right;

}

span#account-links
{
	margin: 0;
	padding: 5px 8px 5px 0;
	font-size: 11px;
	color: #555;
}

span#account-links a
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #555;
	text-decoration: underline; 
}

span#account-links a:link, span#account-links a:visited
{
	color: #555;
}

span#account-links a:hover, span#account-links a:active
{
	color: #003080;
}

/* subheader - including shortcut link cards */

#header2
{
	margin: -34px 0 0 6px;
	padding: 0;
	height: 167px;
	width: 960px;
}

#header2 h3
{
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 47px;
	line-height: 56px;
	color: #fff;
}

#search-answers-header
{
	margin: 0 6px 0 0;
	padding: 0 0 0 24px;
	float: left;
	width: 285px;
	height: 159px;
	background: transparent url(/images/css/header-search-bg.png) no-repeat;
}

/*#ask-question-header-search
{
	margin: 0 9px 0 16px;
	padding: 0;
	float: left;
	width: 270px;
	height: 82px;
} */

/*#ask-question-header-search p, #ask-question-header-ask p
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 1.2em;
	height: 37px;
	color: #fff;
}      */

#search-input
{
	margin: 0;
	padding: 0 0 10px 0;
	height: 33px;
}

#search
{
	margin: 9px 2px 0 4px;
	padding: 3px;
	width: 236px;
	height: 15px;
	color: #aaa;
	font-size: 14px;
	border: 0;
	font-style: italic;
	background: #fff;
}

#search:focus
{
	font-style: normal;
	color: #333;
}

#search-advice-btn
{
	margin: 14px 23px 0 0;
	padding: 0;
	height: 62px;
}

#search-advice-input
{
	margin: 0;
	padding: 20px 88px 30px 87px;
	border: 0;
}

#search-advice-input:hover
{
	background: transparent url(/images/css/btn-search-hover-bg.png) no-repeat;
	background-position: 87px 23px;
}


#find-lawyer-header
{
	margin: 0 11px 0 5px;
	padding: 0 0 0 24px;
	float: left;
	width: 285px;
	height: 159px;
	background: transparent url(/images/css/header-find-lawyers-bg.png) no-repeat;
}

#find-lawyer-header p, #ask-question-header p
{
	font-size: 14px;
	margin: 0;
	padding: 11px 24px 0 0;
	line-height: 1.25em;
	text-align: center;
	height: 32px;
	color: #fff;
}

#find-lawyer-header a
{
	margin: 0;
	padding: 21px 0 0 100px;
	display: block;
	width: 164px;
	height: 42px;
}

#find-lawyer-header a:hover
{
	background: transparent url(/images/css/btn-find-hover-bg.png) no-repeat;
	background-position: 100px 25px;
}




#ask-question-header
{
	margin: 0;
	padding: 0 0 0 24px;
	float: left;
	width: 285px;
	height: 159px;
	color: #fff;
	background: transparent url(/images/css/header-ask-bg.png) no-repeat;
}

/*#ask-question-header-ask
{
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	height: 88px;
	width: 248px;
}

select#legal-category
{
	color: #333;
	width: 152px;
	margin-top: 10px;
}
*/
#ask-question-header a
{
	margin: 0;
	padding: 21px 0 0 110px;
	width: 155px;
	height: 42px;
	display: block;
}
/*
#ask-question-header-ask a img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#ask-question-header-ask a:link, #ask-question-header-ask a:visited
{
	background: transparent;
}*/

#ask-question-header a:hover
{
	background: transparent url(/images/css/btn-ask-hover-bg.png) no-repeat;
	background-position: 110px 24px;
}



#for-lawyers-column
{
	margin: 0 0 20px -3px;
	padding: 0;
	width: 163px;
	height: 135px;
	text-align: center;
	background: transparent url(/images/css/for-lawyers-column-bg.png) no-repeat;
}

#for-lawyers-column p
{
	font-size: 12px;
	margin: 0;
	padding: 11px 0 9px 0;
	line-height: 1.4em;
	color: #003080;
}

#for-lawyers-column a
{
	margin: 0 5px;
	padding: 25px 0 0 0;
	display: block;
	width: 154px;
	height: 36px;
}

#for-lawyers-column a:hover
{
	background: transparent url(/images/css/btn-learn-more-blue-hover-bg.png) no-repeat;
	background-position: 30px 24px;
}


#header3
{
	margin: 0 10px 0 190px;
	padding: 0;
	height: 40px;
}

#header3 ul
{
	margin: 0;
	padding: 0;
	display: inline;
	border-top: 0;
	font-size: 12px;
}

#header3 ul li
{
	display: inline;
	padding: 0 6px 0 0;
}

#header3 a
{
	color: #666;
	display: inline;
}

#header3 a img
{
	color: #666;
}

#header3 a:link, #header3 a:visited
{
	color: #666;
}

#header3 a:hover, #header3 a:active
{
	color: #000;
}



/* left column - including main nav */

#column1
{
	margin: 0 10px 0 10px;
	padding: 0;
	width: 160px;
}

#nav-main-top
{
	margin: 0 0 -90px 0;
	padding: 0;
	background: transparent url(/images/css/nav-main-top-bg.png) no-repeat;
	height: 345px;
}

#nav-main-top a
{
	margin: 0 -10px 0 -5px;
	padding: 0;
	display: block;
	background: #f00;
	text-indent: -9999px;
	width: 175px;
	height: 54px;
}

a#nav-main-top-home
{
	background: transparent url(/images/css/btn-home.png) no-repeat;
	background-position: 0 0;
}

a#nav-main-top-free-legal-answers
{
	background: transparent url(/images/css/btn-free-legal-answers.png) no-repeat;
	background-position: 0 0;
}

a#nav-main-top-lawyer-directory
{
	background: transparent url(/images/css/btn-lawyer-directory.png) no-repeat;
	background-position: 0 0;
}

a#nav-main-top-for-lawyers
{
	background: transparent url(/images/css/btn-for-lawyers.png) no-repeat;
	background-position: 0 0;
}

#nav-main-top a.current,
a#nav-main-top-home:hover,
a#nav-main-top-free-legal-answers:hover,
a#nav-main-top-lawyer-directory:hover,
a#nav-main-top-for-lawyers:hover
{
	background-position: 0 -108px;
}





#column1 hr
{
	margin: 0 10px 0 0;
	padding: 0;
	height: 1px;
	border: 0;
	background: #ace;
}

#nav-main
{
	margin: 0 10px 0 0;
	padding: 0;
}

#nav-main ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav-main ul li
{
	margin: 0;
	padding: 0;
	height: 27px;
}

#nav-main a
{
	margin: -1px 0 0 0;
	padding: 0;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 26px;
	line-height: 29px;
	border-bottom: 1px solid #ace;
}

#nav-main a:link, #nav-main a:visited
{
	color: #003080;
	background: transparent;
}

#nav-main a:hover, #nav-main a:active, #nav-main ul li a.current
{
	margin: -1px 0;
	padding: 0 0 0 17px;
	color: #fff;
	border: 0;
	height: 27px;
	background: #fff url(/images/css/btn-main-nav-hover-active.png) no-repeat;
}

#falling-icons
{
	margin: -60px 0 -102px 0;
	padding: 0 0 0 430px;
	width: 171px;
	position: relative;
	z-index: 1000;
}

#message-top
{
	margin: 0;
	padding: 0;
	width: 581px;
	height: 10px;
	background: transparent url(/images/css/message-top-bg.png) no-repeat;
}

#message-content
{
	margin: 0;
	padding: 0;
	width: 581px;
/*	background: transparent url(/images/css/message-content-bg.png) repeat-y;  */
		
}

#message-content p
{
	margin: 0;
	padding: 10px 10px 0 0;
	color: #4c0080;
	font-weight: bold;
    font-size: 14px;
	font-style: italic;
	text-align: center;
	
}

#message-content p.message-author
{
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#message-bottom
{
	margin: 0;
	padding: 0;
	width: 581px;
	height: 10px;
	background: transparent url(/images/css/message-bottom-bg.png) no-repeat;
}


#content
{
	margin: 0 10px 0 10px;
	padding: 0;
	width: 760px;
}

#content-with-column2
{
	margin: 0 10px 0 10px;
	padding: 0;
	width: 760px;
}

#content-column
{
	margin: 0 8px 0 0;
	padding: 0 0 36px 0;
	width: 582px;
	min-height: 340px;
}

#content-column a
{
	color: #003080;
}

#content-column-footer h4
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: #003080;
	letter-spacing: 0.1em;
}

#content-column-footer
{
	margin: 0;
	padding: 0;
	height: 58px;
	background: transparent url(/images/css/content-column-footer-bg.png) no-repeat;
	background-position: 0px 24px;
}



#column2
{
	margin: 0 0 36px 10px;
	padding: 0;
	float: right;
	width: 160px;
}



/* Morality Meter Styles */

.moralityq
{
	margin: 0 0 10px 0;
	padding: 0;
	background: #ddd;
}

.moralitysponsor {
	text-align:center;
	position:relative;
	top:5px;
	padding-bottom:0px;
}

.moralityquestion
{
	margin: 0;
	padding: 5px 10px;
	background: #bbb;
}

.moralityquestion p
{
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}

.moralitypoll
{
	margin: 0;
	padding: 0 5px;
	height: 45px;
	background: #aaa;
}

.moralitypoll ul
{
	margin: 0;
	padding: 0;
}

.moralitypoll ul li
{
	margin: 0;
	padding: 5px 0 0 0;
	width: 24px;
	height: 40px;
	font-size: 11px;
	display: block;
	float: left;
	text-align: center;
}

.mm-poll-radio
{
	margin: 0 5px;
	padding: 0;
}

.mm-poll-btn
{
	margin: 5px 0 5px 5px;
	padding: 10px;
	border: 0;
	color: #fff;
	background: #f00;
}

.mm-results
{
	margin: 0;
	padding: 0;
}

.mm-results ul
{
	margin: 0;
	padding: 0;
}

.mm-results ul li
{
	margin: 0 2px;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	background: #aaa;
}




.google-ad-160x600
{
	margin: 0;
	padding: 0;
	width: 160px;
	height: 600px;
}

.google-ad-column1
{
	margin: 20px 0 0 0;
}

.google-ad-column2-top
{
	margin: 0;
}

.google-ad-column2
{
	margin: 20px 0 0 0;
}

#add-this
{
	margin: -12px 0 5px 12px;
	padding: 0;
}

#search-table td
{
	vertical-align: top;
}

#nav-content-table td
{
	vertical-align: top;
}

.meters {
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	top:-10px;
}

#fbmsg {
	color:#a44;
	font-size:12px;
	font-weight:bold;
}



#home-content-inner-thirds
{
	margin: 0;
	padding: 0;
	width: 580px;
	height: 100px;
}

#home-content-inner-third-first, #home-content-inner-third-second
{
	margin: 0 14px 0 0;
}

.home-content-inner-third
{
	margin: 0;
	padding: 0;
	float: left;
	width: 184px;
	text-align: center;
}

.home-content-inner-third p
{
	margin: 0;
	font-weight: bold;
	color: #333;
}

.start-here
{
	margin: 0;
	padding: 0;
	display: block;
	width: 184px;
	height: 28px;
	background: transparent url(/images/css/start-here-bg.png) no-repeat;
}

.home-content-inner-third a
{
	margin: 0;
	padding: 0;
	display: block;
	width: 184px;
	height: 28px;
}

#home-content-inner-third-first a:link, #home-content-inner-third-first a:visited,
#home-content-inner-third-second a:link, #home-content-inner-third-second a:visited
{
	background: transparent;
}

#home-content-inner-third-first a:hover, #home-content-inner-third-first a:active,
#home-content-inner-third-second a:hover, #home-content-inner-third-second a:active
{
	background: transparent url(/images/css/btn-start-here-hover-active-bg.png) no-repeat;
}

#home-content-inner-third-third a:link, #home-content-inner-third-third a:visited
{
	background: transparent;
}

#home-content-inner-third-third a:hover, #home-content-inner-third-third a:active
{
	background: transparent url(/images/css/btn-lawyers-start-here-hover-active-bg.png) no-repeat;
}


#home-content-inner-third-first p, #home-content-inner-third-second p
{
	margin: 0;
	padding: 28px 0 10px 0;
}

#home-content-inner-third-third p
{
	margin: 0;
	padding: 10px 0 10px 0;
}



#coming-soon
{
	margin: -20px 0 0 132px;
	padding: 0;
	position: relative;
	width: 57px;
	height: 38px;
	display: block;
}

#real-estate-coming-soon
{
	margin: -20px 0 0 5px;
	padding: 0;
	border: 0;
}

/* Lawyer Directory */

.table-directory
{
	margin: 0;
	padding: 0;
	width: 581px;
	font-size: 12px;
	color: #111;
}

.table-directory td
{
	padding: 3px 0 2px 8px;
}

.table-header
{
	margin: 0;
	padding: 0;
	width: 581px;
	height: 31px;
	background: transparent url(/images/css/lawyer-directory-results-table-header-bg.png) no-repeat;
}

.table-title
{
	height: 31px;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
}

.table-directory-column1
{
	width: 30%;
}

.table-directory-column2
{
	width: 40%;
}
.table-directory-column3
{
	width: 24%;
}
.table-directory-column4
{
	width: 6%;
}
td.table-directory-column4
{
	padding: 3px 0 0 0;
	text-align: center;
}

.table-footer
{
	margin: 0;
	padding: 0;
	width: 581px;
	height: 31px;
	background: transparent url(/images/css/lawyer-directory-results-table-footer-bg.png) no-repeat;
}

.table-footer-pagination td, .table-footer-pagination tr td a
{
	margin: 0;
	padding: 7px 0 0 0;
	height: 24px;
	font-size: 12px;
	color: #fff;
}

.table-footer-pagination a
{
	color: #fff !important;
}

.lawyer-join-form-row-odd
{
	background: #eee;
}

.content-item h3
{
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 13px;
	color: #444;
}

.content-item hr
{
	margin: 5px 12px;
	color: #999;
}

.practice-area-column
{
	margin: 0;
	padding: 5px 0;
	width: 185px;
	height: 100%;
	float: left;
}

.practice-area-column p
{
	margin: 0;
	padding: 0 0 0 5px;
}



#search-directory input
{
	margin: 0;
	padding: 9px 20px 0 40px;
	text-align: center;
	height: 40px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	background: transparent;

	letter-spacing: 0.1em;
}

#search-directory input:hover
{
	text-decoration: underline;
	color: #003080;
}

p.lawyer-listing
{
	margin-top: 0;
}



#footer-ads
{
	margin: 0;
	padding: 0 0 10px 10px;
	width: 950px;
	height: 60px;
}

.footer-ad-first
{
	padding-right: 8px;
}

.google-ad-336x280
{
	margin: 0;
	padding: 0 0 0 5px;
	float: right;
}



.first_row_forms	{ height: 195px; }
.second_row_forms	{ height: 230px; }
.third_row_forms	{ height: 173px; }

.first_row_forms_us		{ height: 215px; }
.second_row_forms_us	{ height: 165px; }
.third_row_forms_us		{ height: 180px; }

ul.top_forms
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.top_forms li a:visited, .forms_column ul li ul li a:visited
{
	color: #4c0080 !important;
}

ul.top_forms li
{
	margin: 0;
	padding: 0 18px 0 0;
	float: left;
	width: 176px;
}

ul.top_forms li ul 
{
	margin: 3px 0;
	padding: 0;
	list-style: none;
}

ul.top_forms li ul li
{
	margin: 0;
	padding: 0;
}

.forms_column
{
	margin: 0;
	padding: 0;
	float: left;
	width: 281px;
}

.forms_column > ul
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.forms_column strong
{
	font-weight: bold;
	color: #003080;
}

.forms_column ul li, .forms_column ul li ul
{
	margin: 0;
	padding: 0;
}

.forms_column ul li ul li
{
	margin: 0 0 0 13px;
	padding: 0;
}

.search-options
{
	padding-top: 10px;
}

.table-directory-search
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #111;
}

.fs-directory-search
{
	border: 1px solid #ccc;
	margin: 0 10px 10px 10px;
	padding: 0 0 5px 5px;	
}

.fs-directory-search legend
{
	font-size: 13px;
	font-style: italic;
	color: #888;
}

#registration-terms
{
	margin: 5px;
	padding: 0 12px;
	height: 200px;
	background: #ddd;
	overflow: auto;
	border: 1px solid #777;
}

.terms-title
{
	font-weight: bold;
	padding-right: 20px;
	text-align: center;
}

span.required-star
{
	letter-spacing: 0.08em;
	color: #f00;
	font-size: larger;
	margin-left: -0.44em;
}

table.join-form td
{
	font-size: 14px;
	color: #333;
	vertical-align: middle !important;
	height: 40px;
}

.reg-td-label
{
	width: 168px;
	padding-left: 15px;
	text-align: left;
	text-indent: 0;
}


.reg-td-input
{
	width: 175px;
	text-align: right;
}

.reg-td-input .resume-dates
{
	text-align: left;
}

.reg-td-hint
{
	width: 210px;
	padding-left: 0;
	font-style: italic;
	font-size: 13px !important;
}

.resume-hr
{
	height: 1px;
	background: #ccc;
	margin: 5px 0;
}

.fs-registration
{
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
}	

.fs-registration legend
{
	font-size: 13px;
	font-style: italic;
	color: #777;
}

#verification_label
{
	width: 120px;
	height: 40px;
	padding-top: 66px;
	padding-right: 5px;
	float: left;
}

#verification_label p
{
	font-size: 13px;
	text-align: right;
}



.registration-submit
{
	text-align: center;
	padding: 10px;
}

.registration-submit input
{
	font-size: 12px;
}

.practice-areas-instructions
{
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
}

.practice-area-column-registration
{
	height: 100%;
}	

#newsletter-subscribe
{
	margin: 0;
	padding: 1px 0;
	border-top: 1px solid #003080;
	border-bottom: 1px solid #003080;
}

#newsletter-subscribe p
{
	text-align: center;
	color: #003080;
}
	
#newsletter-subscribe #email
{
	margin: 5px 0 8px 0;
	padding: 3px 2px 0 2px;
	width: 140px;
	font-style: italic;
	color: #555;
}

#newsletter-subscribe #email:focus
{
	font-style: normal;
	color: #333;
}	

#newsletter-subscribe-column
{
	margin: 0;
	padding: 1px 0;
	border-top: 1px solid #003080;
	border-bottom: 1px solid #003080;
}

#newsletter-subscribe-column p
{
	text-align: center;
	color: #003080;
}
	
#newsletter-subscribe-column #newsletter-email
{
	margin: 5px 0 8px 0;
	padding: 3px 2px 0 2px;
	width: 140px;
	font-style: italic;
	color: #555;
}

#newsletter-subscribe-column #newsletter-email:focus
{
	font-style: normal;
	color: #333;
}

.content-item-newsletter
{
	padding-left: 10px;
}

.newsletter-preview-icon
{
	margin: 0;
	padding: 15px 0 5px 5px;
}



ol
{
	margin-top: 0;
	margin-bottom: 0;
}

/*for lawyers page */
.guarantee
{
	margin: -10px 0 0 0;
	padding: 0 30px;
	float: right;
}
.guarantee p
{
	margin: 0;
	padding: 5px 0 0 0;
	font-style: italic;
	text-align: center;
}
#message-content p.headline
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #250068;
	padding: 5px 20px;
	text-align: left;
	font-style: normal;
}

#lawyer-sign-in
{
	font-size: 12px;
	font-weight: normal;
}

#lawyer-sign-in #lawyer-username, #lawyer-sign-in #lawyer-password
{
	margin: 3px 0;
	font-style: italic;
	color: #555;
	width: 128px;
}
#lawyer-sign-in #lawyer-username:focus, #lawyer-sign-in #lawyer-password:focus
{
	font-style: normal;
	color: #333;
}

.column-highlight-item
{
	margin: 10px 20px 10px 0;
	padding: 0 20px 0 0;
	width: 160px;
	border-right: 1px solid #ace;
}
.column-highlight-item-last
{
	border: none;
	margin-right: 0;
}
.column-highlight-item div
{
	margin: 9px 5px 10px 0;
	float: left;
	font-size: 48px;
	color: #003080;
	font-weight: bold;
}
.column-highlight-item h3
{
	color: #003080;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.column-highlight-item ul
{
	margin: 10px 0 5px 0;
	padding: 0 0 0 15px;
}
.column-highlight-item ul li
{
	line-height: 1.65em; 
}

#lawyer-signin
{
	width: 160px;
	margin: 0;
	padding: 0;
}

#lawyer-signin .small-label
{
	font-size: 11px;
}

#lawyer-signin .signin-text-input
{
	width: 146px;
}
	

#lawyer-signin .forgot-password
{
	text-align: right;
	padding-right: 8px;
}
#lawyer-signin .forgot-password a
{
	color: #003080;
} 

.signin-unit
{
	margin: 5px 0;
	padding: 0;
}

.required-fields-label
{
	font-style: italic;
	padding-left: 8px;
}

#registration-steps
{
	margin: 0;
	padding: 0;
	height: 100px;
	width: 580px;
	background: #eee;
}
#registration-steps ul
{
	margin: 0;
	padding: 0;
}
#registration-steps ul li
{
	margin: 0;
	padding: 10px;
	width: 172px;
	height: 80px;
	display: inline;
	list-style-type: none;
	float: left;
	border-right: 1px solid #ccc;
}
#registration-steps ul li.last
{
	border: none;
}
#registration-steps ul li.current-step
{
	background: #fcc;
}
#registration-steps ul li h2
{
	margin: 0;
	padding: 0;
}

#notice, .notice
{
	border: 1px dotted #c00;
	padding: 10px;
	margin: 20px 0;
	background-color: #fee;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}


#country-menu
{
	margin: 39px 0 0 0;
	padding: 0;
	width: 127px;
	height: 53px;
	float: right;
}

#country-menu img
{
	margin: 0;
	padding: 0;
	float: left;
}

/* remove the bullets, padding and margins from the lists */
#country-menu > ul
{
	list-style-type: none;
	padding: 3px 0 0 25px;
	margin: 0;
	width: 102px;
	height: 25px;
	background: transparent url(/images/css/country-selection-bg.png) no-repeat;  
}
#country-menu > ul:hover
{
	height: 50px;
	background-position: 0 -56px;
}


/* make the top level links horizontal and position relative so that we can position the sub level */
#country-menu li
{
	float: left;
	position: relative;
	height: 15px;
	z-index: 100;
}

/* use the table to position the dropdown list */
#country-menu table
{
	margin: 0;
	padding: 0;
	position: absolute;
	border: 0;
	border-collapse: collapse;
	z-index: 80;
	top: 0px;
}

/* style all the links */
#country-menu a, #country-menu a:visited
{
	display: block;
	color: #bbb;
	height: 25px;
	width: 102px;
	padding: 3px 0 0 25px;
	margin: -3px 0 0 -25px;
	border: 0;
	text-decoration: none;
	font-size: 13px;
}
#country-menu a:hover, #country-menu a:active
{
	background-position: 0 -56px;
	color: #fff;
}

/* hide the sub level links */
#country-menu ul ul
{
	visibility: hidden;
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 102px;
	height: 25px;
}
/* make the sub level visible on hover list or link */
#country-menu ul li:hover ul, #country-menu ul a:hover ul
{
	visibility: visible;
}
.country-label
{
	margin: 0;
	padding: 0 0 0 6px;
	line-height: 1.7em;
}

#sign-up-now
{
	margin: 14px 0;
	padding: 0 0 0 171px; 
}

#sign-up-now a
{
	margin: 0;
	padding: 0;
	width: 238px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/images/css/btn-sign-up-now.png) no-repeat;
}
#sign-up-now a:hover
{
	background-position: 0 -116px;
}

#column-join-now
{
	margin: 0;
	padding: 0;
}
#column-join-now a
{
	margin: 0;
	padding: 0;
	width: 160px;
	height: 27px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/images/css/btn-join-now.png) no-repeat;
}
#column-join-now a:hover
{
	background-position: 0 -54px;
}

#content-page-bottom
{
	clear: both;
}

.content-row
{
	margin: 0;
	padding: 5px 0 10px 0;
}
.content-row .content-row-icon
{
	float: left;
	padding: 0 5px 0 0;
}

.content-hr
{
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #999;
}
.item-hr
{
	margin: 0 10px 20px 10px;
}

#thinskull-header
{
	margin: 0;
	padding: 40px 0 0 363px;
	width: 218px;
	height: 63px;
	background: transparent url(/images/css/collaborative-legal-blog-thinskull-blog.png) no-repeat;
}
#thinskull-header img
{
	float: left;
}
#thinskull-header a
{
	color: #555;
	padding: 0 0 0 7px;
	font-size: 13px;
	line-height: 1.6em;
}
#thinskull-header a:hover
{
	color: #003080;
}

.title-rss-link
{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	text-decoration: none;
}

.title-rss-link a
{
	color: #666;
}
.title-rss-link img
{
	padding: 0 5px 0 10px;
	color: #666;
	text-decoration: none;
	margin-bottom: -3px;
}


body#landing-page
{
	background: #fff url(/images/css/landing-page-bg.png) repeat-x;
}

#landing-page-header
{
	background: transparent url(/images/css/landing-page-header-bg.png) no-repeat;
	width: 940px;
	height: 177px;
	margin: 10px 10px 0 10px;
	padding: 200px 0 0 0;
}

#landing-page-header h1
{  
	text-align: center;
	border: none;
	font-size: 12px;
	line-height: 1.25em;
}

#landing-page-header h1 .landing-page-larger-h1
{
	color: #fff;
	font-style: italic;
	font-size: 14px;
	line-height: 3em;
}

#landing-page-content
{
	margin: -58px 0 58px 200px;
	padding: 0;
	width: 580px;
	height: 128px;
}

.landing-page-country
{
	margin: 0 20px 0 0;
	padding: 0;
	background: transparent url(/images/css/landing-page-country-bg.png) no-repeat;
	width: 270px;
	height: 128px;
	float: left;   
}
.landing-page-country img.landing-flag
{
	float: left;
	margin: 0;
	padding: 7px 7px 0 9px;
}
.landing-page-country h2
{
	margin: 0;
	padding: 0;
	line-height: 2.7em;
}
.landing-page-country h2 a
{
	height: 36px;
	width: 270px;
	color: #003080;
	display: block;
	text-decoration: none;
	background: url(/images/btn-header-search-go-link-visited.png) no-repeat;
	background-position: 245px 6px;
}
.landing-page-country h2 a:hover
{
	text-decoration: underline;
}
.landing-page-country ul
{
	list-style: none;
	line-height: 1.7em;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}
.landing-page-country ul li a
{
	color: #003080;
}
     
.more-at-advicescene
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #91a8ca;
}

table.forms-section
{
	margin: 15px 0 20px 0;
}
h2.forms-page
{
	margin: 20px 0 0 0;
	padding: 0;
}
h2.forms-page strong
{
	font-weight: bold;
	color: #003080;
}
table.forms-section p
{
	margin: 0;
	padding: 0 20px 10px 20px;
}
table.forms-section ul
{
	list-style: none;
	margin: 0;
	padding: 0 20px 10px 20px;
}
table.forms-section ul li
{
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}
table.forms-section p strong
{
	font-weight: bold;
	color: #003080;
}
hr.forms-page
{
	border-color: #ddd;
	background-color: #ddd;
	color: #ddd;
}
a.btn-start-here
{
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 183px;
	height: 27px;
	background: transparent url(/images/css/btn-start-here.png) no-repeat;
}
a.btn-start-here:hover
{
	background-position: 0 -54px;
}
.top-forms-title
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#claim-btn
{
	text-align: center;
}
#claim-btn input
{
	text-indent: -9999px;
	cursor: pointer;
	width: 184px;
	height: 28px;
	border: none;
	background: transparent url(/images/css/btn-claim.png) no-repeat;
	background-position: 0 0;
}
#claim-btn input:hover
{
    background-position: 0 -56px;
}
#claim-btn input[disabled="disabled"], #claim-btn input.disabled
{
	background-position: 0 -112px; 
	cursor: inherit;
}



#social-media
{
	margin: 20px 0 0 -4px;
	padding: 0;
	height: 84px;
	background: transparent url(/images/css/social-media-bg.png) no-repeat;
}
#social-media ul
{
	list-style: none;
	margin: 0;
	padding: 18px 0 0 7px;
}
#social-media ul li
{
	display: inline;
	padding-left: 10px;
}



.ad-advicescene-lawyer-column
{
	width: 160px;
	margin: -4px 0 20px 0;
	background: transparent url(/images/css/profile-ad-top-bg.png) no-repeat;
	background-position: 1px 0;
}

.ad2
{
	width: 165px;
	margin: -4px 0 20px -5px;
	background: transparent url(/images/css/profile-ad-top-bg2.png) no-repeat;
	background-position: 1px 0;
}

h3.lawyer-ad-practice
{
/*	height: 37px;*/
/*	line-height: 37px;*/
/*	padding: 3px 10px 0 8px; */
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 0;
}
.ad2 h3.lawyer-ad-practice
{
	color: #003080;
}
h3.lawyer-ad-practice-wrapped
{
/*	height: 34px;*/
/*	line-height: 15px;*/
/*	padding: 6px 10px 0 12px;*/
	font-size: 12px;
	font-weight: normal;
}

.ad-advicescene-lawyer-column a
{
	display: block;
	text-decoration: none;
}

.ad-advicescene-lawyer-column a h3.lawyer-ad-name
{
	color: #333;
	font-size: 12px;
	margin: 8px 0 0 0;
	padding: 0 10px 0 15px;
	line-height: 1.2em;
}
.ad2 a h3.lawyer-ad-name
{
	color: #666;
	padding-left: 19px;
}
.ad-advicescene-lawyer-column a:hover h3.lawyer-ad-name
{
	color: #003080;
}
.ad-advicescene-lawyer-column a p
{
	color: #222;
	font-size: 12px;
	padding: 0 10px 0 14px;
}
.ad2 a p
{
	color: #666;
	padding-left: 18px;
}
.ad-advicescene-lawyer-column a p.lawyer-ad-state
{
	margin: 0;
	line-height: 1.2em;
	font-size: 11px;
}
.ad-advicescene-lawyer-column a p.lawyer-ad-intro
{
	line-height: 1.3em;
	margin: 1px 0 2px 0;   
	font-style: italic;

}
.ad-advicescene-lawyer-column a:hover p
{
	color: #003080;
}
.ad-advicescene-lawyer-column a p.lawyer-ad-intro-your-ad-here
{
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	color: #003080;
	line-height: 1.2em;
	margin: 1px 0 5px 0;                                                             
}	

.ad-advicescene-lawyer-column a img
{
	margin: 4px 0 0 13px;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}
.ad2 a img
{
	margin-left: 17px;
}
.ad-advicescene-lawyer-column a:hover img
{
	border-color: #003080;
}

.ad-advicescene-lawyer-column .verified-lawyer-ad
{
	margin: -40px 0 0 122px;
	padding: 0 0 10px 0;
}
.ad2 .verified-lawyer-ad
{
	margin: -40px 0 0 126px;
	padding: 0 0 10px 0;
}

.ad-advicescene-lawyer-column .verified-lawyer-ad img
{
	border: none;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 36px;
	background: transparent;
}

.ad-advicescene-lawyer-column .lawyer-ad-btn-details
{
	margin: 0;
	padding: 0;
	width: 160px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(/images/css/btn-profile-ad-details.png) no-repeat;
	background-position: 1px 0;
}
.ad2 .lawyer-ad-btn-details
{
	margin: -40px 0 0 0;
	padding: 0;
	width: 165px;
	height: 85px;
	background: transparent url(/images/css/btn-profile-ad-details2.png) no-repeat;
	background-position: 1px 0;
}
.ad-advicescene-lawyer-column a:hover .lawyer-ad-btn-details
{
	background-position: -319px 0;
}
.ad2 a:hover .lawyer-ad-btn-details
{
	background-position: -329px 0;
}



.fm-latest-episode
{
	padding-top: 10px;
}

td.edit-plus-minus
{
	padding: 0 5px;
	width: 16px;
}

table.premium-content-edit-items
{
	text-align: left;
	width: 100%;
}

.home-feed-link
{
	margin:-3px 0 -13px 2px;
	font-size: 10px;
	padding:0;
}

#referrals-questions-link
{
	float: right;
	width: 163px;
	height: 107px;
	background: transparent url(/images/css/referrals-questions-link-bg.png) no-repeat;
	margin: 0 2px 0 20px;
	padding: 0;
}

#referrals-questions-link p
{
	text-align: center;
	color: #003080;
	line-height: 1.2em;
	padding: 4px 0 2px 0;
} 
