@charset "UTF-8";
/* CSS Document */

body  {
    font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	background-image: url(../images/fading_background_3.png);
	background-repeat: repeat-x;
}

.body2	  {
    font-family: Arial,sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #4930AD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 	font-size: 114%;
	 color: #006699;
}

h3{
	 font-size: 100%;
	 color: #334d55;
}

h4{
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
}

h5{
 	font-size: 100%;
 	color: #334d55;
}

.thrColLiqHdr #container {
	
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	top: 0px;
	background-color: #FFFFFF;
} 
.thrColLiqHdr #header {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
} 
.thrColLiqHdr #menu {
	background-color: #666666;
	width: 100%;
	margin-top: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 20px;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	position:relative;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
}

.thrColLiqHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: 20px;
	margin-left: 20px;
} 

.thrColLiqHdr #trifold {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	margin-top:450px;
	padding-bottom: 20px;
	color: #333333;	
} 
td {
	padding-right: 20px;
	padding-left: 20px;
	vertical-align:top;
	text-align:left;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.small {
	font-size: 11px;
	color: #333333;
}
  
img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
img {
  border: 0;
}

#services-bubble h1, #staffing-bubble h1 {
	z-index: 1;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	margin-top:1.9em;
	position: relative;
	padding-right: 11px;
	font-style: italic;
}

#services-bubble p, #staffing-bubble p {
	z-index: 1;
	position: relative;
	font-size:0.9em;
	padding-right: 10px;
	font-weight: bold;
}

#footer {
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#services-bubble {
	position: absolute;
	width: 450px;
	height: 450px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-top: 10px;
}
#staffing-bubble {
	position: absolute;
	width: 450px;
	height: 450px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-top: 10px;
}

#ref-bubble {
  z-index: 10;
}
