body {
	background: #666666;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #333333;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5 px;
}

#container_Client {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D8E2CB;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20 px;
}

#FormWrap_Client {
	position: relative;
	left: 275px;
	top: 0px;
	width: 400px;
	}
	
.oneColFixCtrHdr #header {
	background-color: #333333;
}

.oneColFixCtrHdr #Client_Login {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	position:absolute;
	left: 565px;
	top: 25px;
	font-size: 12px;
	color:#333eee;
	z-index: 5
}

.oneColFixCtrHdr #Employee_Login {
	position:absolute;
	left: 675px;
	top: 50px;
	font-size:12px;
	color:#FF6600;
	z-index: 6
	
}
.oneColFixCtrHdr #Client_Login a:link, .oneColFixCtrHdr #Client_Login a:visited {
	text-decoration: none;
	color:#66FFFF
	}
	
.oneColFixCtrHdr #Client_Login a:hover {
	text-decoration: none;
	color:#FFFF00
	}

.oneColFixCtrHdr #Employee_Login a:link, .oneColFixCtrHdr #Employee_Login a:visited {
	text-decoration: none;
	color:#FF6600
	}
	
.oneColFixCtrHdr #Employee_Login a:hover {
	text-decoration: none;
	color:#FFFF00
	}


.oneColFixCtrHdr #header_login {
	position: relative;
	padding: 0px;
	height: 75px;
	background:#999999;
	margin: 0px
	
	}

.oneColFixCtrHdr #navbar {
	position: relative;
	height: 30px;
	background:#333333;
	}

.oneColFixCtrHdr #TOP {
	position: relative;
	}
		
.oneColFixCtrHdr #TOP_Index {
	position: relative;
	height: 340px;
	}
	
.oneColFixCtrHdr #NAPPS {
	position: absolute;
	left: 10px;
	}
	
.oneColFixCtrHdr #LLC {
	position: absolute;
	left: 150px;
	}
	
.oneColFixCtrHdr #ASPCA {
	position: absolute;
	left: 400px;
	}
	
.oneColFixCtrHdr #AWLA {
	position: absolute;
	left: 525px;
	}

#NewClient {
	position:relative;
	left: 250px;
	top: 20px;
	height: 25px;
	padding-bottom: 10px;
	}

#CurrentClient {
	position:absolute;
	right: 250px;
	top: 30px;
	height: 25px;
	}	
	
.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 200px;
	position: relative;
	background-color: #CCCCCC;
	margin: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent2 {
	font-family: "Times New Roman", Times, serif;
	width: 225px;
	position: absolute;
	background-color: #ffffff;
	left:250px;
	top: 0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.oneColFixCtrHdr #insured {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	position: absolute;
	background-color: #ffffff;
	left:250px;
	top: 250px;
	margin:10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent2 ul li {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.oneColFixCtrHdr #mainContent3 ul li {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	

.oneColFixCtrHdr #footer {
	height: 90px;
	position: relative;
	padding: 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 5px;
	background-color:#ffffff
}

.oneColFixCtrHdr #copyright {
	position: relative;
	padding-left: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-right: 10px;
	padding-bottom:3px;
	padding-top: 3px;
	margin: 5px;
	background-color:#CCCC99;
}

.oneColFixCtrHdr #logo {
	position: absolute;
	left: 0px;
	z-index: 4
	}


	
.oneColFixCtrHdr #mainContent3 {
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	width: 225px;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	right: 10px;
	top:0px;
	background-color:#FFFFFF
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
	
	
.oneColFixCtrHdr #Dach {
	position: absolute;
	right: 20px;
	bottom: 5px;
	}
-->


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0em;
	background:#FF6600;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid gray;
background-color:#FF6600
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current, .solidblockmenu li a:active {
color: white;
background-color:#336699;
}

.services li {
	display:inline;
	}	
	
.services li a{
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid gray;
background-color:#00CC00;
}

.services li a:visited{
color: white;
}

.services li a:hover, .solidblockmenu li a.current, .solidblockmenu li a:active {
color: white;
background-color:#336699;
}

.whitetext {color: #FFFFFF}

.oneColFixCtrHdr #TOP_Rates {
	position: relative;
	padding: 10px;
	margin: 5px;
	}
	
.oneColFixCtrHdr #Dog_Walk {
	position: relative;
	background-color:#DCDCB8;
	padding: 10px;
	clear: none;
	margin: 0 auto;
	width: 730px;
	}
	
.oneColFixCtrHdr #PetSit {
	position: relative;
	background-color:#DCDCB8;
	padding: 10px;
	width: 730px;
	}
	
.oneColFixCtrHdr #GroupOuting {
	position: relative;
	background-color:#DCDCB8;
	padding: 10px;
	width: 730px;
	}
	
.oneColFixCtrHdr #Boarding {
	position: relative;
	background-color:#DCDCB8;
	padding: 10px;
	width: 730px;
	}
	
.oneColFixCtrHdr #Extras {
	position: relative;
	background-color:#DCDCB8;
	padding: 10px;
	width: 730px;
	}

	

