/* CSS Document */

html, body {height:100%;}
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555555;
	}
a, a:visited {
	color:#3f9b67;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#ff3a20;
	}
#left-bdr {
	background-image:url(images/side-left.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	padding-left:6px;
}
#right-bdr {
	background-image:url(images/side-right.gif);
	background-position:top right;
	padding-right:5px;
	background-repeat:repeat-y;
}
#content {
	background-color:#FFFFFF;
	padding-top:26px;
	height:100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	height:75px;
}
.ie-fix {display:none;}
#leftcol {
	float:left;
	width:200px;
	text-align:center;
	font-weight:normal;
	color:#aaa;
	line-height:14px;
	font-size:11px;
	padding:70px 10px 0px 17px;
}
/*.dogname {
	font-weight:bold;
	font-size:12px;
	color:#2a448c;
	}*/
#main ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#main ul li {
	background:url(images/bubble-bullet.gif) no-repeat left top;
	padding:3px 0px 3px 22px;
	}
#main ul li.coffee-list, #main ul li.coffee-list ul li  {
	background:url(images/coffee-bullet.gif) no-repeat left top;
	}
#end {
	background-image:url(images/grass-bg.gif);
	background-color:#3f9b67;
	background-position:top center;
	background-repeat:repeat-x;
	padding:0px auto;
	clear:both;
	height:75px;
}
#footer {
	background-image:url(images/grass.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	color:#FFFFFF;
	padding:20px 0 8px;
	font-size:12px;
}
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
	}
#footer ul li {
	list-style-type:none;
	display:inline;
	padding:0px 6px;
	}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	}
#footer a:hover {
	text-decoration:underline;
	}
form div {
	font-weight:bold;
	display:block;
	}
form div input, form div select {
	margin-left:25px;
	width:230px;
	border:1px solid #2a448c;
/*	display:block;*/
	margin-bottom:10px;
	color:#666666;
	font-size:10px;
	height:16px;
	padding-top:4px;
	padding-left:4px;
	}
form div input.hidden {
	border:0px;
	}
form div#fname_div {
	width:127px;
	float:left;
	}
form div#fname_div input {
	width:98px;
	}
form div#lname_div {
	width:130px;
	float:left;
	}
form .pet_section {
    float: left;
    width: 100%;
}
form .pet_names {
    float: left;
    width: 166px;
}
form .pet_names input {
    width: 130px;
}
form .pet_type {
    float: left;
    width: 80px;
}
form .pet_type select {
    width: 70px;
    padding-top:0px;
    height:23px;
}
form #pets_number{
    padding-top:0px;
    height:23px;
}

form div#lname_div input {
	width:99px;
	}
form div#city_div {
	float:left;
	width:150px;
	}
form div#city_div input {
	width:121px;
	}
form div#state_div {
	float:left;
	width:45px;
	}
form div#state_div input {
	width:16px;
	}
form div#zip_div {
	float:left;
	width:60px;
	}
form div#zip_div input {
	width:31px;
	}
form div#email {
	clear:both;
	}
form div#hear {
	line-height:14px;
	}
form div#hear input {
	border:0px;
	position:relative;
	top:4px;
	margin-bottom:0px;
	width:auto;
	display:inline;
	}
form div#hear div.details {
    display: none;
}
form div#hear div.details input{
	margin-left:25px;
	width:230px;
	border:1px solid #2a448c;
	display:block;
	margin-bottom:10px;
	color:#666666;
	font-size:10px;
	height:16px;
	padding-top:4px;
	padding-left:4px;
}
form button {
	margin:20px;
	margin-left:23px;
	border:none;
	background:none;
	padding:0px;
	}
