@charset "utf-8";
/* LayerZoom Main Style Sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #494844;
	text-align: center;
	background-image: url(images/background-base.png);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	background-color: #ebecec;
}
#main {
	background-image: url(images/background-top.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #4f3292;
	border-right: 1px solid #4f3292;
	border-bottom: 1px solid #E7E8E8;
}
#header {
	height: 118px;
	background: url(images/background-hr.png) 309px 108px no-repeat;
}
p.phone {
	color: #4f3292;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	font-size: 9px;
}
table#navigation a, a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-decoration: none;
}
div#header img {
	float: left;
	margin: 0px;
	border: 0px none;
}
#content {
	background: url(images/illustration-generic1.jpg) no-repeat;
}
div#content p, div#content img {
	margin: 1em 35px 1em 309px;
}
div#content ul {
	margin: 1em 35px 1em 309px;
	padding-left: 3em;
	list-style-image: url(images/ul-bullet.png);
}
div#content ul.nav li.active {
	list-style-image: url(images/ul-bullet-selected.png);
}
div#content ul.nav li.active a {
	color: #4f3292;
}
.footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-bottom: 1em;
}
.footer a {
	color: #999999;
}
a {
	color: #6633CC;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
h2 a {
	color: #4f3292;
}
h1, h2 {
	margin: 1em 35px 0em 309px;
	color: #4f3292;
	font-size: 18px;
}
h2 {
	font-size: 12px;
	padding-top: 1em;
}
.hidden {
	display: none;
}
p.first {
	margin-top: 0em;
}
p.back {
	font-size: 10px;
	color: #999999;
}
hr {
	margin-left: 309px;
	border: none;
	background-color: #e8dab8;
	height: 1px;
}	
div#content p a img {
	margin-left: 0px;
}