/* Hillcrest Animal Health Ltd  */
/* Copyright 2010               */
/* All Rights Reserved          */

/*------------------------------------------------------------------ */
/*-------------------------------------------------------- CSS RESET */
/*------------------------------------------------------------------ */

/* Eric Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {color:#000;}

/*------------------------------------------------------------------ */
/*-------------------------------------------------- BASIC STRUCTURE */
/*------------------------------------------------------------------ */

body {
	background: none #fff;
	line-height: 1.5em;
	font-family: Helvetica, Arial;
}

div#wrapper {
	width: 100%;
	background: #fff;
}

div#header {
	display: none;
}

div#navigation {
	display: none;
}

div#content {
	margin: 0;
	padding: 0px;
}

div#contentLeft {
	float: none;
	width: 100%;
}

div.contentRight {
	width: 100%;
	padding: 0px;
float: none;
margin-right: 0px;
}

div#footer {
	display: none;
}

p { margin-bottom: 10px;}

/*------------------------------------------------------------------ */
/*---------------------------------------------------------- CONTENT */
/*------------------------------------------------------------------ */

div#content div.contentRight {
	font-size: smaller;
	padding:10px;
}

div#content div.contentRight h2 {
	background: none;
	color: #fff;
	display: block;
	margin: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	font-size: 1.1em
}

div#content div.contentRight p {
	background-color: #daece1;
	padding: 5px;
	padding-left: 11px;
	margin-bottom: 0px;
}

div#content div.contentRight div {
	display: block;
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #000;
	width: 100%;
}

div#content div.contentRight ul {
	
	/* list-style-image: url(../images/cubesmall.jpg); */
	list-style: circle;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #daece1;
}

div#content span.news-date {
	font-size: 0.8em;
	float: none;
}

div#content img.news-image-left {
	float:left;
	background-color: white;
	border:1px solid #696;
	margin: 10px 10px 10px 0;
}

div#content img.news-image-right {
	float:right;
	padding: 5px;
	background-color: white;
	border:1px solid #696;
	margin: 10px 0 10px 10px;
}

div#content ul.news-list {
	list-style: circle;
	padding-left: 0px;
	margin: 0;
}

/*------------------------------------------------------------------ */
/*----------------------------------------------------------- FOOTER */
/*------------------------------------------------------------------ */

div#footer {
	background: url(../images/footerInvestor.jpg) bottom no-repeat;
	height: 105px;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	overflow:hidden;
}

div#footer p {
	position: absolute;
	bottom: 40px;
	left: 300px;
}

div#footer a {
	color: #333;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: underline;
}