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

/* main styles */
html {margin:0px; padding:0px; width:100%; height:100%;}
body {margin:0px; padding:0px; width:100%; height:100%; background-color:#E30010;}
a:link, a:visited {
	color:#FEAE0D;
	}
a:hover {
	color:#B0EB21;
	}
#container {
	width:100%;
	/*min-height:100%;*/
	/*height:100%;*/
	margin:0px;
	padding:0px;
	position:relative;
	overflow:visible;
	}

#bg_dog {
	width:100%;
	height:108px;
	background:url(../images/bg_dogs.gif);
	position:absolute;
	top:0px;
	z-index:1;
	}

#main_nav {
	position:absolute;
	top:26px;
	width:870px;
	height:162px;
	z-index:4;
	outline:none;
	cursor:pointer;
	}
object {
	outline:none;!important /*For FireFox*/
	}
#rotating_dogs {
	position:absolute;
	z-index:0;
	top:108px;
	left:0px;
	width:100%;
	min-width:1054px;
	height:200px;
	}
#rotate1 {
	z-index:0;
	position:absolute;
	top:0px;
	right:0px;
	width:623px;
	height:671px;
	margin-left:2000px;
	background-repeat:no-repeat;
	}
	#rotate2 {
	z-index:1;
	position:absolute;
	top:0px;
	right:0px;
	width:623px;
	height:671px;
	margin-left:2000px;
	background-repeat:no-repeat;
	}
#rotate3 {
	z-index:2;
	position:absolute;
	top:0px;
	right:0px;
	width:623px;
	height:671px;
	margin-left:2000px;
	background-repeat:no-repeat;
	}	
#rotate4 {
	z-index:3;
	position:absolute;
	top:0px;
	right:0px;
	width:623px;
	height:671px;
	margin-left:2000px;
	background-repeat:no-repeat;
	}
#rotate5 {
	z-index:4;
	position:absolute;
	top:0px;
	right:0px;
	width:623px;
	height:671px;
	margin-left:2000px;
	background-repeat:no-repeat;
	}
#content {
	min-width:1000px;
	top:187px;
	margin-top:-20px;
	margin-left:80px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	position:relative	}
#content.border_left {
	border-left:1px solid #FFFFFF;
}
#content p {
	margin-top:0px;
	margin-bottom:18px;
	width:512px;
	margin-left:18px;
	}

#content p.question {
margin-top:30px;
	margin-bottom:0px;
	width:512px;
	margin-left:18px;
	font-size:16px;
	font-weight:bold;
	}
#content p.answer {
	margin-top:5px;
	margin-bottom:18px;
	width:512px;
	margin-left:18px;
	line-height:18px;
	font-style:italic;
	}
#content.topspace {
	width:100%;
	height:188px;
	position:relative;
	display:block;
	}
#content blockquote {
	background:#FFFFFF;
	margin:18px 18px 18px 38px;
	padding:20px;
	color:#363636;
	font-style:normal;
	font-weight:bold;
	width:340px;
	line-height:18px
	}
#content blockquote strong {
		color:#00BBBD;
		font-size:16px;
}
#content.float_right {
		float:right;
		}
#content ul.rules {
	width:400px;
	line-height:18px;
	}
#content ul.rules li {
	margin-bottom:12px;
	}
#contact_container {
	display:block;
	position:relative;
	clear:both;
	width:600px;
	height:500px;
	}
#content form {
		display:block;
		width:600px;
		height:300px;
		position:relative;
		top:0px;
		left:0px;
		}
.form_text_short {
	width:156px;
	height:21px;
	display:block;
	float:left;
	padding:3px;
	border:0px;
	position:relative;
		}
.form_text_state {
	width:29px;
	height:21px;
	display:block;
	float:left;
	padding:3px;
	border:0px;
	position:relative;
		}
.form_text_zip {
	width:61px;
	height:21px;
	display:block;
	float:left;
	padding:3px;
	border:0px;
	position:relative;
		}
.form_textarea {
	width:380px;
	height:103px;
	display:block;
	float:left;
	padding:3px;
	border:0px;
	margin-left:65px;
	display:inline;
	position:relative;
		}
#content form label {
	text-align:right;
	vertical-align:bottom;
	height:27px;
	width:57px;
	display:block;
	padding-right:8px;
	font-weight:bold;
	float:left;
	line-height:40px;
	border:0px;
	position:relative;
		}
#content #submit {
	margin-top:10px;
	margin-left:380px;
	text-align:right;
	cursor:pointer;
	background-image:url(../images/contact/submit.gif);
	border:1px solid #E30010;
	width:71px;
	height:29px;
	float:left;
	clear:both;
	position:relative;
	}
#content #map {
	display:block;
	position:relative;
	float:left;
	margin-left:68px;
	background-image:url(../images/map.gif);
	width:400px;
	height:265px;
	clear:right;
	}
#content img.header {
	clear:both;
	margin-left:12px;
	margin-top:10px;
	margin-bottom:8px;
	}
#content th {
	background-color:#00BBBD;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:4px 4px 4px 8px;
	font-weight:bold;
	text-align:left;
	}
#content table {
	background-color:#FFFFFF;
	table-layout:auto;
	border:0px;
	padding:0px;
	color:#363636;
	margin-left:38px;
	margin-bottom:18px;
	}
#content td {
	padding-left:8px;
	vertical-align:middle;
	line-height:16px;
	}
#content .green {
	background-color:#B0EB21;
	
	}
#content .orange {
	background-color:#FEAE0D;
	}
#content .purple {
	background-color:#AA1C6F;
	color:#FFFFFF;
	}
#content .lightblue {
	background-color:#99e4e5;
	}
#content td.border_table {
	border-bottom:1px solid #363636;
	border-top:1px solid #363636;
	}
#content td.border_top {
	border-top:1px solid #363636;
	}

#footer {
   position:absolute;
   background-image:url(../images/bg_ld_footer.gif);
   background-repeat:no-repeat;
   background-position:48px 0px;;
   display:block;
   bottom:-388px;  /* Height of the footer + 188 for content padding */
   width:100%;
   height:200px;   /* Height of the footer */
}
#footer_contact {
   position:absolute;
   background-image:url(../images/bg_ld_footer.gif);
   background-repeat:no-repeat;
   background-position:48px 0px;;
   display:block;
   bottom:-388px;  /* Height of the footer + 188 for content padding */
   width:100%;
   height:200px;   /* Height of the footer */
}
#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:25px;
	text-align:center;
	margin:0px;
	width:690px;
	position:relative;
	top:100px;
	left:0px;
	}
#footer_contact p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:25px;
	text-align:center;
	margin:0px;
	width:690px;
	position:relative;
	top:100px;
	left:0px;
	}
table tr td {
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	}