.oneColFixCtrHdr #RedBox {
	position:relative;
	background-color:#993300;
	left: 0px;
	width: 690px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 12px;
	}

	
.oneColFixCtrHdr #RedBoxPetSit {
	position:relative;
	background-color:#993300;
	left: 0px;
	width: 705px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 12px;
	}
	
.oneColFixCtrHdr #RedBoxGroupOuting {
	position:relative;
	background-color:#993300;
	left: 0px;
	width: 705px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 12px;
	}

.oneColFixCtrHdr #RedBoxPetSitServices {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.oneColFixCtrHdr #RedBoxGroupOutingBenefits {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#RedBoxPetSitServices ul {
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(images/check_mark_bullet.jpg);
	list-style-type: none;
	}
	
#RedBoxGroupOutingBenefits ul {
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(images/check_mark_bullet.jpg);
	list-style-type: none;
	}
	
.oneColFixCtrHdr #RedBoxPetSitBenefits {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	right: 10px;
	top: 10px;
	}
	
#RedBoxPetSitBenefits ul {
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(images/check_mark_bullet.jpg);
	list-style-type: none;
	}
	
	
#RedBox h2 {
	color:#FFFFFF
	}
.oneColFixCtrHdr #Christmas_Package {
	position:absolute;
	right: 40px;
	top: 40px;
	}
.oneColFixCtrHdr #Walk_Silhouette {
	position:absolute;
	right: 35px;
	top: 60px;
	}
	
.oneColFixCtrHdr #PetSit_Silhouette {
	position:absolute;
	right: 35px;
	top: 40px;
	}
	
.oneColFixCtrHdr #GroupOuting_Silhouette {
	position:absolute;
	right: 5px;
	top: 35px;
	}
	
.oneColFixCtrHdr #Boarding_Silhouette {
	position:absolute;
	right: 5px;
	top: 50px;
	}
	
thead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #fff;
	
	}
tbody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#333;
	text-align:center;
	}
th {
	color: #000000;
	vertical-align:bottom;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding-bottom:.5em;
	}
	
td {
	border:thin;
	border-color:#000000;
	text-align:left;
	font-size: 12px;
	}
	

	
.specs {
	text-align: left;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}	
.cost {
	text-align: center;
	font-weight:bold;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	}
	
	
#Dog_Walk table#tblPackages {
	
	margin: 0 auto;
	position: relative;
	top:10px;
	}
	
#Dog_Walk table#tblThirty {
	
	margin: 0 auto;
	position: relative;
	top:10px;
	}


a:link, a:visited {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

#Fifteen {
	background-color:#DCDCB8;
	padding: 20px;
	width: 280px;
}

.blue {
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif
	}

#Thirty {
	background-color:#DCDCB8;
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 20px;
	width: 280px;
}

.oneColFixCtrHdr #FAQ {
	position: relative;
	margin: 10px;
	padding: 10px;
	}	
	
#FAQ a:link,#FAQ a:visited {
	color:#993300;
	text-decoration:none
	}
#FAQ a:hover {
	color: #993300;
	text-decoration:underline
	}
	
#FAQ ul {
	list-style-image: none;
	list-style-type: none;
	}

.question {
	font-weight: bold;	
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.oneColFixCtrHdr #Contact {
	position: relative;
	margin: 10px;
	padding: 10px;
	}	
	
.oneColFixCtrHdr #About {
	position: relative;
	margin: 10px;
	padding: 10px;
	}
	
#About img {
	padding-bottom: 5px;
	padding-right: 5px;
	}
	
#Contact a:link,#Contact a:visited {
	color:#993300;
	text-decoration:none
	}
#Contact a:hover {
	color: #993300;
	text-decoration:underline
	}

.oneColFixCtrHdr #FormWrap_Employment {
	padding: 30px;
	background-color:#D8E2CB;
	margin: 20px;
	width:680px;
	}
	
.oneColFixCtrHdr #FormWrap {
	padding: 30px;
	background-color:#D8E2CB;
	margin: 20px;
	width:680px;
	}

#FormWrap_Employment label {
	display: block;
  	float: left;
  	clear: left;
  	text-align: right;
  	width: 50%;
  	padding-top: 0.25em;
  	margin: .2em 5px 0 0;
	font-size:12px;
}
	
#FormWrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
input.text:focus, textarea:focus {
	background: #C8D3CB;
	}
	
label
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 20%;
  padding-top: 0.25em;
  margin: .2em 5px 0 0;
}

input, select, textarea
{
  margin: .2em 0 0 0;
  width: 35%;
  border: 1px solid #000000;
  padding: 2px;
}

#buttons
{
  text-align: right;
  margin: -15px 0 -5px 0;
}

input.button
{
  width: auto;
  background: #FFFFFF;
  border: 2px solid #4899BE;
}

legend
{
  color: #FFFFFF;
  background-color: #4899BE;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 0;
  width: 11em;
  border: 1px solid #3E4A49;
}

.oneColFixCtrHdr #Testimonial {
	position: relative;
	margin: 10px;
	padding: 10px;
	}	