/* <![ Global [ -----------------------------------------------------------*/


/*NOTES:
Image pathing needs to be as follows.

url(http://www.rmnllp.com/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/

/* ----------------- Globals ---------------------*/
html {
	height:100%}
	
.body{	
	margin:0; 
	padding:0; 
	background:url(../images/bg_body.jpg) top left repeat-x #8b8563;
	color:#615f5d;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(../scripts/csshover.htc);}
	
a {	
	color:#561D31;
	text-decoration:underline;}
a:hover {	
	color:#615F5D;
	text-decoration:none;}	
p{
	margin:1em 0 1em 0;
}
	
input, select, textarea{	
	border:solid #000;
	border-width:1px 1px 1px 1px;}	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#666666;
	margin:5px 0px;
	padding:0px;}

h1{	
	color:#561d31;
	margin:0px 0 3px 0;
	font:normal 18px "Times New Roman", Times, serif;
	text-transform:uppercase;
}
	
h2{	
	color:#561d31;
	margin:10px 0 3px 0;
	text-transform:uppercase;
	font:normal 14px "Times New Roman", Times, serif;}
	
h3{	
	color:#615f5d;
	margin:10px 0 0px 0;
	font: bold 14px Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;

}

	
/* Main - Home*/
#main-home{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1025px;
	background:url(../images/bg_main-home.jpg) top left repeat-y;
}
/* Main - Professionals*/
#main-prof{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-prof.gif) top left repeat-y;
	
}
/* Main - Professionals*/
#main-profhome{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-profhome.gif) top left repeat-y;
}
/* Main - Overview*/
#main-over{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-over.gif) top left repeat-y;
}
/* Main - Practice Areas*/
#main-pa{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-pa.gif) top left repeat-y;
}
/* Main - Practice Areas Home*/
#main-pahome{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-pahome.gif) top left repeat-y;
}
/* Main - Publications*/
#main-pubs{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-pubs.gif) top left repeat-y;
}
/* Main - Our Office*/
#main-office{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1020px;
	background:url(../images/bg_main-offices.gif) top left repeat-y;
}

/* dimensions home*/
#main-home #left{
	float:left;
	width:209px;
	}
#main-home #center{
	float:left;
	width:815px;
	}
#main-home #right{
	display:none;
	visibility:hidden;
	}
/* dimensions professionals*/
#main-prof #left{
	float:left;
	width: 209px;
	}
#main-prof #center{
	float:left;
	width: 662px;
	}
#main-prof #right{
	float:right;
	}
/* dimensions Professionals Home*/
#main-profhome #left{
	float:left;
	}
#main-profhome #center{
	float:left;
	width: 810px;
	}
#main-profhome #right{
	float:right;
	}
/* dimensions overview*/
#main-over #left{
	float:left;
	}
#main-over #center{
	float:left;
	width: 810px;
	}
#main-over #right{
	float:right;
	}
/* dimensions Practice Areas*/
#main-pa #left{
	float:left;
	width: 282px;
	}
#main-pa #center{
	float:left;
	width: 663px;
	}
#main-pa #right{
	float:right;
	}
/* dimensions Practice Areas Home*/
#main-pahome #left{
	float:left;
	}
#main-pahome #center{
	float:left;
	width: 810px;
	}
#main-pahome #right{
	float:right;
	}
	
/* dimensions Publications*/
#main-pubs #left{
	float:left;
	}
#main-pubs #center{
	float:left;
	width: 810px;
	}
#main-pubs #right{
	float:right;
	}
/* dimensions Office*/
#main-office #left{
	float:left;
	}
#main-office #center{
	float:left;
	width: 811px;
	}
#main-office #right{
	float:right;
	}
/* MAIN NAV - LEFT ****************************/
#mainnav-left{
	padding:0 0 0 24px;
	margin:0;
	background:url(../images/bg_nav-empty.gif) top left no-repeat;
	height:232px;
	float: left;
	}
#mainnav-left ul{
	margin:0;
	padding:0;
	}
#mainnav-left ul li{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	}
#mainnav-left ul li a{
	margin:0;
	padding:0;
	border:none;
	display:block;
	float:left;
	width:37px;
	height:232px;
}
#mainnav-left ul li a:hover{
	border:none;
	}
