﻿body
{
    background: #56769b url(../../images/bkg_body.gif) left top;
    color: Black;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
}
img
{
    border: none;
    padding: 0;
    margin: 0;
}
p
{
    padding: 0;
    margin: 12px 0;
    line-height: 20px;
}
div
{
    padding: 0;
    margin: 0;
}
h1
{
    color: #0066cc;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;    
    padding: 0;
    margin: 8px 0;
}
h2
{
    color: #ffcc00;
    font-size: 14pt;
    font-weight: bold;    
    padding: 0;
    margin: 8px 0;
}
h3
{
    color: #cccccc;
    font-size: 12pt;
    font-weight: bold;    
    padding: 0;
    margin: 8px 0;
}
hr
{
    color: #cccccc;
    margin-bottom: 16px;
}
a
{
	color: #0066cc;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.underline
{
	text-decoration: underline;
}
ul
{
	margin: 8px;
	padding: 0;
}
ul li
{
	margin: 0 0 0 16px;
}
ul.top
{
    margin: 0;
    list-style-type: none;
}
ul.top li
{
    background: url(../../images/bullet_fdn.gif) no-repeat left center;
    padding: 5px 0 5px 28px;
    margin: 0;
}
div.quote
{
    background: url(../../images/quote_top.gif) no-repeat left top;
    font-size: 12pt;
    padding-top: 20px;
    margin-top: 30px;
}
div.quote div
{
    background: url(../../images/quote_bot.gif) no-repeat right bottom;
    padding-bottom: 5px;
}
div.quote a
{
	text-decoration: none;
    font-size: 10pt;
    font-weight: normal;
}
div.quote a:hover
{
	text-decoration: underline;
}
div#homeMargin
{
	color: Black;
}

/***************************/
/* LAYOUT                  */
/***************************/
div#main
{
    width: 774px;
    margin: 10px auto;
    padding: 0;
}
div#body
{
    background: White url(../../images/bkg_main.gif) repeat-y left top;
    display: block;
    min-height: 500px;
    width: 100%;    
}
div#header
{
    background: #cccccc url(../../images/header.gif) no-repeat left top;
    width: 774px;
    height: 161px;
}
div#header img
{
    display: inline;
}
div.menu
{
    list-style-type: none;
    padding: 138px 0 0 25px;
}
div.menu div
{
	color: White;
    float: left;
    margin: 0;
	padding: 0;
    width: 90px;
}
div.menu div a
{
    background: none;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
div.menu div a:hover
{
    background: none;
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}
div.menu div a.menu_on
{
    background: none;
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
}
div#content
{
    min-height: 500px;
    width: 95%;
    padding-left: 6px;
    margin: 0 16px;
}
div#homeContent
{
    float: left;
    min-height: 500px;
    width: 500px;
    padding-left: 6px;
}
div#homeContent div.content
{
    padding: 10px 5px 0 5px;
}
div#homeMargin
{
    background-color: #cccccc;
    float: left;
    min-height: 500px;
    width: 262px;
}
div#homeMargin div.content
{
    padding: 10px 5px 0 10px;
}
div#footer
{
    clear: both;
    background: url('../../images/bkg_footer.gif') no-repeat left top;
    color: White;
    height: 30px;
    margin: 0;
    padding: 15px 5px 0 5px;
}
div#footer a
{
    color: White;
    text-decoration: underline;
}
div.page img
{
    margin-top: 8px;
    float: right;
}
div.message
{
    border: solid 1px #cccccc;
    background-color: #ffffcc;
    color: Red;
    font-weight: bold;
    padding: 3px;
}
/***********************************************************/
/* FORMS                                                   */
/***********************************************************/
.formfield
{
    clear: both;
    margin: 0;
    padding: 8px 0;
}
.formfield label
{
    float: left;
    color: #333333;
    width: 100px;
    margin-right: 5px;
    font-weight: bold;
    text-align: right;
}
.formfield input
{
    float: left;
}
.formfield select
{
    float: left;
}
.submit
{
    background-color: #ffcc00;
    border: solid 1px #cccccc;
    color: White;
    font-weight: bold;
    padding: 3px;
    text-transform: lowercase;
}

/***********************************************************/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
