/*
 * Author: 	Jarrett & Lam Consulting
 * Filename: 	style.css
 * Modified: 	29th June 2008
 *
 */


html {
	margin: 0 auto;
	background:url('../images/bkgd1.jpg') repeat-x; 
	font-family: Tahoma, Trebuchet MS;
}

body {
	margin: 0 auto;
	background:url('../images/page_bg.gif') repeat-y top center;
}

ul {
  list-style:url('../images/bullet.jpg');
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

p {
	margin: 10px 0px;
}

img {
	border:0px;
}

#container {
	margin: 0 auto;
	/*width: 901px;*/
	background:url('../images/bkgd2.jpg') no-repeat top center;
	overflow:hidden;
	/* border: solid #f00; */
}

#inner_container {
	margin: 0 auto;
	width: 863px;
}

#top_banner {
	height: 98px;
	background:url('../images/top_banner.jpg') no-repeat; 
	overflow:hidden;
	/* border: solid #f00; */
}

.float_clear {
	clear: both;
	height: 1px;
	overflow:hidden;
	margin-bottom:-1px;
}

.logo {
	width: 190px;
	height: 98px;
	float: right;
	/* border: solid #f00; */
}


#top_edge {
	height: 58px;
	background:url('../images/top_edge.gif') no-repeat; 
	/*overflow:hidden;*/
	/* border: solid #f00; */
}
#top_edge_blank {
	height: 58px;
	background:url('../images/top_edge_blank.gif') no-repeat; 
	/*overflow:hidden;*/
}


.top_links {
	float: left;
	margin: 20px 0px 0px 0px;
}

.top_links a:link, .top_links a:visited, .top_links a:active {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: rgb(102,102,102);
	text-decoration: none;
}

.top_links a:hover {
	color: rgb(153,0,0);
}


.client_login {
	height: 58px;
	float: right;
}

.client_login a:link, .client_login a:visited, .client_login a:active {
	font-family: Trebuchet MS;
	font-size: 14px !important;
	font-weight: bold;
	color: rgb(102,102,102);
	text-decoration: none;
}

.client_login a:hover {
	color: #990000 !important;
}
#login_arrow {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: rgb(153,0,0);
	vertical-align:top;
}

.big_screen {
	background:url('../images/big_screen.gif') no-repeat; 
}

.animation, #banner {
	/*margin: 0 auto;*/
	width: 489px;
	height: 198px;
	float: left;
	/*margin: 11px 0px 0px 32px;*/
}

.showcase_banner {
	margin-top: 20px;
	width: 458px;
	/*height: 178px;*/
	float: left;
	/*border: 1px solid rgb(127,127,127);*/
}

#splash {
	float: left;
	margin: 31px 0px 0px 32px;
}

.white_text {
	width: 299px;
	/*height: 200px;*/
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-decoration: none;
	float: left;
	margin: 5px 0px 0px 10px;
	line-height: 1.3;
	/* border: solid #f00; */
}

.services_box {
	height: 24px;
	color: #707070;
	font-size: 12px;
	text-align:right;
	margin-right: 35px;
	/* border: solid #f00; */
}

.services_links {
	margin: 7px 0px 0px 0px;
}

.services_links a:link, .services_links a:visited, .services_links a:active {
	font-family: Tahoma, Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: rgb(102,102,102);
	text-decoration: none;
	float: left;
/* border: solid #f00; */
}

.services_links a:hover {
	color: rgb(153,0,0)
}


.red_links {
	margin: 7px 30px 0px 0px;
}

.red_links a:link, .red_links a:visited, .red_links a:active {
	font-family: Tahoma, Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: rgb(153,0,0);
	text-decoration: none;
	float: right;
	/* border: solid #f00; */
}

.red_links a:hover {
	color: rgb(102,102,102)
}


.blue_links a:link, .blue_links a:visited, .blue_links a:active {
	font-family: Tahoma, Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,88,146);
	text-decoration: none;
	float: left;
	/* border: solid #f00; */
}
.highlight, .highlight_blue {
	font-weight: bold;
}
.highlight_blue {
	color: rgb(0,88,146);
}
.blue_links a:hover, a.selected, .work_text li a:hover, .highlight {
	color: rgb(153,0,0) !important
}