#mainnav-left ul li.prof a{
	background:url(../images/bg_nav-ourprofessionals.gif) top left no-repeat;
}
#mainnav-left ul li.prof a:hover{
	background:url(../images/bg_nav-ourprofessionals-o.gif) top left no-repeat;
}
#mainnav-left ul li.over a{
	background:url(../images/bg_nav-firmoverview.gif) top left no-repeat;
}
#mainnav-left ul li.over a:hover{
	background:url(../images/bg_nav-firmoverview-o.gif) top left no-repeat;
}
#mainnav-left ul li.pa a{
	background:url(../images/bg_nav-practiceareas.gif) top left no-repeat;
}
#mainnav-left ul li.pa a:hover{
	background:url(../images/bg_nav-practiceareas-o.gif) top left no-repeat;
}
#mainnav-left ul li.pubs a{
	background:url(../images/bg_nav-publications.gif) top left no-repeat;
}
#mainnav-left ul li.pubs a:hover{
	background:url(../images/bg_nav-publications-o.gif) top left no-repeat;
}
#mainnav-left ul li.office a{
	background:url(../images/bg_nav-ouroffice.gif) top left no-repeat;
}
#mainnav-left ul li.office a:hover{
	background:url(../images/bg_nav-ouroffice-o.gif) top left no-repeat;
}
/* MAIN NAV - RIGHT ****************************/
#mainnav-right{
	padding:0 0 0 0;
	margin:0;
	background:url(../images/bg_nav-empty.gif) top left no-repeat;
	height:232px;
	border-left:1px solid #404043;
	}
#mainnav-right ul{
	margin:0;
	padding:0;
	}
#mainnav-right ul li{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	}
#mainnav-right ul li a{
	margin:0;
	padding:0;
	border:none;
	display:block;
	float:left;
	width:37px;
	height:232px;
}
#mainnav-right ul li a:hover{
	border:none;
	}
#mainnav-right ul li.prof a{
	background:url(../images/bg_nav-ourprofessionals.gif) top left no-repeat;
}
#mainnav-right ul li.prof a:hover{
	background:url(../images/bg_nav-ourprofessionals-o.gif) top left no-repeat;
}
#mainnav-right ul li.over a{
	background:url(../images/bg_nav-firmoverview.gif) top left no-repeat;
}
#mainnav-right ul li.over a:hover{
	background:url(../images/bg_nav-firmoverview-o.gif) top left no-repeat;
}
#mainnav-right ul li.pa a{
	background:url(../images/bg_nav-practiceareas.gif) top left no-repeat;
}
#mainnav-right ul li.pa a:hover{
	background:url(../images/bg_nav-practiceareas-o.gif) top left no-repeat;
}
#mainnav-right ul li.pubs a{
	background:url(../images/bg_nav-publications.gif) top left no-repeat;
}
#mainnav-right ul li.pubs a:hover{
	background:url(../images/bg_nav-publications-o.gif) top left no-repeat;
}
#mainnav-right ul li.office a{
	background:url(../images/bg_nav-ouroffice.gif) top left no-repeat;
}
#mainnav-right ul li.office a:hover{
	background:url(../images/bg_nav-ouroffice-o.gif) top left no-repeat;
}
/*---------------------------------VERTICAL Nav ------------------------------------------*/
#main-home #vertnav, #main-over #vertnav, #main-pubs #vertnav, #main-office #vertnav, #main-profhome #vertnav #main-pahome #vertnav{
	display:none;
	visibility:hidden;
	}
#vertnav{
	width:140px;
	float: right;
	color: #b2b2b2;
	padding: 50px 0 0 0;
	}
#vertnav ul{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#vertnav ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#vertnav ul li a{
	color:#b2b2b2;
	font:12px "Times New Roman", Times, serif;
	text-decoration:none;
	padding:5px 0 0 17px;
	display:block;
	text-align:left;
               _display:inline-block;
               _width:123px; /*fixes IE6 whitespace bug*/
}
/* Increase verticle padding for Practice Areas sections*/
#main-pa #vertnav ul li a{
	padding:5px 0 10px 17px;
	}
/*------------------------*/
#vertnav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
	background:url(../images/bul_hover.gif) 3px 10px no-repeat;
}
#vertnav ul .first_child a {
}
#vertnav ul .last_child a {
}		

