/* reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family: 'AmbleRegular';
    src: url( 'fonts/Amble-Light-webfont.ttf ') format("truetype"); 
}
body {
	font-family: 'AmbleRegular';
	font-size: 100%;
	color: #000;
	border-top:10px solid #0967AD;
	
//background:#FFF;
background:#DDD;

}

.sitewrap {
	width: 100%;
	margin: 0 auto;
}
/*header-bg*/
/*.header-right {*/
.lfsidebar {
	float: left;
	//width: 18.666666%;
	width: 12.666666%;
height:auto;
//border:1px red solid;

}
.logo {
	text-align:left;
position:relative;
z-index:2;
}
.menu {
	width: 94.333%;
	text-align: left;
}
/*nav*/
.nav {
	margin-top: 6%;
	text-align: center;
}
.nav li {
	display: inherit;
}
.nav li a {
	text-shadow: 0 1px 0px rgb(10, 7, 0);
	font-family: 'AmbleRegular';
	display: block;
	color: #fff;
	font-size: 0.924em;
	line-height: 45px;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;]
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav li.active a {
	color: #FCFCFC;
	background: rgba(15, 15, 15, 1);
}
.nav li a:hover {
	color: #FFFFFF;
	background: rgba(15, 15, 15, 1);
}

/*.header-left{*/
.rt-header-content{
	float: left;
	//width: 78.333%;
	//width: 84.333%;
	width: 86.333%;
	//margin-left: 2.33%;
	margin-left:1%;

background:#FFF;
position:relative;
z-index:1;
}

/*
 100% Height for Opera as the max-height seems to be ignored, not optimal for large screens
 http://bricss.net/post/11230266445/css-hack-to-target-opera
 */
x:-o-prefocus, .lb-overlay img {
	height: 100%;
}
/*not used
.main{
	margin-top:3%;
	background: #101115;
	padding: 3%;

}
*/

.rt-header-content h2{
    /*font-size:1.6em;*/
    font-size:1.4em;
    font-weight:bold;
    color: #0967AD;
    /*width: 76.33%;*/
    width: 100%;
}

.content{
	float: left;
	//width: 76.33%;
width:100%;
padding:5px 0px 10px 10px;
background:#FFF;



}
.content h2{
	font-size:1.4em;
	color: #FBB931;
    color:black;
}

.content p{
	line-height:1.8em;
 	font-size: 0.924em;
 	color:black;
}

/*sidebar - not used */
.rtsidebar{
	float: left;
	width:18.333%;
	width:3%;
	margin-left: 4.333%;
}

