/* COMMENTS CANNOT BE NESTED */
/* If four values are given, they apply to top, right, bottom, and left padding, respectively. */
/* If one value is given, it applies to all sides. */
/* If two or three values are given, the missing values are taken from the opposite side. */

/* LINK ORDER */
/*	a:link {color: #FF0000} */
/*	a:visited {color: #00FF00} */
/*	a:hover {color: #FF00FF} */
/*	a:active {color: #0000FF} */



html {
	height: 100%;
	/* border: thick solid blue; */
	}

body {
	height: 100%;
	margin: 0px;			/* controls the margin around CONTENT */
	padding: 0px;			/* controls the margin around CONTENT */
	font-family: verdana;
	color: #000000;
/*	color: #333333; */
	background: #DDF0FF;
	text-align: center;
	font-size: smaller;
	/* border: thick solid yellow; */
	}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: verdana;
	letter-spacing: -0.2em;
	/* color: #0099cc; */
	/* color: #0066FF; */
	/* color: #000080; */
	color: #0077aa;
	}
h2 {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: tahoma, arial;
	letter-spacing: -0.1em;
	/* color: #0099cc; */
	/* color: #0066FF; */
	/* color: #000080; */
	color: #0077aa;
	}
h3 {
	font-weight: lighter;
	font-family: verdana;
	letter-spacing: -0.1em;
	}
p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: verdana;
	}

a {
	color: #0000FF;
	font-family: verdana;
	text-decoration: none;
	}
a:link {color: #0000FF;}
a:visited {color: #0000CD;}
a:hover {background: #DDF0FF;}

#selected {
	font-weight: bolder;
	}


/* ====================================================== */
/*   banner                                               */
/* ====================================================== */

#banner {
	/* width: 730px; */
	position: absolute;
	top: 10px;
	left: 20px;
	margin-top: 10px;
	/* border: 2px solid orange; */
	}



/* ====================================================== */
/*   page                                                 */
/* ====================================================== */

#page-01 {
	margin-top: 20px;
	text-align: center;
	/* border: thick solid #e6e6e6; */
	}
#page-02 {
	margin-top: 0px;
	text-align: left;
	/* border: thick solid green; */
	}



/* ====================================================== */
/*   content                                              */
/* ====================================================== */

.content {
	/* margin: 202px 200px 0px 200px;	Vertical Position of top nav bar - when using a Banner Header */
	/* margin: 62px 200px 0px 200px;	Vertical Position of top nav bar - when NOT using a Banner Header */
	margin: 102px 200px 0px 200px;
	padding: 0px;
	/* font-size: small; */
	/* border: 2px solid yellow; */
	}
.content-ad {
	/* margin: 202px 200px 0px 200px;	Vertical Position of top nav bar - when using a Banner Header */
	/* margin: 62px 200px 0px 200px;	Vertical Position of top nav bar - when NOT using a Banner Header */
	margin: 20px 200px 0px 200px;
	padding: 0px;
	/* font-size: small; */
	/* border: 2px solid yellow; */
	}

#box {
	margin: 1px 0px 1px 0px;
	padding: 12px 12px 0px 12px;
	background: #ffffff;
	border: 1px solid #999999;
	}

#adbox {
	margin: 20px 0px 20px 0px;
	padding: 90px 12px 0px 12px;
	background: #ffffff;
	border: 1px solid #999999;
	}
#adhead-001 {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#adhead-002 {
	text-align: left;
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	}
#adhead-003 {
	text-align: center;
	margin: 0px 200px 0px 0px;
	padding: 6px 0px 18px 0px;
	background: #0077aa;
	color: #ffffff;
	font-weight: bolder;
	font-family: verdana;
	border: 1px solid #999999;
	}

#ad-01 {							/* Steve's sidebar ad */
	width: 164px;
	/* position: absolute; */
	/* top: 102px; */
	/* right: 20px; */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: smaller;
	background: #eeeeee;
	border: 1px solid #000000;
	text-align: center;
	}

#contentheader {
	text-align: center;
	margin: 24px 0px 12px 0px;
	padding: 6px 0px 6px 0px;
	background: #0077aa;
	color: #ffffff;
	font-weight: bolder;
	font-family: verdana;
	border: 1px solid #999999;
	}

#fastform {
	width: 164px;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial Narrow;
	border: 1px solid #999999;
	background: #FFFFFF;
	}
#fastformhead {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 3px;
	font-family: Arial Narrow;
	/* font-size: larger; */
	font-weight: bolder;
	background: yellow;
	}
#fastformlist {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial Narrow;
	}

#cheader {
	width: 154px;
	display: block;
	margin: 0px;				/* effects the space between header and its subordinate links */
	padding: 6px;
	background: #0077aa;
	color: #ffffff;
	font-weight: bolder;
	font-family: verdana;
	text-align: center;
	border-bottom: 1px solid #0077aa;	/* lines above and below links */
	}

#contact {
	width: 155px;
	margin: 0px;
	padding: 3px 0px 3px 9px;
	font-family: Arial Narrow;
	border: 1px solid #999999;
	background: #FFFFFF;
	}
#contact a {
	margin: 0px;
	padding: 0px;
	font-family: Arial Narrow;
	background: #FFFFFF;
	}

