@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #031D40;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color: #031D40;
	text-align: center;
}
a img { 
	border: none;
}

/* ~~ Styling for links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 830px;
	min-width: 660px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0; 
	top: 0px;
}


.header {
	background-color: #031D40;
	background-image: url(graphics/header.fw.png);
	min-height: 229px;
}

.content {
	background-color: #BDD6D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #031D40;
	text-decoration: none;
	clear: both;
}
.gallery {
	width: 608px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
	padding: 0px;
}
.galleryLitters {
	height: 425px;
	width: 608px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
	padding: 0px;
	text-align: center;
}


/* ~~ The footer ~~ */
.footer {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #0C1E01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	color: #BDD6D7;
}
.footer a {
	color: #BDD6D7;
	text-decoration: none;
	font-size: .9em;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	float: right;
	position: relative;
	right: 20px;
	bottom: auto;
	height: 95px;
	width: 293px;
	top: 120px;
	max-width: 300px;
	background-image: url(graphics/logo.fw.png);
	text-indent: -9999px;
}

.hide-text {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}


IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
#images {
	height: 155px;
	width: 610px;
	margin-right: auto;
	position: relative;
	float: none;
	clear: none;
	margin-left: auto;
}
#images img {
	border: 1px solid #031D40;
	margin: 1px;
}





.navbar {
	background-color: #0C1E01;
	height: 39px;
	width: 100%;
}

#menu {
    width: 650px;
    margin: 0;
    padding: 0;
	background-color: #0C1E01;
	height: 39px;
	margin-left:auto;
	margin-right:auto;
}

#menu li, #menu a {
    height: 40px;
    display: block;
}

#menu li {
    float: left;
    list-style: none;
    display: inline;
    text-indent: -9999em;
}

/*image sprite info*/
#home { width: 95px; }
#about { width: 95px; }
#terriers { width: 114px; }
#spaniels { width: 120px; }
#litters { width: 110px; }
#contact { width: 112px; }

	#home a {background: url(graphics/navbar.fw.png) -5px -0px no-repeat; }
	#home a:hover {background: url(graphics/navbar.fw.png) -5px -51px no-repeat; }

	#about a { background:url(graphics/navbar.fw.png) -90px -0px no-repeat; }
	#about a:hover { background:url(graphics/navbar.fw.png) -90px -51px no-repeat; }

	#terriers a { background:url(graphics/navbar.fw.png) -180px -0px no-repeat;}
	#terriers a:hover { background:url(graphics/navbar.fw.png) -180px -51px no-repeat;}

	#spaniels a { background:url(graphics/navbar.fw.png) -297px -0px no-repeat;}
	#spaniels a:hover { background:url(graphics/navbar.fw.png) -297px -51px no-repeat;}

	#litters a { background:url(graphics/navbar.fw.png) -420px -0px no-repeat;}
	#litters a:hover { background:url(graphics/navbar.fw.png) -420px -51px no-repeat;}

	#contact a { background:url(graphics/navbar.fw.png) -533px -0px no-repeat;}	
	#contact a:hover { background:url(graphics/navbar.fw.png) -533px -51px no-repeat;}
/*end image sprite info*/


.innernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	text-decoration: none;
	text-align: right;
	padding: 5px;
	position: relative;
	height: 30px;
	margin: 0px;
	clear: both;
	float: none;
}
.innernav a:hover {color:#393;} 	

	
.content h1 {
	font-size: 1.5em;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #031D40;
}

p {
	text-align: center;
	margin: 10px;
}
.content p {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	margin: 15px;
	font-weight: bold;
}
.content #frontdoor {
	float: left;
	margin-right: 10px;
	border: 1px solid #031D40;

}
