/* print.css */

body {
   margin: 0;
   padding: 0;
}

body, p, td, th, input {
   font-family: Verdana, Tahoma, sans-serif;
   font-size: 13px;
}
body {font-size: 13px;}


h1, h2, h3, h4, h5, h6 {
   font-family: Trebuchet MS, Arial, sans-serif;
   }
h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 12pt;}
h5 {font-size: 10pt;}
h6 {font-size: 9pt;}

a:link {color: #333;}
a:visited {color: #066;}
a:hover {color: #063;}
a:active {color: #000;}

#contain {}

#header {border-bottom: 1px dashed #999;}
#header h1 {margin: 0;}
#header h1 a {text-decoration: none;}
#header ul {display: none;}
#header div.special {text-align: right;}
div.special h2 {
    margin: 3px;
	padding: 0 3px 0 3px;
	color: #000;
	font-size: 120%;
	}
.specialPhone {display: inline; padding: 0 3px 0 3px; text-decoration: underline;}

#nav {}
#side_lt {
    display: none;
	}

#side_rt {
    display: none;
	}
   
#content {margin: 0; padding: 0;}

/* headings - start */
#heading {
    margin: 0 0 3px 0;
	border-bottom: 1px dashed #cc9;
	}
#services #heading {
    margin: 0 0 3px 0;
	border-bottom: 1px dashed #cc9;
	}
/* headings - end */
#footer {
   clear: both;
   width: 100%;
   padding: 8px 0 0 0;
   text-align: center;
   background: transparent url("../graphics/wbslogo_footer2.png") top right no-repeat;
   }
#footer h6 {
   margin: 0;
   padding: 3px;
   }
#footer ul {
   margin: 0;
   padding: 0 0 3px 0;
   border-top: 1px solid #cc9;
   }
#footer ul li {
   display: inline;
   font-size: 90%;
   }
#footer li a {padding: 0 3px 0 3px;}
#footer div {display: none;}
/* job seekers */
.job_seeker {
   padding: 10px;
   border: 1px dashed #963;
   }
.job_seeker h2 {
   margin: 0;
   }

/* testimonials */
.testim {
   font-size: 85%;
   font-weight: bold;
   }
.testim a:link {
   color: #333;
   text-decoration: none ! important;
   }
.testim a:visited {color: #000;}
.testim a:hover {color: #666;}

.testim span {
   font-style: italic;
   }
/* tips */
p.tip {margin-top: 3px; margin-bottom: 2em;}
p.tip span {font-weight: bold;}

.clearer {
    clear: both;
	line-height: 1px;
	font-size: 1px;
	background-color: transparent;
	}
	
/* start - hide these elements */
form {
    display: none;
	}
/* end - hide these elements */