/* JSQ_Styles.css*/

#wrapper {margin: 0 auto; width: 800px; padding: 0;}
#masthead {margin: 0; padding: 0;}
#header {background: url(/public/image/backgrounds/corn-sky_header.png) no-repeat; height: 190px; padding-top: 30px;}
#header h1 {color:#FFFFFF; text-align: center; margin-top: 50px; font-size: x-large;}

#nav-menu {
	width: 800px;
	background: url(/public/image/backgrounds/body_bg.png) repeat-y;
	}
	
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid gray; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: black;
background: transparent; /* orig color: #414141 background of tabs (default state)*/
}

.mattblacktabs li a.first{
border-left: 1px solid white; /*right divider between tabs*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #0580FF;/*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: white;
}

#content-area {background: url(/public/image/backgrounds/body_bg.png) repeat-y; padding-top: 5px; width: 800px; min-height: 600px;}

#main-content {background: url(/public/image/backgrounds/body_bg.png) repeat-y; float: left; width: 70%; padding-left: 5px; margin-right:5px;}
#sidebar-1 {float: right; vertical-align: top; width: 169px; height: 100%; padding-right: 8px;}
#footer {
    background: url(/public/image/backgrounds/corn-sky_footer.png) no-repeat;
    padding-top: 30px;
    font-size: large;
    color: #FFFFFF;
    height: 112px;
    clear: both;
    text-align: center;
}
#footer a {
    color: #0580FF;
}
#footer a:visited {
    color: #0580FF;
}
#footer a:hover{
    color: white;
}
#map {border: 10px solid #C9D7F1 !important; width: 94% !important;}