body {
	background-color:#728c49;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

.images {
	border: 1px solid #FFF;
	float:left;
	margin:5px 10px 0px 0px
}

.images2 {
	border: 1px solid #FFF;
	float:right;
	margin:5px 0px 0px 10px
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 940px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;

}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:940px;
	height:215px;
	position:relative;
}
#header ul{
	background-color:#728c49;
	width:934px;
	border: 3px solid #FFFFFF;
	display:block;
	top:215px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
	left: 0px;
}
#header li{
	display:inline;
	float:left;
	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}

#header.nav ul {display:none;
}

/* --------------------- new main nav -------------------- */
/* Start CSS Drop Down Menu */
#menuh-container
	{
	position: relative;
	width:510px;
	top: 5px;
	left:4px;
	}

#menuh
	{
	position:relative;
	width:510px;
	float:left;
	margin:0;
	margin-top: 0;
	}
		
#menuh a
	{
	text-align: left;
	display:block;

	white-space:nowrap;
	margin:0;
	padding:4px 14px 4px 14px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color:#728c49;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color:#91a76a;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */

	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin:0 10 0 -1em;
	border:#FFF; border-style:solid; border-width:1px;
	background-color:#728c49;

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:940px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	padding-top:10px;

	
}

h2{
	color:#728c49;
	font-size:14px;
	text-align:center;
	margin: 10px 0px 15px 0px;
}
h3{
	color:#000;
	font-size:1.1em;
	font-weight:600;
	margin:0;
	padding:0;
	padding-bottom:15px;

}
h3 span {
		border-bottom-color:#728c49;
border-bottom-style:solid;
border-bottom-width:7px;
padding-bottom:5px;
}
h4{
	color:#000;
	font-size:1.0em;
	font-weight:600;
	margin:0;
	padding:0;
}
#left {
	float:left;
	width:560px;
	margin-left:27px;
	padding: 20px 10px 30px 0px;
	display:inline;
	text-align:justify;
}

#left a{color:#c77e0c;}
#left a:hover{
	color:#728c49;
	text-align: right;
	font-size: 12px;
}

#left_ads {
	float:left;
	width:860px;
	margin-left:27px;
	padding: 20px 10px 30px 0px;
	display:inline;
	text-align:justify;
}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:300px;
	padding: 0px 20px 20px 20px;
	margin-top:5px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#728c49;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:850px;
	text-align:center;
	padding: 20px 20px;
	color:#FFF;
	font-size:11px;
}
#footer a {color:#FFF;
			text-decoration:underline;
			font-size:11px;}
#facts
{
	font-weight: normal;
	border-spacing:0px;
	border:1px #FFF solid;
	height:180px;
	background-color:#91a76a;
	color:#FFF;
	text-align:left;
	padding-bottom:10px;
	width:550px;
}
#facts td, #facts th 
{
text-align:top;
}
#facts th 

{

}
#facts tr.alt td 
{
	color:#000000;
	background-color:#728c49;
	color: #FFF;
	text-align: center;


}
#facts td.photo
{
	padding:8px;
	text-align:center;
	vertical-align:top;
	width:160px;
	
}
#facts td.alt1
{
	width:100px;
	font-weight: 600;
	padding:0px;
	vertical-align:top;
	height:5px;
}
#facts td.alt2
{

	padding:0px;
	vertical-align:top;
	padding-right:10px;
	height:3px;
}

#facts td.alt3
{
	vertical-align:top;
	font-weight: 600;
	padding:4px;
	height:20px;
}

#facts td.alt4
{
	width:205px;
	padding:0px;
	vertical-align:top;
	padding-right:10px;
	height:3px;
}

#facts td.top
{
	height:6px;
}
#facts td.top11
{
	height:10px;
}
#facts td.bot
{
	height:32px;
}

#facts a {text-decoration: underline;
		color:#fff;}
#facts a:hover {text-decoration: none;
		color: #28556b
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;

}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding: 0px 2px; 

}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #728c49;
text-decoration: none;
font-size:1.1em;
font-weight:600;
}

