body
{
 background-image: url(../img/backgr_grad.png);
 background-position: 0 0;
 background-repeat:repeat-x;
 background-color: #9694ae;
 margin: 0;
 padding: 0;
 text-align: center;
}

#center_container
{
 width: 100%;
 margin: 0;
 text-align: center;
 z-index: 0;
}

#main_holder
{
 background-color: #ffffff;
 width: 966px;
 margin: auto;
 text-align: left;
 z-index: 1;
}

#top_nav
{
 background-color: #182350;
 width: 960px;
 height: 27px;
 margin: 0 0 0 3px;
 position: relative;
 z-index: 2;
}

#main_banner
{
 background-image: url(../img/main_banner.jpg);
 background-position: 3px 2px;
 background-repeat: no-repeat;
 position: relative;
 width: 966px;
 height: 199px;
 background-color: transparent;
 z-index: 2
}

#dynamic_banner
{
 background-position: 3px 2px;
 background-repeat: no-repeat;
 position: relative;
 width: 966px;
 height: 199px;
 background-color: transparent;
 z-index: 2
}

#banner_invisible
{
 display: block;
 background-color: transparent;
 margin: 37px 3px 0px 0px;
 width: 670px;
 height: 160px;
 float: right;
 outline: none;
 -moz-outline-style: none;
}

#hha_logo
{
 margin: 0px 0px 0px 30px;
 float: left;
 z-index: 3;
}

#hha_logo img
{
 margin: 0;
 border: 0;
}

#main_nav
{
 background-color: #efae6d;
 width: 960px;
 height: 25px;
 margin: 1px 0px 0px 3px;
 padding: 0;
 overflow: hidden; /* fixes the IE bug with forms contained in div*/
 z-index: 2;
}

#search_div
{
 float: right;
 margin-right: 15px;
}

#search_field
{
 width: 100px;
 height: 20px;
 border: 1px solid #000000;
 margin: 2px 3px 0px 0px;
 padding-left: 3px;
 font-family: Arial, Helvetica, Geneva;
 color: #4d4d4d;
}

#search_button
{
 width: 50px;
 height: 20px;
 border: 1px solid #000000;
 margin-top: 2px;
 font-family: Arial, Helvetica, Geneva;
 font-size: 11px;
}

#side_bar
{
 background-color: #f8d5b2;
 width: 250px;
 vertical-align: top;
}

#side_nav
{
 background-color: #fae5cf;
 width: 250px;
}

#side_bar_title_holder
{
 background-color: #f8d5b2;
 width: 250px;
 height: 70px;
 padding: 0px 20px 10px 30px;
 vertical-align: bottom;
}

p.side_bar_title
{
 color: #c27659;
 font-family: Arial, Helvetica, Geneva;
 font-size: 22px;
 font-weight: bold;
 letter-spacing: 0.01em;
 text-align: left;
}

#side_bar_quotes_holder
{
 background-color: #f8d5b2;
 width: 250px;
 vertical-align: top;
 padding: 40px 20px 30px 30px;
}

#quote_open
{
 background-image: url(../img/quote_open.gif);
 background-position: 3px 0px;
 background-repeat: no-repeat;
 font-family: Garamond, Times, Serif;
 font-size: 16px;
 color: #ba625a;
 text-align: left;
 padding: 10px;
}

#quote_close
{
 background-image: url(../img/quote_close.gif);
 background-position: right bottom;
 background-repeat: no-repeat;
 color: #ba625a;
 padding: 0px 10px 10px 0px;
}

.quote_author
{
 font-family: Garamond, Times, Serif;
 font-size: 14px;
 color: #ba625a;
 text-align: right;
 padding-right: 5px;
 margin: 10px 0px 0px 0px;
}

#page_content
{
 background-color: #e6e4ea;
 width: 707px;
 vertical-align: top;
 padding: 35px 50px 50px 63px;
 color: #777e91;
 font-family: Garamond, Times, Serif;
 font-size: 16px;
 line-height: 1.3em;
 text-align: left;
}

#footer
{
 clear: both;
 background-color: #c2c1d1;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10px;
 color: #182350;
 margin: 0px 3px 0px 3px;
 padding: 2px 15px 2px 0px;
 text-align: right;
}

#footer a
{
 text-decoration: none;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10px;
 color: #182350;
 font-weight: bold;
}

#footer a:hover, a:active, a:focus
{
 text-decoration: none;
 color: #646C88;
}