html, body, div, img, a
{
    border: 0;
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

a
{
    text-decoration: none;
    color: #0054a4;
}

a:hover
{
    text-decoration: underline;
}

:focus
{
    outline: none;
}

body
{
    background: #fdf8ec;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    color: #333;
}

.errortext
{
    color: Maroon;
    font-size: 8pt;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px 0px 14px 0px;
    font-weight: bold;
    color: #4C4B4B;
}

h1
{
    font-size: 16pt;
}
h2
{
    font-size: 15pt;
}
h3
{
    font-size: 14pt;
}
h4
{
    font-size: 13pt;
}
h5
{
    font-size: 12pt;
}
h6
{
    font-size: 11pt;
}

#wrapper
{
    margin: 0 auto;
    position: relative;
    width: 980px;
    overflow: hidden;
}

.header
{
    min-height: 159px;
    background: url(../images/bg-header.png) left top repeat-x;
    overflow: hidden;
    position: relative;
}

.header .logo
{
    margin: 15px 0 0 10px;
    float: left;
}

.header .logo, .header .logo a
{
    overflow: hidden;
    height: 130px;
    width: 215px;
}

.header .logo a
{
    text-indent: -9999px;
    background: url(../images/logo-hwc.png);
    display: block;
}

.supNav
{
    float: right;
    margin: 15px 0 10px 0;
    padding: 0;
    list-style: none;
}

.supNav li
{
    float: left;
    padding-left: 2px;
}

.supNav li.home
{
    margin-right: 15px;
}

.supNav li.home a
{
    background: none;
}

.supNav li a, .supNav li a span
{
    background-image: url(../images/bg-sup-nav.png);
    background-repeat: no-repeat;
}

.supNav li a
{
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-position: left top;
    height: 20px;
    padding-left: 10px;
}

.supNav li a span
{
    background-position: right -20px;
    padding-right: 10px;
    height: 20px;
    display: block;
    line-height: 18px;
}

.supNav li a:hover, .supNav li.current a
{
    background-position: left -40px;
}

.supNav li a:hover span, .supNav li.current a span
{
    background-position: right -60px;
}

.tel
{
    background: url(../images/icon-phone.png) left 5px no-repeat;
    padding-left: 30px;
    float: right;
    clear: right;
    width: 200px;
    dmargin-top: 10px;
}

.tel p
{
    font-size: 22px;
    font-weight: bold;
    color: #0055a5;
    margin: 0;
    padding: 0;
}

.search
{
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 220px;
    height: 22px;
    padding: 9px 43px;
    background: url(../images/bg-search.png) center bottom no-repeat;
}

.search .search-box
{
    font-size: 10px;
    padding: 0 3px;
    margin-right: 2px;
    background: #f8fafb;
    border-collapse: collapse;
    border: 1px solid #a0b7cb;
    height: 20px;
    line-height: 18px;
    width: 184px;
    float: left;
    color: #9b9d9e;
}

.search .btn-search
{
    width: 23px;
    height: 22px;
    background: url(../images/btn-search.gif) left top no-repeat;
    border: 0;
    border-collapse: collapse;
}

.sidebar
{
    width: 240px;
    float: left;
    margin: 0 10px 10px 0;
    padding-bottom: 50px;
}

.box
{
    margin-bottom: 10px;
    position: relative;
}

.youtube
{
    height: 155px;
    margin-bottom: 20px;
}

.youtube span
{
    display: block;
    width: 3px;
    height: 3px;
    background-image: url(../images/bg-corner.png);
    position: absolute;
    z-index: 5;
}

.youtube iframe
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.box .lt
{
    left: 0;
    top: 0;
    background-position: left top;
}

.box .rt
{
    right: 0;
    top: 0;
    background-position: right top;
}

.box .bl
{
    left: 0;
    bottom: 0;
    background-position: left bottom;
}

.box .br
{
    right: 0;
    bottom: 0;
    background-position: right bottom;
}

.box h3
{
    font: normal 20px/normal "Times New Roman" , Times, serif;
    padding: 0 15px;
    line-height: 33px;
    height: 35px;
    margin: 0;
}

.tan
{
    background: url(../images/bg-tan-btm.gif) center bottom no-repeat;
    padding-bottom: 10px;
}

.tan h3
{
    color: #fff;
    background: url(../images/bg-head-tan.gif) center top no-repeat;
    text-shadow: 0px 1px 0px #804e00;
    filter: Shadow(Color=#804e00, Direction=90, Strength=1);
}

.tan .box-content
{
    background: #d9bd90 url(../images/bg-content-tan.gif) center top no-repeat;
    border: solid #b38c4f;
    border-width: 0 1px;
}

.white
{
    background: url(../images/bg-box-btm.gif) center bottom no-repeat;
    padding-bottom: 9px;
}

.white h3
{
    background: url(../images/bg-head-white.gif) center top no-repeat;
    color: #0053a2;
}

.white .box-content
{
    background: #fff;
    border: solid #cbd7de;
    border-width: 0 1px;
    padding: 0 10px;
}

.white .box-content ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.white .box-content li
{
    border-bottom: 1px dotted #c1c1c1;
    padding: 8px 0 8px 12px;
    background: url(../images/bullets-news.gif) left 13px no-repeat;
}

.white .box-content li.last
{
    border: none;
}

.box-content
{
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.box-content p
{
    margin: 0 0 5px 0;
    padding: 0;
}

.box-content a
{
    text-decoration: none;
}

.box-content a:hover
{
    text-decoration: underline;
}

.content
{
    width: 730px;
    float: left;
    background: url(../images/bg-content.gif) center bottom no-repeat;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contentInner
{
    border: solid #cbd7de;
    border-width: 0 1px;
    background: #fff;
    padding: 0px 10px;
    float: left;
    overflow: hidden;
    width: 708px;
}

.banner
{
    position: relative;
    width: 710px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}

.banner img
{
    float: left;
}

.main-content
{
	font-family: Verdana, Arial;
    float: left;
    width: 700px;
    min-height: 350px;
    padding: 3px 0px 10px 5px;
    line-height: 2em;
}

.footer
{
    height: 92px;
    padding: 14px 0;
    background: url(../images/bg-footer.png) left top no-repeat;
    clear: left;
    margin-bottom: 10px;
    position: relative;
}

.footerImg
{
    position: absolute;
    bottom: 1px;
    left: 0;
}

.newsLetterPnl
{
    position: absolute;
    left: 200px;
    top: 8px;
    border-right: 1px solid #ccdded;
    padding: 0 25px 0 0;
    width: 205px;
}

.newsLetterPnl h3
{
    margin: 0 0 5px 0;
    padding: 0;
    font: normal 20px/normal "Times New Roman" , Times, serif;
    color: #0055a5;
}

.newsLetterPnl p
{
    margin: 0 0 6px 0;
    padding: 0;
}

.newsLetterPnl div.form
{
    width: 205px;
    height: 20px;
    background: url(../images/bg-footer-form.gif);
}

.newsLetterPnl div.form input
{
    height: 20px;
    border: none;
    margin: 0px;
}

.newsLetterPnl div.form .newsletter-email
{
    width: 150px;
    float: left;
    font-size: 11px;
    line-height: 16px;
    padding-left: 4px;
    background: transparent;
}

.newsLetterPnl div.form .btn-send
{
    padding: 0px;
    width: 50px;
    background: url(../images/btn-send.png) left top no-repeat;
}

.newsletter_notify
{
    width: 205px;
    height: 15px;
    font-size: 10px;
    color: #0055B4;
    clear: both;
}

.footer a
{
    color: #333;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}

.footer ul, .footer li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_right_content
{
    position: absolute;
    right: 0px;
    top: 8px;
    width: 540px;
    height: 105px;
}

.footer-links
{
    float: left;
    width: 525px;
    text-align: right;
    padding-top: 25px;
}

.footer-links ul
{
    float: right;
}

.footer-links li
{
    float: left;
    border-right: 1px solid #333;
    line-height: 12px;
    padding: 0 7px;
}

.footer-links li.last
{
    border: none;
    padding-right: 0;
}

.footer-links p
{
    width: 100%;
    float: left;
}

.align-right
{
    text-align: right;
}

/** News Page **/
.news_list { }
.news_list_item { border-bottom: dotted 1px #C1C1C1; padding: 5px 0px 5px 0px; }
.news_list_headline { font-size: 120%; font-weight: bold; }
.news_list_date { font-size: 80%; }
.news_list_detail { padding-top: 5px; }

.pagemessage
{
	padding: 2px;
	color: Maroon;
	background-color: Yellow;
}

.utilityResize {
    
    position: relative;
    top: -7px;
    float: right;
    clear: right;
    width: 110px;
    margin-top: 0px;
    
    font-size: 10px;
color: #00366B;
font-weight: normal;

}
.utilityResize div
{
  float: left;
    margin: auto 2px;
    
}

.btnTextSml a:active {
    background-position: 0 -38px;
}

.btnTextSml a {
    background: url(../images/spriteTextSml.png) repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 18px;
}
.btnTextLrg a {
    background: url(../images/spriteTextLrg.png) repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 18px;
}


