body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#framecontentLeft{
	position: absolute;
	top: 115px;
	left: 0;
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: white;
	color: #000000;
}

#framecontentRight{
	position: absolute;
	top: 115px;
	left: auto;
	right: 0;
	width: 150px; /*Width of right frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	color: #000000;
}

#maincontent{
	position: absolute;
	top: 115px;
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 150px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: auto;
	background: #fff;
	height: 100%;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 150px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%;
}
/*---------------------------------------------------------------------------------------------*/
#header1 {
	background-color: #2B4F8B;
	top: 0px;
	width: 100%;
	position:absolute;
	height: 95px;
	visibility: visible;
	left: 0px;
}
#flash {
	right: 0px;
	position: absolute;
	top: 0px;
}
#hdr1_txt1_ln1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 2em;
	top: 15px;
	width: 260px;
	text-align: left;
}

#hdr1_txt1_ln2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	width: 260px;
	left: 4em;
	position: absolute;
	top: 50px;
	text-align: center;
}
#header2 {
	background-color: #223F70;
	top: 95px;
	height: 20px;
	position: absolute;
	width: 100%;
}
#hdr2_txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	left: 4em;
	position: absolute;
}
#hdr2_txt2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	right: 4em;
	position:absolute;
	top: 0px;
}
#section_title {
	background-color:#990000;
	font-size: 16px;
	font-weight: bold;
	text-indent: 5px;
}#maincontent .innertube p {
	text-align: center;
}
#footer1 {
	position: absolute;
	top: 590px;
	width: 100%;
	left: 200px;
}
#maincontent .innertube #privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.coupon {
	padding: 10px;
	margin: 10px 25px 10px 25px;
	border: dashed #ccc;
	border-width: 1px;
	text-align: center;
	line-height: 24px;}
	.coupon span {
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-align: center;}
	.coupon .special {
		font-size: 14px;}
	.coupon .type {
		font-size: 18px;}
		div#content {
	float: left;
	width: 420px;
	padding: 0 0 20px 0;
	background: url("images/content_bg.gif"/*tpa=http://www.homecentraltn.com/images/content_bg.gif*/) top left no-repeat;}
	#content h1 {
		font-size: 18px;
		font-weight: bold;
		padding: 10px;
		text-transform: uppercase;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 10px;}
	#content h2 span {
		font-weight: normal;
		font-size: 12px;}
	#content h2.call {
		text-align: center;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		background: url("images/bullet.gif"/*tpa=http://www.homecentraltn.com/images/bullet.gif*/) left center no-repeat;}
		
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}
/*-----Vertical Main Menu----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
/*border: 1px solid black;*/
}

.markermenu li a{
background: white url(images/arrow-list.gif) no-repeat 2px center;
font: bold 13px 
font-family: Arial, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
/*-----Horizontal Menu in Footer---------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	font: bold 100% Tohoma;
	width: 100%;
	background-color: white;
	border-bottom: none;
	border-top: 1px solid #000000;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #ffe84f;
}