#disclaimer {
	margin: 20px 200px 20px 200px;
	padding: 12px 12px 0px 12px;
	/* font-size: small; */
	background: #eeeeee;
	border: 1px solid black;
	}

img.photo {
	float: right;
	margin: 0px 20px 20px 20px;
	} 

#bullet {
	margin: 0em 0px .8em 0px;
	padding: 0em 0px 0em 30px;
	/* line-height: 110%; */
	}



/* ====================================================== */
/*   Navigation                                           */
/* ====================================================== */

#nav-00 {
	/* width: 730px; */
	position: absolute;
	/* top: 160px;				Vertical Position of top nav bar - when using a Banner Header */
	/* top: 20px;				Vertical Position of top nav bar - when NOT using a Banner Header */
	top: 70px;
	left: 20px;
	text-align: left;
	/* font-size: large;			Comment out this font-size line, when using a Banner Header */
	/* border: 2px solid purple; */
	}


#nav-01 {
	width: 160px;
	position: absolute;
	/* top: 200px;				Vertical Position of top nav bar - when using a Banner Header */
	/* top: 60px;				Vertical Position of top nav bar - when NOT using a Banner Header */
	top: 102px;
	left: 10px;
	padding: 0px 10px 10px 10px;
	/* font-size: small; */
	/* background:#eeeeee; */
	/* border-right: 1px solid #eeeeee; */
	/* z-index: 2; */
	}

#navcontainer {
	width: 160px;
	}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: verdana;
	letter-spacing: -0.1em;
	}
#navcontainer a {
	width: 160px;
	display: block;
	padding: 3px;
	/* background: #ffffff; */
	background: #DDF0FF;
	border-bottom: 2px solid #0077aa;	/* lines above and below links */
	}
#navcontainer a:link {color: #000000; text-decoration: none;}
#navcontainer a:visited {color: #000000; text-decoration: none;}
#navcontainer a:hover {background-color: #00aadd; color: #000000;}
#navcontainer a:active {background-color: #00aadd; color: #000000;}

#navlist a {text-decoration: none;}

#navaddress a {font-size: smaller; text-decoration: none;}

.navlistheader {
	width: 154px;
	display: block;
	margin: 0px;				/* effects the space between header and its subordinate links */
	padding: 6px;
	background: #0077aa;
	color: #ffffff;
	font-weight: bolder;
	font-family: verdana;
	border-bottom: 1px solid #0077aa;	/* lines above and below links */
	}
.navlistheaderfast {
	width: 154px;
	display: block;
	margin: 0px;				/* effects the space between header and its subordinate links */
	padding: 6px;
	background: orange;
	color: #ffffff;
	text-align: center;
	font-size: larger;
	font-weight: bolder;
	font-family: Arial Rounded MT Bold, verdana;
	/* border-bottom: 1px solid #0077aa; */	/* lines above and below links */
	}

#nav-02 {							/* right-hand column */
	width: 160px;
	position: absolute;
	/* top: 200px; Vertical Position of top nav bar - when using a Banner Header */
	/* top: 60px; Vertical Position of top nav bar - when NOT using a Banner Header */
	/* top: 100px; */
	/* top: 442px; */
	top: 102px;
	right: 10px;
	padding: 10px;
	/* font-size: small; */
	/* background: #eeeeee; */
	/* border-left: 3px solid #eeeeee; */
	/* z-index: 1; */
	}

#nav-03 {
	margin: 20px 200px 20px 200px;
	padding: 3px 0px 3px 0px;
	/* font-size: small; */
	/* background: #eeeeee; */
	/* border-top: 1px solid black; */
	}

#nav-04 {
	position: absolute;
	top: 160px;
	left: 20px;
	padding: 3px 3px 3px 3px;
	/* font-size: small; */
	background: #eeeeee;
	border: 1px solid black;
	}



/* ====================================================== */
/*   Testimonial Pages                                    */
/* ====================================================== */

#theader {
	width: 154px;
	display: block;
	margin: 0px;
	padding: 6px;
	background: #0077aa;
	color: #ffffff;
	font-weight: bolder;
	font-family: verdana;
	text-align: center;
	border-bottom: 1px solid #0077aa;	/* lines above and below links */
	}


.t {						/* This was testimonial */
	width: 149px;
	margin: 0px;
	padding: 6px 6px 12px 9px;
	text-align: left;
	font-size: smaller;
	border: 1px solid #666666;
	background: #FFFFFF;
	}
#tdate {					/* This was testimonialdate */
	margin: 0em 0px 0em 0px;
	text-align: right;
	}
#tstart {					/* This was testimonialstart */
	margin: .6em 0px 0em 0px;
	}
#tbody {					/* This was testimonialbody */
	margin: .6em 0px 0em 0px;
	}
#tname {					/* This was testimonialname */
	margin: .6em 0px 0em 0px;
	font-weight: bolder;
	}
#tpos {					/* This was testimonialposition */
	margin: 0em 0px 0em 0px;
	}
#tco {					/* This was testimonialcompany */
	margin: 0em 0px 0em 0px;
	}
#tst {					/* This was testimonialstate */
	margin: 0em 0px 0em 0px;
	}
#twww {					/* This was testimonialwww */
	margin: 0em 0px 0em 0px;
	}
#ttop {					/* This was testimonialtop */
	margin: 1em 0px 0em 0px;
	}



