/* CSS Document */
* { margin:0; padding:0;}
body {
	color:#7B7C7B;
	background-color: #E2E2E2;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

img {
	margin:0;
	padding:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	background-color: #F2F2F2;
	text-align: left;
}
.masthead {
	background-color: #6C604A;
	width: 900px;
}

/* Navigation */

.navbar {
	width: 600px;
	margin-top: 120px;
	padding: 0px;
	display: block;
	float: right;
	margin-left: -600px;
}
.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 600px;
	text-transform: capitalize;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	float: left;
}
.navbar ul a {
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #6C604A;
}
.navbar ul a:hover {
	background-color: #A2967E;
	color: #FFFFFF;
}
.navbar ul li {
	float: left;
}

#home .navbar .home a, #ourfirm .navbar .ourfirm a, #attorneys .navbar .attorneys a, #news .navbar .news a, #contact .navbar .contact a {
	color: #FFFFFF;
	background-color: #6C604A;
}

/* Global */

.row1 {
	background-color: #2D8CC7;
	height: 20px;
	font-size: 0.8em;
	color: #CCCCCC;
	text-align: right;
	padding: 5px;
	display: block;
	line-height: 20px;
}

.row1  a:link, .row1 a:visited {
	text-decoration: underline;
	color: #D2CFB8;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.row1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a2967e;
}
.row2 {
	height: 150px;
	background-color: #d2cfb8;
	float: left;
	display: block;
	width: 900px;
}
.firmlogo {
	background-image: url(/images/TR&B-logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 150px;
	width: 300px;
}
.firmlogo-noname {
	background-image: url(/images/TRB-logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 150px;
	width: 300px;
}

.row3 {
	height: 200px;
	background-color: #6C604A;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.clear {
	clear: both;
}
.content {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 40px;
}
.content p {
	font-weight: normal;
	color: #666666;
}

.button {
	display:block;
}
#list .button  {
	float: left;
	width: auto;
	margin-bottom: 10px;
}

.button a  {
	text-decoration: none;
	color: #7B7C7B;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2D8CC7;
}
.button a:hover {
	color: #FFFFFF;
	background-color: #2D8CC7;
}

.prevPage {
	display: block;
	float: left;
	width: auto;
	}

.prevLink {
	display: block;
	float: left;
	width: auto;
	}

.nextLink {
	display: block;
	float: right;
	width: auto;
	}
	
.pageXofY {
	display: block;
	float: right;
	margin-top: -40px;
	font-size: 0.9em;
	}
	
.prevLink a:link, .prevLink a:visited, .nextLink a:link, .nextLink a:visited, .prevPage a:link, .prevPage a:visited {
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #7B7C7B;
	font-size: .9em;
	}
	
.prevLink a:hover, .nextLink a:hover, .prevPage a:hover {
	color:#2D8CC7;
	text-decoration:none;
}

.footer {
	background-color: #2D8CC7;
	color: #D2CFB8;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 11px;
	background-image: url(/images/TRB-footerwatermark.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #D2CFB8;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a2967e;
}
.footernav {
	float: left;
	width: auto;
}
.copyright {
	width: auto;
	float: left;
}
.createdby {
	width: auto;
	float: right;
	text-align: right;
}

.backtotop {
	width: auto;
	float: right;
	text-align: left;
}
.triblock {
	background-image: url(/images/triblock.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 20px;
	width: 900px;
	background-color: #6C604A;
}
.vspacerSmall {
	display: block;
	height: 5px;
}
.vspacerMedium {
	display: block;
	height: 10px;
}
.vspacerLarge {
	display: block;
	height: 20px;
}
.vspacerXLarge {
	display: block;
	height: 30px;
}
.vspacerXXLarge {
	display: block;
	height: 200px;
}
h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #6C604A;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #2D8CC7;
	font-size: 1.2em;
}

/* Forms */
form {
}

.form input{
	width:200px;
	height:20px;
	border:1px solid #CACACA;
}
.form  textarea{
	width:200px;
	height:117px;
	overflow:auto;
}
.inp_h{
	height:24px;
	margin:0 0 3px 0;
}
.inp_w{
	width:80px;
	line-height: 20px;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	float: left;
}
.inp_w_1{
	width:460px;
	display: block;
	float: right;
}
.inp_bot{ margin:10px 0 0 0;}
.formbutton {
	background-color: #EDEAE2;
	background-position: center center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	border: 2px solid #CFCDBB;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formbutton   a{
	text-decoration: none;
}
.formbutton a:hover{
	background-color: #EDEAE2;
	text-decoration: none;
	border: 2px solid #CFCDBB;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.officesTitle {
	font-weight: bold;
	color:#2D8CC7;
}

.officesTelFax {
	color:#2D8CC7;
}

.contactNote {
	font-size: 0.9em;
	line-height: 16px;
	padding: 5px;
	width: 460px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Content Layout */

#oneColumn .content .primaryContent {
	float: left;
	width: 860px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#twoColumn .content .primaryContent {
	float: right;
	width: 570px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#twoColumn .content .secondaryContent {
	float: left;
	width: 270px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#threeColumn .content .primaryContent {
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#threeColumn .content .secondaryContent {
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#threeColumn .content .sideContent {
	float: left;
	width: 280px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#oneColumn .content .sideContent, #oneColumn .content .secondaryContent, #twoColumn .content .sideContent {
	display: none;
}

.content #practiceareas ul {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 30px;
	text-transform: capitalize;
	font-weight: normal;
	text-align: left;
	line-height: 1.3em;
}
.content #practiceareas ul ul {
	list-style-type: none;
	list-style-position: inherit;
	text-indent: 70px;
	text-transform: capitalize;
	text-align: left;
	font-style: italic;
}


