/* --- TabbySoft Style Sheet May 2008 --- */

body {
	text-align: center; /* HACK for IE to center div wrapper */
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background: #CCCCCC;
}
/* standard HTML tags --------------------------------------------*/

p, li, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.50;
}
p, li, ul, ol, td, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
} /* Extra coding for old Netscape */
p {
	margin: 0 0 6px 0;
}
ul {
	text-align: left;
	text-indent: 0;
	list-style-image: url('../images/icons/pointer10px.gif');
	margin: 0;
	padding: 0 0 0 20px;
}
li {
	margin: 0 0 6px 0;
	text-indent: 0;
	text-align: left;
}
table {
	margin: 0;
	border: none;
}
table td {
	border-width: 0;
	vertical-align: top;
}
img {
	border: none;
}
/* HEADINGS H1 is in header, H2 on top of page, rest are below */
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 150%;
}
h1 {
	font-size: 120%;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 110%;
	margin: 10px 0;
	padding: 2px 5px;
	background: #CCCCCC;
}
h3 {
	font-size: 100%;
	margin: 10px 0 5px 0;
}
h4 {
	font-size: 100%;
	color: #666666;
	margin: 0;
}
hr {
	height: 1px;
	margin: 10px 0;
	padding: 0;
	color: #808080;
	background: #808080;
	border: none;/* background and border needed for FireFox */
}
/* Links --------------------------------------------------*/
a:link {
	color: #666666;
}
a:visited {
	color: #420081;
}
a:hover {
	color: #993333;
}
/* Page Layout --------------------------------------------*/

div#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
}
/* Header */

div#header {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
div#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	line-height: 1;
	color: #666666;
	padding: 10px 10px 5px 10px;
	margin: 0;
	background: none;
}
div#header a {
	color: #666666;
	text-decoration: none;
}
div#header a:hover {
	color: #996666;
	text-decoration: none;
}
div#header img {
	padding: 10px;
}
div#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	color: #666666;
	padding: 0 10px 10px 10px;
	margin: 0;
	background: none;
}
/* Content - main text part of page, variations set by class on body tag */

div#pagecontent {
	clear: both;
	width: 100%;
}
/* Page with standard three columns - pagenav, content, notices*/

div#nav {
	width: 200px;
	float: left;
	padding: 10px;
	margin: 0;
}
div#body {
	width: 739px;
	float: left;
	padding: 10px;
	margin: 0;
	border-left: 1px solid #CCCCCC;
}
/* Footer */

div#footer {
	clear: both;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
div#footer p {
	padding: 0 30px;
	font-size: 90%;
}
div#footer a {
	color: #666666;
	text-decoration: none;
}
div#footer a:hover {
	color: #996666;
	text-decoration: underline;
}
/* 
NAVIGATION Vertical buttons --------------------------------------------*/

div#buttons {
	width: 180px;
	margin: 0 auto;
	padding: 0;
}
div#buttons a:link, div#buttons a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	color: #FFFFFF;
	background-color: #808080;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}
div#buttons a:hover {
	background-color: #996666;
	text-decoration: none;
}
#homepg #buttons a#nav-home, 
#featurespg #buttons a#nav-features, 
#procedurespg #buttons a#nav-procedures,
#reportspg #buttons a#nav-reports,
#contactpg #buttons a#nav-contact,
#faqpg #buttons a#nav-faq,
#feedbackpg #buttons a#nav-feedback,
#newpg #buttons a#nav-new {
	background-color: #993333;
	text-decoration: none;
}
/* BREADCRUMBS */

.bc {
	margin: 0 0 13px 0;
	font-size: 85%;
}
.bc a {
	color: #333333;
	text-decoration: none;
}
.bc a:hover {
	color: #993333;
	text-decoration: underline;
}
/* not used */
div#breadcrumbs {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
div#breadcrumbs p {
	color: #333333;
	font-size: 85%;
	line-height: 1;
	margin: 0;
	padding: 0 10px 5px 10px;
}
div#breadcrumbs a {
	color: #333333;
	text-decoration: none;
}
div#breadcrumbs a:hover {
	color: #993333;
	text-decoration: underline;
}
/* Back to Top */

.backtotop {
	font-size: 85%;
	font-variant: small-caps;
	line-height: 1;
	margin: 10px 0 0 0;
	padding: 0;
}
.backtotop a {
	text-decoration: none;
}
.backtotop a:hover {
	text-decoration: underline;
}
/* Feedback page */
.feedback {
	margin-top: 20px;
	border-top: 1px dotted #CCCCCC;
}
.quote {
	font-style: italic;
}
/* Images --------------------------------------------*/

.floatimgleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatimgright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatimgcenter {
	text-align: center;
	margin: 10px 0;
}
.caption {
	font-size: smaller;
	text-align: center;
	color: #006600;
}
div.photoright {
	width: 200px;
	float: right;
	margin: 0 0 10px 10px;
}
div.photoright img {
	display: block;
	margin: 0 0 10px 0;
}
div.photoright p {
	font-size: smaller;
	text-align: center;
	color: #006600;
}
div.photocenter {
	text-align: center;
	margin: 10px 0;
}
div.photocenter img {
	display: block;
}
div.photocenter p {
	margin: 5px 0 0 0;
	font-size: smaller;
	text-align: center;
	color: #006600;
}
/* Numbered lists on procedure pages */
div.numberlist {
	clear: both;
	width: 100%;
	margin: 10px 0;
	border-top: 2px solid #666666; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 3px;
}
div.numberlist img {
	float: left;
	margin: 0 20px 0 0;
}

/* Tables */
table.dotted {
	margin: 20px 0;
}
table.dotted td {
	padding: 5px;
	margin: 0;
	border-width: 0;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}

table.tabulardata {
	margin: 0;
	border: 0px none;
}
table.tabulardata td {
	border-width: 0;
	vertical-align: top;
	padding: 5px;
}
/* From old styles */
.courier12 {
	font-family: Courier New;
	font-size: 15px;
}
.box {
	border-bottom: 1px solid #999999;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
/*Used for some image button to change background when hovered*/
img.hovbt2 {
	background: CCCCCC;
}
a.hovbt2 {
	background: CCCCCC;
}
a:hover.hovbt2 {
	background: #CC6666;
}