#navlist a:hover
{
color: #fff;
background-color: #000;
text-decoration: none;
}

ul#navlist #current
{

background-color: #000;

}
.google-search {
	position: absolute;
	
	left: 660px;
	top: 219px;
}

.breed-finder {
	position: absolute;
	
	left: 560px;
	top: 217px;
}
#navcontainer {
	padding: 0px 0px 0px 0px;
}

#dog-safe
{
	width:300px;
	font-weight: normal;
	border-spacing:0px;
	margin-top:10px;
	border:1px #FFF solid;
}
#dog-safe td, #dog-safe th 
{
text-align:top;
}
#dog-safe th 

{

}
#dog-safe tr.alt td 
{
color:#000000;
background-color:#728c49;
color: #FFF;
}
#dog-safe tr.alt1 td 
{
color:#000000;
background-color:#728c49;
color: #FFF;
}
#dog-safe td.alt1
{
	width:100px;
	font-weight: 600;
	padding:4px;
	

}
#dog-safe td.alt2
{
	width:270px;
	font-weight: 600;
	padding:4px;
}

#dog-safe td.alt3
{
	vertical-align:top;
	
	background-color:#91a76a;
	color:#FFF;
	padding:5px 10px 5px 20px;
}

#dog-safe a{
	color:#28556b;
	}
#dog-safe a:hover{
	color:#fff;
}

#dog-ten
{
	width:300px;
	font-weight: normal;
	border:1px #FFF solid;
	background-color:#91a76a;
	color:#FFF;
	vertical-align:bottom;
	text-align:center;
}
#dog-ten td, #dog-ten th 
{
padding-top:10px;
vertical-align:bottom;
}
#dog-ten img 
{
	height:90px;
	width:120px;
}
#dog-ten a{
	color:#fff;
}
#dog-ten a:hover{
	color:#28556b;
}

#dog-ten td.alt2
{
	width:100%px;
	font-weight: 600;
	padding:4px;
	background-color:#728c49;
	text-align:center;
}
#dog-ten tr.alt
{
	padding-bottom:0px;
}

#dog-photos
{
	width:300px;
	font-weight: normal;
	border:1px #FFF solid;
	background-color:#91a76a;
	color:#FFF;
	vertical-align:bottom;
	text-align:center;
}
#dog-photos td, #dog-ten th 
{
padding-top:10px;
vertical-align:bottom;
}
#dog-photos img 
{
border:1px #FFF solid;
}
#dog-photos a{
	color:#fff;
}
#dog-photos a:hover{
	color:#28556b;
}

#dog-photos td.alt2
{
	width:100%px;
	font-weight: 600;
	padding:4px;
	background-color:#728c49;
	text-align:center;
}
#dog-photos tr.alt
{
	padding-bottom:0px;
	
}









#dog-form
{
	font-weight: normal;
	border-spacing:0px;
	margin-top:10px;
	background-color:#91a76a;
	color:#FFF;
	width:560px;
	
	text-align:left;
	border:1px #FFF solid;
}
#dog-form td.alt1
{
	font-weight: 600;
	padding:4px;
	background-color:#728c49;
	
}
#dog-form td
{
	padding:6px;
}.breed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	background-color: #728c49;
	padding: 3px;
	border: thin solid #FFF;
	color:#FFF;
	width:561px;
}
iframe{ padding:0px; margin:0px; }
#dog-match
{	
	width:560px;
	font-weight: normal;
	color:#FFF;
	border-spacing:0px;
	margin-top:0px;
	border:1px #FFF solid;
	padding:0px 0px 0px 0px;
	float:left;
}

#dog-match input{
	display:inline;
	margin:-4px 0 -4px 0;
}

#dog-match td, #dog-match th 
{
text-align:top;
}
#dog-match th 

