@charset "utf-8";
	
	/* CSS Document created by Renee De Jong.  Style sheet created
for Trocken Bach Kennel, owner Frank & Marianne O'Leary*/

/* html attributes used to control
the overall container to maintain
consistent column height no matter what
content is in it. */

html{
height:100%
}

/* Hides from IE5-mac \*/
* html .foundation {height: 1%;}
* html p {
  height: 1%;
  margin-left: 0;
  }

/* End hide from IE5-mac */ 
	
	body{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	width:937px;
	color:#663300;
	font-weight: 400;
	background-image:url(../images/parch.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	background-position:center;
	border:4px solid #663300;
	z-index:-0;
	}
/* main container attributes */	

.foundation{
	width:100%;
	height:100%;
	line-height:100%;
	background-position:center;
	margin-top:0px;
	margin-right: auto;
	margin-left:auto;
	z-index:1;
	}
.header
{
background-image:url(../images/title_graphic_header.jpg);
width:937px;
height:171px;
background-position:center;
z-index:1;
}

	/* Main navigation bar content*/

#nav_bar{
background-image:url(../images/tbk_navigation_bar.jpg);
width:938px;
height:35px;
margin:0px;
padding:0px;
background-position:center;
background-repeat:no-repeat;
position:relative;
z-index:2;
}

#nav_bar li{
 margin:0;
 padding:0;
list-style:none;
}
	
	/* Tool tip comments that don't display until hover*/
#nav_bar li a span { display:none; 
}

#nav_bar a:hover{
position:absolute;
width:auto;
height:auto;
}

/*End all properties of the CSS navigation bar*/




/* Begin main container above navigation bar */
.container
{
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
line-height:100%;
z-index:0;
background-position:center;
}

/*Begin left side navigation bar properties*/

.box
{
width:100%;
height:100%;
margin:0px;
top:9.8em;
line-height:100%;
background-position:center;
background-color:#FF33CC;
z-index:6;
}

.footer
{
	position:relative;
	clear:both;
	background-color:#996532;
	width:100%;
	height:30px;
	bottom:0px;
	text-align:center;
	color:#FFFFFF;
	z-index:10;
}


/*Form formats*/

textarea{
background-color:#CCCCFF;
color:#663300;
}

.button{
background-color:#663300;
font-size:16px;
font-weight:bold;
text-align:center;
width:100px;
color:#FFFFFF;
}

.tbox{
background-color:#CCCCFF;
}

.form{
background-color:#FFFFFF;
width:480px;
background-position:center;
}

/*Document headings*/


h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color:#663300;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color:#663300;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color:#663300;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color:#663300;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
h5{
font-family:"Times New Roman", Times, serif;
font-style:normal;
color:#663300;
text-align:center;
margin-top:0;
margin-bottom:0;
}

/*Table format*/


table {
border-collapse:collapse;
}

/*Text Decoration*/

p {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height: normal;
	font-weight: 400;
	background-position: top;
	margin: 0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
	color:#663300;
}

.boldstyle{
font-weight:bold;
}

.underline {
	text-decoration: underline;
}
.bold_underline{
text-decoration: underline;
font-weight:bolder;
}

.italic_bold_underline{
text-decoration:underline;
font-weight:bold;
font-style:italic;
}

.small_print{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#663300;
}

.white_print{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
}


.italic_style {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	color: #663300;
}


/*Links decoration*/

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #663300;
	text-decoration: underline;
}

.underline_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #996633;
	text-decoration: underline;
	text-align: center;
}

.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color:#996633;
	font-weight:bold;
	text-decoration:none;
}

#image_right{
float:right;
margin-bottom:10px;
margin-top:20px;
margin-left:10px;
margin-right:10px;
}

#image_left{
float:left;
margin-bottom:10px;
margin-top:20px;
margin-left:10px;
margin-right:10px;
}