﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url('./Images/bgtest3.jpg');
}

h2 { color: #990000; font-weight: bold; font-size: 14px; padding: 5px;}

div.hr { width: 875px; margin: 0 auto 0 auto; height: 6px; background: url('../../images/sf_break.png') no-repeat; border: 0;}
div.hr hr { display: none; }

#page { width: 900px; margin: 15px auto 15px auto; }
#maincontent { background: #cccc99 url('./Images/sf_body.jpg'); padding: 0 10px 0 10px; min-height: 500px; height: auto !important; height: 500px; }

#commentcard { margin: 0 15px; }

/* Header Control */
#header { background: #ffffff;}
#headerflash { width: 900px; height: 138px;}
#navbar {width: 900px; height: 47px; background: url('./images/navbar.jpg') no-repeat; margin: 0; padding-left: 35px;}
#navbar ul { list-style: none; margin: 0; padding: 0;}
#navbar ul li { float: left; margin: 0; padding: 0;}
#navbar #homenav a { width: 58px; height: 43px; display: block; background: url('./images/home-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #homenav a:hover { background: url('./images/home-nav.jpg') no-repeat 0 -43px; }
#navbar #aboutusnav a { width: 76px; height: 43px; display: block; background: url('./images/aboutus-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #aboutusnav a:hover { background: url('./images/aboutus-nav.jpg') no-repeat 0 -43px; }
#navbar #menunav a { width: 79px; height: 43px; display: block; background: url('./images/menu-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #menunav a:hover { background: url('./images/menu-nav.jpg') no-repeat 0 -43px; }
#navbar #locationsnav a { width: 82px; height: 43px; display: block; background: url('./images/locations-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #locationsnav a:hover { background: url('./images/locations-nav.jpg') no-repeat 0 -43px; }
#navbar #merchandisenav a {width: 99px; height: 43px; display: block; background: url('./images/merchandise-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #merchandisenav a:hover { background: url('./images/merchandise-nav.jpg') no-repeat 0 -43px; }
#navbar #employmentnav a { width: 100px; height: 43px; display: block; background: url('./images/employment-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #employmentnav a:hover { background: url('./images/employment-nav.jpg') no-repeat 0 -43px; }
#navbar #tournav a { width: 102px; height: 43px; display: block; background: url('./images/tour-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #tournav a:hover { background: url('./images/tour-nav.jpg') no-repeat 0 -43px; }
#navbar #investornav a { width: 142px; height: 43px; display: block; background: url('./images/investor-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #investornav a:hover { background: url('./images/investor-nav.jpg') no-repeat 0 -43px; }
#navbar #contactusnav a { width: 94px; height: 43px; display: block; background: url('./images/contactus-nav.jpg') no-repeat; margin: 0; padding: 0;}
#navbar #contactusnav a:hover { background: url('./images/contactus-nav.jpg') no-repeat 0 -43px; }

/* Footer Control */
#footer { width: 900px; height: 15px; background: url('./Images/footer.jpg') no-repeat; }

/* Forms */
.form ol { list-style: none; }
.form ol li { margin: 15px 0 15px 0; }
.form ol li label { }
.form ol li fieldset { margin: 0; padding: 0; }
.form ol li fieldset legend { margin: 0 0 5px 0; padding: 0;}
.form textarea { width: 400px; height: 100px; }

.centerblock { margin: 0 auto; }
.center { text-align: center; }
.hide { display: none; }
.clear { clear: both; }
.indent { margin-left: 40px; }