/*LastingImpressions.com Styles*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #696969;
	background-image: url(../images/bg.jpg);
}
#wrapper
{
	border-left: 1px solid #1E1211;
	border-right: 1px solid #1E1211;
	width: 768px;
	margin: 0 auto;
	background-color: #FFF;
}
.top
{
	width: 100%;
	height: 24px;
	background-image: url(../images/top.jpg);
}
.top_left
{
	width: 293px;
	height: 206px;
}
.top_right
{
	width: 100%;
	border-left: 1px solid #C2C2BD;
	border-right: 1px solid #C2C2BD;
}
.left_col
{
	width: 293px;
}
.right_col
{
	width: 460px;
	border-left: 1px solid #C2C2BD;
	border-right: 1px solid #C2C2BD;
}
.nav
{
	padding-top: 5px;
	width: 100%;
	height: 25px;
	background-image: url(../images/nav_bg.jpg);
}
.nav A
{
	font-size: 10px;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
}
.nav A:hover
{
	color: #FFF;
	font-weight: bold;
	background-color: #0099CC;
	text-decoration: none;
}
.newsletter
{
	padding: 1px;
	width: 100%;
	background-color: #E9E6DE;
}
.newsletter_img
{
	width: 70px;
}
.newsletter_top
{
	color: #FFF;
	font-weight: bold;
	height: 22px;
	background-color: #8B9169;
}
.newsletter_bottom
{
	padding: 5px;
	height: 47px;
	background-color: #FFF;
}
.newsletter_form
{
	padding: 0;
	margin: 0;
}
.newsletter_input
{
	font-size: 10px;
	background: #ECECEB;
	border: 1px solid #CBC9C7;
}
.newsletter_sumbit
{
	border: 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #9B2815;
}
.spacer
{
	height: 2px;
}
.main_left
{
	width: 287px;
	border-right: 1px solid #C2C2BD;
}
.main_right
{
}
.box
{
	border-bottom: 1px solid #C2C2BD;
	vertical-align: top;
	height: 70px;
}
.contents
{
	padding: 10px;
}
.contents BLOCKQUOTE
{
	border: thin #000000;
	background-color: #FFF9CC;
	padding: 2px;
}
.clients
{
	background-color: #F0EFED;
}
.footer
{
	color: #A3A888;
	text-align: center;
	width: 100%;
	height: 90px;
	background-color: #4D4D4D;
}
.footer A
{
	font-size: 10px;
	padding: 3px;
	color: #A3A888;
}
.footer A:hover
{
	color: #0099CC;
	text-decoration: none;
}
.footer_text
{
	color: #888888;
}
/********************************
LightBox Styles
********************************/
#lightbox
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 500px;
	height: 400px;
	margin: -220px 0 0 -250px;
	border: 1px solid #FFF;
	background: #FDFCE9;
	text-align: left;
}
#lightbox[id]
{
	position: fixed;
}
#overlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#overlay[id]
{
	position: fixed;
}
#lightbox.done #lbLoadMessage
{
	display: none;
}
#lightbox.done #lbContent
{
	display: block;
}
#lightbox.loading #lbContent
{
	display: none;
}
#lightbox.loading #lbLoadMessage
{
	display: block;
}
#lightbox.done IMG
{
	width: 100%;
	height: 100%;
}
