
/* ----------------------------------------------

        Global

-----------------------------------------------*/

body, html, p, h1, h2{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

body {
    margin:0;
    background-color:#D0EEFF;
    background-image:url(images/background.png);
    background-repeat:repeat-x;        
}

#wrapper {
    height:inherit;
}

a:link, a:visited{
    color:#000000;
    text-decoration:underline;
    font-size:16px;
}

a:hover{
    color:#666666;
    text-decoration:none;
    font-size:16px;
}

/* ----------------------------------------------

        Header

-----------------------------------------------*/

#header{
    width:960px;
    margin:auto;
    text-align:center;
    height:399px;
}

#links{
    width:850px;
    height:53px;
    clear:both;
    text-align:right;
    padding:10px 99px 0 0;    
    float:right;
}

#links a:link, #links a:visited{
    color:#FFFFFF;
    text-decoration:underline;
    font-size:13px;
}

#links a:hover{
    color:#D0EEFF;
    text-decoration:none;
    font-size:13px;
}

#logo {
    float:left;
    width:455px;
    height:336px;
    text-align:left;
}

#logo p{
    margin:0 20px 20px 36px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:lighter;
    color:#D0EEFF;
    text-align:left;
    line-height:21px;
    text-shadow:#000000 0 1px 1px ;
}

#screenshot{
    width:485px;
    height:336px;
    background-image:url(images/screen.jpg);
    background-repeat:no-repeat;
    float:right;
}

/* ----------------------------------------------

        Content Boxes

-----------------------------------------------*/

#middle {
    margin:auto;
    text-align:center;
    width:960px;
    min-height:300px;
    clear:both;
}

#middleWrapper {
    width:604px;
    float:left;
    min-height:300px;
    margin:0 0 0 36px;
}

#middleWrapper h1{
    color:#054370;
    font-size:18px;
    font-weight:lighter;
    margin:0;
    text-align:left;
}    

#middleWrapper p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#333333;
    text-align:left;
    margin:5px 0 5px 0;
    line-height:20px;
}


    /* ------- Left Column  ------*/

    .track {
        width:214px;
        min-height:75px;
        float:left;
        margin:35px 0px;
        background-image:url(images/icon-scores.png);
        background-repeat:no-repeat;
        background-position:top left;
        padding:0 10px 0 80px;
    }
    
    .handicap {
        width:214px;
        float:left;
        min-height:75px;
        background-image:url(images/icon-handicap.png);
        background-repeat:no-repeat;
        background-position:top left;
        padding:0 10px 0 80px;
    }

    /* ------- Righ Column ------*/


    .courses {
        width:220px;
        float:right;
        margin:35px 0px;
        background-image:url(images/icon-courses.png);
        background-repeat:no-repeat;
        background-position:top left;
        padding-left:80px;    
    }
    
    .stats {
        width:220px;
        float:right;
        background-image:url(images/icon-stats.png);
        background-repeat:no-repeat;
        background-position:top left;
        padding-left:80px;    
    }


/* ----------------------------------------------

        Login

-----------------------------------------------*/

#login{
    width:301px;
    min-height:330px;
    float:right;
    text-align:left;
}    

#login-top{
	width:301px;
	height:99px;
	background-image:url(images/login-back_r1_c1.png);
	clear:both;
	float:left;
}

#loginForm{
	width:301px;
	height:217px;
	background-image:url(images/login-back_r4_c1.png);
	background-repeat:no-repeat;
	clear:both;
	float:left;
}

.loginWrapper{
    width:240px;
    margin:30px 0 0 50px;
    min-height:150px;
}

.text-box{
    height:59px;
}

#login a:link, #login a:visited{
    color:#333333;
    text-decoration:underline;
    font-size:13px;
}

#login p{
    margin:0 0 0 3px;
    line-height:18px;
}

#login a:hover{
    color:#054370;
    text-decoration:none;
    font-size:13px;
}

#login-footer{
	width:301px;
	height:17px;
	background-image:url(images/login-footer.png);
	clear:both;	
}

        /* ------ Error Box  ------ */
        
						#error-box{
							width:301px;
							clear:both;
							min-height:50px;
							float:left;
							background-image:url(images/login-repeat.png);
							background-repeat:repeat-y;
						}
				
            .error{
                margin:10px 0 0 10px;
								min-height:20px;
                width:209px;
                padding:15px 10px 10px 50px;
                border:1px solid #990000;
                background-color:#FEBCC8;
                background-image:url(slices/caution.png);
                background-position:top left;
                background-repeat:no-repeat;
                font-family:Arial, Helvetica, sans-serif;
                font-size:13px;
                color:#333333;
                text-align:left;
                clear:both;
            }

            .signup-error{
                margin:10px 0 10px 55px;
								min-height:20px;
                width:410px;
                padding:5px 10px 10px 70px;
                border:1px solid #990000;
                background-color:#FEBCC8;
                background-image:url(slices/caution.png);
                background-position:top left;
                background-repeat:no-repeat;
                font-family:Arial, Helvetica, sans-serif;
                font-size:13px;
                color:#333333;
                text-align:left;
                clear:both;
								float:left;
            }
            
            .signup-error h1 {
                font-size:17px;
                font-weight:lighter;
                color:#000000;
                margin:4px 0 0 0;                
            }
            
            
            .signup-error p, .error p{
                margin:0;
            }
            
            .signup-error ul{
                margin-left:10px;
                padding-left:10px;
            }
            
            .error li{
                list-style:circle;
            }  


/* ----------------------------------------------

        Sign Up

-----------------------------------------------*/

#inner-header{
    height:105px;
    width:960px;
    margin:auto;
		text-align:center;
}

#signmeup{
    min-height:400px;
    width:620px;
    padding:50px 0 0 0;
    margin:auto;
}

#signmeup p{
	margin:10px 0;
}

#signmeup h1{
    font-size:24px;
    font-weight:lighter;
    text-align:center;
    color:#054370;
    margin:0 0 20px 0;
}

#signup td{
    text-align:left;
}

#signup p{
    margin:20px 0 20px 0;
}
     

/* ----------------------------------------------

        Footer

-----------------------------------------------*/

#footer {
    height:260px;
    width:100%;
    background-image:url(images/footer-back-app.jpg);
		background-color:#054674;
    background-repeat:repeat-x;
    clear:both;
}

.bottom-logo {
    float:left;
    height:199px;
    width:480px;;
    background-image:url(images/footer-logo-app.jpg);
    background-repeat:no-repeat;
    clear:both;
}

.wonk {
    width:900px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
    margin:auto;
    clear:both;
    height:33px;
    padding:220px 0 0 0;
    text-align:center;
}

.wonk a:link, .wonk a:visited{
    text-decoration:underline;
    color:#FFFFFF;
    font-size:11px;
}

.wonk a:hover{
    text-decoration:none;
    color:#0099FF;
    font-size:11px;
}

