html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#937d66 url(../images/bg.gif) repeat-x;
	color: #000;
}
body, table, td, div {
	line-height:normal;
	font:9pt Arial, Helvetica, sans-serif;
}
	
a:link, a:visited {	
	color:#8d3c1e;
	text-decoration: underline;
	}
a:hover, a:active {
	color:#8d3c1e;
	text-decoration: none;
	}
	
a img { border: none; }
	

h2, #calccontent h1, #calccontent h1 center {
	margin:0;
	padding:0 0 12px 0;
	color:#8d3c1e;
}
h3 {
	color:#a97410;
}
h4 {
	color:#666;
}

p {
	padding:0 0 12px 0;
}
ul, ol { 
	margin:10px 0;
	}
ul li {
	list-style-image: url(../images/li.gif);
	margin:0 0 0 20px;
}

table {	font-size: 100%; /* IE inheritance fix */ }

.tableheader {
	font-weight: bold;
	padding:3px;
	color:#8d3c1e;
	}
	
th {
	background-color:#8d3c1e;
	color:#fff;
	padding:3px;
}
	
.tablecontent1 {
	background-color:#fff;
	padding:3px;
}
	
.tablecontent2 {
	background-color:#efefef;
	padding:3px;
}

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#8d3c1e; }
.faqA { color:#314823; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-size:7pt;
	color:#666;
}
	
.required {
	color:#900;
}
	
.appfield1 {
	border:1px solid #8d3c1e;
	background-color:#fff;
}	
.appfield2 {
	border:1px solid #8d3c1e;
	background-color:#efefef;
}
	
/* =LAYOUT =DISTYLES */

/* suggested order for properties [ based on mozilla.org ] */

/* rule to show div borders
div {
	border: 1px solid #090;
	} */

.clearfloat {
	clear: both;
	height: 1px;
	}

.page {
	width: 980px;
	text-align: left;
	}
.mast {
	background:url(../images/mast_bg.gif) bottom right no-repeat;
	height:117px;
	}
.mastL {
	float: left;
	width: 408px;
	}

*html .mastL {
	float: left;
	width: 408px;
	margin-bottom:-3px;
}

.mastR {
	float: right;
	width: 500px;
	text-align: right;
	}

.navMain {
	background:url(../images/navmain_bottom.gif) left bottom no-repeat;
}
.navMain img {margin-bottom:-4px;}
.navMain a:link, .navMain a:visited {	
	text-decoration: none;
	}
.navMain a:hover, .navMain a:active {
	text-decoration: none;
	}
.navMain ul {
	margin:0;
	padding:0;
}
.navMain li {
	list-style-image:none;
	list-style-type:none;
	margin:0 0 1px 0;
	padding:0;
}


.navUtil {
	margin:0 20px 0 11px;
}
.navUtil a:link, .navUtil a:visited {	
	color:#f2e6d2;
	display:block;
	height:22px;
	text-decoration: none;
	padding:8px 0 0 32px;
	border-bottom:1px solid #aa9780;
}
.navUtil a:hover, .navUtil a:active {
	color:#fff;
	text-decoration: none;
}

.navUtilSub {
	margin:20px 20px 0 11px;
}
.navUtilSub a:link, .navUtilSub a:visited {
	color:#f2e6d2;
	text-decoration: none;
}
.navUtilSub a:hover, .navUtilSub a:active {
	color:#fff;
	text-decoration: none;
}

*html .navUtil a:link, *html .navUtil a:visited {height:31px;}
.navUtil a.news {background:url(../images/icon_news.gif) 5px 7px no-repeat;}
.navUtil a.weather {background:url(../images/icon_weather.gif) 5px 5px no-repeat;}
.navUtil a.stock {background:url(../images/icon_stock.gif) 7px 5px no-repeat;}

.navUtil ul {
	margin:0;
	padding:0;
}
.navUtil li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

.olbBox {margin-top:8px;}
.olbBoxBack {margin-top:2px;}

.olbInputs {
	margin:8px 12px 0 12px;
	text-align:right;
	color:#8d3c1e;
	font-size:8pt;
}
.olbInputs input.appfield1 {
	width:113px;
	margin-bottom:4px;
	border:1px solid #cfada0;
	background-color:#f9f3eb;
	vertical-align:middle;
}

