@charset "utf-8";
.body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #781716;
	text-align: left;
}
.bodybold {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.bodyItalic {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.captionbold {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.subtitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9A9A9A;
	text-align: center;
}
.titleItalic {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #781716;
	text-align: left;
}
.titleItalicCenter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #781716;
	text-align: center;
}
.bodyboldcenter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.subtitlecenter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9A9A9A;
	text-align: left;
}
.bodyItaliccenter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

/* Contact page containers */

.contactBox {
	width: 689px;
	height: 400px;
	background: url(Images/Map-Large.gif) no-repeat;
	position: relative;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
}
.contactInfo {
	width: 171px;
	position: relative;
	float: right;
	display: block;
	padding: 10px 10px 0px 0px;
}
.contactHours {
	width: 155px;
	position: absolute;
	top: 195px;
	left: 0px;
	display: block;
	padding: 0px 10px 10px 10px;
}
.contactParking {
	width: 200px;
	position: absolute;
	top: 345px;
	left: 270px;
	display: block;
	padding: 10px 10px 0px 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.contactColdnoses {
	width: 220px;
	position: absolute;
	/*top: 280px;*/
	bottom: 10px;
	left: 10px;
	display: block;
	padding: 10px 10px 10px 10px;
	background: url(Images/ContactCNbg.gif) top right;
	border: #9a9a9a dashed;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

/* Cold Noses Contact page containers */

.contactBoxCN {
	width: 689px;
	height: 450px;
	background: url(Images/MapColdNoses.gif) no-repeat;
	position: relative;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
}
.contactInfoCN {
	width: 190px;
	position: relative;
	float: right;
	display: block;
	padding: 10px 75px 0px 0px;
}
.contactHoursCN {
	width: 250px;
	position: absolute;
	top: 220px;
	right: 0px;
	display: block;
	padding: 0px 10px 10px 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #781716;
	text-align: center;
}
.contactParkingCN {
	width: 200px;
	position: absolute;
	top: 315px;
	left: 100px;
	display: block;
	padding: 10px 10px 0px 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.contactGeronimos {
	width: 220px;
	position: absolute;
	/*top: 280px;*/
	bottom: 10px;
	right: 10px;
	display: block;
	padding: 10px 10px 10px 10px;
	background: url(Images/ContactGeronimosbg.gif) top right;
	border: #9a9a9a dashed;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: left;
}