/* main document styles */

/* general styles */
body {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	/* font-weight: bold; */
 }

h1 {
 display: inline;
 color: #000000;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
 }

h2 {
 display: inline;
 color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
 }

div.content {
 padding: 10px;
 }
			
/* layout styles */
td.sides {
 background-image: url(images/common/sides.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: top;
 }

td.sidebar {
 background-color: #999999;
	height: 100%;
 }

td#vnav_content {
 background-image: url(images/vert_navbar/gray-bgnd-stripe.gif);
	background-repeat: repeat-y;
 }
	
/* navigation bar */
div.navbox { 
 position: relative;
	background-color: #FF0000;
 }

div#navpic {
 position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
 }
	
div#navbar {
 color: #FFFFFF;
 position: absolute;
	left: 100px;
	top: 102px;
	z-index: 20;
 }

td.nav {
 padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
 }

a.nav {
 color: #A8B9DF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
 }

a.nav:hover {
 color: #FFFFFF;
 }
			
div#navtxt {
 color: #FFFFFF;
 position: absolute;
	left: 510px;
	top: 135px;
	z-index: 20;
	font-size: 14px; 
	font-weight: normal;
 }

span.navtxtbig {
 font-size: 16px;
	font-weight: bold;
 }
			
/* contact bar */
td.con {
 background-color: #000000;
 color: #FFFFFF;
	font-size: 12px;
 }
	
td.conitem {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
 }

a.con {
 color: #A8B9DF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
 }

a.con:hover {
 color: #FFFFFF;
 }

/* staff page */

div.staff_pic {
	border: solid 1px #333333;
 }
	
div#staff_details	{
 padding: 10px;
	position: relative;
 }

div#jim_d,#brian_d,#cory_b,#rod_s,#evan_h,#mark_s,#tom_c,#eric_c,#todd_t,#jerry,#stephan,#tom_l,#rick,#brandon,#cory_g,#tin_man {
 padding: 10px;
 border: solid 1px #666666;
	background-color: #EEEEEE;
	position: absolute;
	left: 0px;
	top: 0px;
 }	

div#jim_d { visibility: hidden; }
div#brian_d { visibility: hidden; }
div#cory_b { visibility: hidden; }
div#rod_s { visibility: hidden; }
div#evan_h { visibility: hidden; }
div#mark_s { visibility: hidden; }
div#tom_c { visibility: hidden; }
div#eric_c { visibility: hidden; }
div#todd_t { visibility: hidden; }
div#jerry { visibility: hidden; }
div#stephan { visibility: hidden; }
div#rick { visibility: hidden; }
div#tom_l { visibility: hidden; }
div#brandon { visibility: hidden; }
div#cory_g { visibility: hidden; }
div#tin_man { visibility: hidden; }
	
/* testimonials page */
div.testimonial {
 background-color: #EEEEEE;
	padding: 10px;
 }

div.thumbnail {
 width: 102px;
	margin: 5px;
	float: left;
 }
		
/*
body { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
td   { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
td.bdr { color: #FFFFFF; background-color: #FF0000; }
td.data { background-color: #FFFFFF; }
form { display: inline; }

/* default links 
a       { color: #0000FF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; text-decoration: none; }
a:hover { text-decoration: underline; }

/* navigation bar 
a.nav       { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; }
a.nav:hover { text-decoration: underline; }
td.nav { height: 10px; text-align: right; }

/* contact bar 
a.con       { font-size: 8pt; font-weight: normal; text-decoration: none; }
a.con:hover { text-decoration: underline; }
td.con      { color: #000000; font-size: 8pt; padding: 2px 5px 2px 5px; white-space: nowrap; }

/* blue border 
div.border { border-style: solid; border-color: #BDD6F4; border-width: 1px; padding: 5px 5px 5px 5px; }

/* banner 
.banner_holder { padding-top: 5px; padding-bottom: 5px; background-color: #000099; font-size: 14pt; font-weight: bold; color: #FFFFFF; text-align: center; }

/* article 
table.article        { border-collapse: collapse; }
td.article_title     { padding: 0px 5px 1px 5px; border: 1px inset #000099; background-color: #000099; font-weight: bold; color: #FFFFFF; }
td.article_w_border  { padding: 0px 5px 1px 5px; border: 1px inset #000099; }
td.article_bdr_nopad { border: 1px inset #000099; }
td.article_cost      { padding: 0px 5px 1px 5px; border: 1px inset #000099; width: 10px; text-align: right; }
td.article_no_border { padding: 5px 5px 5px 5px; }
div.article_border   { border-style: solid; border-color: #000099; border-width: 1px; }

/* satisfaction-survey 
div.title {
 font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	padding-top: 20px;
 }
	
div.data {
	text-align: left;
	padding: 10px;
	padding-left: 50px;
 }	

div.data_left {
	text-align: left;
	padding: 10px;
	white-space: pre;
 }	
	
select.data {
 width: 550px;
	margin: 5px;
 }	
	
textarea.data {
 margin: 5px;
 }	