/* General settings */
*{ margin:0; padding:0; } ul, li { list-style: none }

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	}
	
img {
  border:none;
  }

a:link {
	color: #8b7d52;
	text-decoration: underline;
	}

a:visited {
	color: #5e5e5e;
	text-decoration: underline;
	}

a:hover {
	color: #8b7d52;
	text-decoration: none;
	}

/* Made by Shaytu Schwandes */
#wrappermain {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#teasers {
	width: 200px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

#wrapper {
	width: 800px;
	float: left;
	clear: left;
}

#header {
/*
	height: 100px;
	margin-top: 10px;
	margin-bottom: 15px;
*/
}

.vetimage {
	float: left;
	border: 1px solid #8b7d52;
	width: 100px;
	height: 100px;
}

#submenu {
}

#content {
	margin-top: 15px;
}

#leftcolumn {
	margin: 0px 0px 15px 0px;
	width: 530px;
	float: left;
}

.banner {
	border: 1px solid #8b7d52;
	margin: 1px;
}

#rightcolumn {
	float: right;
	width: 252px;
	margin: 0px 0px 15px 0px;
}
	
#leftcolumn h1 {
	font-size: 18px;
	color: #106212;
	font-family: Helvetica;
	font-weight: lighter;
	margin-top: 10px;
}

#leftcolumn p {
	margin: 5px 0px 0px;
}

.vetname {
	font-size: 28px;
	vertical-align: middle;
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-left: 15px;
}

.addr {
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
	padding-top: 32px;
	padding-bottom: 32px;
}

#search {
	margin: 15px;
}

#search select {
	border: 1px solid #942923;
	margin-top: 10px;
	display: block;
	width: 200px;
	font-size: 8pt;
	}
	
#search input {
	border: 1px solid #942923;
	margin-top: 10px;
	width: 150px;
	}

#search .go {
	border: 0px;
	width: 43px;
	height: 18px;
	margin-top: 10px;
	vertical-align:bottom
}

#nav {
  height:31px;
  list-style:none;
  background:url(../green/nav_bg.png) no-repeat 0 0;
  }
#nav li {
  float:left;
  }
#nav li a {
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	height: 31px;
	display: block;
	text-align: center;
	font-weight: 100;
	line-height: 30px;
  }
#nav li a:hover {
  background-position:0 0 !important;
  }
#nav li#nav_home a {
  width:125px;
  background:url(../green/nav_01.png) no-repeat 0 -31px;
  }
body#home #nav li#nav_home a {
  background-position:0 0;
  }  
#nav li#nav_clinicinfo a {
  width:125px;
  background:url(../green/nav_02.png) no-repeat 0 -31px;
  }
body#clinicinfo #nav li#nav_clinicinfo a {
  background-position:0 0;
  }  
#nav li#nav_articles a {
  width:125px;
  background:url(../green/nav_03.png) no-repeat 0 -31px;
  }
body#articles #nav li#nav_articles a {
  background-position:0 0;
  }  
#nav li#nav_moreinfo a {
  width:125px;
  background:url(../green/nav_04.png) no-repeat 0 -31px;
  }
body#moreinfo #nav li#nav_moreinfo a {
  background-position:0 0;
  }  
#nav li#nav_petportals a {
  width:125px;
  background:url(../green/nav_05.png) no-repeat 0 -31px;
  }
body#petportals #nav li#nav_petportals a {
  background-position:0 0;
  }
#nav li#nav_shoponline a {
  width:125px;
  background:url(../green/nav_06.png) no-repeat 0 -31px;
  }
body#shoponline #nav li#nav_shoponline a {
  background-position:0 0;
  }  

/* sidebox formatting */
.sidebox {
	width: 251px;
	float:right;
	margin-bottom: 20px;
  }
 
.sidebox .top {
  height:23px;
  background:url(../green/sidebox_top.gif) no-repeat 0 0;
  }
 
.sidebox .top p {
  color:#fff;
  padding:3px 0 0 16px;
  font:1.2em arial;
  margin-bottom: 0;
  }
 
.sidebox .inside {
  border:#388A3A 1px solid;
  border-top:none;
  padding:10px 7px;
  }

.inside p {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 15px;
}

.inside .hours {
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
}
  /*

.sidebox .inside ul li { line-height:1.2em;  }
  
.sidebox ul.icn { padding:4px 0 0 38px;  }
.sidebox ul.icn li { margin-bottom: 15px; }
.sidebox ul.icn li.last { margin-bottom: 0; }

.sidebox .inside p.head_img { margin-left:38px; text-align:center; } */
	
/*Begin Clearfix class as adapted from http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
  }

html[xmlns] .clearfix {
  display: block;
  }

*html .clearfix {
  height: 1%;
  }
	
/*End Clearfix */
.clear {
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  text-indent:-9999px;
  }

.sep {
  width: 638px;
  height: 11px;
  background: url(../green/separator.gif) no-repeat top left;
  clear: both;
  margin-bottom: 16px;
    }
       
.vertsep {
  width: 0;
  background: none;
  font-size: 0;
  height: auto;
  border-left: 1px solid #80b880;
}

/* sideboxes - elements */
.sidebox .sep,
.sidebox1 .sep {
  width: auto;
  background: none;
  margin-bottom: 6px;
  font-size: 0;
  height: 0;
  border-bottom: 1px solid #80b880;
  clear: both;
  }

#footer {
	color: #7f7f7f;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, Verdana;
	background-image: url(../green/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear:both;
  }

#footer ul.qnav {
	float:left;
	color: #7f7f7f;
	width: 520px;
	height: 43px;
	padding:35px 0 0 2px;
  }

#footer .qnav li {
  float:left;
  padding-right:10px;
  margin-right:10px;
  border-right:#7f7f7f 1px solid;
}

#footer .qnav li.last {
  border:none;
  padding:0;
  margin:0;
}

#footer .qnav li a {
  text-decoration: none;
}

#footer .copyright {
	float: right;
	width: 150px;
	padding-top: 37px;
	text-align: right;
	font: .9em arial;
	margin: 0;
	/*margin-right: 120px; removed vetstreet logo so don't need right margin anymore*/
  }