/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
BASE */

@import url(tripoli/tripoli.base.css);

/*
_______________________________
PLUGINS */

@import url(tripoli/plugins/tripoli.visual.css);
@import url(tripoli/plugins/tripoli.type.css);

/*
_______________________________
STYLES */

html {
	background-color: #99CCCC;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: 0 69px;
}
a, a:active, a:link, a:visited {
	color: #2F8484;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
h1, h2, h3 {
	background-color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform:uppercase;
}
i {
	font-style: italic;
}
b {
	font-style: bold !important; 
}
h1 {
	font-size: 11px;
	padding: 5px 0;
	letter-spacing: 5px;
	color: #4b310d;
	background-color: #FFFFFF;
}
h2 {
	font-size: 11px;
	letter-spacing: 5px;
	padding: 8px 0 3px 0;
	color: #4b310d;
}
h3 {
	color: #4E4E4E;
	font-size: 10px;
	padding: 0 0px 20px;
	letter-spacing: 5px;
	font-weight: bold;
	background-image: url(images/bg_brownbar.gif);
	background-repeat: repeat-x;
	background-position: -4px;
}
h4 {
	color: #4E4E4E;
	font-size: 10px;
	padding: 0 0px 6px;
	letter-spacing: 5px;
	font-weight: bold;
	background-image: url(images/bg_brownbar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #302B25;
	line-height: 16px;
	font-size: 13px;
}
#container {
	height: 513px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	height: 406px;
	background-color: #FFFFFF;
}

/*
_______________________________
GENERAL STYLES */

.title {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.email {
	background-image:url(images/ico_email.gif);
	float: left;
	clear: none;
	width: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 10px 0 20px;
}
#headerTop {
	height:69px;
	background-image: url(images/bg_headerTop.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-position: left bottom;
}
.email:hover {background-image:url(images/ico_email_h.gif);}
.copy {
	padding: 5px 0 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.copy p {
	padding: 0 0px 7px 0;
}
.li li {
	padding-left: 10px;
	background-image: url(images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #6A532B;
}
.brownbar {
	background-image: url(images/bg_brownbar.gif);
	width: 263px;
	height: 7px;
	margin-bottom: 7px;
	background-repeat: repeat-x;
	background-position: top;
}
.img_title {
	padding-bottom: 15px;
}
.h1_line {
	width: 100px;
	background-color: #DBAD24;
	height: 1px;
	margin: 0 0px 20px;
}
.col_right {
	width: 45%;
	float: right;
	clear: none;
}
.col_left {
	width: 45%;
	float: left;
	clear: none;
}
.page {
	width: 990px;
	margin: 0 auto;
}
.clear {clear: both;}
.bold {
	font-weight: bold;
}
.banner1 {
	background-image: url(images/bg_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-top: 1px solid #4b310d;
	background-color: #F5FAFA;
}
.profiles {
}
.profiles_img {
	margin: 35px 0 0px 10px;
}


/*
_______________________________
HEADER */

#header {
}
#header .page {
	margin: 0 auto;
	padding-top: 24px;
	height:130px;
}
#flash {
	margin: 0 auto;
	height:130px;
	background-image: url(images/header_noflash.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#logo {margin-left: 49px; float: left;}
#navbar {
	height: 18px;
	clear:none;
	letter-spacing: 1px;
	font-size: 11px;
	float: right;
	padding: 3px 0;
	margin-right: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	top: -2px;
	text-transform: uppercase;
}
#navbar a {
	color: #7c685b !important;/*#462F17;*/
	padding: 0 0 0 22px;
}
#navbar li {display: inline;}
#navbar a:hover {
	color: #7c685b;/*#4D400F;*/
	padding: 0 0 0 22px;
	background-image: url(images/navbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	text-decoration: none;
}
#quote {
	float: right;
	width: 150px;
	text-align: right;
	clear: none;
	font-size: 10px;
	line-height: 10px;
	padding: 25px 20px 0 0;
}
#quote .text { color: #877016; padding-top: 5px; padding-bottom: 5px;}
/*
_______________________________
MAIN COLUMN POSITIONING */

#left {
	float: left;
	width: 321px;
	margin-left: 44px;
	background-image: url(images/bg_chain.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	top: -20px;
	z-index: 20;
}
#middle {
	float: left;
	clear: none;
	margin-left: 17px;
	width: 426px;
	background-image: url(images/bg_chain.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	max-height: 379px;
}
#right {
	float: right;
	clear: none;
	width: 173px;
	line-height: 11px;
	background-image: url(images/bg_chain.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 32px;
}

.home #left {
	padding: 36px 0 56px 0;
	width: 300px;
	margin-left: 20px;
}
.home #left .copy {
	width: 290px;
}
.home #middle {
	padding: 18px 0 20px 0;
}
.home #right {
	padding: 25px 0 0 0;
	position: relative;
	top: -10px;
}
.home #right .copy {
	padding: 5px 0 5px 0;
}

