/*
	Animal Care Hospital Site CSS
	
	Deployed 2007 by max thom stahl
*/

* {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 12px;
	line-height: 17px;
}

img {
	border: none;
}

body {
	background-image: url(../images/background.gif);
}

p {
	font-family: Georgia, Times, Serif;
	color: #333;
	padding-bottom: 12px;
        line-height: 17px;
        font-size: 12px;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
        color: #742F2F;
}
.grey {
	color: #666;
}
.greybar {
	background-color: #ccc;
	height: 5px;
}

table.hourstbl td {
	font-size: 13px;
	line-height: 20px;
}
table.hourstbl td b {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}

input {
	font-family: Georgia, Times;
	width: 100px;
	height: 15px;
	color: #666;
	font-style: italic;
	font-size: 13px;
        line-height: 120%;
}

h3 {
	font-family: Georgia, Times;
	font-size: 17px;
	line-height: 17px;
	color: #742F2F;
	font-weight: normal;
        line-height: 200%;
}
h3 i {
	font-size: 15px;
}

ul {
	margin-bottom: 15px;
}
ul li {
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;
	background-image: url(../images/cdot.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

#mainbody {
	width: 730px;
	padding: 27px 30px 15px 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;
	text-align: left;
     
}

#leftcol {
	width: 170px;
	float: left;
}

#contentarea {
	width: 558px;
	float: left;
}