#header{
	height:180px;
	width:auto;
	text-align:center;
	background:url(../images/img_header.jpg) top center no-repeat;
	}
#header a{
	height:180px;
	display:block;
	border:none;
	}
#header img{
	border:none;
	}
#redbar{
	height:45px;
	background:url(../images/bg_redbar.gif) top left repeat-x #4a192a;
	width: auto;
	}
#content{
	min-height:445px;
}
* HTML #content{
	height:425px;
	}
#content ul{
	list-style:none;
	margin-left:0;
	padding-left:0px;
	}
/*#content .pushright{
	margin-left:33px;
	}*/
#content ul li{
	background:url(../images/bul_contentlist.gif) 0px 5px no-repeat;
	padding-left:10px;
	}
#content ul li a{
	font-weight:bold;
	text-decoration:none;
	}
#content ul li ul {
	list-style: disc;
	margin-left:0;
	margin-bottom:10px;
	}
#content ul li ul.noli {
	list-style: disc;
	margin-left:0px;
	margin-bottom:0;
	}
#content ul li ul li{
	background:none;
	padding-left:0;
	margin-left:0;
	}
	
/* Content - Home*/
#main-home #contentwrap{
	}
#main-home #content{
	padding:0;
	}
/* Content - Professionals*/
#main-prof #contentwrap{
	background:url(../images/bg_content.gif) top left repeat;
	}
#main-prof #content{
	padding:20px;
	}
/* Content - ProfHome*/
#main-profhome #contentwrap{
	width:810px;
	}
#main-profhome #content{
	padding:20px;
	}
#main-profhome #content .attorneystable p{
	display:block;
	padding-left:12px;
	background:url(../images/bul_staff.gif) 0px 6px no-repeat;
	text-transform:uppercase;
	color:#615f5d;
	}
#main-profhome #content .name{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#602037;
	text-decoration:none;
	text-transform:none;
}
#main-profhome #content .bio{
	font:12px Arial, Helvetica, sans-serif;
	color:#602037;
	text-decoration:underline;
	text-transform:none;
}
/* Content - Overview*/
#main-over #contentwrap{
	width:810px;
	}
#main-over #content{
	padding:20px;
	}
/* Content - Practice Areas*/
#main-pa #contentwrap{
	width:663px;
	}
#main-pa #content{
	padding:20px;
	}
/* Content - Practice Areas Home*/
#main-pahome #contentwrap{
	width:810px;
	}
#main-pahome #content{
	padding:20px;
	}
/* Content - Publications*/
#main-pubs #contentwrap{
	width:810px;
	}
#main-pubs #content{
	padding:20px;
	}
/* Content - Our Office*/
#main-office #contentwrap{
	width:810px;
	}
#main-office #content{
	padding:20px;
	}
/* Footer Home *********************/
#main-home #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-home #addressbar{
	width:auto;
	height:30px;
	background:url(../images/bg_addressbar-home.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 25px 0 234px;
	}
#main-home #addressbar .left{
	float:left;
	}
#main-home #addressbar .right{
	float:right;
	font-weight:bold;
	}
/* Footer Professionals *********************/
#main-prof #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	padding: 0;
	}
#main-prof #addressbar{
	width:auto;
	height:30px;
	background: url(../images/bg_addressbar-prof.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 150px 0 225px;
	text-align:center;
	}
#main-prof #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
/* Footer Professionals Home *********************/
#main-profhome #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-profhome #addressbar{
	width:auto;
	height:30px;
	background: url(../images/bg_addressbar-profhome.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 130px 0 30px;
	text-align:center;
	}
#main-profhome #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
/* Footer Overview*********************/
#main-over #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-over #addressbar{
	width:auto;
	height:30px;
	background: url(../images/bg_addressbar-over.gif) top left no-repeat #726c4b;
	text-align:center;
	line-height:30px;
	padding:0 112px 0 98px;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	}
#main-over #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
/* Footer Practice Areas *********************/
#main-pa #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-pa #addressbar{
	width:auto;
	height:30px;
	background: url(../images/bg_addressbar-pa.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 75px 0 282px;
	text-align:center;
	}
