/* everything */
body {
	background:#142C41 url('images/bodybg.png') repeat-x scroll top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* Table beautification */
tr.even {
background-color: #eee
}
tr.odd {
background-color: #ddd
}

#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/table_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/table_bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/table_bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}

h1 {
	font-size: 17px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000080;
	margin-bottom: 10px;
}

p, ul, ol, blockquote {
	font-size:0.85em;
	line-height:1.9em;
	text-align:justify;
	margin-bottom:10px;
}
a {
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	color:#204C78;
}

blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}

.hidden {
	display:none;
	visibility:hidden;
}
.clear {
	clear:both;
}

div#listing li {
list-style-image: url(images/bulletlist.gif);
}

/* page wrapper */
div#wrap {
	width:1024px;
	margin:20px auto;
	padding:0;
}
div#header {
	padding:18px 0px 5px 0px;
}
div#header div#header-text {}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
	float:left;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#FC8228;
	border-bottom:none;
	font-size:1.8em;
	letter-spacing:-5px;
	line-height:1.0em;
	text-transform:lowercase;
}
div#header div#header-text h1 a span {
	color:#ffffff;
}
div#header div#header-text h2 {
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:normal;
	margin:12px 0 0;
	padding:0;
	width:50%;
	float:right;
	text-align:right;
}


/* navigation menu */
div#navigation {
	height:55px;
	background:#0C1C29 url('images/nav-bg.png') repeat-x scroll top left;
}
div#innernav {
	background:transparent url('images/nav-left.png') no-repeat scroll top left;
	height:55px;
}
div#navigation ul {
	background:transparent url('images/nav-right.png') no-repeat scroll top right;
	list-style:none;
	margin:0; 
	padding:0 10px;
	position:relative;
	top:0;
	height:55px;
	display:block;
}
div#navigation ul li {
	display:block;
	float:left;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#ffffff;
	border-bottom:none;
	height:32px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size:1.2em;
	padding:14px 20px 9px;
	border-right:1px solid #060D14;
	border-left:1px solid #244566;
}
div#navigation ul li.navleft a {
	border-left:none;
}
div#navigation ul li.navright a {
	border-right:none;
}
div#navigation ul li a:hover {
	color:#FC8228;
}

/* page content area */
div#content {
	background:#ECEBDE;
	padding:25px 10px 10px 10px;
}


/* main content area + page styles */
div#page {
	float:right;
	padding:10px 20px 10px;
	width:60%;
	color:#555555;
	font-size:1.0em;
}
div#page h1 {
	color:#474747;
}
div#page h2 {
	color:#172C41;
	letter-spacing:-1px;
	font-size:1.7em;
	color:#0C2136;
}
h2, h3, h4, h5 {
	margin-bottom:6px;
	color:#333333;
}
h5 {
	font-size:0.95em;
}
div#page ul {
	margin:0 0 20px 30px;
}



/* sidebar + sidebar styles */
div#sidebar {
	float:left;
	width:300px;
/*	padding:5px; */
}
div#sidebar h4 {
	background:#FF6600 url('images/button_equine.png') no-repeat scroll top left;
	display:block;
	height:48px;
	color:#ffffff;
	letter-spacing:0;
	font-size:1.4em;
	margin-bottom:5px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
}

div#box_equine {
	width: 300px;
	height: 400px;
	background:#ECEBDE url('images/equine_box.png') no-repeat;
	float: left;
	padding: 55px 9px 9px 9px;
	margin-left: 30px;
}

div#box_bovine {
	width: 300px;
	height: 400px;
	background:#ECEBDE url('images/bovine_box.png') no-repeat;
	float: right;
	padding: 55px 9px 9px 9px;
	margin-right: 20px;

}

div#box_dog {
	width: 300px;
	height: 400px;
	background:#ECEBDE url('images/dog_box.png') no-repeat;
	float: right;
	padding: 55px 9px 9px 9px;
}

p#curvy {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	}

.curvycontainer {
	margin:0 auto;
	border:0;
	padding:32px;
	text-align:left;
}

/* footer styles */
div.footer {
	clear:both;
	padding:5px 10px 10px 10px;
	width:98%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#ffffff;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50%;
	float:left;
	text-align:left;
}
div.footer p.right {
	float:right;
	text-align:right;
}
div.footer p a {
	color:#ffffff;
	border-bottom:none;
	text-decoration:underline;
}

.mytab-container {width: 800px; margin: 10px auto;}
ul.j-tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.j-tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.j-tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.j-tabs li a:hover {
	background: #ccc;
}	
html ul.j-tabs li.active, html ul.j-tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.jtab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.jtab_content {
	padding: 20px;
	font-size: 1.2em;
}
.jtab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.jtab_content h3 a{
	color: #254588;
}
.jtab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


