body {
    width: 900px;
    font-family: Arial;
    font-size: 14px;
    background: teal;
    background-image: url(../images/powerjack.jpg);
    background-repeat: no-repeat;
    background-position: 20px 54px;
}

h1 {
    font-size: 34px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.small {
    font-size: 12px;
}

.purple {
    color: #9F1D58;
}

.orange {
    color: #E46C0A;
}

.blue {
    color: #0070C0;
}

.darkBlue {
    color: #223F8C;
}

.gray {
    color: #7F7F7F;
}

.italic {
    font-style: italic;
}

.white {
    color: white;
}

.lightGreen {
    color: #0B9948;
}

.green {
    color: #006D54;
}

.red {
    color: #FF0000;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.alignl {
    text-align: left;
}

.alignc {
    text-align: center;
}

.alignr {
    text-align: right;
}

#homeLink1 { 
    position: absolute; 
    top: 100px; 
    left: 724px; 
    width: 184px; 
    height: 286px; 
    background-color: transparent; 
}

div#sidebar {
    width: 178px;
    border: solid 3px;
    background-color: gray;
    color: white;
    float: right;
    margin-top: 4em;
}

div#sidebar img {
    margin: 1.2em 1.2em;
}

div#sidebar h3 {
    text-align: center;
}

div#sidebar p {
    margin: 1em 1em;
}

#main {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 500px;
    height: 15em;
    margin: 18.5em 1em 1em 8em;
    background-color: white;
    padding: 1em;    
}
#main h1 {
    font-variant: small-caps;
    margin-top: 0;
}
#main img {
    float: right;
    margin: 10px 0px 10px 10px;
}

#footer {
    color: gray;
}

#nav {
    width: 721px;
    padding: 0 0;
    margin: .5em 0 0;
    min-height: 36px;
    font-size: 14px;
    border-bottom: solid gray 1px;
}

li#menuitem1 a {
    line-height: 2.5em;
    width: 180px;
    color: white;
    }        

li#menuitem2 a {
    line-height: 2.5em; 
    width: 179px;
    color: white;
    }                

li#menuitem3 a {
    line-height: 2.5em; 
    width: 179px;
    color: white;
    }

li#menuitem4 a { 
    line-height: 2.5em;
    width: 179px;
    color: white;
    }
    
ul#menu li ul li.tall a {
    line-height: 1.25em;
}    

#nav li#menuitem1, #nav li#menuitem2, #nav li#menuitem3 {
    border-right: solid 1px gray;
}

li#menuitem1 a:hover, li#menuitem2 a:hover, li#menuitem3 a:hover, li#menuitem4 a:hover, li#menuitem5 a:hover {
    color: yellow;
}

#nav ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    /*width:9em;    /* width of all menu boxes */
    /* NOTE: For adjustable menu boxes you can comment out the above width rule.
    However, you will have to add padding in the "#menh a" rule so that the menu boxes
    will have space on either side of the text -- try it */
    }
    
#nav li
    {
    position:relative;
    min-height: 1px;        /* Sophie Dennis contribution for IE7 */
    vertical-align: bottom;        /* Sophie Dennis contribution for IE7 */
    float: left;
    list-style: none;
    margin: 0 0;
    padding:0 0;
    background: url(../images/menubar.gif) no-repeat;
    }

#nav li:hover {
    background: url(../images/menubar2.gif) no-repeat;
    border-top: solid gray 1px;
}                

#nav ul li a {
    font-weight: bold;
    margin: 0 0;
    padding: 0 0;
    display: block;
    text-decoration: none;
    text-align: center;

    }
    
#nav ul li#menuitem1 ul {
}

#nav ul li#menuitem2 ul {
}

#nav ul li#menuitem3 ul {
}

#nav ul li#menuitem4 ul {
}   

#nav ul li ul {
    position: absolute;
    display: none;
}

#nav ul ul li {
    float: none;
    border-top: solid 1px gray;
}  

#nav li:hover ul ul {
    display: none;
}

#nav ul li:hover ul, #nav ul li.over ul,
#nav ul li li:hover ul, #nav ul li li.over ul {
    display: block;
}