/* Global Sections */

.sectionContainer {
	margin-bottom: 10px;
}

.contentTitle {
	font-size: 2.5em;
	text-transform: capitalize;
	color: #6C604A;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D2CFB8;
	line-height: 1em;
}
.contentTitleSmall {
	text-transform: capitalize;
	color: #6C604A;
	display: block;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D2CFB8;
	line-height: 1em;
	font-size: 1.5em;
}

.secondaryContent .sectionContainer {
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.secondaryContent .sectionContainer .sectionHeading {
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	background-color: #2D8CC7;
	display: block;
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
}

.secondaryContent .sectionContainer .sectionContent {
	font-weight: normal;
	width: 99%;
	display: block;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Home */

.blockquote {
	padding: 5px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.8em;
	display: block;
	color: #333333;
}
.openquote {
	background-image: url(/images/quote-open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
}
.closequote {
	display: block;
	background-image: url(/images/quote-closed.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Attorney Bios */

.attyTitle {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #6C604A;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -40px;
	float: right;
}

.attyHeading {
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6C604A;
	width: 80px;
	float: left;
	text-align: left;
}

.attyContent {
	margin-left: 120px;
	width: 445px;
	display: block;
}

.attyListName {
	font-weight: bold;
	text-transform: capitalize;
	color: #7b7c7b;
	width: auto;
	float: left;
	text-align: left;
	padding: 5px;
}

.attyListName a:link, .attyListName a:visited {
	color: #7B7C7B;
	text-decoration: none;
}
.attyListName a:hover {
	color: #2D8CC7;
	text-decoration: none;
}

.attyEmail a:link, .attyEmail a:visited {
	color: #7B7C7B;
	text-decoration: underline;
}
.attyEmail a:hover {
	color: #2D8CC7;
	text-decoration: none;
}

.attyListContent {
	width: 310px;
	display: block;
	float: none;
	text-align: left;
	margin-left: 260px;
}

.attyPhoto {
	height: 255px;
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #F2F2F2;
	border: 1px solid #6C604A;
	padding: 2px;
}

.attyMenu {
	text-align: center;
}

.primaryContent  .prevPage  {
	float: right;
	margin-top: -40px;
}
.secondaryContent  .prevPage  {
	text-align: center;
	float: none;
}

/* News */

.newsDetailContainer {
	margin-bottom: 20px;
	display: block;
}


.newsPages {
	text-align: center;
}

.newsTitle {
	font-size: 1.0em;
	text-transform: capitalize;
	font-weight: bold;
	color: #2D8CC7;
}

.newsDate {
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 5px;
	font-style: italic;
}

.newsContent {
	margin-bottom: 20px;
	display: block;
	line-height: 1.8em;
}

.newsBackgroundImage {
	background-image: url(/images/newspaper-stack.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	float: left;
	width: 160px;
	margin-top: -175px;
}

/* Contact */

#twoColumn .secondaryContent .contact {
	background-image: url(/images/emailstamp.gif);
	height: 195px;
	background-repeat: no-repeat;
	margin-left: -20px;
	background-position: top center;
}

/* Masthead Banner */

#home .row3 {background-image: url(/images/mastheads/masthead-home.gif);}
#ourfirm .row3 {background-image: url(/images/mastheads/masthead-ourfirm.gif);}
#attorneys .row3 {background-image: url(/images/mastheads/masthead-attorneys.gif);}
#news .row3 {background-image: url(/images/mastheads/masthead-news.gif);}
#contact .row3 {background-image: url(/images/mastheads/masthead-contact.gif);}
#termsofuse .row3 {background-image: url(/images/mastheads/masthead-termsofuse.gif);}
