@charset "UTF-8";
body {
	background: #CCCCCC;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
#container  {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	height: 99%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#indexHeader   {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000066;
	height: 120px;
	background-image: url(images/index_hdr_bkgnd.gif);
}
#logo  {
	float: left;
}
#address {
	font-size: 12px;
	text-align: right;
	color: #FFEB99;
	font-style: normal;
	padding-top: 33px;
	line-height: normal;
}
#phone {
	font-size: 24px;
	text-align: right;
	color: #FFEB99;
	font-style: normal;
	padding-top: 22px;
	line-height: normal;
	font-weight: bold;
}
#nav {
	background-color: #babbd0;
	background-image: url(images/nav_bkgnd.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 45px;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 26px;
}
#indexContent  {
	background-image: url(images/index_content_hdr.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 100%;
}
#indexIntro {
	padding-top: 120px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 288px;
}
#weOffer {
	text-align: center;
	font-size: 12px;
	color: #333333;
}
#footer {
	background-image: url(images/footer_bkgnd.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	padding-right: 35px;
	padding-left: 35px;
	bottom: 0px;
	display: block;
	vertical-align: bottom;
	background-position: bottom;
	height: 60px;
}
#footerLinks {
	text-align: center;
	font-size: 12px;
	vertical-align: text-bottom;
	padding-top: 15px;
}
#subHeader {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000066;
	height: 90px;
	background-image: url(images/sub_hdr_bkgnd.gif);
}
#subLogo {
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}
#subAddress {
	font-size: 12px;
	text-align: right;
	color: #FFEB99;
	font-style: normal;
	padding-top: 24px;
	line-height: normal;
}
#subPhone {
	font-size: 18px;
	text-align: right;
	color: #FFEB99;
	font-style: normal;
	padding-top: 10px;
	line-height: normal;
	font-weight: bold;
}
#subContent {
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	height: 100%;
}
#aboutusContent {
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	height: 100%;
	background-image: url(images/headline_we_are_the_animal_drs.gif);
	background-position: -7px -3px;
	background-repeat: no-repeat;
}
#locationContent {
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	height: 100%;
	background-image: url(images/headline_how_to_find_us.gif);
	background-position: -7px -3px;
	background-repeat: no-repeat;
}
#hoursContent {
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	height: 100%;
	background-image: url(images/headline_hours.gif);
	background-position: -7px -3px;
	background-repeat: no-repeat;
}
#subContentindent {
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
	height: 100%;
	padding-left: 60px;
}
