/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;	
	text-align:center;
	background-image: url('../images/bodybg.jpg');
	background-repeat:repeat-x;
	background-color:#E5E5E5;
	color:#303030;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*default classes*/
.vertop{
	vertical-align:top;
}
.verbot{
	vertical-align:bottom;
}
.clear{
	clear:both;
}
.mapimage{
	background-image: url('../images/DuiLawyers-Pic.jpg ');
	background-repeat:no-repeat;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.padlr{
	padding-left:8px;
	padding-right:8px;
}
.center{
	text-align:center;
}
.underline{
	text-decoration:underline;
}
.picright{
	padding-left:7px;
	padding-top:5px;	
}
.red{
	color:#b41b2a;
}
.med{
	font-size:15px;
	font-weight:bold;
}
.padtop{
	padding-top:20px;
}
/*layout*/
#pagewrapper{
	width:974px;	
	margin:auto;
	text-align:left;
	font-family:arial;
	padding-bottom:40px;
}
#header{
	height:139px;
	overflow:hidden;
}
#header #logoholder{
	padding-top:12px;
	padding-left:32px;
}
#header #logo{
	display:block;
	width:297px;
	height:118px;
	background-position:0px -234px;
}
#header .container{
	height:139px;
	background-position:0px 0px;
}
#header .container #icofind,
#header .container #icocontact{
	color:white;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#header .container #icofind{
	padding-left:37px;
}
#header .container #icocontact{
	padding-left:32px;
}
#header .container .icons{
	padding-top:5px;
	width:250px;
}
#menu{
	background-color:#383838;	
	overflow:hidden;
}
#menu .horizontal{
	background-position:0px -139px;
	height:48px;	
	overflow:hidden;
}
#menu .horizontal .holder{
	padding-top:16px;
}
#menu .horizontal .holder .option{
	color:white;
	font-size:16px;
	text-decoration:none;
	background-image: url('../images/menuseparator.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-left:13px;	
	padding-right:17px;	
}
#menu .horizontal .holder .option:hover{
	text-decoration:underline;
}
#menu .horizontal .holder .first{
	padding-left:39px;
}
#menu .horizontal .holder .last{
	background-image:none;
}
#content .wrapper{
	background-image: url('../images/bgmid.jpg');
	background-repeat:repeat-y;
	width:958px;	
}
#content #leftcolumn{
	width:243px;
	background-color:#a81826;
}
#leftcolumn .leftpad{
	padding-left:19px;
	padding-right:19px;
}
#leftcolumn .leftseparator{
	padding-top:15px;
	padding-bottom:10px;
	margin:auto;
}
#leftcolumn .right{
	padding-right:20px;
}
#leftcolumn .leftreadmorebtn{
	display:block;
	width:84px;
	height:26px;
	background-position:-132px -188px;	
}
#leftcolumn .seemorecases{
	display:block;
	width:243px;
	height:33px;
	background-position:-216px -188px;	
	margin-top:20px;
}
#leftcolumn .resulttitle{
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	color:white;		
}
#leftcolumn .leftparagraph{
	text-align:justify;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:white;
}
#leftcolumn .whiteheader{
	font-weight:normal;
	font-size:18px;
	color:white;
}
#content #rightcolumn{
	width:715px;
}
#rightcolumn #information{
	width:476px;
	padding-bottom:70px;
}
#rightcolumn #information .infopad{
	padding-top:24px;
	padding-right:12px;	
	padding-left:12px;	
}
#rightcolumn #information .breadcrumb {
	padding-bottom:10px;
}
#rightcolumn #information .breadcrumb .vertical .option{
	font-size:13px;
	color:black;
	padding-right:10px;
}
#rightcolumn #information .breadcrumb .vertical .option .link{
	color:#A81826;
	text-decoration:none;
	background-image: url('../images/red-arrow.jpg');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
