﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif  ;
font-size:75%; 
color:#000000;
margin:0 auto;
}

/*********************************/
/*           CONTAINER
/*********************************/

#container {
height:auto;
margin:0 auto;
position:relative;
font-size:1em;  /* displayed at 12px */
width:1000px;
}


/*********************************/
/*          NAVIGATION
/*********************************/

#nav {
height:50px;
top:5px;
position:relative;
}

#nav ul {
text-align:center;
}

#nav ul li {
list-style:none;
display:inline;
margin:0 5px;
}

#nav ul li a {
/*
color:#660000;
*/
color:#F067A6;
/*
font-family: Garamond, serif;
*/
text-decoration:none;
outline:none;
height:auto;/*this is for IE6*/
background:url(../images/nav_sep.gif) no-repeat left;
padding:0 0 0 15px;
font-weight:bold;
font-size:1.2em;
}

#nav ul li a:hover {
text-decoration:underline;
}

/*********************************/
/*      HEADER/LOGO area
/*********************************/

#hdr {
background:url(../images/logo.gif) no-repeat left;
width:1000px;
height:145px;
position:relative;
}

#hdr h1 a {
display:block;
width:318px;
height:109px;
position:relative;
float:left;
outline:none;
top:15px;
}

#hdr h1 span {
display:none;
}

.searchinput {
}

#teamlogos {
position:relative;
top:12px;
left:20px;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:250px;
margin:15px 0 20px 0;
width:1000px;
}

#contentarea li {
margin:0 0 0 2em;
}

/*uncomment if images are used in place of list item bullets
#container .reToolbar li{
    background:none;
}*/

#contentarea a {
color:#660000;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
font-weight:bold;
margin:0 0 15px 0;
}

/*********************************/
/*       HOMEPAGE GALLERY
/*********************************/

#gallery {
background-color:#333333;
border:2px solid #999999;
height:240px;
margin:10px 0 15px 0;
text-align:center;
}

#gallery li {
list-style:none;
position:relative;
display:inline;
margin:0 15px;
}

#gallery span{
display:block;
}

#gallery li a{
zoom:1;
position:relative;
top:5px;
width:200px;
opacity:0.80;/*for CSS3*/
filter:alpha(opacity=80);/*for IE*/
padding:0 0 5px 0;
}

#gallery a:hover{
opacity:1;/*for CSS3*/
filter:alpha(opacity=100);/*for IE*/
}

/*********************************/
/*    HOMEPAGE LEADINS
/*********************************/

#leadins {
width:292px;
height:110px;
position:relative;
float:right;
margin:0 0 0 0px;
z-index:99;
}

#leadins ul li {
list-style:none;
margin:0;
}

#leadins ul li a {
display:block;
text-decoration:none;
outline:none;
height:90px;
width:292px;
}

#leadins .signup a {
background:url(../images/button_signup.jpg) 0 0  no-repeat;
background-position:top left;
display:block;
height:90px;
width:292px;
}

#leadins .donate a {
background:url(../images/button_donate.jpg) 0 0  no-repeat;
background-position:top left;
display:block;
height:90px;
width:292px;
}

#leadins .balloon a {
background:url(../images/button_balloon.jpg) 0 0  no-repeat;
background-position:top left;
display:block;
height:90px;
width:292px;
}

#leadins .missoulian a {
background:url(../images/button_missoulian.jpg) 0 0  no-repeat;
background-position:top left;
display:block;
height:90px;
width:292px;
}

#leadins li:hover, #leadins li:hover a {
background-position:0% -90px;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footer.jpg) no-repeat;
width:1000px;
height:98px;
clear:both;
}

#footer a {
display:block;
width:150px;
height:80px;
position:relative;
float:left;
outline:none;
top:15px;
}

/* from pagestyles.css */
.PinkZonePink
{
    color:#EC5190;   
}

.GrizMaroon
{
    color:#89173C;
}

.PinkZonePinkBG
{
    background-color:#EC5190;   
}

.GrizMaroonBG
{
    background-color:#89173C;
}

.PinkZonePinkBorder
{
    border-width: 1px;
    border-style: solid;
    border-color:#EC5190; 
}

.GrizMaroonBorder
{
    border-width: 1px;
    border-style: solid;
    border-color:#89173C;
}