/* CSS Document */

body {background-color:#E5EBED; margin: 0px; }

#logo 
{
border-left: 2px solid #005598; 
margin: 0;
padding: 0;
width: 308px;
height: 144px;
background:url(../images/logo.gif) no-repeat;
}

#gallery 
{
display: block;
margin: 0;
padding: 0;
width: 647px;
height: 144px;
position: relative;
list-style-type: none;
border-right: 2px solid #005598; 
}

#gallery li { display: block; }

#pic1
{
border-left: 2px solid #005598; 
border-right: 2px solid #005598; 
background:url(../images/curler.jpg) no-repeat;
}

#pic2
{
border-left: 2px solid #005598; 
border-right: 2px solid #005598; 
background:url(../images/curling.jpg) no-repeat;
}


/*  Main Body
---------------------------------------------------------------*/

#main {
width: 721px;
background-color: #FFFFFF;
font-family: Arial, Helvetia, sans-serif; 
font-size: 14px; 
color: #333333; 
padding-right:18px; 
padding-top:18px; 
padding-bottom:18px; 
border-right: 2px solid #005598;
border-bottom: 2px solid #005598;
vertical-align: top;
}

#main ol {line-height: 20px; }

#main .bullet {line-height: 30px; list-style-image:url(../images/bullseye.gif); }

#main a {color: #003366; text-decoration: underline; }

#main a:hover {color: #000000;}

#main img {border: #005598 solid 1px;}

#main .headline {color: #003366; font-weight: bold; font-size: 16px; }

#main .blue {color: #003366; font-weight: bold; font-size: 14px; }

#main .small {font-size: 11px; }

#main .box {text-align: center; border: 2px solid #BECBD1; background: url(../images/box-gradient.gif) top repeat-x; padding: 10px; vertical-align: top; height: 100px; }


/*  Side Column
---------------------------------------------------------------*/

#side {
width: 234px; 
padding: 18px;
background-color: #FFFFFF;
font-family: Arial, Helvetia, sans-serif; 
font-size: 14px; 
color: #333333;
border-left: 2px solid #005598;
border-bottom: 2px solid #005598;
 }

#side .title {font-size: 16px; color: #DA251C; font-weight: bold;  }

#side .date {color: #003366; font-weight: bold; }

#side .box {text-align: center; border: 2px solid #BECBD1; width: 198px; background: url(../images/box-gradient.gif) top repeat-x; padding: 8px; }


/*  Menu
---------------------------------------------------------------*/

.chromestyle{
margin: 0;
padding: 10px 0 10px 10px;
font-weight: bold;
border-top: 2px solid #005598;
border-left: 2px solid #005598;
border-right: 2px solid #005598;
background-color: #BFD4E5;
}
 
.chromestyle ul 
{

text-align: center; 
height: 20px; 
margin: 0;
padding: 0;
}

.chromestyle ul li
{
display: inline;
font-family: Arial, Helvetia, sans-serif;
font-size: 15px;
}

.chromestyle ul li a
 {
 text-decoration: none;
 color: #003366;
 padding: 0px 20px 0px 20px;
 }

.chromestyle ul li a:hover, .navlist ul li a.selected
{
color: #DA251C;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
top: 0;
border: 1px solid #005598; 
border-bottom-width: 0;
font-family: Arial, Helvetia, sans-serif;
font-size: 13px;
line-height:18px;
z-index:100;
background-color: white;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #005598; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #003366;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #E5EBED;
}


/*  Footer
---------------------------------------------------------------*/

#footer {
text-align: center;
height: 25px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Arial, Helvetia, sans-serif; 
font-size: 11px; 
color: #333333; 
}

#footer a {
color: #333333; 
text-decoration: underline;
}

#footer a:hover {
color: #000000; 
}


/*  League Pages
---------------------------------------------------------------*/

#leagues {
width: 955px;
height: 380px;
background-color: #FFFFFF;
font-family: Arial, Helvetia, sans-serif; 
font-size: 14px; 
color: #333333; 
padding: 18px;
border-right: 2px solid #005598;
border-left: 2px solid #005598;
border-bottom: 2px solid #005598;
vertical-align: top;
}

#leagues li {line-height: 20px; }

#leagues a {color: #003366; text-decoration: underline; }

#leagues a:hover {color: #000000;}

#leagues img {border: #005598 solid 1px;}

#leagues .headline {color: #DA251C; font-weight: bold; font-size: 16px; }

#leagues .small {font-size: 11px; }

#leagues .blue {color: #003366; font-weight: bold; font-size: 14px; }

#leagues .box {font-size:13px; text-align: center; border: 2px solid #BECBD1; background: url(../images/box-gradient.gif) top repeat-x; padding: 5px; vertical-align: top; min-height: 200px; }