/*acadia_style.css
Created by Richard Murray
for www.acadia-vet.com*/

body {font-family: "Times New Roman", "Times", serif; color: #000000; text-align: left}

h2 {font-size: 2em}
.big {font-size: 1.4em}
.bigger {font-size: 1.2em}

.center {text-align: center}
.right {text-align: right}
.underscore{text-decoration: underline}

ul.none {list-style-type: none}
ul.upper-roman {list-style-type: upper-roman}
ul.circle{list-style-type: circle}
ul.disc{list-style-type: disc}
ul.square{list-style-type: square}

#left a:link {color: #000000; text-decoration: none}
#left a:hover{color: #000000; text-decoration: none}
#left a:visited{color: #000000; text-decoration: none}

a:link{color: #000062}
a:hover{color: #000062; text-decoration: none}
a:visited{color: #500050}

.link {color: #000062}
.visitedlink {color: #50050}

div#left
{
position: absolute;
float: left;
height: 100%;
width: 25%;
margin-left: -3%;
font-size: 1.5em;
}

div#noscript
{
position: absolute;
float: left;
height: 100%;
width: 25%;
margin-left: 1%;
}

div#right
{
position: absolute;
float: left;
height: 100%;
width: 70%;
margin-left: 25%;
margin-right: 5%;
}

div#centre
{
position: relative;
float: left;
width: 50%;
margin-top: 0%;
margin-left: 37.5%
}

div#devmessage
{
position: absolute;
float: left;
width: 100%;
margin-top: 43%;
}

#left li {margin-bottom: 5%}
#left li.close {margin-bottom: 0%}

table.hours
{
border-collapse: separate;
border-spacing: 5px 5px
}
td.caption
{
text-align: center;
font-size: 1.5em;
font-weight: bold;
}