@charset "UTF-8";
/* CSS Document */

/* START RESERVED ELEMENTS */

body{
background-color:#000000;
background-image:url(images/bgHome.jpg);
background-repeat:no-repeat;
background-position:center top;
padding:0px;
margin:0px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

img{
border:none;
}

a{
text-decoration:underline;
color:#000000;
}

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

h1{
font-weight:normal;
}

h2{
font-weight:normal;
color:#660033;
}

h3{
font-weight:normal;
}


/* END RESERVED ELEMENTS */



/* START CUSTOM HOME ELEMENTS */

.containerHome{
width:900px;
margin:0px auto;
}

.header{
background-image:url(images/header.jpg);
width:900px;
height:210px;
margin:0px 0px 0px 0px;
}

.navTool{
text-align:right;
padding:5px 10px 0px 0px;
}

.nav{
background-image:url(images/navBar.jpg);
background-position:center top;
width:900px;
height:40px;
}

.nav ul{
margin:0px;
padding:0px 0px 0px 10px;
list-style:none;
}

.nav ul li{
float:left;
height:40px;
margin:0px;
padding:0px;
}

.nav ul .navStar{
float:left;
height:40px;
width:30px;
margin:0px;
padding:0px;
background-image:url(images/navStar.gif);
}

.nav ul li a{
display:block;
height:40px;
text-decoration:none;
}

.nav .navHome a{
background-image:url(images/navHome.gif);
background-position:left top;
height:40px;
width:115px;
}

.nav .navHome a:hover{
background-image:url(images/navHome.gif);
background-position:right top;
height:40px;
width:115px;
}


.nav .navJoin a{
background-image:url(images/navJoin.gif);
background-position:left top;
height:40px;
width:170px;
}

.nav .navJoin a:hover{
background-image:url(images/navJoin.gif);
background-position:right top;
height:40px;
width:170px;
}


.nav .navMeet a{
background-image:url(images/navMeet.gif);
background-position:left top;
height:40px;
width:160px;
}

.nav .navMeet a:hover{
background-image:url(images/navMeet.gif);
background-position:right top;
height:40px;
width:160px;
}

.nav .navAction a{
background-image:url(images/navAction.gif);
background-position:left top;
height:40px;
width:160px;
}

.nav .navAction a:hover{
background-image:url(images/navAction.gif);
background-position:right top;
height:40px;
width:160px;
}

.nav .navMKhome a{
background-image:url(images/navMKhome.gif);
background-position:left top;
height:40px;
width:155px;
}

.nav .navMKhome a:hover{
background-image:url(images/navMKhome.gif);
background-position:right top;
height:40px;
width:155px;
}




.content{
clear:both;
width:900px;
margin:0px 0px 0px 0px;
text-align:left;
}

.col1{
float:left;
width:400px;
height:600px;
margin:20px 0px 0px 20px;
}

.col2{
float:left;
width:400px;
height:600px;
margin:20px 0px 0px 60px;
}

.patriots{
list-style:none;
margin:0px;
padding:0px;
margin:80px 0px 0px 0px;
}

.patriots li{
float:left;
display:block;
width:80px;
height:240px;
padding:0px;
margin:0px;
}

.patriots li a{
display:block;
width:80px;
height:240px;
background-image:url(images/pBoxes.gif);
}

.patriots li a:hover{
background-image:url(images/pBoxes.gif);
background-position:right top;
}

.footer{
width:510px;
height:270px;
padding:60px 0px 0px 390px;
clear:both;
text-align:left;
}


/* END CUSTOM HOME ELEMENTS */




/* START CUSTOM SUB ELEMENTS */


.containerSub{
width:900px;
margin:0px auto;
padding:0px;
}

.containerSub .content{
clear:both;
width:900px;
margin:0px 0px 0px 0px;
background-image:url(images/bg.jpg);
padding:0px;
}

.containerSub .top{
clear:both;
width:900px;
height:30px;
background-image:url(images/bgTop.jpg);
background-repeat:no-repeat;
}


.containerSub .col1{
float:left;
width:400px;
margin:0px 0px 0px 20px;
height:auto;
}

.containerSub .col2{
float:left;
width:400px;
margin:0px 0px 0px 60px;
height:auto;
}


.containerSub .footer{
width:510px;
height:270px;
padding:200px 0px 0px 390px;
background-image:url(images/bgSubFooter.jpg);
background-repeat:no-repeat;
}

.players{
list-style:none;
margin:0px;
padding:0px;
}

.players img{
padding-right:20px;
}


.players a{
color:#660033;
}

.players a:hover{
color:#000000;
}

.players li{
border-top:solid 1px #000000;
padding:0px 0px 40px 0px;
clear:both;
}

.players ul{
list-style-image:url(images/bulletStar.gif);
/*clear:both;*/
}

.players ul li{
border:none;
padding:0px;
clear:none;
}

.players h2{
margin-bottom:3px;
margin-top:2px;
}

.players p{
margin-top:2px;
margin-bottom:3px;
}


.actionVids{
margin:0px;
padding:0px;
}

.actionVids ul{
list-style-image:url(images/bulletStar.gif);
}

.actionVids ul li{
}


.actionVids a{
color:#660033;
}

.actionVids a:hover{
color:#000000;
}

/* END CUSTOM SUB ELEMENTS */