#rightcolumn #information .sitemap{
	padding-top:15px;
	padding-left:15px;
}
#rightcolumn #information .sitemap .firstoption{
	font-size:16px;
	padding-bottom:5px;
}
#rightcolumn #information .sitemap .option {
	font-size:14px;
	padding-left:15px;
	padding-bottom:5px;
}
#rightcolumn #information .sitemap .option .link,
#rightcolumn #information .sitemap .firstoption .link{
	text-decoration:none;
	color:blue;
}
#rightcolumn #information .notop{
	padding-top:0px;
}
#rightcolumn #information .borderbot{
	border-bottom:1px solid #710E18;
}
#rightcolumn #information .redheader{
	font-size:20px;
	font-weight:normal;
	color:#A81826;	
	padding-bottom:5px;
}
#rightcolumn #information .subheader{
	font-size:16px;
	font-weight:normal;
	color:#A81826;		
	padding-bottom:10px;
}
#rightcolumn #information .topadjustment{
	padding-top:20px;
	padding-bottom:10px;
}
#rightcolumn #information .paragraph{
	font-size:12px;
	line-height:15px;
	text-align:justify;
	color:#303030;
	padding-bottom:10px;
}
#rightcolumn #information .extrabot{
	padding-bottom:20px;
}
#rightcolumn #information .picleft{
	padding-right:7px;
	padding-top:5px;
}
#rightcolumn #information .right{
	padding-left:7px;
	padding-top:5px;
}
#rightcolumn #information .readmorebtn{
	display:block;
	width:132px;
	height:21px;
	background-position:0px -188px;
	clear:both;	
}
#rightcolumn #information .duibuilding{
	display:block;
	width:230px;
	height:21px;
	background-position:-451px -239px;	
}
#rightcolumn #information .readmoremisbtn{
	display:block;
	width:146px;
	height:21px;
	background-position:-459px -188px;
	clear:both;	
}
#rightcolumn #information .question{
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	padding-bottom:10px;
}
#rightcolumn #information .paragraph .fright{
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
}
#rightcolumn #information .paragraph .padright{
	padding-left:39px;
	padding-right:14px;
	padding-top:23px;
}
#rightcolumn #information .redseparator{
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
}
#rightcolumn #information .nobot,
#rightcolumn #information .paragraph .nobot{
	padding-bottom:0px;
}
#resultparagrah .colleft{
	width:252px;
}
#resultparagrah .colleft .pad{
	padding-top:40px;
}
#information .bullet{
	padding-left:20px;
	list-style-type:disc;
}
#information .numbers{
	padding-left:20px;
	list-style-type:decimal;
}
#information .unorderedlist .info,
#information .orderedlist .info{
	font-size:12px;
	line-height:14px;
	padding-bottom:10px;
	text-align:justify;
}
#information #process{
	width:50px;
}
#information .contactwrapper .list{
	width:278px;
	padding-top:10px;
}
#information .infolist{
	padding-bottom:10px;
}
#information .contactwrapper .note{
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
}
#information .infolist .info{
	font-size:14px;
	line-height:16px;
}
#information .infolist .padtop{
	padding-top:20px;
}
#information #mapframe{
	width:450px;
	height:360px;
	margin-top:20px;
}
#rightcolumn .menubot{
	width:715px;
	height:10px;
	background-position:0px -221px;
}
#rightcolumn #sidebar{
	width:238px;
	border-left:1px solid #f1f1f1;
	padding-bottom:15px;
}
#consultform{
	background-image: url('../images/formbg.jpg');
	background-position:bottom;
	background-repeat:repeat-x;	
	background-color:white;
	padding-bottom:7px;
}
#consultform .consulttitle{
	
	padding-top:20px;
	padding-bottom:15px;
}
#consultform .formcontainer{
	padding-left:12px;
}
#consultform .input_text{
	border:0px;
	width:215px;
	height:26px;
	background-position:-605px -188px;
	padding-top:5px;
	padding-left:5px;	
	margin-bottom:5px;
	text-align:left;
}
#consultform .input{
	border:0px;
	width:205px;
	font-size:12px;
	color:#424242;	
}
#consultform .textarea{
	background-position:-727px -221px;
	border:0 none;
	height:120px;
	padding:2px;
	text-align:left;
	width:210px;
}
#consultform .textarea .text{
	width:200px;
	height:100px;
	border:0px;
	font-family:arial;
	font-size:12px;
	overflow:auto;
	padding:5px;
	color:#424242;
}
#consultform #searchsubmit{
	margin-top:5px;
	margin-right:10px;
}
#testimonials .whatclient{
	margin:auto;
	padding-top:20px;
	padding-bottom:10px;
}
#testimonials .paragraph{
	font-size:11px;
	line-height:13px;
	color:white;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
}
#testimonials .paragraph .quote{
	font-weight:bold;
	font-size:17px;
}
#testimonials .redbox{
	background-color:#6e0e17;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	color:white;
	margin-top:10px;
}
#testimonials .title{
	font-family:arial;
	font-size:18px;
	color:white;
	padding-top:40px;
}
#footer .footerbot{
	width:914px;
	height:23px;
	background-position:0px -358px;
	margin:auto;
}
#footer .footerhor{
	padding-left:125px;
	padding-bottom:25px;
}
#footer .footerhor .option{	
	padding-right:10px;
	padding-left:10px;
	background-image: url('../images/footerseparator.gif');
	background-repeat:no-repeat;
	background-position:right;
}
#footer .footerhor .lastoption{	
	padding-right:10px;
	padding-left:10px;
	background-image:none;	
}
#footer .footerhor .link,
#footer .copyright{
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#3c3c3c;	
}
#resultnavegation .page{
	float:left;
	padding-right:8px;
	padding-left:8px;
	background-image: url('../images/footerseparator.gif');
	background-repeat:no-repeat;
	background-position:right;
}
#resultnavegation .page .link{
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#A81826;	
}
#coder{
	text-align:center;	
	padding-top:4px;
}
#webdesign{	
	font-size:12px;	
	font-weight:normal;
	line-height:15px;	
}
#webdesign .link{
	color:black;
	text-decoration:none;
}















