img, div {
	behavior: url(iepngfix.htc)
}
body {
	background: url(../Images/BackTile.jpg) repeat-x #fff;
	font-family: Arial, Helvetic, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0px;
	padding: 0px;
}
p {
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
a {
	color: #c42026;
}
a:hover {
	color: #03837a;
}
.bold {
	font-weight: bold;
}
.tiny {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.normal {
	font-size: 12px;
}
.large {
	font-size: 14px;
}
.exLarge {
	font-size: 16px;
}
.megaLarge {
	font-size: 18px;
}
.black {
	color: #000
}
.dkGrey {
	color: #444;
}
.white {
	color: #fff;
}
.red {
	color: #c42026;
}
.orange {
	color: #e36b46;
}
.ltOrange {
	color: #ee9039;
}
.green {
	color: #54791a;
}
.ltGreen {
	color: #88c400;
}
.teal {
	color: #03837a;
}
.ltTeal {
	color: #00b8c0;
}
.yellow {
	color: #ffffa7;
}
.siteContainer {
	margin: auto;
	width: 750px;
}
.topEdge {
	margin: auto;
	width: 750px;
}
.banner {
	clear: both;
	background: url(../Images/Banner.png) no-repeat;
	margin: auto;
	width: 750px;
	height: 237px;
}
.banner .menu {
	float: right;
	padding-right: 15px;
	margin-top: 14px;
}
.banner .menu a {
	margin-right: 20px;
}
.bodyContainer {
	margin: auto;
	background: url(../Images/BodyTile.jpg) repeat-y;
	width: 750px;
}
.bodyContainer .innerBkgrd {
	background: url(../Images/BkgrdPassportStamp.jpg) no-repeat;
	width: 750px;
	min-height: 490px;
	padding: 15px 0px 15px 0px;
	overflow: hidden;
}
* html .bodyContainer .innerBkgrd {
	height: 490px;
	padding: 15px 0px 15px 0px;
	overflow: visible;
}
.ltCol {
	float: left;
	width: 129px;
	padding: 0px 20px 0px 20px;
}
.midCol {
	float: left;
	width: 410px;
}
form {
	margin: 0px;
	padding: 0px;
}
#freeQuoteForm input {
	margin: 0px;
	padding: 0px;
}
#freeQuoteForm td {
	padding-bottom: 5px;
}
#freeQuoteForm .inputShort {
	background: #fff;
	border: 1px solid #999;
	width: 128px;
	height: 16px;
}
#freeQuoteForm .inputLong {
	background: #fff;
	border: 1px solid #999;
	width: 406px;
	height: 16px;
}
*:first-child+html #freeQuoteForm .inputLong {
	width: 405px;
}
* html #freeQuoteForm .inputLong {
	width: 405px;
}
#freeQuoteForm .textArea {
	background: #fff;
	border: 1px solid #999;
	width: 408px;
	height: 64px;
}
*:first-child+html #freeQuoteForm .textArea {
	width: 406px;
}
* html #freeQuoteForm .textArea {
	width: 406px;
}
.rtCol {
	float: left;
	width: 170px;
}
* html .rtCol {
	float: left;
	width: 169px;
}
.logos {
	margin-bottom: 10px;
}
.L2Content {
	float: left;
	width: 560px;
	padding-right: 20px;
}
* html .L2Content {
	width: 560px;
}
.L2Content p {
	line-height: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #c42026;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.footer {
	margin: auto;
	background: url(../Images/Footer.jpg) no-repeat;
	width: 750px;
	height: 72px;
}
.footer .menu {
	font-size: 12px;
	color: #00b8c0;
	text-align: center;
	padding-top: 15px;
}
.footer .menu a {
	color: #00b8c0;
	text-decoration: none;
}
.footer .menu a:hover {
	color: #de4a60;
}
.footer .copyright {
	font-size: 11px;
	color: #016d72;
	text-align: center;
	margin-top: 10px;
}
#vacationTable {
	background: #444;
	font-size: 11px;
}
#vacationTable th {
	background: #ffffa7;
}
#vacationTable td {
	background: #fff;
}
#vacationTable .checkbox {
	width: 10px;
	height: 10px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}