.body_bkgd {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background:url('../images/body_bkgd.jpg') no-repeat; 
	float:left;
	/*padding-bottom: 30px;*/
}
.body_bkgd_blank {
	min-height: 540px;
	height: auto !important;
	height: 540px;
	background:url('../images/body_bkgd_blank.jpg') no-repeat; 
	float:left;
	padding-bottom: 30px;
}

/*CONTENT*/
a#evaluateButton {
	background:url('../images/website-evaluation-button.gif') no-repeat;
	margin-top: 20px;
	margin-left: 20px;
  font-weight: bold;
	font-size: 14px;
	width: 155px;
	height: 120px;
	display:block;
	color:#990000;
	text-decoration:none;
	text-align:center;
/*	padding:10px 20px 10px 10px; */
}
a#evaluateButton:hover {
	background:url('../images/website-evaluation-button-mo.gif') no-repeat;
	font-weight:bold;
}

a#vetButton {
	background:url('../images/veterinary-web-design.gif') no-repeat;
	margin-top: 5px;
	margin-left: 20px;
  font-weight: bold;
	font-size: 14px;
	width: 155px;
	height: 120px;
	display:block;
	color:#990000;
	text-decoration:none;
	text-align:center;
/*	padding:10px 20px 10px 10px; */
}
a#vetButton:hover {
	background:url('../images/veterinary-web-design-mo.gif') no-repeat;
	font-weight:bold;
}

div#evaluateText {
	
}
#evalBody {
	color:#000000;font-weight:normal;line-height:1.1;font-size:12px;margin-top:3px;display:block;
}
.news_column {
	margin: 0 auto;
	width: 201px;
	float: left;
	margin-top:  18px;
}

.work_column, .text_column {
	margin: 0 auto;
	width: 460px;
	/*height: 420px;*/
	float: left;
}

.marketing_column {
	margin: 0 auto;
	width: 201px;
	/*height: 420px;*/
	float: left;
	overflow:hidden;
	margin-top:  18px;
}


.news_bullet {
	margin: 0px 0px 0px 20px;
	width: 18px;
	height: 18px;
	float: left;
	background:url('../images/leaf.jpg') no-repeat; 
}


.work_bullet {
	margin: 24px 0px 0px 0px;
	width: 18px;
	height: 18px;
	float: left;
	background:url('../images/leaf.jpg') no-repeat; 
}

h1, h2 {
	margin: 0px 0px 0px 5px;
	float: left;
}

.bullet_title_margin {
	margin: 17px 0px 0px 5px;
}
h1, h1 a:link, h1 a:visited, h1 a:active, h2, h2 a:link, h2 a:visited, h2 a:active {
	font-family: Tahoma, Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,88,146);
	text-decoration: none;
	/*margin-top: 24px;*/
	/*float: clear;*/
	/* border: solid #f00; */
}

h1 a:hover, h2 a:hover {
	color: rgb(153,0,0)
}


.body_text {
	font-family: Tahoma, Trebuchet MS;
	font-size: 11px;
	color: black;
	text-decoration: none;
	float: left;
}

.body_text a:link, .body_text a:visited, .body_text a:active {
	color: rgb(153,0,0);
	text-decoration: none;
}

.body_text a:hover {
	color: rgb(0,88,146);
	text-decoration: none;
}

.work_text a:link, .work_text a:visited, .work_text a:active, .marketing_column {
	font-family: Tahoma, Trebuchet MS;
	font-size: 12px;
	color: black;
	text-decoration: none;
	float: left;
	/* border: solid #f00; */
}

.work_text a:hover {
	color: rgb(153,0,0)
}
#categories_list li {
	margin-left: 10px;
}
#categories_list li a {
	color: rgb(0,88,146);
}
.work_text li a {
	float: none !important;
	font-weight: bold;
	text-decoration: none;
}

