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


html, body { height: 100%; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	 
	background: #fff;
	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;
}
a:link {color:#000; text-decoration: underline; }    /* unvisited link */
a:visited {color:#000; text-decoration:underline; } /* visited link */
a:hover {color:#006666; text-decoration: underline;}   /* mouse over link */
a:active {color:#; text-decoration:underline; }  /* selected link */


#navmenu ul {text-decoration:none;  margin:0px; border-bottom: #fff 1px solid; border-left:#fff 1px solid; padding: 5px 5px 5px 5px; color: #000000;}
#navmenu li {display: inline; margin:0; padding:0;}
#navmenu ul li a {text-decoration:none;  margin:0px; border-bottom: #000 1px solid; border-left:#000 1px solid; padding: 5px 5px 5px 5px; color: #006666;}
#navmenu ul li a:hover {color: #000; background: #ffffcc; margin:0px; border-bottom: #000 1px solid; border-left:#000 1px solid; padding: 5px 5px 5px 5px; color: #006666;}
	
.box {margin-left:0px;
width:900px; 
position:relative;
border:0px solid #000; 
background-color:#ffffcc; 
}

.oneColFixCtrHdr #languages { vertical-align: bottom; position:relative; left:428px; height: 20px; width: 487px; padding-top:5px;}
.oneColFixCtrHdr #languages img {border: #FFF 1px ;  }

.col1 {
	position:absolute;
	left:0px;
	background-color:#ffffcc;
	width:290px;
	padding:5px;
	min-height:100%;
	top: 0px;
}


.col2 {
position:absolute;
left:300px;
background-color:#ffffcc; 
width:290px;  padding:5px;
min-height:100%;
}

.col3 {
position:absolute;
left:600px;
background-color:#ffffcc; 
width:290px;  padding:5px;
min-height:100%;
}

.col4 {
position:absolute;
left:500px;
width:380px;  padding:5px; min-height:100%;
background-color:#ffffcc; 
}
	
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	 height:120px; vertical-align:baseline; padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {min-height: 100%;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
.oneColFixCtrHdr #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 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footertext {font-family:Arial, Helvetica, sans-serif; font-size:10px; font-style:normal; font-variant:normal; font-weight:lighter;}

h1 { font-family:Arial, Helvetica, sans-serif; font-size:26px; font-style:normal; font-variant:normal; font-weight:lighter; color:#000000;}

h2 { font-family:Arial, Helvetica, sans-serif; font-size:24px; font-style:normal; font-variant:normal; font-weight:lighter; color:#006666; margin:2px;}

h3 { font-family:Arial, Helvetica, sans-serif; font-size:22px; font-style: normal; font-variant:normal; font-weight: lighter; color:#000000; margin:10px 0 0 0}

h4 { font-family:Arial, Helvetica, sans-serif; font-size:24px; font-style:normal; font-variant:normal; font-weight:lighter; color:#000;  text-align:center; margin:0;}

h5 { font-weight:bold; text-decoration:none;}

#carbonpawprint table
{width:900px; }

#carbonpawprint th 
{ background-color:#d0ecb4; font-size:9px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-weight:lighter;
border:1px solid #fff; padding:5px; margin:0px;
}

#carbonpawprint td
{ max-height: 43px; font-size:9px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-weight:lighter;
border:1px solid #fff;margin:0px; background-color:#99cc66;
}

#carbonpawprint tr.alt td 
{color:#000;
}

form
{ background-color:#ffffcc; padding:5px;}

