/*
---------------------------------------------
General Page Styles
---------------------------------------------
*/
.body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #333;
}

.address
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	color: #0D2B88;
	text-align: left;
	padding: 15px 5px 20px 15px;
	border-top: 1px solid #0D2B88;
	background-color: #E7E7F1;
}

.headline
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0D2B88;
}

h1

{
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0D2B88;
}

.pageidentifier
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0D2B88;
	border-bottom: 1px solid #0D2B88;
}

.alert
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #903;
}

.homebody
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #333;
	padding: 15px 15px 25px 10px;
	border-left: 1px dotted #009900;
}

.formbody
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #333;
	padding: 0px 15px 0px 15px;
}

.homeheadline
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	color: #0D2B88;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/faded-bkgrnd.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #0D2B88;
	padding: 0px 0px 0px 10px;
}

.clinicpetsbody
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #333;
	padding: 10px 10px 10px 10px;
}

.imagecell
{
	padding: 0px 10px 10px 10px;
}

.homeimage
{
	border-left: 1px solid #0D2B88;
	border-right: 1px solid #0D2B88;
	border-bottom: 1px solid #0D2B88;
}

.copyright
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-style: normal;
	color: #0D2B88;
	text-align: center;
	border-top: 1px solid #0D2B88;
	background-color: #FFFFFF;
}

.tng
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	color: #999;
}

.navigation
{
	border-right: 1px solid #0D2B88;
	background-color: #E7E7F1;
}

.contacto
{	
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #333;
	text-align: left;
	background-color: #E7E7F1;
	padding: 20px 20px 20px 20px;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:active 
{ 
position:static; 
width:auto; 
height:auto; 
} 


/*  
---------------------------------------------
Navigation Elements
---------------------------------------------
*/

a.nav
{
	display: block;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	color: #0D2B88;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 20px;
	background-color: #B6BFDB;
	width: auto;
}

a.nav:hover
{
	background-color: #009900;
	color: #FFFFFF;
}

#navover a
{
	display: block;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 20px;
	background-color: #009900;
	width: auto;
}


/*
---------------------------------------------
Link Styles
---------------------------------------------
*/

a  						{	color: #000099; text-decoration: underline;}
a:hover 				{	color: #009900; text-decoration: underline;}

a.tng					{	color: #999999; text-decoration: none;}
a.tng:hover				{	color: #666666; text-decoration: underline;}

/*
---------------------------------------------
Table Border Styles
---------------------------------------------
*/

td.borderright
{
	border-right: 1px solid #FFFFFF;
}

td.borderbtm
{
	border-bottom: 1px solid #FFFFFF;
}

td.borderrightbtm
{
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

td.bordertop
{
	border-top: 1px solid #FFFFFF;
}

td.bordertopbtm
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

td.borderleftright
{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

td.borderall
{
	border: 1px solid #FFFFFF;
}
	
/*
---------------------------------------------
Border and Background Graphic Styles
---------------------------------------------
*/

.noRepeat
{
    background-repeat: no-repeat;
}
  
.repeatLeft
  {
  	background-image: url('../images/bkgrnd-left.gif');
    background-repeat: repeat-y;
    background-position: top right;	
}

.repeatRight
  {
    background-image: url('../images/bkgrnd-right.gif');
    background-repeat: repeat-y;
    background-position: top left;
}

.leftcorner
  {
    background-image: url('../images/bkgrnd-leftcorner.gif');
	background-repeat: repeat-y;
	 background-position: bottom right;	
}

.rightcorner
  {
    background-image: url('../images/bkgrnd-rightcorner.gif');
	background-repeat: repeat-y;
}

.bottom
  {
    background-image: url('../images/bkgrnd-bottom.gif');
	background-repeat: repeat-y;
}


.repeatVertical
{
	background-repeat: repeat-y;
	background-position: bottom left;
}
#imgblock {
	
}
#imgrow {
	margin: 0px;
	clear: both;
}
#imgcell {
	padding-right: 1px;
	margin: 0px;
	display: inline;
	clear: both;
}