{

}
#dog-match tr.alt1 td 
{
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	padding:4px 0px 4px 0px;
	border-bottom:1px #FFF solid;
	background-color:#673332;
}
#dog-match tr.alt2
{
	font-weight:600;
	text-align:center;
	padding:4px 0px 4px 0px;
	border-bottom:1px #FFF solid;
	border-left:1px #FFF solid;
	background-color:#728c49;
}
#dog-match tr.alt3 td 
{
	text-align:center;
	padding:4px 0px 4px 0px;
	background-color:#728c49;


}
#dog-match tr.alt4 td 
{
	padding:4px 0px 4px 10px;
	background-color:#91a76a;
	
}
#dog-match tr.alt5 td 
{
	padding:4px 0px 4px 10px;
	background-color:#728c49;
	margin:0;
}
#dog-match tr.alt6 td 
{
	padding:12px 0px 12px 0px;
	background-color:#673332;
	border-top:1px #FFF solid;
	text-align:center;
}
#dog-match tr.alt7 td 
{
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	padding:4px 0px 4px 0px;
	border-bottom:1px #FFF solid;
	background-color:#673332;
}
#dog-match tr.alt8 td 
{
	padding:4px 0px 4px 10px;
	background-color:#673332;
}
#dog-match tr.alt9 td 
{
	background-color:#91a76a;

}

#dog-match td.alt1
{

	

}
#dog-match td.alt2
{
border-right:1px #FFF solid;
width:320px;
}

#dog-match td.alt3
{

}
#dog-match td.alt4
{
	text-align:center;
		padding:4px 0px 4px 10px;

}
#dog-match td.alt5
{
border-right:1px #FFF solid;
}
#dog-match td.alt6
{
border-right:1px #FFF solid;
}
#dog-match td.alt7
{
border-right:1px #FFF solid;
border-top:1px #FFF solid;
}
#dog-match td.alt8
{
	text-align:center;
	border-top:1px #FFF solid;
}
#dog-match td.alt8 a { font-size:9px;
text-decoration:none;}


#dog-match a{
	color:#fff;
	padding:6px;
	}
#dog-match a:hover{
	color:#fff;
	text-decoration:none
}
#dog-match img {height:120px;
padding:10px 0px 0px 0px;
}
LI.list1 {background:transparent url(images/list.jpg) no-repeat;
		background-position:10px 7px;

		padding:5px 0px 5px 35px;
		list-style-type:none;
		}
		
#dog-resources
{
	width:900px;
	font-weight: normal;
	border-spacing:0px;
	margin-top:10px;
	margin-left:20px;
	border:1px #FFF solid;
}
#dog-resources td, #dog-resources th 
{
text-align:top;
}
#dog-resources th 

{

}
#dog-resources tr.alt td 
{
color:#000000;
background-color:#728c49;
color: #FFF;
}
#dog-resources tr.alt1 td 
{
color:#000000;
background-color:#728c49;
color: #FFF;
}
#dog-resources td.alt1
{
	width:100px;
	font-weight: 600;
	padding:4px;
	

}
#dog-resources td.alt2
{
	width:270px;
	font-weight: 600;
	padding:4px;
}

#dog-resources td.alt3
{
	vertical-align:top;
	
	background-color:#91a76a;
	color:#FFF;
	padding:5px 10px 5px 20px;
}

#dog-resources a{
	color:#28556b;
	}
#dog-resources a:hover{
	color:#fff;
}

/********************** ADS ***************************/
#ads {
		height:340px; 
		width:560px;
		color:#FFF;
		float:left;
		margin:0px 10px 0px 10px;
}
#ads p {
		padding:0px 8px 0px 8px;
		text-align:left;
		}
#ads_big {
		background-color:#91a76a;
		width:280px;
		color:#FFF;

		margin:0px 0px 0px 0px;
		padding:10px;
}

#ads_top {
		background-color:#728c49;
		height:20px; 
		font-weight:600;
		text-align:center;
		padding-top:5px;
		
}

#ads_review {
		font-weight: normal;
	border-spacing:0px;
	margin-top:10px;
	width:560px;
	float:left;
	text-align:left;
	border:1px #FFF solid;
	padding:5px;
}

#ads_review tr {padding:5px;}


