body
{
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	background-color: #eee;
	text-align: center; /* for IE stupidity */
}
form
{
	margin: 0;
}
img
{
	display: block;
}
img.rightPhoto
{
	float: right;
	text-align: right;
	margin-left: 40px;
}
img.inlineLeft
{
	float: left;
	text-align: left;
	margin-right: 40px;
}
h1 /* blue hl on homepage */
{
	font-size: 1.4em;
	color: #339;
}
h2 /* underlined hl on secondary pages */
{
	font-size: 1.6em;
	color: #339;
	border-bottom: 5px solid #ccc;
	margin: 30px 0 20px 0
}
h3 /* small headlines used throughout */
{
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	color: #b20274;
	margin: 30px 0 0 0;
}
h4 /* small black headlines */
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 30px 0 12px 0;
}
a.link a.link:visited /* for links which are NOT embedded in paragraph */
{
	display: block;
}
p
{
	margin: 1em 0 0 0;
}

.leftBlock
{
	float: left;
	width: 520px;
	clear: both;
}

.rightBlock
{
	float: right;
	clear: right;
	margin-top: 28px;
	text-align: right;
}

#pageContainer
{
	width: 800px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left; /* correct for IE stupidity */
}
#popupContainer
{
	width: 90%;
	background-color: #fff;
	padding: 5%;
	text-align: left; /* correct for IE stupidity */
}
#pageContent
{
	padding: 20px 60px;
}
#header
{
	background-image:  url(../images/header_bg.gif);
	background-repeat: repeat-x;
}
#logo
{
	float: left;
}
a#dealerBtn, a#doctorBtn
{
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	width: 127px;
	height: 23px;
	text-decoration: none; /* don't underline invisible space */
	background-repeat: no-repeat;
}
a#dealerBtn
{
	background-image:  url(../images/btn_dealers_off.gif);
}
a#dealerBtn:hover
{
	background-image:  url(../images/btn_dealers_on.gif);
}
a#doctorBtn
{
	background-image:  url(../images/btn_doctors_off.gif);
}
a#doctorBtn:hover
{
	background-image:  url(../images/btn_doctors_on.gif);
}


a#zoomBtn, a#textBtn
{
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	width: 112px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	text-decoration: none; /* don't underline invisible space */
	background-image:  url(../images/btn_black.gif);
	background-repeat: no-repeat;
}
a#zoomBtn:hover
{
	font-size: 18px;
}
a#textBtn:hover
{
	background-image: none;
	color: #000;
	font-size: 18px;
}
a#graphicalBtn
{
	display: none;
}

#navBar
{
	border-top: 1px solid #fff;
	width: 100%;
	margin: 0;
	clear: both;
}
#navBar a, #navBar a:visited
{
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.4em;
	background-color: #b20274;
	border-right: 1px solid #fff;
}
#navBar a:hover
{
	/*color: #b20274;
	background-color: #fff;*/
	background-color: #D982BA;
}
#navBar a#lastNav
{
	border-right: none;
}
#footerLinks
{
	float: left;
	width: 800px;
	color: #999;
	font-size: .85em;
	text-align: center;
	margin: 60px 0 30px 0;
	border-top: 6px solid #ccc;
}
#footerLinks a
{
	color: #999;
	padding: 0 8px 40px 8px;
	text-decoration: none;
}
#copyright
{
	clear: both;
	font-size: .7em;
	text-align: center;
	color: #333;
}
#textStatesList, #dealerBack
{
	display: none;
}
.clear
{
	display: block;
	width: 100%;
	clear: both;
}
.plain
{
	font-size: x-small;
}