/* file name swgstyle.css */

/* PAGE LAYOUT */

#titlebar {
position: absolute;
left: 1%;
width: 99%;
height: 100px;
top: 1px;
background: #0080b4;
}

#menubar {
position: absolute;
left: 1%;
width: 20%;
top: 101px;
}

#maincontent {
position: absolute;
left: 21%;
width: 79%;
top: 101px;
background: #ffffff;
padding-bottom: 10px;
}


/* NAVIGATION BAR, INCLUDING MOUSE-HOVER EFFECTS */
/* CSS COOKBOOK: PAGES 74-78 */
/*COLORS: #fbd7a1 = light orange */
/* #d4ecfb = pale blue  */
/* #8dcff4 = light blue */
/* #0469b3 = medium blue */



#menubar {
font-size: 15px; 
font-weight: bold; 
font-variant: small-caps;
font-family: verdana, arial, sans-serif;
border-right: 1px solid #0080b4;
padding: 0;
margin-bottom: 1em;
margin-top: 0;
background-color: #8dcff4;
}

#menubar ul li {
list-style: none;
margin: 0;
padding: 0;
}

#menubar ul li {
margin: 0;
border-top: 1px solid #003;
}

#menubar ul li a {
display: block;
padding: 2px 2px 2px 2px;
border-left: 10px solid #fbd7a1; 
border-right: 1px solid #fbd7a1; 
border-bottom: 1px solid #fbd7a1; 
border-top: 1px solid #fbd7a1;
background-color: #d4ecfb;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body #menubar ul li a {
width: auto;
}

#menubar ul li a:hover {
border-left: 10px solid #0469b3; 
border-right: 1px solid #fbd7a1; 
border-bottom: 1px solid #fbd7a1; 
border-top: 1px solid #fbd7a1;
background-color: #fbd7a1; 
color: #000000; 
}



/* TEXT FORMATTING */

h1 {
font-family: verdana, arial, sans-serif; 
font-size: 30px; 
color: #ffffff;
}

h2 {
font-family: verdana, arial, sans-serif; 
font-size: 25px; 
font-weight: bold; 
background-color: #fbd7a1; 
color: #000000; 
font-variant: small-caps;
padding-left: 15px;
margin: 1px;
}

h3 {
font-family: verdana, arial, sans-serif; 
font-size: 20px; 
color: #0080b4;
}

h4 {
font-family: verdana, arial, sans-serif; 
font-size: 15px; 
font-weight: bold; 
color: #000000;
}

h5 {
font-family: verdana, arial, sans-serif; 
font-size: 15px; 
font-style: italic;
}

h6 {
font-family: verdana, arial, sans-serif; 
font-size: 12px; 
font-weight: bold;
color: #0469b3;
}

p {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
color: #000000;
}

h3, h4, h5, h6, p {
padding-left: 10px;
}

p.faqanswer {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
padding-left: 20px;
}

a:link, a:visited {
color: #0080b4; 
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #f1a269; 
text-decoration: none;
font-weight: bold;
}

/* For use on the menu bar */
/* p.menutitle provides the orange-backed title for use in the menubar */
p.menutitle {
font-family: verdana, arial, sans-serif; 
font-size: 14px; 
font-weight: bold;
background-color: #fbd7a1;
color: #000000;
margin-top: 0;
margin-bottom: 0;
}

/*p.quote provides the bordered box of text for use in the menu bar */
p.quote {
margin: 5px;
border: 1px solid black;
color: #000000;
font-variant: normal;
font-weight: normal;
font-size: 11px;
background-color: #d4ecfb;
margin-top: 0;
margin-bottom: 5px;
}

#maincontent ol li {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
padding-right: 20px;
}

#maincontent ul li {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
}

#maincontent li {
padding-bottom: 10px;
}

/* TABLE STUFF */
#navtable {
table-layout: fixed;
width: 100%;
}

#navcell {
background: #d4ecfb;
font-family: verdana, arial, sans-serif; 
font-size: 12px;
font-weight: bold;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
}