/* CSS Document */
html, body {
	margin:0;
	padding:0;
	}
body {
  min-width: 590px;      /* 2x (LC width + CC padding) + RC width */
  color:#616261;
  font-family:Cantarell, Verdana, Geneva, sans-serif;
  font-size:13px;
}
#header {border-bottom:3px solid #7d7d7d;
	padding-bottom:10px;
}
#header h1 {margin:0 0 0 300px;}
#masthead {position: absolute; top: 0; left: 30px; border-left:2px solid #e5e5e5; border-right:2px solid #e5e5e5; border-bottom:2px solid #e5e5e5; padding:3px; background-color:#fff; margin-bottom: 25px;}
.cover {background-color:black;}
#container {
  padding-left: 250px;   /* LC width */
  padding-right: 90px;  /* RC width+ CC padding */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
  padding:20px;
}
#center p {
	line-height:120%;
	margin:0 0 10px 0;
}
#center p.address {
	margin-left:25px;
	}
#center strong {
	color:#000000;
	font-weight:300;
	}
#center h2 {
	font-family:'Crimson Text', 'Palatino Linotype', Palatino, serif;
	font-size:1.5em;
	color:#3d59a3;
	margin-bottom:10px;
	margin-top:15px;
	}
#center h3 {
	font-family:'Crimson Text','Palatino Linotype', Palatino, serif;
	font-size:1.3em;
	color:#000;
	margin-bottom:5px;
	margin-top:10px;
	}
#center h4 {
	font-family:'Crimson Text','Palatino Linotype', Palatino, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #3d59a3;
	margin-bottom:0;
	margin-top:10px;
	}
#center h4.indent {
	margin-left:20px;
	}
#center p.indent {
	margin-left:20px;
	}
#center ul {
	margin:0;
	}
#center a {
	color:#a32638;
	text-decoration: none;
	border-bottom:1px dotted #a32638;
	}
#center a:hover {
	text-decoration: none;
	color:#000;
	border-bottom:1px dotted #000;
	}
#center .alert {
	background-color:#d1cfcf;
	color:#616261;
	margin:15px;
	border:3px solid #3d59a3;
	padding: 8px;
	width:450px;
	}
#center .alert h3 {
	color:#a32638;
}
#center .teams {
	float:right;
	color:black;
	margin:0 15px 15px 15px;
	border:1px solid black;
	padding: 8px;
	width:400px;
	}
#center .teams p {
	margin:0;
	}
#center .grey {
	color:#666;
	}
#center table.officers {
	width: 65%;
	margin-bottom:10px;
	}
#center td.title {
	text-align: left;
	font-weight:300;
	color:#000;
	width:45%;
	}
#center td.main {
	text-align: left;
	width:35%;
	}
#center dl {
	margin-top:0;
	}
#center dt {
	color:#02262a;
	}
#center dd{
	margin-bottom:10px;
	}
table.age {
	border-collapse:collapse;
	width:70%;
	margin-top:10px;
}
table.age td,th {
	border:1px black solid;
	padding:2px;
	text-align:center;
}
table.age th {
	padding:5px;
	font-weight:normal;
	color:#000;
	}	
#popupContact table.age {
	border-collapse:collapse;
	width:97%;
	margin:0;
}
#center form .position {
	margin-left:25px;
	}
#center img.right {
	width:200px;
	height:150px;
	border:2px solid #7d7d7d;
	float:right;
	margin:20px 0 20px 20px;
	} 
#content {
	width:80%;
	height:100px;
	}
#center #news {
	color:black;
	float: left;
	margin:25px 0 15px 25px;
	border:1px solid black;
	padding: 10px;
	width:375px;
	}
#center #news h2 {
	margin-top:0;
}
#center #news ul {
	margin-bottom:15px;
	margin-left:0;
}
#center #news ul li {
	margin-bottom:8px;
	margin-left:0;
}
#center p.start {
	font-size: 1.3em;
}
#center ol.checklist {
	font-size:1.1em;
}
#center ol.checklist li {
	margin-bottom:10px;
}
#center div.storeItem
  {
  margin:2px 20px 30px 2px;
  border:1px solid #000;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
#center div.storeItem img
  {
  display:inline;
  margin:3px;
  border:1px solid #fff;
  }
#center div.storeItem a:hover img
  {
  border:1px solid #fff;
  text-decoration: none;
  }
#center div.storeDesc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
div#popupContact a{  
	cursor: pointer;  
	text-decoration:none;  
} 
#backgroundPopup{  
	display:none;  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:700;  
}  
#popupContact{  
	display:none;  
	height:625px;  
	width:470px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:1000;  
	padding:12px;  
	font-size:13px;  
} 
#popupContactClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}  
#pollpop{  
	margin:0;  
}


