﻿body
{
    
	height: 100%;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #5e5902; /*#4c4705;*/
	font-family: Arial, Helvetica, sans-serif;
}

div, p, table { margin: 0; padding: 0; }
img { border: none; }
td { padding: 10px; vertical-align: top; }
table p { margin: 0; }

a, a:link, a:visited, a:active { color: #b26e14; text-decoration: underline; }
a:hover { color: #8fc0d8; text-decoration: underline; }

hr
{
	clear: both;
	height: 5px;
	border: none;
	text-align: left;
	margin: 20px 0;
	margin-left: -40px;
	background: url(../Images/Background/section_div_hr.gif) no-repeat left;
}

.clear { margin: 0; padding: 0; height: 1px; clear: both; }
.left { float: left; }
.right { float: right; }

#wrapper
{
    width: 700px;
    margin: 20px auto; 
    text-align: center;
}


.footer { width: 650px; margin: 10px auto 20px auto; font-size: 10px; color: #ffffff; }
.footer a, .footer a:link, .footer a:visited, .footer a:active { color: #ffffff; text-decoration: underline; }
.footer a:hover { color: #ffffff; text-decoration: none; }
.credits a, .credits a:link, .credits a:visited, .credits a:active { color: #b2b1a7; text-decoration: underline; }
.credits a:hover { color: #b2b1a7; text-decoration: none; }        
.credits { color: #b2b1a7; }

#contentWrapper { text-align: left; background: url(../Images/Background/bg.gif) repeat-y top; }
#contentMask { background: url(../Images/Background/bg_btm.gif) no-repeat bottom; }
#content
{
    /*height: 422px;*/
    color: #4c4705;
    /*min-height: 422px; 
    height: auto !important;*/
    padding: 50px 20px 20px 40px;
    background: url(../Images/Background/bg_top.gif) no-repeat top;
    
}

#contentWrapperFull { text-align: left; background: url(../Images/Background/bg_full.gif) repeat-y; }
#contentMaskFull { background: url(../Images/Background/bg_btm_full.gif) no-repeat bottom; }
#contentFull
{
    height: 300px;
    color: #4c4705;
    min-height: 300px; 
    height: auto !important; 
    padding: 50px 40px 50px 40px;
    background: url(../Images/Background/bg_top_full.gif) no-repeat top;
    
}

#contentWrapperHome { text-align: left; background: url(../Images/Background/bg.gif) repeat-y top; }
#contentMaskHome { background: url(../Images/Background/bg_btm_blank.gif) no-repeat bottom; }
#contentHome
{
    height: 422px;
    color: #4c4705;
    min-height: 422px; 
    /*height: auto !important;*/
    padding: 50px 40px 50px 40px;
    background: url(../Images/Background/bg_top_blank.gif) no-repeat top;
    
}
#contentHome #flash_movie { position: relative; top: -65px; left: -40px; height: 530px; width: 700px; }

#pageTitle { height: 60px; padding: 0 40px 10px 40px; }
#pageContent { line-height: 1.4em; height: 400px; min-height: 400px; height: auto !important; }
#pageMainImage { margin-right: -40px; }

.subTitle { margin: 15px 0; }

.textBlock { margin: 10px 0; }

#content p, #contentFull p { margin: 10px 0; }
#content table p, #contentFull table p { margin: 0; }
#content .textBlock p, #contentFull .textBlock p { margin: 0; }

p.header { font-weight: bold; }
p.special { color: #5e5902; }

.paddingLeft { padding-left: 30px; }
.halfRight { width: 280px; float: right; padding-right: 20px; }
.halfLeft { width: 280px; float: left; padding-left: 20px; }
.spacer { height: 20px; }
.hidden { display: none; }
.visible { display: block; }