/* Fetch Locations Format Style Sheet

Title: 		locations.css
Description: 	This file declares the styles and positions
			for the normal fetchpetcare.com tempalte, namely
			one with a 3-column content area

Author:       Greg Phillips
Copyright:    2005 Clariscope Creative
Created:      22 March 2005
Last Update:  22 March 2005
*/

h1 {
		font-size: 14pt;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
}

h3 {
		margin: 2px 0 10px 0;
		color: red;
		text-align: center;
}

h4 {
		font-size: 10pt;
		margin: 2px 0 10px 0;
		color: #000099;
}

a.location_link:link {
	
	font-size:11px;
	font-style: normal;
	text-decoration: underline;
}
a.location_link:visited {
	color: #5172c5;
	font-size:11px;
	font-style: normal;
	text-decoration: underline;
}
a.location_link:hover {
	background-color:#FFCC00;
	color: #5172c5;
	font-size:11px;
	font-style: normal;
	text-decoration: underline;
}

.hdr1, .hdr2, .hdr3, .hdr4, .hdr5 {
		background: #a0c3fe;
		font-weight: bold;
		vertical-align: bottom;
		color: white;
		border: solid 1px black;
		border-right: none 1px black;
}

.hdr5 { 	border-right: solid 1px black; }

.hdr2, .hdr4, .hdr5 {
		text-align: center;
}

.col1, .col2, .col3, .col4, .col5 {
		width: 27%;
		vertical-align: middle;
		border-left: solid 1px black;
		border-right: none 1px black;
}

.col5 { 	border-right: solid 1px black; }
.col1 {
		width: 31%;
		border-right: none 1px black;
}

.col2, .col4, .col5 {
		text-align: center;
		width: 25%;
}


#copyright {
			width: 78%;
}
.search_title {
		background: #a0c3fe;
		border-bottom: solid 2px black;
		font: 10pt "Tahoma", "Arial", "Verdana", san-serif;
		padding: 1px 0 2px 0;
		font-weight: bold;
		vertical-align: middle;
		color: white;
		text-align: center;	
		width: 27%;
}

.search_hdr {
		background: #a0c3fe;
		font-weight: bold;
		vertical-align: middle;
		color: white;
		text-align: center;
		width: 27%;
}


.search_col {
		vertical-align: middle;
		text-align: center;
		border: solid 2px black;
		
}

.gm {
		font-weight: bold;
		text-align: center;
}

.area {
		font-weight: bold;
		margin: 0 0 0 0;
		text-align: center;
}

#closewin {
		position: absolute;
		right: 100px;
		bottom: 0;
}