.olbLinks {margin:8px 0;}
.olbLinks a:link, .olbLinks a:visited {
	text-decoration:none;
	font-size:8pt;
}
.olbLinks a:hover, .olbLinks a:active {
	text-decoration:underline;
}

.olbLinksL {
	float:right;
	width:100px;
}
.olbLinksR {
	float:right;
	width:65px;
	padding-top:3px;
}


.content {
	background:url(../images/content_cap.gif) top right no-repeat;
	width:100%;
}
.contentWrap {
	background:url(../images/content_bg.gif) repeat-y;
	position:relative;
	width:100%;
}
.contentL {
	float: left;
	width: 201px;
}
.contentR {
	float: left;
	width: 779px;
	padding-bottom:10px;
}

.pageContent {margin:6px 0 0 25px;}

.pageColL {
	float:left;
	width:470px;
	margin:17px 0 0 33px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14pt;
}

.pageColL .editor {
	line-height:14pt;
}

.pageColR {
	float:right;
	width:199px;
	margin:17px 30px 0 20px;
	display:inline;
}

.promoMain div {
	position:absolute;
	top:-19px;
	right:25px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#878787;
}
.promoMain img {vertical-align:middle; margin-left:4px;}
.promoMain span {color:#8d3c1e;}


.home {
	width:737px;
	background:url(../images/home_frame_top.gif) no-repeat;
	}
.homeWrap {
	background:url(../images/home_frame_bg.gif) repeat-y;
	margin:5px 0 0 23px;
}
.homeFoot {
	background:url(../images/home_frame_foot.gif) left bottom no-repeat;
	height:16px;
}
.homeL {
	float: left;
	width: 496px;
	margin:17px 8px 0 17px;
	display:inline;
	}
.homeR {
	float: left;
	width: 199px;
	margin-top:17px;
	}

.slogan {
	font-size:13pt;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#878787;
	margin:0 0 0 34px;
	text-transform:uppercase;
	padding:4px 0;
}
.slogan span.color1 {color:#c57e64;}
.slogan span.color2 {color:#8d3c1e;}


.foot {
	width:980px;
	height:47px;
	background:url(../images/foot_bg.gif) top right no-repeat;
	}

.navFoot {
	margin:0 0 32px 28px;
	color:#8d3c1e;
	font-size:8pt;
}
.foot div.navFoot a:link, .foot div.navFoot a:visited {color:#8d3c1e; text-decoration:none;}
.foot div.navFoot a:hover, .foot div.navFoot a:active {color:#8d3c1e; text-decoration:underline;}

.footL {
	float: left;
	width: 620px;
	margin:0 0 0 205px;
	padding:6px 0 0 0;
	display:inline;
	color:#fff;
	font-size:8pt;
	}
.footL a:link, .footL a:visited {
	color:#fff;
	text-decoration:none;
}
.footL a:hover, .footL a:active {
	color:#fff;
	text-decoration:underline;
}

.footL img {margin-right:20px; vertical-align:middle;}
.footR {
	text-align: right;
	float: right;
	width: 100px;
	margin-top:47px;
	}	
	
.backImageHolder {
	display:none;
}
.hedImageHolder {
	display:none;
}
.contentTable td {
	border: 1px solid #000;
	padding:5px;
}
.contactTable td {
	padding:5px;
}
.inlineElem {
	display:inline;
}
.indented {
	margin-left:50px;
}
.floatingLeft {
	float:left;
}
.twelveFont {
	font-size:12pt;
}
	
	
	
#ex_dis{
   display:none;
   width:40%;
   padding:10px;
   background-color:#FFFFFF;
   position:absolute;
   z-index:10000;
   border-width:1px 1px 1px 1px;
   border-style:solid;
   border-color:#8d3c1e;
   margin:50px 30% 0 30%;
   overflow: hidden;
   top: 0;
}
* html #ex_dis{
  margin-left:0;
  margin-right:0;
  left:30%;
}
*:first-child+html #ex_dis{
  margin-left:0;
  margin-right:0;
  left:30%;
}
	
#grpBanner, #hpaBanner {
	margin-left: 11px;
	margin-top: 5px;
}