#news strong {
	color:#000000;
	font-weight:600;
	}
#left {
  width: 250px;          /* LC width */
  right: 290px;          /* LC width + CC padding */
  margin-left: -100%;
  padding:0;
}

#right {
  width: 50px;          /* RC width */
  margin-right: -90px;  /* RC width + CC padding */
  background-color: red;
}
#footer {
  clear: both;
  border-top:3px solid #7d7d7d;
  padding-top:10px;
}
.external {}
#footer p {
	margin:0 0 0 50px;
	font-size:12px;
	}
/*** IE6 Fix ***/
* html #left {
  left: 50px;           /* RC width */
}


/***Navigation Menu***/
#navcontainer
{
margin: 10px 0 0 300px;
padding: 0;
height: 35px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer a {
font-weight: 200;
}

#navcontainer ul li a
{
background: #fff;
width: 90px;
height: 23px;
border-top: 1px solid #7d7d7d;
border-left: 1px solid #7d7d7d;
border-bottom: 1px solid #7d7d7d;
border-right: none;
padding: 6px 0 0 0;
margin: 0 0 10px 0;
color: #000;
text-decoration: none;
display: block;
text-align: center;
font-size: 0.9em;
}

#navcontainer ul li a:hover
{
color: #a32638;
background: #d1cfcf;
}

#navcontainer a:active
{
background: #a32638;
color: #fff;
}

#navcontainer li a.active
{
background: #0c1c47;
border-top: 1px solid #7d7d7d;
border-left: 1px solid #7d7d7d;
border-bottom: 1px solid #7d7d7d;
border-right: none;
color: #fff;
}
#navcontainer li.end a.active
{
background: #0c1c47;
border-top: 1px solid #7d7d7d;
border-left: 1px solid #7d7d7d;
border-bottom: 1px solid #7d7d7d;
border-right: none;
color: #fff;
}
#navcontainer li.end a
{
background: #fff;
width: 90px;
height: 23px;
border-top: 1px solid #7d7d7d;
border-left: 1px solid #7d7d7d;
border-bottom: 1px solid #7d7d7d;
border-right: 1px solid #7d7d7d;
padding: 6px 0 0 0;
margin: 0 0 10px 0;
color: #000;
text-decoration: none;
display: block;
text-align: center;
font-size:0.9em;
}
#navcontainer ul li.end a:hover
{
color: #a32638;
background: #d1cfcf;
}
#navcontainer li.end a:active
{
background: #0c1c47;
border-top: 1px solid #7d7d7d;
border-left: 1px solid #7d7d7d;
border-bottom: 1px solid #7d7d7d;
border-right: 1px solid #7d7d7d;
color: #fff;
}


/* Slider */
.clear {  
    clear:both  
}  
  
#gallery {  
    position:relative;
    float:left;
    height:282px;
    width:496px;
    margin:25px 0 20px -150px;
    overflow:hidden;
    border:2px solid black;  
}  
    #gallery a {  
        float:left;  
        position:absolute;  
    }  
      
    #gallery a img {  
        border:none;  
    }  
      
    #gallery a.show {  
        z-index:500  
    }  
  
    #gallery .caption {  
        z-index:600;   
        background-color:#000;   
        color:#ffffff; 
        height:50px;     
        width:100%;   
        position:absolute;  
        bottom:0;  
    }  
  
    #gallery .caption .content {  
        margin:5px  
    }  
      
    #gallery .caption .content h3 {  
        margin:0;  
        padding:0;  
        color:#1DCCEF;  
    } 

#sidenav
{
padding-left: 0;
margin:135px 0 0 10px;
border-bottom: 1px solid gray;
width: 200px;
}

#sidenav li
{
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid gray;
}

#sidenav li a { 
	text-decoration: none;
	color:#a32638; 
	display:block;
	padding:0.35em;
}
#sidenav li a:hover {
	color:#000;
	background-color: #d1cfcf;
}
.soccerPhoto {
margin-bottom: 25px;
}