.contact #right {
	width: 50px;
	padding: 25px 0 67px 0;
}
.contact #middle {
	width: 600px;
	padding: 17px 0 25px 0;
}
.contact #left {
	width: 230px;
	padding: 25px 0 70px 0;
	top: -25px;
}
.contact #left ul {padding: 6px 0 15px 0;}

.attorney #left {
	padding: 20px 0 35px 0;
	width: 165px;
	font-size: 12px;
}
.attorney #middle {
	padding: 27px 0 0px 0;
	width: 480px;
	text-align: left;
	height: 379px;
	background-position: left -10px;
}
.attorney #right {
	width: 250px;
	padding: 25px 0 35px 0;
}

.about #left {
	width: 125px;
	padding: 20px 0 40px 0;
}

.about #middle {
	width: 500px;
	padding: 17px 0 0px 0;
}
.about #right {
	width: 220px;
	padding: 43px 0 65px 0;
	position: relative;
	top: -10px;
}
.about #right a:hover {
	color: #2F8484 !important;
}
/*
_______________________________
ATTORNEY PAGE */

#attorney_img {
	float: right;
	margin: 0 0px 14px 30px;
	padding: 1px;
	border: solid 1px #CCCCCC;
	clear:none;
}
#attorney_name {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	padding: 0 0px 12px 0;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}
#attorney_name img {
	margin: 0 0px 0 25px;
}
#attorney_bio {
	width: 480px;
	text-align: justify;
	clear: none;
	float: none;
	font-size: 12px;
}
#attorney_cred {
	font-size: 11px;
	line-height: 12px;
}
#attorney_cred li {
	padding: 3px 0;
}

#attorney_list {
	margin-top: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
}
#attorney_list li {
	line-height: 16px;
	color: #6d5b15;
}
#attorney_list li a:hover {
	text-decoration:none;
	background-image: url(images/name_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	position: relative;
	left: -10px;
	color: #2F8484;
}
.name_selected {
	text-decoration:none;
	background-image: url(images/name_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	position: relative;
	left: -10px;
}
.attorney .copy {
	line-height: 15px;
}
.attorney #right .brownbar {
	width: 200px;
}

/*
_______________________________
CONTACT PAGE */

.contact #left p {
	padding-top: 15px;
}
.contact .address {
	font-size: 12px;
	color: #776A37;
}
.contact .phone {
	float: right;
	text-align: right;
	padding-right: 80px;
	font-size: 12px;
	color: #776A37;
}
.contact .phone_type {
	float: left;
	clear: none;
	line-height: 18px;
}
.contact_info {
	width: 260px;
	text-align: left;
	float: left;
	clear: none;
	padding: 12px 30px 0 0;
}

