/* ========================= Main Elements ========================= */

* { padding: 0; margin: 0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
 	background: #bbb url(images/bgtile.gif);
 	margin: 1em 0 2em 0;          /* shorthand for all margins = 0 */
 	padding: 0;         /* no padding */
}
html {
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto; }
h1, h2, h3 {
    font-family: "Trebuchet MS", sans-serif;
	color: #005f93;
}
h1 {
    font-size: 1.1em;
	margin: 1.3ex 0 0.2ex 0;
}
h2 {
    font-size: 1em;
    font-weight: bold;
    color: black;
	margin: -0.5ex 0 0.5ex 0;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    color: black;
	margin: -0.5ex 0 0 0;
}
p {
	font-size: 0.8em;
    line-height: 1.4em;
    color: black;
	margin: 0 0 0.9em 0;
}
p.BottomMargin1 {
	margin: 1ex 0 1em 0;
}
p.BottomMargin2 {
	margin: 1ex 0 2em 0;
}
p.BottomMargin3 {
	margin: 1ex 0 3em 0;
}
p.BottomMargin4 {
	margin: 1ex 0 4em 0;
}
p.BottomMargin5 {
	margin: 1ex 0 5.2em 0;
}
p.MainLinks {
	line-height: 1.2em;
}
p span {
	font-weight: bold;
}
a {
    text-decoration: none;
    font-weight: bold;
	color: #005f93;
}
table {
	color: #000;
	background-color: #fff;
	font-size: 90%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}
.imgframe
    { background:#bbbba7;
    padding:4px;
    border:1px solid #999999;
	}

/* ======================== Layout Elements ======================== */

#wrapper { 
	margin: 0 auto;
	width: 960px;
}
#Main {
	background: url(images/column_repeater_main.gif);
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#faux {
	background: url(images/column_repeater.gif);
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#fauxwide {
	background-color: #fff;
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	width: 960px;
	height: 133px;
	background: url(images/banner.png) no-repeat;
	position: relative;
}
#Emergency {
    position: absolute;
	right: 28px;
    top: 40px;
	background: url(images/emergency.png);
	height: 33px;
	width: 125px;
}
#Emergency a {
    height: 33px;
    width: 125px;
    display: block;
}
#Address {
	position: absolute;
	left: 302px;
	top: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: .8em;
	line-height: 1.4em;
}

/* ========================== Main Menu ========================== */

.horizontalcssmenu {
    position: absolute;
    right: 0;
    bottom: 0;
}

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 77px; /*Width of top level menu link items*/
	padding: 2px 8px;
	text-decoration: none;
	background-color: #337fa9;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 98px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 8px;
	background: #337fa9;
}

.horizontalcssmenu ul li a:hover{
	background-color: #0083ca;
}

.horizontalcssmenu ul li ul li a:hover{
	background-color: #0083ca;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }

/* ========================== Main Index Navigation ========================== */

#IndexNavWrapper {
	position: relative;
	width: 424px;
	left: 20px;
	top: 270px;
}

.IndexNavOne {
	float: left;
	display: block;
	background-image: url(images/mainlinks_directions.png) no-repeat;
	width: 117px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin: 0 12px;
	clear:both;
}
.IndexNavTwo {
	float: left;
	display: block;
	width: 117px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin: 0 12px;
}
.IndexNavThree {
	float: left;
	display: block;
	width: 117px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin: 0 12px;
}

/* ======================= Breadcrumb Navigation ======================== */

.BreadcrumbNav {
	position: absolute;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	color: #005f93;
	text-decoration: none;
	margin: 15px 0 0 12px;
}
.BreadcrumbNav a {
	text-decoration: none;
	color: #005f93;
}

/* ========================= Columns and Panels ========================= */

#LeftPanelMain {
    float: left;
	height: 574px;
	width: 495px;
	background: url(images/main_leftpanel.jpg) no-repeat;
}
#RightPanelMain {
	float: right;
	height: 574px;
	width: 465px;
	background: url(images/photo_roll.gif) no-repeat;
	background-color: #f2eee0;
}
.MainCopy {
	display: inline;
}
.MainCopy h1 {
	padding: 4px 90px 0 24px;
}
.MainCopy p {
	padding: 0 90px 0 24px;
}
#LeftPanel {
    float: left;
	height: 281px;
	width: 495px;
}
#RightPanel {
	float: right;
    height: 281px;
	width: 465px;
}
#LeftColumnMain { 
	display: inline;
	color: #333;
	width: 417px;
	padding: 0px;
	float: left;
}
#RightColumnMain { 
	position: relative;
	display: inline;
	float: right;
	color: #333;
	width: 543px;
	padding: 10px;
}
#leftcolumn { 
	display: inline;
	color: #333;
	padding: 0px;
	width: 284px;
	float: left;
}
#rightcolumn { 
	position: relative;
	float: right;
	display: inline;
	color: #333;
	width: 656px;
	padding: 10px;
}
#centrecolumn { 
	display: inline;
	color: #fff;
	margin: 10px 26px 0 26px;
	width: 908px;
	float: left;
}
#WidePanel {
    float: left;
	width: 960px;
	height: 50px;
}

/* =========================== Misc =========================== */

#VideoContainer {
	postion: absolute;
	float: left;
	display: inline;
	width: 650px;
	margin: 0 0 12px 0;
}
#BioImages {
	float: left;
	margin: 8px 8px 18px 0;
}
#BottomPets { 
	width: 960px;
	height: 128px;
	color: #333;
	background: url(images/bottom_pets.jpg) no-repeat;
}
#BottomPetsWide { 
	width: 960px;
	height: 128px;
	color: #333;
	background: url(images/bottom_pets_wide.jpg) no-repeat;
}
.spacer {
	margin: 12px 0 0 0;
}
/* ========================== Footer ========================== */

#footer { 
	width: 960px;
	clear: both;
	font-size: 0.8em;
	color: #5b4f48;
	text-align: center;
	background: #bbbba7;
	padding: .3em 0;
}
.clear { clear: both; background: none; }

/* ====================== Photo Gallery ====================== */

.gallerycontainer{
position: relative;
height: 500px;
width: 600px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #337fa9;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f2efe0;
padding: 4px;
visibility: hidden;
color: black;
font-size: 0.8em;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 224px; /*position where enlarged image should offset horizontally */
z-index: 50;
}