/* standard elements */
html {min-height: 100%;}

* {
}

.tdseperator {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
		
	}

.calltracker{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
.disabled {
	background-color:#D3E3EE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a {color: #048;}

.linkapply {;
	text-decoration: underline;
	font-size: 10px;
	color: #333;
	width: 45%;
}

a:hover {color: #06C;}

body {
	background: #9d9a78;
	color: #444;
	font: normal 62.5% Tahoma, sans-serif;
	padding-top: 10px;
	text-align: left;
}

p,code,ul {
	text-align: left;
}

li {list-style: disc;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
}

.Savings {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f9efde;
	font-weight: bold;
	color: #444;
	
}
.Savings2 {
	padding: 0;
	display: inline;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f9efde;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #F00;
	width: 40px;
}


code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {
	font-size: 130%;
	padding-top: 6px;
	color: #334D55;
	margin-bottom: 4px;
	font-weight: bold;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 1px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 4px;
	width: 790px;
	line-height: 17px;
	text-decoration: none;
}

.outer-container {
	padding-bottom: 24px;
}

/* headere & title */
.header {
	height: 125px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #222;
	
	/* Normal Logo */
	background-image: url(../img/header_bg.png);/*
	 /* Thanksgiving Logo */
/*    /	background-image: url(../img/header.jpg);*/
	
	background-repeat: no-repeat;
}

.header .title {
	color: #9D9A78;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #9D9A78;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* pathfooter */
.pathfooter {
	color: #9D9A78;
	font: normal 90% Arial, sans-serif;
	text-align: center;
	padding-bottom: 8px;
	padding-right: 15px;
	text-decoration: none;
	
	
}
.pathfooter a {
	color: #444;
	text-decoration: none;
}
.pathfooter a:hover {
}

/* path */
.path {
	color: #9D9A78;
	font: normal 90% Arial, sans-serif;
	text-align: right;
	padding-bottom: 8px;
	padding-right: 15px;
}
.search{
padding-top: 40px;	
	}
.path a {
	color: #444;
	text-decoration: none;
}
.pathdown {
	text-decoration: none;
	padding: 2px 2px 0px;
	border-top: 1px none #444444;
	border-right: 1px none #444444;
	border-bottom: 2px dotted #9D9A78;
	border-left: 1px none #444444;
	font-weight: bold;
	font-size: 12px;
}
.path a:hover {
}

/* main */
.main {
	border-top: 2px solid #FFF;
}

/* content */
.content {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #DAE6F1;
	width: 250px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	font: normal 90% Arial, sans-serif;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 160px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #A3AAAF;
	padding-right: 10px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0px;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
	padding: 0px;
}
.navigation li a {
	font-size: 100%;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* categories */
.categories {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #635F58;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
}
.categories_high {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #635F58;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #F8EFDE;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.categories h2 {
	color: #444;
	font: normal 11px/10px Tahoma, sans-serif;
	margin: 0;
	padding-left: 12px;
		text-decoration: none;

}
.categoriessub h2 {
	color: #444;
	font: normal 10px Tahoma, sans-serif;
	margin: 0;
	padding-left: 12px;
		text-decoration: none;

}
.categories ul {
	padding: 0px;
	text-decoration: none;

}
.categories li {
	border-bottom: 1px solid #EAEADA;
	padding: 0px;
	text-decoration: none;

}
.categories li a {
	font-size: 100%;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.categoriessub li a {
	font-size: 85%;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.categories li a:hover {
	background: #F0F0EB;
	color: #654;
		text-decoration: none;
	
}
.categoriesdown {
	text-decoration: none;
	padding: 2px 2px 0px 6px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.categoriesdownup {
	text-decoration: none;
	padding: 2px 2px 0px 6px;
	font-weight: normal;
	font-size: 12px;
}

/* footer */
.footer {
	background: #f9efde;
	color: #333333;
	font: normal 85% sans-serif;
	margin-top: 5px;
	padding: 20px 12px 10px;
	text-align: center;
	width: 766px;
}
.footer a {
	color: #554941;
	text-decoration: none;
}
.footer a:hover {}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #554941;}

}

/* footerblock */
.footerblock {
	width: 255px;
	text-align: center;
	float: inherit;
	color: #656059;
}


/* rightcol */
.rightcol {
	width: 400px;
	background-color: #A3AAAF;
}
.rightcol h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.rightcol ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.rightcol li {border-bottom: 1px solid #EAEADA;}
.rightcol li a {
	font-size: 90%;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.rightcol li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.outer-container .inner-container .footer .pathfooter a {
	text-decoration: none;
}
.outer-container .inner-container .header .title .path a {
	text-decoration: none;
}
.outer-container .inner-container .navigation .categories a {
	text-decoration: none;
}
.required {
	background-image: url(../img/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.inner-container #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td br {
	text-align: left;
}
.inner-container #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #form1 #table2 tr .style9 {
	font-size: 16px;
}
.readonlyform {
	background-color: #d3e3ee;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.or {
	color: #039;
}
.totaltable {
	border: 1px solid #333;
	font-size: 12px;
	font-weight: normal;
	background-color: f9efde;
}
.savingscalc {
	background-image: url(../img/calc.jpg);
	background-repeat: no-repeat;
}
.wthr_ad {
	height: 246px;
	
	width: 350px;
	float: right;
	margin-right: 30px;
}
.visa {
	height: 50px;
	background-color: #EDF3F8;
	padding: 10px;
	border: 1px solid #333;
	text-align: center;
	vertical-align: text-bottom;
	background-image: url(../img/visa.jpg);
	background-repeat: no-repeat;
}
.homepage_tbl {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-left: 0px;
	padding-left: 0px;
	}
.center {
	text-align: center;
}
.wthr_video {
	height: 350px;
	width: 300px;
	border: 1px solid #960;
}
.small_font {
	font-size: 9px;
}
.outer-container .inner-container div table tr td table tr td div p a strong {
	font-size: 13px;
	text-decoration: underline;
}
