/* this is for the browser version of the site styles. Styles here must be defined in the print sheet too or they won't toggle. */

/* Tag Style Definitions */
body {
	background: url(10x10_white.gif);
}

/* Classes */
.containers {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftsubnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 10px;
	font-variant: small-caps;
}
.availabilitycheck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	padding: 4px;
	border: 1px solid #000000;
	line-height: 16px;
}
.pagehead-gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.pagehead-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	background-image: url(10x10_white.gif);
	border-bottom:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#000000;
	border-top:solid; 
	border-top-width:1px; 
	border-top-color:#000000;
}
.contentred {
	color: #000000;
}
.photos {
	border: 1px solid #666666;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 10px;
	line-height: 16px;
}

/* Links */
.content a:link {color: #000000;text-decoration: none;}
.content a:visited {color: #000000;text-decoration: none;}
.content a:hover {color: #000000;text-decoration: none;}
.content a:active {color: #000000;text-decoration: none;}
.contentred a:link {color: #000000;text-decoration: none;}
.contentred a:visited {color: #000000;text-decoration: none;}
.contentred a:hover {color: #000000;text-decoration: none;}
.contentred a:active {color: #000000;text-decoration: none;}
.leftsubnav a:link {color: #000000;text-decoration: none;}
.leftsubnav a:visited {color: #000000;text-decoration: none;}
.leftsubnav a:hover {color: #000000;text-decoration: none;}
.leftsubnav a:active {color: #000000;text-decoration: none;}
.footer a:link {color: #000000;text-decoration: none;}
.footer a:visited {color: #000000;text-decoration: none;}
.footer a:hover {color: #000000;text-decoration: none;}
.footer a:active {color: #000000;text-decoration: none;}

/* Toggle for screen and print */
.display-screen {
	display:none;
}
.display-print {
	display:inherit;
}
