@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #dbe0cc;
}
.thrColFixHdr #header {
	height: 47px;
	margin-left: 82px;
	background-image: url(graphics/header_01.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContent {
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	height: 145px;
	background-color: #0C3907;
}
#mainContent #leftPic {
	background-image: url(graphics/image_02.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 95px;
	float: left;
	position: relative;
}
#mainContent #logo {
	background-image: url(graphics/the_cutting_edge.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 200px;
	position: absolute;
	top: 47px;
	left: 95px;
}
#mainContent #logo h1 {
	margin: 0px;
}
#mainContent #rtPic {
	height: 145px;
	width: 505px;
	float: left;
	background-image: url(graphics/image_03.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 296px;
	top: 47px;
}
.thrColFixHdr #sidebar1 {
	width: 82px;
	float: left;
	height: 418px;
}
.thrColFixHdr #lftgradient {
	float: left;
	height: 418px;
	width: 13px;
	background-image: url(graphics/gradient_lft.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.thrColFixHdr #navbar {
	float: left;
	width: 200px;
	background-image: url(graphics/bkgrd_nav.jpg);
	background-repeat: no-repeat;
	height: 418px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.thrColFixHdr #navbar ul li a {
	display: block;
	height: 16px;
	text-decoration: none;
	color: #014702;
	padding: 4px 0px;
	background-image: url(graphics/red_dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thrColFixHdr #navbar ul li a:hover {
	color: #5f090a;
}
.thrColFixHdr #navbar ul {
	margin: 0px 14px 0px 16px;
	padding: 0px;
}

.thrColFixHdr #navbar ul li {
	margin: 0px;
	height: 24px;
	list-style-type: none;
}
#navbar #seasonaltips {
	background: url(graphics/coming_soon.png) no-repeat right;
}
#navbar #recommendations {
	background: url(graphics/coming_soon.png) no-repeat right;
}
.thrColFixHdr #navbar #navBanner {
	background-color: #E7DC88;
	margin: 22px 0px;
	height: 54px;
}
.thrColFixHdr #rtgradient {
	float: left;
	width: 16px;
	height: 418px;
	background-image: url(graphics/gradient_rt.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #content {
	float: left;
	width: 429px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 14px;
}
#content a {
	font-size: 12px;
	font-weight: bold;
	color: #E05222;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.thrColFixHdr #contentwrapper {
	float: left;
	padding-left: 82px;
	width: 718px;
}
.thrColFixHdr #content h1 {
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}
.thrColFixHdr  #content  h2  {
	font-size: 16px;
	color: #0C3907;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #content p {
	font-size: 12px;
	color: #5e5e5e;
	line-height: 16px;
	margin: 12px 0;
}
.thrColFixHdr #content #srvoverview {
	background-image: url(graphics/bkgrd_overview.gif);
	background-repeat: repeat-x;
	height: 160px;
	width: 386px;
	padding: 17px 20px;
}
.thrColFixHdr #content #service {
	height: 50px;
	width: 206px;
	border-right: 1px solid #5E5E5E;
	color: #000000;
	text-align: center;
	padding: 20px 6px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	float: left;
}
.thrColFixHdr #content #aptmt {
	height: 70px;
	width: 206px;
	color: #5f090a;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
}
.thrColFixHdr #lftbtmBar {
	width: 13px;
	background-image: url(graphics/btmBar_lft.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 54px;
	margin-top: 364px;
}
.thrColFixHdr #btmNav {
	background-image: url(graphics/btmBar.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 200px;
	float: left;
}
.thrColFixHdr #rtbtmBar {
	background-image: url(graphics/btmBar_rt.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 16px;
	margin-top: 364px;
}
.thrColFixHdr #footer {
	background-color: #0C3907;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 28px;
	padding: 12px 0px 0px 12px;
}
.thrColFixHdr #footer ul {
	list-style-type: none;
	height: 36px;
	margin: 0px;
}
.thrColFixHdr #footer ul li {
	display: inline;
}
.thrColFixHdr #footer #copyright {
	margin-right: 260px;
}
.thrColFixHdr #footer #copyright a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footer #copyright a:hover {
	text-decoration: underline;
}
.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;
}
.thrColFixHdr #navbar #phoneContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5f090a;
	text-align: center;
	line-height: 18px;
}
.thrColFixHdr #coupon {
	width: 198px;
	border-right: 1px solid #5E5E5E;
	float: left;
	height: 110px;
	text-align: center;
}
.thrColFixHdr #features {
	float: left;
	width: 176px;
	color: #000000;
	text-align: center;
	height: 110px;
	padding-left: 10px;
}
.thrColFixHdr  .work {
	height: 86px;
	background-image: url(graphics/bkgrd_work.gif);
	background-repeat: repeat-x;
	padding: 12px;
}
