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



*{
	padding:0;
	margin:0;
}

body {
	background-color: #FFF;
	background-image: url(https://www.lawbizstore/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
	color: #424242;
}

/* =General Styles
-------------------------------------------------------------- */
/* DESCRIPTION: Standard tag styles for website */

a{
	text-decoration:none;
	font-style:italic;
	outline:none;
}

a:link,
a:visited{
	color:#e10000;
}

a:hover{
	color:#034975;	
}

a:active{
	color:#0b85ab;	
}


a.black-link{
	text-decoration:none;
	font-style:normal;
	outline:none;
}

a.black-link:link,
a.black-link:visited{
	color:#424242;
}

a.black-link:hover,
a.black-link:active{
	color:#e10000;	
}



object{
	outline:none;	
}

input{
	outline:none;	
}

textbox{
	outline:none;	
}

p{
	padding-bottom:16px;	
}

img{
	border:none;
}

blockquote{
	width:225px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:5px;
	border:solid 5px #93b3c8;
	background-color:#b9ccd9;
	color:#062e48;
	padding:5px 10px 0 10px;
	
}

.callout-box{
	border:solid 5px #93b3c8;
	background-color:#b9ccd9;
	color:#062e48;
	padding:5px 10px 0 10px;
	margin-bottom:14px;
}

blockquote h4,
.callout-box h4{
	padding-bottom:5px;	
}

hr{
	color:#cccccc;
	background-color: #cccccc;
	height: 1px;
	margin-bottom:16px;
	border:none;
}


h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	
	/* Unique to Each Website */
	letter-spacing: 3px;	
	
	
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height:34px;
	color: #1b496f;	
	font-weight:normal;
	padding-bottom:16px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:26px;
	font-weight: normal;
	color: #1b496f;
	padding-bottom:16px;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:22px;
	font-weight: normal;
	color: #1b496f;		
}

sup{
	font-size:small;	
}

#container{
	width:996px;
	margin:auto;
}

/* =Heading
-------------------------------------------------------------- */
/* DESCRIPTION: Heading Styles and Layout */

#header-container{
	width:996px;
	height:227px;
	position:relative;
	z-index:0;
}

.header-image{
	width:996px;
	height:227px;
	position:relative;
	z-index:1;
}

#header-container h1{
	position:absolute;
	bottom:33px;
	left:210px;
	z-index:99;
}

/* =Navigation
-------------------------------------------------------------- */
/* DESCRIPTION: Navigation styles, and visit LawBiz button */

#navigation{
	width:996px;
	padding-bottom:8px;
	background-image: url(/img/content-top-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#navigation ul{
	width:690px;
	float:left;
	margin-top:7px;
}

#navigation ul li{
	list-style:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004f81;
	float:left;
}

#navigation ul li a{
	display:block;
	padding:10px 7px 10px 7px;
	color:#004f81;
}

#navigation ul li:hover a{
	color:#207db8;
}

#navigation ul li:active a{
	color:#00385c;
}

.lawbiz-link{
	width:306px;
	float:right;
}

.lawbiz-link a{
	display:block;
	background-color:#e10000;
	border:solid 6px #a30000;
	background-image: url(https://www.lawbizstore/lawbiz-link-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	*background-position: 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	color:#fff;
	padding:10px 0px 12px 28px;
}

.lawbiz-link a:hover{
	background-color:#236893;
	border:solid 6px #034976;
}

.lawbiz-link a:active{
	background-color:#3886b6;
	border:solid 6px #196596;
}


/* =Content
-------------------------------------------------------------- */
/* DESCRIPTION: Master content styles, left and right columns, etc */

#content-container{
	width:984px;
	border:solid 6px #fff;
	background-image: url(https://www.lawbizstore/content-bg.gif);
	background-repeat: repeat-y;	
}

#main-content{
	width:633px;
	float:left;
	padding:10px 30px 0 15px;
}

#main-content ul{
	padding-bottom:16px;	
}

#main-content ul li{
	margin-left:18px;
	list-style:square;
}

#right-col{
	width:276px;
	float:right;
	padding:10px 15px 0 15px;
	text-align:right;
}

#right-col h2{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	line-height:22px;
	
}

#right-col h2.blog-heading a{
	background-image: url(https://www.lawbizstore/icon-rss-feed.gif);
	background-repeat: no-repeat;
	background-position: left 2px;		
}

#right-col h2.twitter-heading a{
	background-image: url(https://www.lawbizstore/icon-twitter.gif);
	background-repeat: no-repeat;
	background-position: left 2px;		
}

#right-col h2 a{
	display:block;	
	font-style:normal;
}

#right-col h2 a:link,
#right-col h2 a:visited{
	color:#fff;	
}

#right-col h2 a:hover{
	color:#d7f0ff;	
}

#right-col h2 a:active{
	color:#bbe5ff;	
}

.right-col-block{
	background-color:#034976;
	padding:10px 20px 10px 10px;
	color:#fff;
	margin-right:-15px;
	margin-bottom:16px;
}

.right-col-block a{
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.right-col-block a:link,
.right-col-block a:visited{
	color:#9bd8ff;	
}

.right-col-block a:hover{
	color:#caeaff;	
}

.right-col-block a:active{
	color:#fff;	
}

.right-col-block h3{
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	line-height:18px;
}

.right-col-block h3>a{
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.right-col-block h3>a:link,
.right-col-block h3>a:visited{
	color:#9bd8ff;	
}

.right-col-block h3>a:hover{
	color:#caeaff;	
}

.right-col-block h3>a:active{
	color:#fff;	
}

.blog-time-stamp{
	font-size:12px;
	font-style:italic;
}

#feed-display iframe{
	max-width:246px;
	max-height:196px;
}

#feed-display img{
	max-width:246px;
}

/* =Footer
-------------------------------------------------------------- */
/* DESCRIPTION: Footer Styles */

#footer{
	background-image: url(https://www.lawbizstore/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	color: #7b7b7b;
}


#footer-left{
	float:left;
	width:600px;
}

#footer-left ul{
	margin-top:10px;
	margin-bottom:20px;
	
}

#footer-left ul li{
	
	float:left;
	list-style:none;
	
}

#footer-left ul li a{
	display:block;
	padding:5px 10px 5px 0;
}

#footer-left>h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:22px;
	font-weight: normal;
	padding-bottom:0;
	padding-top:5px;
	color: #7b7b7b;
}


#footer-right{
	float:right;
	width:300px;
	text-align:right;
	margin-top:10px;
	margin-right:6px;
}


/* =Misc
-------------------------------------------------------------- */
/* DESCRIPTION: Clear fixes, SEO styles, etc */

.clear-left{
	clear:left;	
}

.clear-right{
	clear:right;	
}

.clear-both{
	clear:both;	
}

.strong{
	font-weight:bold;	
}

.em{
	font-style:italic;	
}

#right-col .testimonial-slideshow{
	*width:246px;
}

blockquote .testimonial-slideshow{
	*width:225px;	
}