@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #EFEFEF;
	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 */
	color: #000000;
}
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: none #FFFFFF;
	border-left: 1px solid #FFFFFF;
} 
#header {
	position: relative;
	background: #E6E5DC url(../images/top-bg1.gif) repeat-x;
	padding: 0;
	margin: 0;
}
#Med-1 {
	width: 198px;
	height: 80px;
}
#tagline {
	width: 289px;
	height: 19px;
	position: absolute;
	top: 58px;
	left: 460px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#sidebar1 {
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #6E0605 url(../images/nav-bg1.gif) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 347px;
}
#btmsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	background: #CFC9BB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
#btmsidebar1 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#btmButtons {
	margin: 12px 0 12px 0;
}
#HOME {
width: 198px;
height: 61px;
background: url(../images/btn-home-rlvr.gif) top left no-repeat;
}
#HOME a {
display: block;
width: 100%;
height: 100%;
background: white url(../images/btn-home.gif) top left no-repeat;
}
#HOME a:hover, #HOME a:active, #HOME a:focus {
background: transparent none;
}
#WHO {
width: 198px;
height: 33px;
background: url(../images/btn-whoweare-rlvr.gif) top left no-repeat;
}
#WHO a {
display: block;
width: 100%;
height: 100%;
background: white url(../images/btn-whoweare.gif) top left no-repeat;
}
#WHO a:hover, #WHO a:active, #WHO a:focus {
background: transparent none;
}
#WHAT {
width: 198px;
height: 32px;
background: url(../images/btn-whatwedo-rlvr.gif) top left no-repeat;
}
#WHAT a {
display: block;
width: 100%;
height: 100%;
background: white url(../images/btn-whatwedo.gif) top left no-repeat;
}
#WHAT a:hover, #CLIENTS a:active, #CLIENTS a:focus {
background: transparent none;
}
#CLIENTS {
width: 198px;
height: 32px;
background: url(../images/btn-whatclientssay-rlvr.gif) top left no-repeat;
}
#CLIENTS a {
display: block;
width: 100%;
height: 100%;
background: white url(../images/btn-whatclientssay.gif) top left no-repeat;
}
#CLIENTS a:hover, #CLIENTS a:active, #CLIENTS a:focus {
background: transparent none;
}
#EMPLOY {
width: 198px;
height: 32px;
background: url(../images/btn-employment-rlvr.gif) top left no-repeat;
}
#EMPLOY a {
display: block;
width: 100%;
height: 100%;
background: white url(../images/btn-employment.gif) top left no-repeat;
}
#EMPLOY a:hover, #EMPLOY a:active, #EMPLOY a:focus {
background: transparent none;
}
#CONTACT {
width: 198px;
height: 30px;
background: url(../images/btn-contactus-rlvr.gif) top left no-repeat;
}
#CONTACT a {
display: block;
width: 100%;
height: 100%;
background: white url(../images/btn-contactus.gif) top left no-repeat;
}
#CONTACT a:hover, #CONTACT a:active, #CONTACT a:focus {
background: transparent none;
}
#resources {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.7em;
}
#resources a:link {
	color: #000000;
	text-decoration: none;
}
#resources a:visited {
	color: #000000;
	text-decoration: none;
}
#resources a:hover, #resources a:active, #resources a:focus {
	color: #AD0007;
	text-decoration: underline;
}
#mainContent {
	margin: 0 0 0 198px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#topContent {
	float: left;
	height: 347px;
	width: 562px;
	background-position: top;
}
#topContent2 {
	float: left;
	height: 27px;
	width: 562px;
	background: url(../images/topBar.jpg) no-repeat left top;
}
#home1 {
	background: url(../images/home1.jpg) no-repeat left top;
	height: 266px;
	width: 562px;
	font: 400 0.9em Arial, Helvetica, sans-serif;
}
#billingBullets {
	position: relative;
	left: 45px;
	top: 105px;
	visibility: hidden;
}
#home2 {
	float: left;
	background: url(../images/home2-rlvr.jpg) no-repeat left top;
	height: 41px;
	width: 111px;
}
#home2 a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/home2.jpg) top left no-repeat;
}
#home2 a:hover, #home2 a:active, #home2 a:focus {
	background: transparent none;
}
#home3 {
	float: left;
	background: url(../images/home3-rlvr.jpg) no-repeat left top;
	height: 41px;
	width: 158px;
}
#home3 a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/home3.jpg) top left no-repeat;
}
#home3 a:hover, #home3 a:active, #home3 a:focus {
	background: transparent none;
}
#home4 {
	float: left;
	background: url(../images/home4-rlvr.jpg) no-repeat left top;
	height: 41px;
	width: 98px;
}
#home4 a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/home4.jpg) top left no-repeat;
}
#home4 a:hover, #home4 a:active, #home4 a:focus {
	background: transparent none;
}
#home5 {
	float: left;
	background: url(../images/home5.jpg) no-repeat left top;
	height: 41px;
	width: 195px;
}
#home6 {
	float: left;
	background: url(../images/home6-rlvr.jpg) no-repeat left top;
	height: 40px;
	width: 194px;
}
#home6 a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/home6.jpg) top left no-repeat;
}
#home6 a:hover, #home6 a:active, #home6 a:focus {
	background: transparent none;
}
#home7 {
	float: left;
	background: url(../images/home7-rlvr.jpg) no-repeat left top;
	height: 40px;
	width: 368px;
}
#home7 a {
	display: block;
	width: 100%;
	height: 100%;
	background: white url(../images/home7.jpg) top left no-repeat;
}
#home7 a:hover, #home7 a:active, #home7 a:focus {
	background: transparent none;
}
#btmContent {
	background: url(../images/btm-bg1.gif) no-repeat left top;
	width: 562px;
}
#btmContent p {
	padding: 0 28px 10px 28px;	
	font: 0.9em Arial, Helvetica, sans-serif;
}
#btmContent2 {
	padding: 0 28px 10px 28px;
	font: 0.9em Arial, Helvetica, sans-serif;
	background: url(../images/btm-bg2.gif) no-repeat left top;
}
#btmContent2 .greyBG{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#btmContent2 .greyBG em {
	font: italic 120% "Times New Roman", Times, serif;
}
#btmContent2 .sign{
	font: 70% Arial, Helvetica, sans-serif;
}
#btmContent2 img {
	margin: 0 5px 5px 10px;
}
#footer {
	padding-top: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C2BEB1;
	text-align: center;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #000000;
	height: 20px;
	vertical-align: middle;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 18px;
}
