@charset "UTF-8";
/* CSS Document */

body {
margin:0;
border:0;
padding:0;
font-size:87.5%;
font-family:Arial, Helvetica, sans-serif;
}

ul{
padding-left:5px;
list-style-position:inside;
}

li {
padding-left:15px;
font-weight:bold;
}

dt {
font-weight:bold;
}


#content_wrapper_1 {
background-image:url(images/topshadowleft.jpg);
background-repeat:no-repeat;
background-position:top left;
width:1100px;
margin:auto;
}

#content_wrapper_2 {
background-image:url(images/topshadowright.jpg);
background-repeat:no-repeat;
background-position:top right;
padding-left:9px;
width:1091px;

}

#right-column .hottopics 
{
text-align:center;
font-size:1.2em;
font-weight:bold;
display:block;
margin:auto;
}


#content_wrapper {
width:1091px;
}


#footer_wrapper_1 {
background-image:url(images/footshadowleft.jpg);
background-repeat:no-repeat;
background-position:left;
width:1100px;
margin:auto;
padding-left:9px;

}

#footer_wrapper_2 {
background-image:url(images/footshadowright.jpg);
background-repeat:no-repeat;
background-position:right;
width:1091px;
padding-right:9px;
}

#footer_wrapper_2 a:link, #footer_wrapper_2 a:visited, #footer_wrapper_2 a:active, #footer_wrapper_2 a:hover {
text-decoration:none;
color:#666666;

}

#global_nav a:link, #global_nav a:visited, #global_nav a:active, #global_nav a:hover {
text-decoration:none;
color:#2d2d2d;

}

#footer_wrapper {
background-image:url(images/footshadow.jpg);
background-repeat:repeat-x;
background-position:bottom;
text-align:right;
}

#header_wrapper {
background-image:url(images/dbcgrdlogo.jpg);
background-position:left;
background-repeat:no-repeat;
height:95px;
padding-left:110px;

}

#header {
width:350px;
float:left;
}

#tel {
line-height:1.6em;
float:right;
padding-top:20px;
font-size:1.6em;
padding-right:20px;
letter-spacing:.4em;
font-weight:bold;
color:#c2152f;
width:360px;
text-align:center;
}

.red {
color:#c2152f;
}

#inside h2 {
font-weight:bold;
font-style:italic;
}


h1 {
font-size:2em;
line-height:.5em;
padding-top:10px;
background-image:url(images/gradientunderline.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:8px;
}

h2 {
font-size:1.3em;
font-weight:normal;
line-height:.1em;
}

.h1 {
font-size:2em;
line-height:.5em;
padding-top:10px;
background-image:url(images/gradientunderline.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:8px;
font-weight:bold;
margin:18px 0;
}

.h2 {
font-size:1.3em;
font-weight:normal;
line-height:.1em;
margin:18px 0;
}

#global_nav {
padding-top:5px;
text-align:center;
margin:auto;
margin-top:8px;
font-size:.9em;

}

#global_nav p{
display:inline;
border-right-width:1px;
border-right-style:solid;
border-right-color:#999999;
padding-right:20px;
padding-left:20px;
padding-top:3px;
padding-bottom:3px;

}

#local_nav {
padding-top:4px;
text-align:center;
margin:auto;
margin-bottom:15px;
margin-top:8px;
}

#local_nav p{
display:inline;
border-right-width:1px;
border-right-style:solid;
border-right-color:#999999;
padding-right:20px;
padding-left:20px;
margin-top:10px;
margin-bottom:10px;
line-height:1.3em;
}
.clear {
clear:both;
}


#left_column {
width:140px;
float:left;
display:inline;
}

#newsletter_wrapper {

}

#news_tr {
background-image:url(images/new_tr.jpg);
background-repeat:no-repeat;
height:20px;
background-position:top right;
}

#news_tl {
background-image:url(images/nw_tl.jpg);
background-repeat:no-repeat;
background-position:top left;
height:20px;
}

#news_cr {
background-image:url(images/nw_cr.jpg);
background-repeat:repeat-y;
background-position:right;
}

#news_cl {
background-image:url(images/nw_cl.jpg);
background-repeat:repeat-y;
background-position:left;}



#content_column{
display:inline;
width:600px;
margin:auto;
float:right;
margin-left:27px;
margin-right:20px;
margin-top:20px;
}

#right-column {
display:inline;
width:280px;
float:right;
padding:5px;

}

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #c2c2c2; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #c2c2c2;/* YCC: color & properties of the right-borderline */
	background:#f9f5dd;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align:center;
}

