*
{
    margin: 0;
    padding: 0;
}

html,
body,
#wrap
{
    background-image: url(../cmsimages/background_stripe.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-color: #000000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    /* font-weight: bold; */
    color: #000000;
    height: 100%;
    width: 100%;
}

body > #wrap 
{
    height: auto; 
    min-height: 100%;
}

a
{
    color: #792606;
    text-decoration: underline;
    font-weight:bold;
}

a:hover
{
   color: #EFB900;
   text-decoration: underline;
   font-weight:bold;
}

blockquote
{
   border-top: 1px solid #A1CA1C;
   border-bottom: 1px solid #A1CA1C;
   background-color: #E5F6A7;
   font-weight: normal;
   color: #000000;
   padding: 5px 20px;
   width: 650px;
   margin: 0 auto 10px auto;
   text-align: justify;
}

img
{
    border: 0;
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
}

h1,
h2,
h3,
h4
{
    font-size: 15pt;
    font-weight: normal;
}

h1
{
    color: #FD5A2E;
}

h2
{
    color: #A6CC2C;
}

h3
{
    color: #DDB221;
}

h4
{
    color: #E47502;
}

div#wrap
{
    background-image: url(../cmsimages/background_content.gif);
    background-position: left;
    background-repeat: repeat-y;
    overflow: hidden; /* Fixes retarded Firefox div gap */
    margin: 0 auto;
    width: 927px;
    height: 100%;
    height: auto !important;
}

div#wrap div#header
{
    padding: 0;
    line-height: 0;
}

div#main
{
    background-image: url(../cmsimages/background_greengradient.jpg);
    background-repeat: repeat-x;
    overflow: hidden; /* Fixes retarded Firefox div gap */
    margin: 0 auto -40px;
    width: 837px;
    padding-bottom: 100px;  /* footer gap */
    height: 100%;
    height: auto !important;
}

div#content
{
    padding: 20px 20px 0 20px;
}

div#content ul
{
    margin-left: 30px;
}

.faqQuestion
{
	color: #7a2416;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	
}
.faqAnswer
{
	font-size: 1em;
	text-align: justify;
	padding: 0 20px 0 20px;
}

div#footer
{
    background-image: url(../cmsimages/background_footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
	clear: both;
    height: 60px; /* footer height */
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 927px;
	/* margin-top: -59px; */
}

div#footer_right
{
    font-size: 8pt;
    font-weight: bold;
    position: absolute;
    right: 135px;
    text-align: center;
    top: 28px;
}

div#footer_right a:hover{
    color: #792606;
    text-decoration: underline;
}

div#footer_left
{
    position: absolute;
    top: 35px;
    left: 97px;
}

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #ffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fffff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #8EDF0D;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FFED2F;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}