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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

hr {
  border: none;
  background-color: #FFFFFF;
  color: #FFFFFF;
  height: 1px;
}

html {
  overflow:auto;
}

#container {
/*	width: 100%;  this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
#title {
	color: #99CCFF; 
	margin-top:30px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-align:center;
} 
#header {
	background: #1f3e5d;
	text-align: center;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 70px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:24px;
	width:55%;
	margin: 0 auto;
}
#linksContent {
	padding: 70px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:24px;
	width:80%;
	margin: 0 auto;
}
#ourdogsContent {
	padding: 70px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:11px arial;
	line-height:24px;
	color:#99CCFF;
	width:935px;
	margin: 0 auto;
}

#videosContent {
	padding: 70px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:11px arial;
	line-height:24px;
	color:#99CCFF;
	width:935px;
	margin: 0 auto;
}
#navbar { 
	text-align: center;
	margin: 0 auto;
	width:930px; /*This is the width to adjust when adding or subtracting a navbar menu item, like "Planned Litters" or "Play Pen"*/
}
#navbarwrapper {
	width:100%;
	height:auto;
	background-image: url(p7exp/images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	z-index:-1;
}

#breedinfopage {
	width: 70%;  /* this will create a container 80% of the browser width */
}

#linkcolumnone {
	margin: 0px auto;
	height: 350px;
	width: auto;
	z-index:-1;
}

#linkcolumnone li {
	list-style:none;
	text-decoration:none;
	text-align:center;
}

#linkcolumnone li a { text-decoration: none; color:#FFFFFF; font-size: 20px; font-family: arial,sans-serif;}

#linkcolumnone li a:hover {color:#99CCFF; text-decoration:underline;}

#frontpagenewslink { text-align:center }

#frontpagenewslink a { text-decoration: none; color:#FFFFFF; font-size: 20px; font-family: arial,sans-serif;}
frontpagenewslink a:hover {color:#99CCFF; text-decoration:underline;}

.linksheader {color:#99CCFF; font-size: 21px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; padding-top:20px;}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.bodyText {
	font:11px arial;
	line-height:24px;
	color:#99CCFF;
	}

.pageName {
	font:18px arial;
	color: #999999;
	letter-spacing:.1em;
	line-height:28px;
	}

.style1 {font-size: 16px; font-family:Arial, Helvetica, sans-serif; color:#99CCFF;}

.style3 {color:#99CCFF; font-size: 21px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.dogAward { color:#99CCFF; font-size:16px; font-family:Arial, Helvetica, sans-serif; text-align:left; }

#dogAwardDiv {float:left;}

#dogParents {clear:both; margin: 0 auto;}

.newsTitle {font-size: 24px; font-family:Arial, Helvetica, sans-serif; color:#99CCFF; text-align:left;}

.newsBody{font-size: 16px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:left;}

.invisible{display:none;}

a.mainlinkstyle:link{text-decoration:underline; color:#99CCFF;}
a.mainlinkstyle:hover{text-decoration:none; color:#ffffff;}
a.mainlinkstyle:active{text-decoration:none; color:#ffffff;}
a.mainlinkstyle:visited{text-decoration:underline; color:#99CCFF;}


