/* the basics - elements */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;  
/*	color: #6D6D6D; */
	color: #4D4D4D; 
	background-color: #FFFFFF;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/ausvet_top.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

p {
	
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

td {
	
}

ul {
	
}

pre {
  color: blue;
  padding-left:20px;
}

.lots {
	font-family: Times, serif;
}

a:link {
	color: #006699 
}

a:visited {
	color: #996699 
}

a:hover  { 
	color: #006699 
}

/* classes for elements */

.bbg { background-color : #000000; vertical-align: middle; }
.dbg { background-color : #6699cc; }
.mbg { background-color : #BDC8DA; }
.lbg { background-color : #cce5ff; }
.hil { background-color : #ffffff; }
.nospace {margin: 0px; padding: 0px}
.tmar {border-top: 1px silver dotted; }
.bmar {border-bottom: 1px silver dotted; padding-bottom:2px; padding-top:2px;}

.small {
	font-size: 8pt;
}

.tiny {
	font-size: 75%;
}
/* Layouts for divs (use id to refer) */

#window { /* the box we fill in */
 width:900px;
 position: relative;
 min-height:400px;
 margin:20px auto;
 text-align:left;
 background-color: #FFFFFF;
 z-index:10;
}

#banner {
 background-color:#FFFFFF;
 position: relative;
 background-image:url(../images/slide_right.png);
 background-position: left;
 min-height:76px;
}

#header {
	position:relative;
	margin-left: 500px;
	padding-top: 60px;
	font-size: 18px;
	font-style: italic;
	}

#content {
 line-height: 1.5em;
 border-bottom: 1px silver solid;
 padding:40px 10px 10px 25px;
 z-index: 15;
 min-height:400px;
}

#footer {
 background-image:url(../images/ausvet_bottom.jpg);
 background-repeat:repeat-x;
 background-position: bottom;
 position:relative;
 height: 100px;
}
.copystuff {
	position: absolute;
	left: 50px;
}

#calendardate {
	font-size: 8px;
}

#quicklinks {
	position:relative;
	padding-left:30px;
}

p.ql {
	padding-left: 30px;
	padding-top: 5px;
	position:relative;
	background-image:url(../images/arrow_right.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 30px;
}

.fullwidth {
	width: 100%;
}

.thumbnails {
	border: 1px #000 solid;
	padding-left: 1px;
	width:100px;
	height:47px;
}

#rightnavbar {
	position:absolute;
	float:right;
	top: 127px;
	right: 0px;
}