@charset "utf-8";
body {
	background-image: url(bkgrd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #bbbbbb;
}
a:link {
	color: #163d50;
}
a:active {
	color: #163d50;
}
a:visited {
	color: #163d50;
}
a:hover {
	color: #bababa;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	height: 100%
}
.logo {
	margin-top: 18px;
	float: left;
}
.head-shot {
	float: left;
	margin-top: 26px;
	margin-left: 58px;
	margin-right: 5px;
}
.head-name {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-top: 48px;
	color: #FFFFFF;
	text-align: center;
}
.agent {
	font-weight: normal;
	font-style: italic;
}
.phone {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	float: right;
	color: #FFFFFF;
	margin: 55px 20px 0 0;
}
#body-wrap {
	background: url(images/body-bkgrd.gif) repeat-y;
	height: 100%;
}
.body-main {
	padding: 8px 10px 5px 25px;
	float: left;
	width: 638px;
	height: 100%;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 30px;
}
.body-column {
	float: right;
	margin: 5px 15px 0 0;
	width: 235px;
	padding: 0
}
.body-column li {
	padding: 0;
	margin: 0
}
ul.services {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #163d50;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal
}
.bold {
	font-weight: bold
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:center;
}
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.bottomtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
.hours {
	text-align: center;
	margin-right: 15px;
}
.payment {
	margin-right: 15px;
	border: 2px solid #265778;
	padding: 7px;
}
.payment input[type="text"] {
	padding: 6px;
}
.btn {
	background-color: #265778;
	color: #fff;
	border: none;
	padding: 10px 14px;
	text-align: center;
	margin: 4px auto 3px auto;
	font-size:14px;
}
a.btn {color:#fff;text-decoration:none;font-family:Arial, Helvetica, sans-serif;}