/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Nav Layout
	- Middle Layout
	- Footer Layout
	- Contact Page Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/striped-background.jpg) top left repeat-x;
	background-color: #636;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

a img {
	border: 0;
}

hr {
	height: 1px;
	border: 0;
	color: #913939;
	background: #913939;
	margin: 0 20px 10px 3px;
}

img.imgleft {
	float: left;
	margin: 0 14px 6px 0;
}

img.imgright {
	float: right;
	margin: 0 17px 6px 14px;
}

/* Typography
--------------------------------------------------------------------------------------- */
p, ul {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 31px 12px 14px;
}

p.intro {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}

ul li {

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	color: #913939;
	margin: 16px 20px 6px 3px;
	border-bottom: solid 1px;
	padding-bottom: 4px;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 10px 0 14px;
	font-weight: bold;
}

h3 {

}

a, a:link, a:active {
	color: #636;
}

a:visited {
	color: #825a82;
}

a:hover {
	color: #913939;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 820px;
	height: 148px;
	background: url(../img/header-bg.png) top left no-repeat;
	padding: 1px 0;
}

* html #header { background: url(../img/ie6/header-bg.gif) top left no-repeat; }

#logo {
	width: 252px;
	height: 115px;
	margin: 24px 0 0 36px;
	float: left;
	display: inline;
}

* html #logo a {
	display: block;
	width: 252px;
	height: 115px;
	background: url(../img/ie6/animalwellness-logo.gif) top left no-repeat;
}

* html #logo img {
	display: none;
}

#header address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	margin: 40px 50px 0 0;
	font-weight: bold;
	font-style: normal;
	color: #933;
}

/* Nav Layout
--------------------------------------------------------------------------------------- */
#sidebar {
	width: 227px;
	float: left;
}

#navtop {
	width: 190px;
	background: url(../img/nav-top.jpg) top left no-repeat;
	padding: 16px 0;
}

#navbottom {
	width: 190px;
	background: url(../img/nav-bottom.jpg) bottom left no-repeat;
}

#nav {
	width: 190px;
	background: url(../img/nav-middle.jpg) top left repeat-y;
	margin: 0 0 0 37px;
	float: left;
	display: inline;
}

#nav ul {
	list-style: disc;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #e5d283;
	list-style: none;
	margin: 0 7px;
	border-top: solid 1px #e5d283;
}

#nav ul li {
	border-bottom: solid 1px #e5d283;
	text-decoration: none;
	width: 176px;
}

#nav ul li a {
	display: block;
	padding: 5px 10px;
	width: 156px;
	text-decoration: none;
	color: #e5d283;
}

#nav ul li a.current {
	background: #636;
}

#nav ul li a:hover {
	background: #a65f4a;
}

#ahaa {
	margin: 0 0 0 37px;
	display: block;
}

/* Middle Layout
--------------------------------------------------------------------------------------- */
#topfade {
	width: 820px;
	background: url(../img/top-shadow.png) top left no-repeat;
}

* html #topfade {
	background: url(../img/ie6/top-shadow.gif) top left no-repeat;
}

#content {
	width: 820px;
	background: url(../img/body-bg.png) top left repeat-y;
}

* html #content {
	background: url(../img/ie6/body-bg.gif) top left repeat-y;
}

#text {
	margin: 0 0 0 246px;
	padding: 1px 0;
	width: 537px;
}

#text:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#text.facility img {
	margin-bottom: 10px;
}

#hours {
	width: 260px;
	background: url(../img/home/hours-table.jpg) top left no-repeat;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

#hours td {
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
}

#hours th {
	font-weight: normal;
	text-align: left;
	width: 90px;
	vertical-align: middle;
	padding: 14px 0 14px 14px;
}

#gallery {
	width: 514px;
	margin: 0 20px 0 3px;
	border: none;
}

#gallery td {
	vertical-align: bottom;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	line-height: 18px;
}

#gallery td p {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

#gallery img {
	border: solid 1px #913939;
}

p.letters {
	text-align: center;
	margin: 0 20px 0 0;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 820px;
	background: url(../img/footer-bg.png) top left no-repeat;
	padding: 1px 0;
}

* html #footer {
	background: url(../img/ie6/footer-bg.gif) top left no-repeat;
}

#footer p {
	margin: 24px 0 10px 0;
	text-align: center;
	color: #e5d283;
	font-size: 10px;
}

/* Contact Page
--------------------------------------------------------------------------------------- */
.required {
	color: #ed5623;
}

.tip {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-left: 80px;
}

#contact {
	width: 410px;
	padding: 10px 0;
	margin: 0;
}

#contact p label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 10px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	display: inline;
	width: auto;
	padding-right: 5px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 12px;
}

#realname, #email {
	width: 250px;
}


#PHONE, #FAX {
	width: 100px;
}


#MESSAGE {
	width: 400px;
}

p.company {
	display: none;
}

#contact fieldset {
	width: 250px;
	margin: 0;
	padding: 0;
	border: none;
}

#contact fieldset legend {
	color: #000;
}

p.How-To-Contact label {
	width: auto;
	margin: 2px 6px 0 0;
}

p.submit {
	margin: 8px 0 0 0;
}

p.submit input {
	font-weight: bold;
	font-size: 14px;
	width: 80px;
}