/* Button 3 */
.readmore {
	display: inline-block;
	margin-top: 3%;
}
.btn {
	border: 1px #999 solid;
	font-family: inherit;
	font-size:0.924em;
	cursor: pointer;
	padding: 3px 10px;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 3 */
.btn-3 {
	//background: #fcad26;
	background: #0967AD;
	color: #fff;
padding:3px 5px 3px 5px;
}
.btn-3:hover {
	//background: #f29e0d;
	background: #2B8ECF;
	color: #fff;
}



/* Button 3e 
.btn-3e {
	overflow: hidden;
}
.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.btn-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}
.btn-3e:hover:after {
	width: 40%;
}
*/


.col.span_2_of_4 {
	margin-top: 3%;
}


/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.sitewrap{
		width:95%;
	}
/*	.header-right {*/
        .lfsidebar{
		float: left;
		width: 26.666666%;
	}
/*	.header-left{*/
        .rt-header-content{
		float: left;
		width: 70.333%;
		margin-left: 2.33%;
	}

}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px){
	.sitewrap{
		width:95%;
	}
/*	.header-right {*/
        .lf-sidebar{
		float: left;
		width: 32.666666%;
	}
/*	.header-left{*/
        .rt-header-content{
		float: left;
		width: 64.333%;
		margin-left: 2.33%;
	}
	
	.content {
		float: none;
		width: 100%;
	}
	.sidebar {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.sitewrap{
		width:95%;
	}
/*		.header-right {*/
                .lfsidebar{
		float: left;
		width: 38.666666%;
	}
/*	.header-left{*/
        .rt-header-content{
		float: left;
		width: 58.333%;
		margin-left: 2.33%;
	}
	
	.content {
		float: none;
		width: 100%;
	}
	.sidebar {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
	
}

/* -------------- end site styles  ---------------------------------------*/
table{
    line-height:24px;
}

th{
    font-weight:bold;
    font-family: Arial, sans-serif;
    font-size: 15px;
padding:2px 3px 2px 3px;
}
td{
    font-weight:normal;
    font-family: Arial, sans-serif;
    font-size: 15px;
padding:2px 3px 2px 3px;
}


.medinf th{
    font-weight:bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
padding:2px 3px 2px 3px;
}
.medinf td{
    font-weight:normal;
    font-family: Arial, sans-serif;
    font-size: 12px;
padding:2px 3px 2px 3px;
}


th.tabhd{
text-align:center;
font-weight:bold;
    font-family: Arial, sans-serif;
    font-size: 15px;
color:#0967AD;
}


.plansum1 {
    font-size: 13px;
    text-align:left;
    width:39%;
    background:#8DB3E2;
    color:white;
    padding:4px;
    border:1px white solid;
}
.plansum2 {
    width:15%;
    background:#C6D9F1;
    border:1px white solid;
    text-align:center;
    padding:4px;
    vertical-align:middle;
}

.plansumbox {
    width: 1.7em;
    height:1.7em;
    vertical-align:middle
}
/*-------------------  footer menu styles ----------------------------------*/	
.footer{
    float:left;
    width:100%;
    //background:#AAABAF;
    background:#CCC;
    text-align:center;
    padding:0 0 20px 0;

}

.submen{
  //font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  color:#000;
}
.submen li{
  display: inline;
  
}

.submen li a{
  border-left: 1px solid #cccccc;
  margin-left: 9px;
  padding-left: 14px;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  color:#000;
}

.submen li a:hover{
  color:#0967AD;
  text-decoration:underline;
}

.submen a:hover{
  //font-size:14px;
  color:#0967AD;
  text-decoration:underline;
}

.copyright :hover{
  //font-size:14px;
  color:#0967AD;
  text-decoration:underline;
}


.submen li a.nobar{
  border-left: none;
  margin-left: 9px;
  padding-left: 14px;
  //font-size: 14px;
}





h2{
    float:left;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight:bold;
    font-size:18px;
    padding:5px 0 10px 0;
    color:black;
}

h3{
    float:left;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight:bold;
    font-size:17px;
    padding:5px 0 10px 0;
}

h4{
    float:left;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight:bold;
    font-size:15px;
}

.entbox{		/*.inc generic entry section box*/
    font-family: "Segoe UI", Arial, sans-serif;
    float:left;
    padding:10px 10px 10px 10px;
    background-color:#E0E0E0;
    background-image: url(/images/entrybox.gif);  
    background-repeat: repeat-x;
    border:1px #BBB solid;
    margin:0 0 20px 0;
    width:97%;
}

.tabbox{		/*.php generic table entry display box*/
    float:left;
    padding:5px 5px 30px 5px;
    border:1px #BBB solid;
    margin:0 0 0px 0;
    width:97%;
}

.sectbox{
    clear:both;
    float:left;
    padding:10px;
    margin:0;width:98%;
    text-align:left;

}

/*jQuery css override - center title*/
.ui-dialog-title {
    float:none !important;
    display: block;
    text-align: center
}

.lfl {
    clear:both;
    float:left;
    width:30%;
    text-align:left;
//font-family: Arial, sans-serif;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 6px 0 6px 0;
}


.lflb {
    clear:both;
    float:left;
    width:23%;
    text-align:left;
    font-weight:bold;
//font-family: Arial, sans-serif;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 6px 0 6px 0;
}

.rtlb {
    float:left;
    width:70%;
    text-align:left;
//font-family: Arial, sans-serif;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 6px 4px 6px 8px;
}

.lflb2 {
    clear:both;
    float:left;
    width:53%;
    text-align:left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 4px 0 4px 0;
}

.lflb2h {
    clear:both;
    float:left;
    width:53%;
    text-align:left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #0967AD;
    padding: 4px 0 4px 0;
    margin:10px 0 0 0
}

.rtlb2 {
    float:left;
    width:40%;
    text-align:left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 4px 4px 4px 8px;
}

.rtlb2h {
    float:left;
    width:40%;
    text-align:left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 4px 4px 4px 8px;
    margin:10px 0 0 0
}

input{
    font-family: Arial, sans-serif;
    font-size: 15px;
}
select{
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.tstscr {
    background:transparent;
    border:none;
    padding:0 0 0 5px;
    font-weight:bold;
    width:160px;
}

/*Pet Medical Entry->Tentative Diagnosis */
.onlyleft{
    border-left:1px solid black;
    padding:7px 0 0 7px;
}
.onlyright{
    border-right:1px solid black;
    padding:7px 0 0 7px;
}
.onlymid{
    padding:7px 0 0 7px;
}

.upleft{
    border-left:1px solid black;
    border-top:1px solid black;
    padding:7px 0 0 7px;
}
.upmid{
    border-top:1px solid black;
    padding:7px 0 7px 7px;
}
.upright{
    border-right:1px solid black;
    border-top:1px solid black;
    padding:7px 7px 0 0;
}
.lowleft{
    border-left:1px solid black;
    border-bottom:1px solid black;
    padding:7px 0 7px 7px;
}
.lowmid{
    border-bottom:1px solid black;
    padding:7px 0 7px 7px;
}
.lowright{
    border-bottom:1px solid black;
    border-right:1px solid black;
    padding:7px 7px 7px 7px;
}
.bothleft{
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid black;
    padding:7px 0 7px 7px;
}
.bothright{
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;
    padding:7px 7px 7px 0;
}


/*Pet Medical Entry-> Tentative Diagnosis */
.onlyleft2{
    border-left:1px solid black;
    padding:2px 0 0 2px;
}
.onlyright2{
    border-right:1px solid black;
    padding:2px 0 0 2px;
}
.onlymid2{
    padding:2px 0 0 2px;
}

.upleft2{
    border-left:1px solid black;
    border-top:1px solid black;
    padding:2px 0 0 2px;
}
.upmid2{
    border-top:1px solid black;
    padding:2px 0 2px 2px;
}
.upright2{
    border-right:1px solid black;
    border-top:1px solid black;
    padding:2px 2px 0 0;
}
.lowleft2{
    border-left:1px solid black;
    border-bottom:1px solid black;
    padding:2px 0 2px 2px;
}
.lowmid2{
    border-bottom:1px solid black;
    padding:2px 0 2px 2px;
}
.lowright2{
    border-bottom:1px solid black;
    border-right:1px solid black;
    padding:2px 2px 2px 2px;
}
.bothleft2{
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid black;
    padding:2px 0 2px 2px;
}
.bothright2{
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;
    padding:2px 2px 2px 0;
}

.leftright2{
    border-left:1px solid black;
    border-right:1px solid black;
    padding:0 2px 0 2px;
}

a.anchor {
    float:left;
    display:block-inline;
    margin-top:-128px;
    padding-top:128px;
    visibility:hidden;
}

a.rpthead {
  color:#0967AD;
}

a.rpthead:hover{
  //font-size:14px;
  color:#0C6BAF;
  text-decoration:underline;
}
