body {
	background-image: url(../images/body_outside_gradient.jpg); /*blue gray gradient with highlight at start of content*/
	background-repeat: repeat-x;
	background-color: #2e363b; /* blue gray at bottom of gradient*/
	margin: 0px; /* zeroes the margins on the body */
	padding: 0px; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	float: none;
	width: auto;
	height: auto; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with 			    		Gecko browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #000099;
	text-align: center;
}

#left {
	float:left;
	width:313px;
	text-align:center;
}

#left p {
	padding-left:84px;
}

#right {
	float: right;
	width: 313px;
	text-align:center
}

#right p {
	padding-left:75px;
	margin-top: 14px;
}

#center {
	float:left;
	width:313px;
	text-align:center;
}

#center p {
	padding-left:84px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h4 {
	font-size: 110%;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	float: none;
}
h5 {
	font-size: 1.0em;
	text-decoration: underline;
}

h6 {
	font-size: 1.0em;
	text-align:left;
	color:#009;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
}

blockquote {
	border : 2px solid #000;
	width: 850px;
	float: left;
	background-color: #ccc;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 38px;
	padding-bottom: 20px;
	padding-left: 38px;
	font-weight: normal;
	text-align:left;
}

blockquote:before, blockquote:after {
	color: #333;
	display: block;
	font-size: 500%;
	width: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

blockquote:before {
	content: open-quote;
	height: 25px;
	margin-left: -30px;
	margin-top:0px;
}

blockquote:after {
	content: close-quote;
	height: 25px;
	margin-bottom: 0px;
	margin-left: 830px;
}

#shadow {
	background-image: url(../images/shadow_dacher.jpg); /*21px outer glow lateral border (total 42px)*/
	width: 1000px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 958px;/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	height: 170px;
	width: 958px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	left: auto;
	right: auto;
	top: 0px;
}
a img { /*removes border when image is used as button*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#navBar {
	height: 22px;
	padding-top:0px;
	width: 954px;
	background-color: #607fa7;
	line-height: 40px;
	margin: 0px auto;
	border-top: solid 2px #CCC;
	border-left: solid 2px #CCC;
	border-right:solid 2px #CCC;
	border-bottom:solid 2px #CCC;
}

body#home a.home,body#about a.about,body#puppies a.puppies,
body#our_dogs a.our_dogs,body#breed_info a.breed_info,
body#photoalbums a.photoalbums,body#articles a.articles,
body#resources a.resources,body#links a.links {
	color:#069;
	background:#CCC; /* creates silver grey box on current page in navbar*/
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 19px;
	font-weight:900;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCD93;
	border-left-color: #FFCD93;
}

#psd_imag {
	width: 958px;
	float: none;
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#puppy_image { /* permanent image on homepage of puppy*/
	float: left;
	height: 210px;
	width: 133px;
	padding-top: 10px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

#puppy_status {
	float: left;
	height: 220px;
	width: 800px;
	padding-top: 0px;
	padding-left: 7px;
	line-height: 2.4em;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	background-color: #FFFFFF;
}

#contact_info {
	float: left;
	height: 75px;
	width: 958px;
	background-color: #607fa7;
}

#content {
	background-color: #FFFFFF;
	height: auto;
	width: 942px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* [disabled]padding-top: 10px; */
	padding-bottom: 2px;
}

#content h3 {
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	padding-top: 15px;
}

#content h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #003399;
	text-align: center;
	margin-top: 0px;
}

#content img {
	border: 5px none black;
	padding-right: 6px;
	}

#movie {
	padding:155px 0px;
}
#nail_trim {
	background-color: #FFFFFF;
	width:958px;
	float:left;
}

/*--------------our dog pages styling--------------------*/

#dogname {
	width:958px;
	text-align:center;
}

#dogname p {
	text-align:center;
}

#description {
	width:950px;
	text-align: center;
}

#description p {
	text-align: center;
}

#photocaption {
	width:950px;
	text-align:center;
}

