/* Structure */
body {
	background-color: #ecf4f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#container {
	background-color: #d5e6ef;
	border: 1px solid #d5e6ef;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 0px auto;
	padding: 15px;
	width: 960px;
}

/*
div#table {
	display: table;
}
	*/

td.content {
/*	display: table-cell; */
	margin-top: 0px;
	vertical-align: top;
	width: 740px;
}

td#nav {
/*	display: table-cell; */
	margin-top: 0px;
	padding-right: 20px;
	vertical-align: top;
	width: 200px;
}

td#nav ul {
	margin-left: 0px;
	margin-top: 120px;
	padding-left: 10px;
	font-variant: small-caps;
}

td#nav ul a {
	text-decoration: none;
}

td#nav ul a:link {
	color: teal;
}

td#nav ul a:visited {
	color: teal;
}

td#nav ul a:hover {
	color: blue;
}

td#nav ul a:active {
	color: green;
	text-decoration: underline;
}

td#nav ul li {
	list-style-type: none;
	text-indent: -10px;
	padding-left: 10px;
	padding-bottom: 1.5em;
}

td#nav ul li:hover {
	color: blue;
	list-style-type: square;
}

td#nav ul li.current:hover {
	color: black;
	list-style-type: none;
}

footer {
	font-size: 12px;
	margin-left: 220px;
	padding-top: 10px;
	text-align: center;
}

/* Elements */
a {
	text-decoration: none;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: teal;
}

a:active {
	color: green;
	text-decoration: underline;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, AppleGothic, "Nimbus Sans L", sans-serif;
	font-weight: normal;
}

td.content h1:first-child {
	border-bottom: 1px solid blue;
	color: blue;
	font-size: 27px;
	margin: 0px auto 10px;;
	text-align: center;
	text-shadow: 0px 2px 3px #555;
	width: 60%;
}

td.content h3 {
	font-size: 16px;
	font-style: italic;
}

td.content h4 {
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

/* IDs */
p#toplogo {
	margin: 0px;
	text-align: center;
}

table#fees th {
	text-align: right;
}

td#dogs div.captioned-image, td#facilities div.captioned-image {
	margin-bottom: 1em;
}

/* Classes */
img.bordered-image {
	border: 2px solid black;
}

.left-align {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right-align {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.no-top-margin {
	margin-top: 0px;
}

div.captioned-image {
	background-color: #ecf4f8;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	padding: 4px;
	text-align: center;
}

div.captioned-image p.caption-text {
    font-size: 11px;
	font-style: italic;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    }
