/* CSS Document */
a{
border: 0px;
}
body{
background: black;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 762px; /*width of menu*/
border: 1px solid white;
margin: 0 auto;
margin-top: 20px;
}

.glossymenu a.menuitem{
background: black;
font: 12px Helvetica, sans-serif;
color: White;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
border-bottom: 0px black;
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #fa009f;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: clear;
}


.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
letter-spacing: 10px;
margin-left: 68px;
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
}

.glossymenu div.submenu ul li{
display:inline;
}

.glossymenu div.submenu ul li a{
display: inline;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}


h1{
margin-top: 10px;
margin-left: 20px;
font: 36px bold Arial, Helvetica, sans-serif, "Akzidenz Grotesk BE Light";
color: #00CCFF;

}

#bodycopy{
margin-right:20px;
margin-left: 20px;
font: 12px white,Helvetica, Arial;
color: white;
}
.header{
width: 762px;
height: 261px;
margin: 0 auto;
margin-top: 40px;
background: url(../images/uprising_graphic_design_header.gif) no-repeat;
}
.belowHeader{
width: 762px;
height: 241px;
background: url(../images/BG_RIOT.jpg);
font-family: Helvetica, Arial, sans-serif;
color: white;
font-size: 12px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
}
.names{
width: 762px;
height: 58px;
background: url(../images/uprising_graphic_design_names.gif) no-repeat;
margin: 0 auto;
margin-top: 20px;
}
.portfolio{
width: 762px;
height: 41px;
background: url(../images/uprising_graphic_design_portfolio.gif) no-repeat;
margin: 0 auto;
margin-top: 10px;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
margin-top: 0px;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background:white;
color: black;
padding:10px;
margin-top: 0px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
text-align: right;
color:black;
margin-right: 23%;
background: transparent url("../images/panel.gif") right no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

p#dropAbout{
color:black;
font-family: Helvetica,Arial;
font-size: 12px;
margin-left: 20%;
}