/* CSS Document For E Team Spirit*/

/* Global Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 { color:#A76616;}
h2 { color:#A76616; }
.Content a {text-decoration:underline; color:#000; }
.Content a:hover { text-decoration:none; color:#000; }

/* Landing Grid Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#landgrid {	margin:0; padding:0; width:auto;height:auto; list-style:none; float:none; vertical-align:bottom;}
#landgrid li {float: left; margin: 0; padding:10px; list-style: none; width:auto; height:200px; text-align:center; vertical-align:bottom; }
#landgrid li img { border:none; margin-top:5px; }
#landgrid li a { margin:0; padding:0; width:auto; height:auto; font-weight:bold;}

/* Left Column Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.LeftColumn{height:100%;}

/* Left Column Menu Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav {border:1px solid #FFF;}
#nav, #nav ul { /* all lists */
padding:0;
margin:0;
list-style:none;
float:left;
width:161px;
font:bold 11px Arial;
background:#A76616;
}

#nav li { /* all list items */
position:relative;
list-style:none;
float:left;
line-height:22px;
width:161px;
border-bottom:1px solid #FFF;
}

#nav li ul { /* second-level lists */
position:absolute;
left:-9999px;
margin-left:161px;
margin-top:-23px;
border:1px solid #A76616;
background:#FFF;
}

#nav li ul ul { /* third-and-above-level lists */
left:-9999px;
}

#nav li a {
width:161px;
display:block;
color:#FFF;
font-weight:bold;
text-decoration:none;
text-indent:5px;
padding:0;
}

#nav li a.arrow { background:#A76616 url(images/LC_MenuArrow.gif) no-repeat 95% 50%;}

#nav ul li {
color:#A76616;
border-bottom:1px solid #A76616;
}

#nav ul li a {
color:#A76616;
}
#nav ul li a.subarrow {
color:#A76616;
background:#FFF url(images/LC_SubMenuArrow.gif) no-repeat 95% 50%;
}

#nav ul li a.subarrow:hover {
color:#FFF;
background:#A76616 url(images/LC_MenuArrow.gif) no-repeat 95% 50%;
}

#nav li a:hover {
color:white;
background-color:#9A5E15;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left:-9999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

.spurs h1 {color:#999999}
.spurs h2 {color:#999999}