#main-pa #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
/* Footer PA Home *********************/
#main-pahome #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-pahome #addressbar{
	width:auto;
	height:30px;
	background:url(../images/bg_addressbar-pahome.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 38px 0 172px;
	text-align:center;
	}
#main-pahome #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
/* Footer Publications *********************/
#main-pubs #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-pubs #addressbar{
	width:auto;
	height:30px;
	background: url(../images/bg_addressbar-pubs.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 38px 0 172px;
	text-align:center;
	}
#main-pubs #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
/* Footer Our Office *********************/
#main-office #footer{
	font:bold 12px "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	clear:both;
	}
#main-office #addressbar{
	width:auto;
	height:30px;
	background: url(../images/bg_addressbar-offices.gif) top left no-repeat #726c4b;
	font:12px "Times New Roman", Times, serif;
	color:#3b382a;
	line-height:30px;
	padding:0 0px 0 210px;
	text-align:center;
	}
#main-office #addressbar address{
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#222222;
	line-height:30px;
	}
	
/* ------------------------ Disclaimer------------------------*/	
#disclaimer{
	padding:50px 50px 0px 50px;
	background:url(../images/bg_footer.gif) top left repeat-x #8b8563;
	color: #393527;
	border-top:1px solid #8b8563;
	}
#disclaimer a{
	color:#4d1a2c;
	}
#disclaimer a:hover{
	text-decoration:underline;
	}
/*	<![ Directions Page Styles (Google Maps Default) [ --------------------------------------------------------*/

/* [ Outer div ] --------- */
#directionsForm{}

/* div that wraps form */
#directionsInput {
	padding:0px 0px 15px 0px;
	}

#fromAddress{
	width:300px;
	border:1px solid #adab93;
	}

#directionsLocale{
	padding:0px 0px 15px 0px;
	}

#locale{
	width:300px;
	border:1px solid #adab93;
	}

#directionsSubmit{
	padding:0px 0px 25px 0px;
	}

#map{
	border:1px solid #adab93;
	}

#addressNotFound{}

#directions{}

/*	<![ Site 9 Form Styles [ --------------------------------------------------------*/
.pad_frm_itm {
      padding:3px 0px;
      margin:0px;
}

.form-label {
	width:140px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;
	}

.form-pct {
      width:300px;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}
.msg-pct {
      width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
      height:70px;
      overflow:auto;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}

.custom-form {}

.custom-form fieldset {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:470px; /*  .msg-pct width + 25   */
	border:none;
	}

.custom-form legend {
	padding:0px 2px;
	font-weight:bold;
	}

.custom-form fieldset ol {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
/* ------------------ Special Classes ------------------------*/	
.clearbar{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
}
.autowidthwrap{
	width:100%;
	text-align:center;
	}



#container-qc {
	background:#8b8563;
	}
	
/* ------------------- Quick Contact --------------------*/

#quickcontact {
	padding:20px;}

.pad_frm_itm2 {
	padding:3px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	color:#fff;}
  
.form-pct2, .Captcha input {
	padding:2px 5px;
	width:200px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;}
	
.msg-pct2 {
	padding:2px 5px;
	width:200px;
	height:50px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;}

.custom-form2 {
	margin:0px;
	padding:0px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:#521b30;
	padding-bottom:10px;
	width:244px;
	overflow:hidden;}

	.custom-form2 fieldset {
		margin:0px auto;
		padding:0px;
		width:244px;
		border:none;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 23px;
		font:bold 14px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px auto;
		_margin-left:15px;
		padding:0px;
		width:215px;
		list-style:none;
		}

.submit-align2 {
	margin:0px auto;
	_margin-left:15px;
	padding:10px 0px;
	text-align:left;
	width:210px;}
	
	.submit-align2 a {
		padding:15px 0px 0px 0px;
		color:#6c6b4f;
		text-decoration:none;
		}
	.submit-align2 a:hover {
		text-decoration:underline;
		}
	.submit {
		float:right;
		background:#000 url(../images/submit-btn.jpg) top center repeat-x;
		border:none;
		padding:5px 15px;
		color:#6c6b4f;
		font:bold 12px Arial, Helvetica, sans-serif;
	}

.Captcha {
	color:#fff;
	}
	.Captcha img {
		width:210px;
		}
	
