/* -----------------------------------------------------------------------

MAIN.CSS

Cody Corpe
http://www.codycorpe.com

----------------------------------------------------------------------- */
a{
text-decoration: none;

}

body{
background: url(../images/bg.jpg) repeat-x #285b7a;
width: 1280px;
height: auto;
}

#wrapper{
height: auto;

}

#mastHead{
background:url(../images/masthead.jpg) no-repeat;
height: 200px;
}

#content{
background: #aaaaaa;
height: auto;
border: 1px solid black;
border-bottom: none;
border-top: none;
}

#sidebar{
background: #aaaaaa;
height: auto bottom;

}

#sidenav{
color: black;
font-size: 1.3em;
}

#sidenav ul{
text-decoration: none;
list-style: none;
color: black;
}

#sidenav ul il{
text-decoration: none;
color: black;
}

#sidenav ul il a{

color: black;
}

#sidenav ul il a:hover{

color: blue;
}

#topnav{
display: inline;
color: black;
font-size: 1.3em;
float: right;
}

#topnav ul{
display: inline;
text-decoration: none;
list-style: none;
color: black;
}

#topnav ul il{
display: inline;
text-decoration: none;
color: black;
}

#topnav a{

color: black;
}

#topnav a:hover{

color: #285b7a;
}

.topnav li{
display: inline;

}

#bottomnav{
display: inline;
color: black;
font-size: 1.3em;
float: right;
}

#bottomnav ul{
display: inline;
text-decoration: none;
list-style: none;
color: black;
}

#bottomnav ul il{
display: inline;
text-decoration: none;
color: black;
}

#bottomnav a{

color: white;
}

#bottomnav a:hover{

color: black;
}

.bottomnav li{
display: inline;

}


#imgRotator{
padding-left: 9px;

}

#main_content{
background: white;
height: auto;
overflow: auto;
}

#main_content a{
color: black;
}


#footer{
padding-top: 15px;
color: #aaaaaa;
text-align: center;
height: 70px;
line-height:1px;
text-shadow: 10px;
background: #28374a;
border: 1px solid black;
}

#footer a{
color: #aaaaaa;

}

#footer a:hover{
color: black;

}

h2{
font-size: 1.7em;
color: #285b7a;

}

p{
font-size: 1em;

}

#text{
background: white;


}

#sponsors{
margin: 5px #aaaaaa;


}