body {
	margin: 0px;
	padding: 0px;
	background-color: #98CAFD;
}
.mainPageTbl, .inPageTbl {
	width: 100%;
	height: 100%;
}
.mainPageTD {
	width: 100%;
}
.topBar {
	width: 100%;
	background-image: url(structure/top_repeater.jpg);
	background-repeat: repeat-x;
}
.navMenu {
	width: 100%;
	background-image: url(structure/Menu_Repeater.jpg);
	background-repeat: repeat-x;
}
.mainContentTD {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.mainFooterTD {
	width: 100%;
}
.contentTD {
	width:100%;
	height:100%;
	vertical-align: top;
}
.contentDiv {
	vertical-align: top;
	height: 95%;
	width: 95%;
}
.bigRed {
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: red;
}
.hotDealsContent {
	width: 233px;
	background-image: url(structure/hotdeals_repeater.jpg);
	background-repeat: repeat-y;
}
/*.hotDealsContentContact {
	width: 233px;
	height:150px;
	background-image: url(structure/hotdeals_repeater.jpg);
	background-repeat: repeat-y;
}*/
.footTbl {
	width: 100%;
	background-image: url(structure/footer_repeater.jpg);
	background-repeat: repeat-x;
}
.contentTblInt, .contentFrame {
	width:100%;
	height:100%;
}
.frameTopLeft {
	background-image: url(structure/Frame/chuFrameTopLeft.jpg);
	background-repeat: no-repeat;
}
.frameTopCenter {
	background-image: url(structure/Frame/chuFrameTopRepeat.jpg);
	background-repeat: repeat-x;
}
.frameTopRight {
	background-image: url(structure/Frame/chuFrameTopRight.jpg);
	background-repeat: no-repeat;
}

.frameMiddleLeft {
	height:100%;
	background-image: url(structure/Frame/chuFrameLeftRepeat.jpg);
	background-repeat: repeat-y;
}
.frameMiddleCenter {
	height: 100%;
	width: 100%;
	vertical-align: top;
	background-color: white;
}
.frameMiddleRight {
	height:100%;
	background-image: url(structure/Frame/chuFrameRightRepeat.jpg);
	background-repeat: repeat-y;
}

.frameBottomLeft {
	background-image: url(structure/Frame/chuFrameBottomLeft.jpg);
	background-repeat: no-repeat;
}
.frameBottomCenter {
	background-image: url(structure/Frame/chuFrameBottomRepeat.jpg);
	background-repeat: repeat-x;
}
.frameBottomRight {
	background-image: url(structure/Frame/chuFrameBottomRight.jpg);
	background-repeat: no-repeat;	
}
.pageTitle {
	font-family: arial;
	font-size: 22px;
	color: Red;
	font-weight: bold;
}
.popBoxInfo {
	background-color: White;
	border: 2px solid Black;
	/*border-top: 5px solid Black;*/
	width: 230px;
	text-align: center;
}
.popBoxHdr {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.popBoxTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.padThs {
	margin: 5px;
}
#mapPop {
	position:absolute;
	overflow:hidden;
	visibility: hidden;
	z-index:999;
}
.mapPopTbl {
	width: 150px;
}
.popBoxServ {
	font-style: normal;
	font-size: 10px;
}

.bigInfoBox {
	
	width: 400px;
	height: 300px;
	border: 2px solid black;
}
.bigInfoBox td {
	vertical-align: top;
}
.bigInfoBox div {
	margin: 10 10 10 10;
	
}
.bigInfoBox div .bigInfoBoxHdr{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.bigInfoBox div .bigInfoBoxTxt {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 105%;
}