.contact_info img {
	float: left;
	clear: none;
	vertical-align: text-bottom;
	display: block;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 25px;
}
.contact_info a {
	color: #7D713C;
}
.contact .attorney_name {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contact .attorney_info {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.contact .attorney_ext {
	float: left;
	clear: none;
	color: #8B7C43;
}
.contact .attorney_ext:hover {color: #564d44;}
.contact .attorney_divider {
	width: 80px;
	height: 1px;
	background-color: #CCCCCC;
}
.contact #left a {
	text-decoration: underline;
}
.about #right p {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
}

/*
_______________________________
NEWS */


.blue-em {
	padding: 4px 0 0px 0;
	line-height: 15px;
	margin: 5px 0 0px 0;
}
.blue-em a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.blue-em .tan_em {
	color: #6A532B;
	font-style: italic;
}
.blue-em p {
	font-size: 11px;
	line-height: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #348F8F;
	border-bottom-color: #348F8F;
	background-color: #F9FDFF;
}
.blue-em p img {
	float: left;
	clear: none;
	padding: 0;
	margin: 0 -5px 0 0;
/*	margin: 0 -5px -15px 0;*/
	position: relative;
	left: -15px;
	top: -15px;
}
.blue-em em {
	color: #6A532B;
	font-style: italic;
}
.blue-em a {
	text-align: right;
	/*float: right;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*padding-right: 20px;*/
	font-size: 11px;
}
.superlawyers {
	padding: 4px 0 0px 0;
	line-height: 15px;
	margin: 30px 0 0px 0;
}
.superlawyers a {
	text-align: right;
	/*float: right;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*padding-right: 20px;*/
	font-size: 11px;
}
.superlawyers  .tan_em {
	color: #6A532B;
	font-style: italic;
}
.superlawyers p {
	font-size: 11px;
	line-height: normal;	/*background-image: url(images/gold_sticker_small.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	width: 320px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #348F8F;
	border-bottom-color: #348F8F;
	background-color: #F9FDFF;
}
.superlawyers p img {
	float: left;
	clear: none;
	padding: 0;
	margin: 0 -5px 0px 0;
	/*margin: 0 -5px -15px 0;*/
	position: relative;
	left: -15px;
	top: -15px;
}
.superlawyers img {
	float: right;
	clear: none;
	margin-right: 0;
}
.news_quote {
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 0 9px 5px;
	background-color: #fff;
}
/*.news_quote a {}*/
.news_author {
	margin-bottom: 7px;
	font-size: 11px;
	padding: 2px 0 5px 3px;
	color: #6A532B;
	background-color: #fff;
}
/*
_______________________________
FOOTER */

#footer {
	height: 19px;
	width: 100%;
	font-size: 8px;
	color: #aa9a75;
	background-color: #DADADA;
	background-image: url(images/bg_footerBottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0px 54px 0;
}

#footer .pipe {margin: 0 1.5em;}
#footer #footer_bars {
	background-image: url(images/footer_noflash.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 19px;
	width: 300px;
	clear: none;
	float: left;
	margin-left: 40px;
}
#footer .info {
	float: right;
	text-align: right;
	padding-top: 4px;
	background-image: url(images/footer_block.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	clear: none;
}
a.email_link {
	background-image: url(images/ico_email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 11px;
	height: 8px;
	display: block;
	margin: 0 0 0 25px;
	float: right;
	padding-top: .7em;
}
a.email_link:hover {
	background-image: url(images/ico_email_h.gif);
}
.attorney_ext .ext {
	display: block;
	width: 70px;
	float: left;
}
.attorney_ext a {
	background-image: url(images/ico_email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.attorney_ext a:hover {
	background-image: url(images/ico_email_h.gif);
	color: red !important;
}
.contact .copy .brownbar {
	margin-bottom: 0;
}
.copy .col {
	width: 290px;
	float: left;
}

.buttons {
	text-align: right;
	height: 25px;
}
.buttons button {
	height: 17px;
	width: 17px;
	border: 0;
}
.home #right .carousel {
	background-image: url(images/bg_chain.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.buttons .progress {
	font-size: 0.9em;
	text-align: left;
	color: #737373;
	display: inline;
	padding: 0 10px 0 0;
	vertical-align: text-bottom;
}
.buttons .next {
	background: url(images/button-next.gif) no-repeat top left;
}
.buttons .prev {
	background: url(images/button-prev.gif) no-repeat top left;
}
.carousel .container {
	overflow: hidden;
}

.article {
	padding-left: 10px;
}
.article p {
	margin: 1em;
}
.article .author {
	margin-top: 1.5em;
}

/*
_______________________________
END */
