'------------------------------------------
' Project:  Healdsburg Animal Shelter
' Website:  HealdsburgShelter.org
'------------------------------------------
' $LastChangedBy: KRECK\sandra $
' $LastChangedDate: 2005-10-13 16:35:25 -0700 (Thu, 13 Oct 2005) $
' $Rev: 23 $
' $URL: http://Humbug:8080/svn/Healdsburg%20Animal%20Shelter/Trunk/site/includes/CSS/main.css $
'------------------------------------------


hr {
	color: #9B410E;
	height: 1px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #9B410E;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #9B410E;
}
td {
	font-size: 12px;
}
/*.bg0 {
	background-color: #F6F4E7;
}
.bg1 {
	background-image: url(images/bg1.gif);
}
.bg2 {
	background-image: url(images/bg2.gif);
}
.bg3 {
	background-image: url(images/bg3.gif);
}
.bg4 {
	background-image: url(images/bg4.gif);
}*/
.bg0 {
	background-color: #F6F4E7;
}
.bg1 {
	background-color: #879E56;
}
.bg2 {
	background-color: #503C5E;
}
.bg3 {
	background-color: #3D2E48;
}
.bg4 {
	background-color: #9B410E;
}
.bgdog {
	background-color: #3D2E48;
	background-image: url(../../images/bgdog.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgrabbit {
	background-color: #F6F4E7;
	background-image: url(../../images/bgrabbit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 65px;
	padding-bottom: 65px;
}
.header {
	font-size: 13px;
	color: #EBE0C2;
	text-align: right;
}
.header a {
	color: #FBAD23;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline
}
.headerborder {
	border-top: 10px solid #879E56;
	border-right: 10px solid #879E56;
	border-bottom: 15px solid #879E56;
}
.nav {
	padding: 0px 10px;
}
.title {
	padding-top: 30px;
	padding-left: 25px;
}
.content {
	font-size: 13px;
	/*padding-right: 25px;
	padding-left: 40px;*/
	padding: 0px 40px;
}
.content a, .footer a {
	font-weight: bold;
	color:#6E4989;
	text-decoration: none;
}
.content a:hover, .footer a:hover {
	color:#503C5E;
	text-decoration: underline;
}
.footer {
	font-size: 12px;
}
.hilite {
	background-image: url(../../images/bg3.gif);
	border: 1px solid #FBAD23;
}
.hilitetext {
	font-size: 13px;
	font-weight: bold;
	color: #FBAD23;
	background-image: url(../../images/hilite_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #3D2E48;
	padding: 5px 5px 5px 18px;
	text-align: center;
}
.hilitetext a {
	color: #FBAD23;
}
.swthrt {
	font-size: 13px;
	font-weight: bold;
	color: #FBAD23;
	padding: 8px 5px 8px 12px;
	text-align: center;
	background-image: url(../../images/swthrt_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #9B410E;
	text-align: center;
}
.cartbutton{
	font-size: 10px;
	color:#503C5E;
	background-color: #F4EFDA;
	border: 1px solid;
	border-color: #9B410E;
}
body {
	background-color: #F6F4E7;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#root-home #content-hilite {
	display:none;
}
