/* Created By Lisa Merriman for Unlimited Webdesign */
/* NOTES: Netscape 4 bug: can't apply table padding using css. Must use html for that. */

/************ GLOBAL RESET STUFF **************/
* { padding: 0; margin: 0; }
p, pre, blockquote, form, label, ol, dl, fieldset, address { margin: 20px 0; }
h1, h2, h3, h4, h5, h6 { margin: 0.2em 0; }
dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; }
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.4em;
} 

sup {
	line-height: 0;
	vertical-align: text-top;
}

/************ APPEARANCE TAGS **************/
TABLE {	empty-cells: show; }

A:link, A:visited { color: #3F95D3; }
A:hover { color: #CC9900; }

h1 {  font-size: 14pt; font-weight: normal; color: #0081ab; margin-bottom: 0.5em; }
h2 {  font-size: 11pt; font-weight: bold; color: #0081ab; } 
h3 {  font-size: 10pt; font-weight: bold; color: #000000; } 
h4 {  font-size: 10pt; font-weight: bold; color: #000000; } 

UL {
	padding-left: 1.5em;
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

UL LI {
	padding-left: 0em;
	margin-bottom: 0.8em;
	background-image: url(../images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/*********************** LAYOUT TAGS **********************/
body {
	margin:0px 0px 0px 0px;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: black;
	background-image: url(../images/bg-main-inclmenubar.gif);
	background-repeat: repeat-x;
	background-position: 0px 130px;
}

.container_outer {
	position: relative;
	background-image: url(../images/bg-hd-water.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
/*	border-top: 1px solid white; */
}

.container_inner {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: relative;
	padding-top: 65px;
	height: 65px;
}

.headpic {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	height: 129px;
	width: 198px;
	border-left: 1px solid white;
	border-right: 1px solid white;
/*	background-image: url(images/hdpic-sample2.jpg); */
	background-image: url(../images/hdpic-vibracorer.jpg);  
	background-repeat: no-repeat;
	background-position: top right;
}

.logo {
	position: relative;
	z-index: 100;
}

#contentdiv {
	background-color: white;
	margin-top: 25px;
	padding: 15px 0;
}

/********** MENU CONTAINER ***********************/
.headermenu {
	position: absolute;
	width: 738px;
	top: 130px;
	left: -22px;
/*	margin-left: 11px; */
/*	background-color: #4a91b1; */ /* was brown #B56227; */
/*	border-bottom: 1px solid white; */
}

/********* ILLUSTRATIONS ***************************/
.ill, .ill_left, .ill_right {
	position: relative;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

.ill {
	margin-bottom: 1em;
	font-weight: normal;
}

.ill_right {
	float: right;
	margin: 5px 0px 1.5em 2em;
	clear: left;
}

.ill_left {
	float: left;
	margin: 5px 2em 1em 0px;
}

.ill IMG, .ill_left IMG, .ill_right IMG  {
	margin-bottom: 0.5em;
	border: 1px solid black;
}

.ill_quote {
	right: -25px;
	margin-left: -25px;
	padding-left: 3%;
	margin-bottom: 4em;
}

/********** FOOTER ***********************/
.footer1 {
	background-color: #C9E0F1;
	background-image: url(../images/bg-hd-sea1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	margin-top: 1em;
	height: 7px;
	padding: 0;
	margin-bottom: 0;
	border-top: 1px solid #0077CB; 
	clear: both;
}

.footer2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding: 3px 10%;
	border-top: 1px solid #0077CB; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	text-align: left;
	color: #666;
}

.tinyprint {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

/*************** NICE TABLES ********************/
.linedtable , .unlinedtable {
/*	border: 1px solid #0081ab;  */
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
}

.unlinedtable TD , .linedtable TD {
	font-size: 9pt;
	vertical-align: top;
	border-width: 1px;
	border-color: #dae9f8;
}

.linedtable TD {
	padding: 4px 9px; 
	border-style: none none solid none; 
}

.unlinedtable TD {
	padding: 8px 9px; 
}

.linedtable TH , .unlinedtable TH {
	padding: 2px 5px 2px 5px;
/*	border: 1px solid #666; */
	font-style: bold;
	font-size: 10pt;
	color: white;
	background-color: #0081ab;
	text-align: center;
}


.linedtable A , .unlinedtable A {  
	text-decoration: none;
}

.linedtable A:hover , .unlinedtable A:hover {  
	color: #990000;
	text-decoration: none;
}

.sizecell {  
	text-align: right;
}

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont {
	font-size: 8pt;
}
