﻿*
{
    font-family: Verdana;
}
body
{
    padding: 0;
    margin: 0;
    height: 900px;
    background-color: #000000;
}
li{ margin-bottom: 12px;}

#activityBody
{
    padding: 0;
    margin: 0;
    height: 1340px;
    background-color: #000000;
}
#activityMain
{
    position: relative;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 1px;
    border: 1px solid #000000;
    background-color: white;
    height: 1320px;
    top: 10px;
}

#featuresBody
{
    padding: 0;
    margin: 0;
    height: 1370px;
    background-color: #000000;
}
#featuresMain
{
    position: relative;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 1px;
    border: 1px solid #000000;
    background-color: white;
    height: 1350px;
    top: 10px;
}
#golfBody
{
    padding: 0;
    margin: 0;
    height: 1170px;
    background-color: #000000;
}
#golfMain
{
    position: relative;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 1px;
    border: 1px solid #000000;
    background-color: white;
    height: 1150px;
    top: 10px;
}
#galleryBody
{
    padding: 0;
    margin: 0;
    height: 1370px;
    background-color: #000000;
}
#galleryMain
{
    position: relative;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 1px;
    border: 1px solid #000000;
    background-color: white;
    height: 1350px;
    top: 10px;
}




h1, img
{
    padding: 0;
    margin: 0;
}
.main 
{
    position: relative;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 1px;
    border: 1px solid #000000;
    background-color: white;
    height: 880px;
    top: 10px;
}

/* BANNER */
.banner
{
	position: relative;
	height: 220px;
	width: 100%;
	overflow: hidden;
}
.bannerImg
{
	position: relative;
	height: 75%;
	width: 100%;
	top: 1px;
}
.banner h1
{
    position: absolute;
    top: 5px;
    margin: 0;
    left: 20px;
    color: White;
}
/* END BANNER */

/*.bgTop
{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    background-color: #000000;
    border-bottom: solid 3px #FFFFDD;
    left: 0;
}*/

/* NAV BAR */
#nav
{
    position: relative;
    background-color: #e02020;
    width: 100%;
    height: 22px;
    top: 1px;
    font-size: 10pt;
}
#nav a
{
    color: White;
    text-decoration: none;
    font-weight: bolder;
}
#nav a:hover
{
    background-color: #335588;
}
#nav div
{
    position: relative;
    top: 3px;
    text-align: center;
    width: 16.65%;
    color: Red;
    float: left;
}
/* END NAV BAR */

/* PAGE IMAGES (NON GALLERY) */
.imgDiv
{
    position: absolute;
    width: 376px;
    height: auto;
    right: 10px;
    float: right;
}
.image
{
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    height: 216px;
    width: 100%;
}

.imageLarge
{
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    height: 272px;
    width: 376px;
}
/* END PAGE IMAGES (NON GALLERY) */

/* PAGE CONTENT TEXT */
#contentTxt
{
    position: relative;
    width: 360px;
    margin-left: 10px;
    float: left;
    top: 10px;
    font-family: Verdana;
    font-size: 10pt;
}
#contentTxt h2
{
    padding: 0;
    margin: 0;
}
/* PAGE CONTENT TEXT */

/* GALLERY */
.galDiv
{
    position: relative;
    width: 800px;
    height: 560px;
}
.galDiv h2
{
    position: relative;
    top: 10px;
    padding: 0;
    margin: 0;
    font-size: x-large;
    margin-left: 10px; 
}
.galDiv a
{
    position: relative;
    width: 150px;
    height: 112px;
    float: left;
    margin-left: 90px;
    margin-top: 35px;
    text-decoration: none;
    color: Black;
    text-align: center;
    font-size: 10pt;
}
.galDiv a img
{
    border: none;
    width: 100%;
    height: 100%;
}
/* END GALLERY */

.valid img
{   position: relative;
    border: 0;
    width: 88px;
    height: 31px;
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    bottom:0;
}

.valDiv
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/*PAGE STEP NAV*/
.stepNavBack
{
    position: absolute;
    bottom: 80px;
    left: 10px;
    font-family: Verdana;
    font-size: 10pt;
}
.stepNavNext
{
    position: absolute;
    bottom: 80px;
    right: 10px;
    font-family: Verdana;
    font-size: 10pt;
}
/*END GALLERY STEP NAV*/