#photocaption img {
	border: solid 4px black;
	padding:0;
}

#photocaption p {
	text-align:center;
}

#photocaption2 img {
	border:solid 5px black;
	padding-right:0px;
	padding-left:0px;
}

/*------------End of our dogs styling------------*/

#archive  {
	float: none;
	clear: both;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	height: auto;
}
#photo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 450px;
	width: 300px;
	margin-top: 3px;
	padding-left:20px;
}
#photo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	height: 450px;
	width: 480px;
	float: right;
	padding-right:60px;
}

#photo3  {
	text-align: center;
	float: left;
	height: 325px;
	width: 275px;
	font-weight: bold;
	padding-left:10px;
}

#photo4  {
	text-align: center;
	height: 325px;
	width: 475px;
	float: right;
	font-weight: bold;
}

#photo5 {
	font-weight: bold;
	color: #000000;
	float: left;
	height: 430px;
	width: 378px;
}

#photo6 {
	font-weight: bold;
	color: #000000;
	float: right;
	height: 430px;
	width: 378px;
	padding-right:120px;
}

#photo7 {
	font-weight: bold;
	color: #000000;
	float:left;
	padding-left:15px;
}

#sidebar1 { /*styles left sidebar ourdogs page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: left;
	width: 302px;
	padding-top: 28px;
	padding-right: 6px;
	padding-left: 6px;
	height: 950px;
}

#sidebar2 { /*styles right sidebar ourdogs page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: right;
	width: 301px;
	margin-top: -9px;
	padding-left: 6px;
	padding-right: 6px;
	height: 950px;
}
#maincontent { /*styles center column our dogs page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: left;
	width: 302px;
	padding-right: 5px;
	padding-top: 2px;
	padding-left: 8px;
	height: 950px;
	margin-top: -12px;
}
#news_video {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
#archivephoto1 {
	float: left;
	width: 255px;
}
#archivephoto2 {
	float: left;
	width: 255px;
}
#archivephoto3 {
	float: left;
	width: 255px;
}
#archivephoto4 {
	float: left;
	width: 255px;
	clear: both;
}
#archivephoto5 {
	width: 255px;
	float: left;
	height: 440px;
	clear: none;
}
#archivephoto6 {
	clear: none;
	float: right;
	height: 440px;
	width: 255px;
}

#archivephoto7 {
	float: left;
	height: 650px;
	width: 255px;
	clear: both;
}

.archive_floatLeft {
	float:left;
	width: 286px;
	padding-right: 13px;
	padding-left: 13px;
}

.archive_floatRight {
	float: right;
	width: 286px;
	padding-right: 13px;
	padding-left: 13px;
}

#IC13_Genetest {
	height: 65px;
	width: 936px;
	border: 3px solid #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	background-color: #CCC;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
}

#BOM {
	height: 285px;
	width: 954px;
	margin-right: auto;
	float:left;
}

#archive {
	text-align:center;
}

#footer {
	text-align: center;
	width:958px;
	height:35px;
	padding-bottom:2px;
	clear:both;
}

#subnavbar {
	width:958px;
	height:26px;
	background:#069;
	border-bottom:solid 5px #999 
}

#subnavbar ul {
	list-style-type: none;
	text-align: center;
}

#subnavbar li {
	display: inline;
}

#subnavbar li a {
	line-height:1.6em;
	border-right: 2px solid #fff;
	text-decoration:none;
	padding: 0px 15px;
}

#subnavbar li a:link  {
	color:#F8FFFF;
}

#subnavbar li a:visited  {
	color:#F8FFFF;
}

#subnavbar li a:hover {
	color:#FC6;
	font-weight: bold;
	background-color: #FFF;
}

.puppyphoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 590px;
	width: 465px;
	color: #000;
	padding-right: 3px;
	padding-left: 3px;
}

.puppyphoto p {
	text-align:center;
	font-weight:bold;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.heading {
	font-size:16px;
	font-weight:bold;
	color:#069;
}

.indent {
	padding-left:25px;
}



