/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color:#dcdddf;
}
div#wrap {

}
h1, h2, h3, h4 {
	font-family: 'Prata', serif;
	font-weight: normal;
}
div#navigation {
	height: 24px;
	margin-bottom: 4px;
}
#navigation ul li {
	border-right: 1px solid #C83237;
	float: left;
	display: inline;
}
#navigation ul li a {
	background-color: #EE1C24;
	color: #fff;
	font-size: 13px;
	display: block;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	text-align: center;
}
#navigation ul li a:hover {
	background-color: #A01225;
}
#navigation ul li a.tips {
	width: 220px;
}
#navigation ul li a.special {
	width: 182px;
}
#navigation ul li a.corporate {
	width: 275px;
}
#navigation ul li a.about {
	width: 136px;
}
#navigation ul li a.contact {
	width: 146px;
}
/** body styles to determine placeholders in nav **/
body#tips_for #navigation ul li a.tips, body#special_services #navigation ul li a.special, body#corporate_location #navigation ul li a.corporate, body#about_us #navigation ul li a.about, body#contact_us #navigation ul li a.contact {
	background-color: #595758
}
div#hpanim {
	height: 212px;
	overflow:hidden;
	width:972;
}
.clearboth {
	clear: both;
}
#shortanim {
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}
div#content {
	background-color: #E7E7E7;
	background-image: url(gbk.gif);
	background-repeat: repeat;
	height: 300px;
	overflow: hidden;
}
#content h1, div#content h1 {
	font-size: 20px;
	margin: 11px 0 15px 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #888;
}
div#content div h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
div#content div p {
	margin-bottom: 12px;
}
div#content div p span {
	font-weight: 700;
}
.contactustab {
	float: left;
	display: inline;
	width: 470px;
}
.contactustab th {
	text-align: left;
	vertical-align: top;
	width: 55px;
	padding: 3px 0;
}
.contactustab td {
	padding: 3px 0;
}
.locateus {
	color: #000;
	text-decoration: none;
}
.locateus:hover {
	color: #000;
	text-decoration: underline;
}

