/* Imported CSS
---------------------------------------------------------------------- */
@import url("reset.css");
@import url("base.css");
@import url("brand.css");
@import url("sidebar.css");
@import url("thickbox.css");
/* */



/* CSS Tweaks
---------------------------------------------------------------------- */

#flash {
	width:900px;
	height:170px;
	overflow:hidden;
	background:url(http://lawcenter.com/templates/law-center/images/splash/sub/splash.jpg) 0px 0px no-repeat;
}
#pg_home #flash {
	height:330px;
	overflow:hidden;
	background-image:url(http://lawcenter.com/templates/law-center/images/splash_01.jpg);
}


ul#buttons {
	float:right;
	padding:20px 15px 0 0;
}

ul#buttons li {
	padding:0 0 6px 0;
	margin:0 0 5px 0;
	background:url(http://lawcenter.com/templates/law-center/images/splash_dash.gif) bottom left repeat-x;
}
ul#buttons li#btn3 {
	background-image:none;
}


ul#buttons li a {
	display:block;
	width:380px;
	height:90px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
ul#buttons li a:hover {
	background-position:0px -90px;
}


ul#buttons li#btn1 a {
	background-image:url(http://lawcenter.com/templates/law-center/images/tax-relief.gif);
}
ul#buttons li#btn2 a {
	background-image:url(http://lawcenter.com/templates/law-center/images/debt-solution.gif);
}
ul#buttons li#btn3 a {
	background-image:url(http://lawcenter.com/templates/law-center/images/bankruptcy.gif);
}

ul#buttons li a strong, 
ul#buttons li a span {
	display:none;
}


#content div.hr, 
#content hr {
	clear:both;
	margin-bottom:15px;
	height:1px;
	background:#bfbfbf url(../images/sidebar_line.gif) 0px 0px repeat-x;
	color:#bfbfbf;
	border:none;
}







#form {
	margin-left:-28px;
	background:#c62d2c url(../images/form_bg.jpg) 0px 0px repeat-y;
	text-align:center;
	color:#fefefe;
}
#form-i {
	background:url(../images/form_instant_help.jpg) 0px 0px no-repeat;
}
#form form {
	padding:53px 14px 17px 14px;
	background:url(../images/form_bottom.jpg) bottom left no-repeat;
}

#form label {
	display:block;
	padding-bottom:7px;
	text-align:left;
}
#form label input,
#form label select {
	border:1px solid #aa1614;
	width:255px;
/*	height:25px;*/
	color:#222;
	font-size:14px;
}
#submit {
	margin-top:10px;
	text-align:center;
}
/* */
