/*
 * Tag definitions
 */
html, body {
	margin:0 auto;
	padding:0;
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:8pt;
}
#container {
	min-height:100%;
	position:relative;
}
a {
	text-decoration:none;
	font-weight:bold;
	color: #3D68B8;
}
a:hover {
	color: #006;
}
p {
	text-indent:2em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #006;
	font-size:20pt;
	font-weight:normal;
	background:url("../images/common/background.h1.png") bottom left no-repeat;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
td {
	vertical-align:top;
	padding:3px;
}
img {
	border:0;
}
table {
	border-spacing:0;
}
select {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*
 * Navigation
 */
.category {
	display:inline;
	height:20px;
	margin:0 2em;
	padding:0;
}
#navLinkBar {
	border-width:4px 0;
	border-style:solid;
	border-color:#fff;
	background-color:#26B;
	padding:0;
}
.navLink, .selectedNavLink {
	background-color:#FFF;
	padding:0 10px;
	border:none;
	color:#B00;
	font-size:8pt;
}
.selectedNavLink {
	background-color:#DDD;
}
/*
 * Header
 */
#header {
	position:relative;
	background:url("../images/common/background.header.gif") top repeat-x;
	padding:0;
}
#clientLogin {
	position:absolute;
	right:5px;
	top:5px;
	display:inline;
	font-size:10pt;
}
#clientLogin a {
	color:#FFF;
}
/*
 * Main content
 */
#content {
	padding:0 1em 5em 1em;
	position:relative;
}
#content > table {
	width:100%;
}
.listOption {
	background-color:#FFF;
	padding:2px 1em;
}
.listOption:hover {
	background-color:#EEE;
}
/*
 * Sidebar stuff
 */
#sidebarWrapper {
	float:right;
	width:30em;
	text-align:center;
}
#sidebarHeader {
	font-family: Impact, Charcoal, sans-serif;
	font-size:16pt;
	letter-spacing:1px;
	margin:0 0 -3px 0;
}
#sidebarContent {
	width:20em;
	border:solid thin #000;
	margin:0 auto 0 auto;
	text-align:left;
	padding:5px 1em;
}
#sidebarMainPage {
	border-spacing:0;
}
.visionSystemStep
{
	font-size:10pt;
	text-align:center;
	width:33%;
	padding:0;
}
.visionSystemStep>a
{
	font-size:9pt;
	font-weight:normal;
}
.quote {
	font-style:italic;
	margin-bottom:1em;
}
.citation {
	font-weight:bold;
	margin-bottom:1em;
}
.caption {
	font-style:italic;
	font-size:8pt;
	margin-bottom:1em;
}
/*
 * Contact page stuff
 */
#contactTable .label
{
	width:12em;
	background-color:#296BB4;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#FFF;
}
#contactTable .input
{
	background-color:#DDD;
	width:30em;
}
#contactTable .validationError
{
	color:#F22;
	font-weight:bold;
}
/*
 * Login Prompt stuff
 */
#loginScreen
{
	width:100%;
	height:100%;
	position:fixed;
	background-color:#000;
	-moz-opacity:0.50;
	opacity:0.50;
	filter:alpha(opacity=50);
}
#loginBox {
	background-color:#FFF;
	border:5px solid #555555;
	left:50%;
	margin-left:-10em;
	margin-top:-15em;
	position:fixed;
	top:50%;
	width:20em;
	z-index:26;
	padding:2em;
	padding-top:1em;
}
#loginPrompt
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:25;
	left:0;
	top:0;
}
/*
 * Footer
 */
#footer
{
	background:url("../images/common/background.footer.gif") top repeat-x;
	width:100%;
	clear:both;
}
#footerContent
{
	text-align:center;
	padding-bottom:1em;
}
.clear
{
	clear:both;
}