* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}

#containerTop{
	position: absolute;
	height: 270px;
	width: 900px;
	background: #000;
	margin-top: -10px;
	
	z-index: -1;
	
}


	


#wrapper { 
 margin: 0 auto;
 width: 910px;
}
#header {
 width: 920px;
 color: #333;
 padding: 20px;
 height: 120px;
 margin: -70px 0px 0px 0px;
 
}
#navigation {
 width: 900px;
 height: 35px;
 color: #333;
 padding: 5px;
 margin: 0px 0px 0px 0px;
 background: #38ACEC;
}
#content { 
 width: 892px;
 color: #333;

 background: #eeeeee;
 margin: 0px 0px 0px 0px;
 padding: 4px;
  border-left: 5px solid #38ACEC;
 border-right: 5px solid #38ACEC;
}

#contentHome { 
 width: 892px;
 color: #333;
 height: 700px;
 background: #eeeeee;
 margin: 0px 0px 0px 0px;
 padding: 4px;
  border-left: 5px solid #38ACEC;
 border-right: 5px solid #38ACEC;
}


#sc { 
 width: 600px;
 margin: 0px 0px 0px 160px;
}

#contentIndex { 
  float: right;
 width: 350px;

 color: #333;
 
 background: #eeeeee;
 margin: 0px 20px 0px 0px;
 padding: 4px;
 
}

#contentIndex2 { 
	float: left;
 width: 350px;
 
 color: #333;
 
 background: #eeeeee;
 margin: 0px 0px 0px 20px;
 padding: 4px;
 
}
#contentIndex3 { 
  
 width: 500px;
 height: 120px;
 color: #333;
 
 background: #eeeeee;
 margin: 0px 0px 0px 0px;
 padding: 4px;
 
}

#contentLogin { 
 width: 892px;
 color: #333;
 height: 900px;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 4px;
  border-left: 5px solid #38ACEC;
 border-right: 5px solid #38ACEC;
}

#contentForgotPassword { 
 width: 892px;
 color: #333;
 height: 400px;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 4px;
  border-left: 5px solid #38ACEC;
 border-right: 5px solid #38ACEC;
}

#contentPasswordReset { 
 width: 892px;
 color: #333;
 height: 400px;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 4px;
  border-left: 5px solid #38ACEC;
 border-right: 5px solid #38ACEC;
}

#redText { 
 color:#F00;
}
#footer { 
 width: 902px;
 color: #fff;
 height: 50px;
 background: #38ACEC;
 margin: 0px 0px 10px 0px;
 padding: 4px;
 font-weight: bold;
}

.invertedshiftdown{
padding: 0;
width: 100%;
height: 200px;
margin-top: 0px;
background: url(images/banner.jpg);


}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #38ACEC; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #38ACEC; /*Red color theme*/
padding-top: 20px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #38ACEC; /*Red color theme*/
padding-top: 20px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

.glossymenu{
margin: -14px 0;
padding: 0;
width: 85%; /*width of menu*/
margin-left: 0px;

}

.glossymenu a.menuitem{
background: #38ACEC;
font: bold 22px "Lucida Grande", "Trebuchet MS", Verdana, 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: 0px;
text-decoration: none;
border-bottom: 2px solid white;

}

.glossymenu a.menuitem2{
background: #38ACEC;
font: bold 22px "Lucida Grande", "Trebuchet MS", Verdana, 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: 0px;
text-decoration: none;
border-bottom: 2px solid white;

}

.glossymenu a.menuitem3{
background: #38ACEC;
font: bold 22px "Lucida Grande", "Trebuchet MS", Verdana, 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: 0px;
text-decoration: none;
border-bottom: 2px solid white;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
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{

}

.glossymenu a.menuitem2:hover{

}

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

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin-top: -2px;
margin-bottom: 0px;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #20a888;
border-left: 2px solid #20a888;
border-top: 2px solid #20a888;
}

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

.glossymenu div.submenu ul li a:hover{
background: #d2fff3;
color: black;
}