/*ActiveGolf.com 2.0 Stylesheet*/

body {
   margin: 0px 0px 0px 0px;
   text-align: center;
   background: url('images/background2.jpg');
}

/* ======================================================================= */
/*                        homepage layout                                  */
/* ======================================================================= */

#wrapper {
   width: 800px;
   margin: 0px auto;
   font: 10pt trebuchet ms, verdana;
   text-align: left;
   border-left: 2px solid #666666;
   border-right: 2px solid #666666;
   background-color: #ffffec;
}

#header {
   width: 800px;
   height: 75px;
   margin: 0px;
   padding: 40px 0px 0px 0px;
   background: #ffffec url('images/backStripe.png') repeat-x scroll;
}

#content 
{
    width: 800px;
    border-top: 1px solid #013668;
}

#right_content {
   float: right;
   width: 595px;
   margin: 0px;
   padding: 15px 5px 0px 5px;
   /*border-left: 1px dashed #011668;*/
}

#left_content {
   float: left;
   width: 190px;
   text-align: center;
   padding: 0px 0px 0px 0px;
   border-right: 1px dashed #011668;
   /*border-bottom: 1px dashed #011668;*/
}

#footer {
   clear: both;
   width: 800px;
}








/* ======================================================================= */
/*                        content                                          */
/* ======================================================================= */

#titleBox {
   width: 100%;
   height: 28px;
   background-color: #4385b2;
   border: 1px solid #284681;
   vertical-align: middle;
}

#left_content ul 
{
   width: 165px;
   list-style: none;
   margin: 0px 0px 0px 0px;
   padding: 15px 0px 15px 0px;
   text-align: left;
}

#left_content li
{
    width: 165px;
    font: bold 9pt trebuchet ms, verdana;
    margin: 5px 10px 5px 10px;
    padding: 5px 0px 5px 5px;
    color: #011668;
    background-color: #fff0d2;
    border: 1px solid #011668;
    text-align: left;
}

#left_content li a 
{
    font: bold 9pt trebuchet ms, verdana;
    padding: 5px 0px 5px 5px;
    color: #013668;
    text-decoration: none;
}

#left_content li a:hover
{
    font: bold 9pt trebuchet ms, verdana;
    padding: 5px 0px 5px 5px;
    color: #013668;
    text-decoration: underline;
}

#header h1 
{
    font: bold 24pt trebuchet ms, verdana;
    color: #013668;
    padding: 0px 0px 0px 25px;
    margin: 0px;
    line-height: 100px;
}

#right_content p 
{
    font: 10pt verdana;
    color: #000000;
    line-height: 1.7em;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 15px 0px; 
}

#right_content img 
{
    width: 250px;
    border: 3px solid #011668;
}

#right_content embed 
{
    width: 100%;
    border: 1px solid #011668;
}

.centerText {
   text-align: center; 
}

h3 {
   margin: 0px;
   font: 16pt trebuchet ms, verdana;
   font-weight: bold;
   color: #013668;
}

h4 
{
    font: 12pt trebuchet ms, verdana;
    font-weight: bold;
    color: #013668;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}

.tinytext 
{
    font: 8pt verdana;
    color: #000000;
    text-align: right;
}




/* ======================================================================= */
/*                        footer styles                                    */
/* ======================================================================= */

.yellowFooter {
    padding: 10px 2px 10px 2px;
    margin: 0px;
    border-top: 1px solid #011668;
    background-color: #fff0d2;
    vertical-align: middle;
}

.yellowFooterText {
    text-align: left;
    color: #000000;
    margin: 0px;
    padding: 5px 0px 0px 2px;
    text-align: center;
}

.yellowFooterText a {
    font: 9pt arial;
    color: #253f73;
    text-decoration: underline;
}




/* ======================================================================= */
/*                        menu rounded corners                       */
/* ======================================================================= */

.rightContent b.bt, b.bt b, b.bb, b.bb b {
   display: block;
   height: 9px;
   font-size: 1px;
   background:url("images/menu_corners.png") no-repeat;
   position:relative;
}

.rightContent b.bt {
   background:url("images/menu_corners.png") no-repeat;
   top: 9px;
   left: 0px
}

.rightContent b.bt b {
   background:url("images/menu_corners.png") no-repeat;
   background-position:100% -9px;
   top: 0px;
}

.rightContent b.bb b {
   background:url("images/menu_corners.png") no-repeat;
   background-position:100% -18px;
   top: -9px;
}

.rightContent b.bb {
   background:url("images/menu_corners.png") no-repeat;
   background-position:0 -27px;
   top:0px;
   left:0px;
}












/* ======================================================================= */
/*              css tabs -- created by Joshua Kaufman, unraveled           */
/*                             28 January, 2007                            */
/* ======================================================================= */

ul#tabnav { /* general settings */
   text-align: left
   margin: 1em 0 1em 0;
   font: 10px verdana, arial, sans-serif;
   border-bottom: 1px solid #666666;
   list-style-type: none;
   padding: 2px 10px 2px 0px;
}

ul#tabnav li { /* do not change */
   display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 { /* settings for selected tab */
   border-bottom: 1px solid #ffffff;
   background-color: #ffffff;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
   background-color: #ffffff;
   color: #000000;
   position: relative;
   top: 1px;
   padding-top: 3px;
}

ul#tabnav li a { /* settings for all tab links */
   padding: 2px 3px;
   border: 1px solid #666666;
   background-color: #dee5e9;
   color: #666666;
   margin-right: 0px;
   text-decoration: none;
   border-bottom: none;
}

ul#tabnav a:hover {
   background: #ffffff;
}













