body{
    margin:0;
    /*margin-top:20px;*/
    padding:0;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14px;
    margin-bottom:10px;
    color:#444444;
}

h1, h2, h3, h4, h5, h6{
    font-family:Garamond;
    color:#144891;
}

img{
    border:solid 1px black;
    margin:5px 0 1px 0;
}

.max-1024{
    text-align:center;
    width:100%;
}

#clubhouse{
    position:relative;
    top:0px;
}

#clubhouse .welcome{
    position:absolute;
    bottom:0px;
    left:0px;
    color:white;
    background: url(images/30-percent-bg.png) repeat;
    padding:3px;
    font-size:1.5em;
}

#clubhouse h1{
    color:white;
    padding:0px;
    margin:0px;
    
}

blockquote {
    font-style:italic;
    font-family:Georgia;
    font-size:1.3em;
    color:#666666;
    background-color:#EFEFEF;
    padding:10px;
    line-height:25px;
    
}
.caption{
    font-style:italic;
    font-size:0.9em;
    text-align:left;
    background-color:#EFEFEF;
    color:#666666;
    padding:3px;
}

#container{
    width:75%;
    margin:auto;
}

#header_container{
    width:100%;
    height:165px;
    margin:auto;
    background-color:#144891;

}

#header{
    position:absolute;
    left:12.5%;
    right:12.5%;
    width:75%;
    height:200px;
    margin:auto;
}

#logo{
    position:absolute;
    right:50px;
}

#logo img{
    border:none;
}

#header_text{
    color:white;
    width:75%;
    position:absolute;
    top:10px;
}

#header_text h1{
    font-size:3.8em;
    font-weight:bold;
    margin-bottom:0px;
    margin-top:0px;
    color:white;
}
#header_text h2{
    font-weight:bold;
    color:white;
    margin-top:10px;
}
#header_text p{
    color:white;
}

#header_social a, a:visited{
    color:white;   
}

#header_social a:hover{
    text-decoration:none;
}

#nav_container{
    width:100%;
    height:45px;
    margin:auto;
    background-color:#EFEFEF;
    /*border-bottom:1px solid #072B5E;
    border-top:1px solid #072B5E;*/
}

#nav{
    position:absolute;
    left:12.5%;
    right:12.5%;
    width:75%;
    height:20px;
    margin:auto;
}

#nav_text{
    color:#666666;
    position:absolute;
    top:15px;
    font-size:15px;
}

#nav_text ul{
    margin:0;
    padding:0;
}

#nav_text li{
    list-style-type:none;
    display:block;
    float:left;
    margin-right:15px;
    text-transform:uppercase;
}

#nav_text a, a:visited{
    color:#666666;
    text-decoration:none;
}

#nav_text a:hover{
    color:#444444;
    text-decoration:underline;
}

#content{
    width:100%;
    margin:auto;
    line-height:25px;
    margin-top:30px;
    margin-bottom:40px;
    height:100%;
}

#content h1{
    font-size:2.1em;
    margin-bottom:10px;    
    /*border-bottom: solid 1px gray;
    border-top: solid 1px gray;*/ 
    padding:10px 0 10px 5px;
}

#content a, a:visited{
    color:#144891;
    text-decoration:underline;
}

#content a:hover{
    text-decoration:none;
}

#container{
    width:75%;
    height:100%;
    margin:auto;
    height:100%;
    margin-bottom:0px;
}

.box {
    margin-bottom:30px;
    padding:10px 0 10px 0;
    float: left;
    border-bottom: solid 1px gray;
    border-top: solid 1px gray;
    z-index: 0;
    clear:both;
    width:100%;
    height:100%;
    margin-top:20px;
}

.max-1024{
    width:100%;
    /*max-width:1024px;*/
    
}

.box p{
    padding-left:10px;
}

.box h2{
    margin-top:10px;
}

.left_col{
    width:48%;
    float:left;
    height:100%;
}

.right_col{
    width:48%;
    float:right;
    height:100%;
}

.full{
    width:100%;
    height:100%;
    clear:both;
}

#footer_container{
    width:100%;
    height:130px;
    margin:auto;
    /*border-top:1px dashed gray;*/
    clear:both;
    font-size:0.9em;
    color:gray;
    line-height:20px;
    
}

#footer{
    padding:0 10px 10px 10px;
    position:absolute;
    left:12.5%;
    right:12.5%;
    width:75%;
    margin-top:0px;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    
}

#footer a, a:visited{
    color:gray;
}

#footer a:hover{
    color:gray;
    text-decoration:none;
}

#footer_text{
    /*font-family:Arial;*/
    margin-top:30px;
    
}

#footer h1, #footer h2{
    color:#666666;
    margin-bottom:5px;
}

#footer img{
    margin:0px;
    padding:0px;
    border:none;
}

#footer p{
    padding:0px;
    margin:0px;
}

#footer .logos{
    margin-top:15px;
    text-align:right;
}

.post-date {
    font-size:0.85em;
    font-style:italic;
}

.webmaster{
    font-size:0.8em;
    padding-bottom:2px;
}

.webmaster a, a:visited{
    color:#7F7F7F;
}

.webmaster a:hover{
    text-decoration:none;
}

.fixtures{
    border-collapse:collapse;
    border:2px solid black;
    background-color:#F7F7F7;
    width:75%;
}

.fixtures td{
    border:1px solid black;
    padding:2px;
}

.fixtures th{
    font-weight:bold;
    padding:2px;
    border:2px solid black;
}

.results{
    border-collapse:collapse;
    border:2px solid black;
    background-color:#F7F7F7;
    width:100%;
}

.results td{
    border:1px solid black;
    padding:2px;
}

.results th{
    font-weight:bold;
    padding:2px;
    border:2px solid black;
}


#right{
    float:left;
    margin-top:-20px;
    width:75%;
    margin-bottom:30px;
}

#right h1{
    /*background-color:#144894;*/
    color:#144894;
    font-size:2.1em;
    margin-bottom:10px;    
    border-bottom: dotted 1px #144894;
    padding:10px 0 10px 0px;
}

#subnav{
    width:20%;
    height:100%;
    float:left;
    margin-right:4%;
    background:#F3F3F3;
    font-size:0.9em;
    margin-bottom:20px;
}

#subnav ul{
    list-style:none;
    margin:0;
    padding:0;
    
}

#subnav li{
    border-bottom:1px dashed gray;
    padding:3px;
    border-collapse:collapse;
}

#subnav a, a:visited{
    color:#777777;
}

#subnav .title{
    font-size:1.5em;
    padding-left:10px;
    background-color:#666666;
    color:#F3F3F3;
    border:none;
    font-family:Garamond, sans-serif;
}

.img-container-left{
    float:left;
    padding:10px;
}

h1 .welcome{
    font-size:4em;
}

.valid {
    margin-top:5px;
}

.alert{
    border-top:1px solid red;
    border-bottom:1px solid red;
    padding:5px;
    margin:10px 0 10px 0;
    text-align:center;
    
}