.notopgap    { margin-top: 0; height: 3px; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.top-left2, .top-right2, .bottom-left2, .bottom-right2 { 
	background-image: url('images/corners2.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
	
	.inside2 {
	border-left: 1px solid #000000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #000000;/* YCC: color & properties of the right-borderline */
	background:#d1f8db;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align:left;
}
.top-left2, .bottom-left2 { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right2, .bottom-right2 { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right2 {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left2  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right2 { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
	
	
	#content_column .top-right2, #content_column .top-left2, #content_column .bottom-left2, #content_column .bottom-right2 {
	background-image: url('images/contentcorners.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
	
	#content_column .inside2 {
	border-left: 1px solid #c2c2c2; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #c2c2c2;/* YCC: color & properties of the right-borderline */
	background:#fefefe;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
}

#landing-hero {

background-image:url(images/liquidationhero2.jpg);
/*background-image:url(images/dissolution_hero.jpg);*/
height:160px;
background-position:top left;;
text-align:left;
background-repeat:no-repeat;
padding-left:20px;
margin-right:9px;
margin-bottom:20px;
visibility:hidden;
height:1px;
margin-bottom:0;

}

#hero_wrapper {

height:176px;
padding-top:8px;
padding-bottom:8px;
}

#landing-hero h2 {

padding-top:15px;
font-size:1.4em;
line-height:.4em;
font-weight:bold;
color:#ffffff;
list-style-image:none;
list-style:none;
padding-left:220px;
margin-bottom:25px;
margin-top:25px;
_padding-top:0;
}

#landing-hero ul {

list-style-image:url(images/triangle.gif);
font-size:1.1em;
padding-left:290px;

}

#landing-hero ul li {
list-style-image:url(images/triangle.gif);
padding-top:9px;
font-size:1.2em;
color:#ffffff;

}

#footer_wrapper p {
font-size:.9em;
color:#666666;
padding-right:15px;
}

#nextsteps {
padding-top:10px;
color:#000099;
text-align:left;
}


#nextsteps a:link, #nextsteps a:hover, #nextsteps a:visited, #nextsteps a:active {

display:block;
text-decoration:none;
font-size:1.1em;
padding-left:30px;
line-height:1.4em;
}

#cta {
background-image:url(images/cta_bck.jpg);
background-repeat:no-repeat;
background-position:top;

}

#cta p {
padding-top:20px;
line-height:1.4em;
font-size:1.3em;
text-align:center;
}
#news {
background-image:url(images/newsback.jpg);
background-repeat:no-repeat;
background-position:top;
text-align:center;

}

#news span {
line-height:1.4em;
font-weight:bold;
padding-right:3px;
}


#news p {
padding-top:20px;
line-height:1em;
font-size:1em;
text-align:center;
}

#news a:link, #news a:visited, #news a:hover {
text-align:center;
}


#left_column blockquote {
	width: 80%;
	
	font-size: 125%;
	font-style: italic;
	font-family: "Palatino Linotype", Georgia, Caslon, serif;
	line-height: 140%;
	margin: 10px -60px 10px 10px;
	_margin-right: -35px; /* IE box model hack  */
	background: white url(images/closequote.gif) no-repeat bottom right;
	padding: 2px 15px 2px 2px;
	text-align:center;
	}

#left_column blockquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top;
	padding: 10px 2px 10px 25px;
	}
	
	
#left_column blockquote {
	width: 80%;
	
	font-size: 125%;
	font-style: italic;
	font-family: "Palatino Linotype", Georgia, Caslon, serif;
	line-height: 140%;
	margin: 10px -60px 10px 10px;
	_margin-right: -35px; /* IE box model hack  */
	background: white url(images/closequote.gif) no-repeat bottom right;
	padding: 2px 15px 2px 2px;
	text-align:center;
	}

#right-column blockquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top;
	padding: 10px 2px 10px 25px;
	}
	
#sitemap h3{
font-size:1.1em;
font-weight:bold;
color:#121212;
}

#sitemap ul {
font-size:1.1em;
list-style:none;
padding-bottom:10px;
}

#sitemap ul ul {
text-indent:20px;
padding-bottom:10px;
}




#sitemap ul li {
padding-bottom:10px;
}


#sitemap ul a:link, #sitemap ul a:visited, #sitemap ul a:active, #sitemap ul a:hover {
text-decoration:none;
font-size:.8em;
color:#333333;
padding-bottom:10px;
}
 
dt {
padding-bottom:5px;
}

dd {
padding-bottom:10px;
font-style:italic;
}


h3 {
font-size:1.3em;
font-weight:bld;
}

h4 {
font-style:italic;
font-size:1.2em;
font-weight:bold;
line-height:1em;
margin-top:1px;
margin-bottom:4px;
}

.h4 {
font-style:italic;
font-size:1.2em;
font-weight:bold;
line-height:1em;
margin-top:1px;
margin-bottom:4px;
}

h5 {
margin-left, margin-right:25px;
font-size:1.1em;
font-weight:bolder;
font-style:italic;
border-top:1px;
border-top-color:#C2B68E;
border-bottom-color:#C2B68E;
border-bottom-width:1px;
border-bottom-style:dotted;
border-top-style:dotted;
color:#978752;
text-align:center;
display:block;
}

.index {
}

.companyliquidation {
}

.liquidators {}

.tns {
}


.index #landing-hero {
background-image:url(images/liqudiationadvice1161.jpg);
}

.index #landing-hero h2 {
padding-left:140px;
}

.index #landing-hero ul {
padding-left:200px;
}


.companyliquidation #landing-hero {
color:#303030;
background-image:url(images/liquidatemycompany1161.jpg);
}

.companyliquidation #landing-hero h2, .companyliquidation #landing-hero li {
color:#303030;
}

.liquidators #landing-hero {
background-image:url(images/liquidators1161.jpg);
}

.tns #landing-hero {
background-image:url(images/liquidationhero2.jpg);
}

.scroll_bar {
overflow:scroll;
height:200px;
font-size:x-small;
overflow-x:hidden;
margin-bottom:25px;
}

.scroll_bar h1 {
	font-size:16px;
	color:#C2152F;
	margin:0px 0;
	background-image:none;
}

.scroll_bar h2 {
	font-size:16px !important;
	font-weight:bold !important;
	margin:15px 0 !important;
}

.scroll_bar p {
	font-size:12px;
}

.companyliquidation #content_column{
width:680px;
}

.companyliquidation #right-column {
width:200px;
}