.news_title {
	padding: 10px 20px 0px 20px;
	float: left;
}

.news_title a:link, .news_title a:visited, .news_title a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	color: rgb(153,0,0);
	text-decoration: none;
	/*float: clear;*/
	display:block;
}

.news_title a:hover {
	color: rgb(0,88,146)
}

.news_date {
	padding: 0px 0px 5px 20px;
	font-family: Tahoma, Trebuchet MS;
	font-size: 11px;
	color: black;
	text-decoration: none;
	float: left;
}

.work {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 140px;
	height: 180px;
}

.work_gap {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 20px;
	height: 157px;
}

.work_text {
	float:left;
	padding: 10px 20px 0px 20px;
}
.work_text ul {
	padding-left:5px;
	margin: 0px 0px 10px 12px;
}
.text {
	/*float: left;*/
	/*font-size: 0.8em;*/
	font-size: 12px;
	padding-bottom: 40px;
	width: 100%;
}
.text p {
	/*float: left;*/
}
.text ul {
	margin-left: 40px;
}

.footer {
  float: left;
  width: 660px;
  /*height: 75px;*/
  /*background:url('../images/bg_bottom.gif') no-repeat bottom center; */
  
	font-size: 11px;
	color: black;
	text-decoration: none;
}
#xhtml {
	width: 182px;
	float: right;
	text-align: right;
	margin-right: 20px;
}

.text a, .footer a:link, .footer a:visited, .footer a:active {
	font-weight: bold;
	color: rgb(0,88,146);
	text-decoration: none;
}

.text a:hover, .footer a:hover {
  color: rgb(153,0,0);
}

.footer p {
	margin-top: 10px;
}
#bottom {
	width: 100%;
	height: 45px;
	background:url('../images/bg_bottom.gif') no-repeat bottom center; 
}

/*Products*/

.product {
	float: left;
	margin-bottom: 20px;
}
.single_article, .article {
	float: left;
	margin-top: 20px;
}
.single_article img, .product img, .article img {
	float: left;
	width: 138px;
	border: 1px solid rgb(127,127,127);
}
.single_article img {
	margin: 10px 10px 10px 0px;
}
.product div, .article div {
	float: left;
	width: 306px;
	padding-left: 10px;
}
.single_article div {
	
}

/*Contact*/
#contact_details {
	float: left;
}
#contact_address {
	width: 224px;
	float: left;
}
#contact_location {
	width						: 220px;
	height						: 220px;
	float						: left;
	border						: 1px solid black;
	background-image			: url(../images/map.JPG);
	background-repeat			: no-repeat;
}
#contact_location:hover {
	background-image			: url(../images/map_hover.JPG);
}

/*Login*/

#loginForm {
	margin: 20px 0px;
}
a#logout {
	color: rgb(127,127,127);
	font-weight: normal;
	float:right;
}
a#logout:hover {
	color: rgb(153,0,0);
}
#error {
	color						: #000000;
	float						: left;
	width						: 350px;
	margin						: 10px 20px;
	padding						: 5px;
	border						: 1px solid rgb(202,0,0);
	background					: rgb(230,170,170);
	text-align					: center;
}
p.navigation {
	float						: left;
	width						: 440px;
	margin						: 10px 0px;
	padding						: 5px;
	border						: 1px solid rgb(127,127,127);
	background					: rgb(221,221,221);
}

/*Terms*/
ul.pdf li {
	padding-bottom:5px;
	padding-left:10px;
	vertical-align:middle;
}
ul.pdf {
	list-style-image:url(../images/adobe_pdf.gif);
}
.clientarea {
	/*display						: none;*/
}
.clientarea_title {
	width						: 377px;
	float						: left;
}
.show {
	width						: 60px;
	float						: left;
	display						: none;
}
#clientarea div.text {
	padding						: 0px;
}



.textright {

float           :right;
width           :252px;
padding-left    :30px
}

.example {
  margin-top      :10px;
  border-style    :double;
  border-width    :5px;
  border-color    :#DCDCDC;
  padding         :5px
 
 
  
}