body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

html, body, #wrapper {
	height: 100%;
}
body {
	background-color: #8C926C;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 900px;
	height: 100%;
	border: 0px solid #000;
}
#sidebar {
	width: 250px;
	float: left;
	position: relative;
	background-color: #8C926C;
	text-align: center;
}
#content {
	background-color: #fff;  
	float: right; 
	display: inline; 
	position: relative; 
	width: 615px;
	padding: 10px 10px 10px 25px;
	z-index: 2;
	height: auto;
	border: 0px solid #000;
}
#footer {
	margin-top: 25px;
	height: 25px; 
	background-color: #fff; 
	clear: both;
	font-size: 10px;
}

/* navigation */
#border_collie {
	width: 250px;
	height: 374px;
	border: 0px solid #f00;
	text-align: center;
}
#nav {
	position: relative;
	top: -100px;
	left: 25px;
	width: 200px;
	float: right;
	z-index: 10;
	font-size: 10px;	
}
#nav ul {
	
}
#nav li {
  display: block;
  list-style: none;
  margin: 5px;
  border: 1px solid #000;
}
#nav li a {
	font-weight: bold;
  background: #D7DBB6;
  color: #000;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background: #D5E0A8; }


#googlemap {
	position: relative;
	top: -50px;
	margin: 0px auto;
	width: 192px;
	text-align: center;
}
#googlemap img {
	border: 1px solid #000;
}


/* links  */

a {
  color: #000;
  text-decoration: underline;
}
a:hover { color: #8C926C; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */


 
 /* Float containers fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  