
body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 0.7em;       
  background: #000 url(/media/j03l_symbol_perspective.png) no-repeat top right; 
}

#siteBox {
  margin: auto 0; 
  display:block;
  width: 100%;
  color: #FF9933; 
}              

#sitebox a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FF9933;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}  




/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(/lib/images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(/lib/images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FF9933;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 25px 30px 0 5.1em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FFF;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {   
  width: 90%;
  padding: 10 10 10 10;
  margin: auto;  
  color: #FF9933;       
}        


.content {
    margin:auto;
}

#profileheader {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  background: #767676 url(/lib/images/corner_sub_tr.gif) no-repeat top right;  
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(/lib/images/corner_sub_tr.gif) no-repeat top right;  
}

#contentLeftLong {
  width: 100%;
  margin-bottom: 1em;

}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(/lib/images/corner_sub_tl.gif) no-repeat top left;
}

#contentRightShort {
  float: right;
  width: 40%;
  background: #777 url(/lib/images/corner_sub_tl.gif) no-repeat top left;
}

#contentFloat {
  float: right;
  width: 75%;
  background: #666 url(/lib/images/corner_sub_tl.gif) no-repeat top left;
}

#contentFloatLeft {
  margin-left:7%;
  float: left;
  width: 75%;
  background: #666 url(/lib/images/corner_sub_tl.gif) no-repeat top left;
}

.FloatLeft {
  float: left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FFF;
}

#content a:hover {
  color: #FF9933;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

#contentLeftTop {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(/lib/images/corner_sub_tr.gif) no-repeat top right;  
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FF9933;
  border-bottom: 1px solid #AAA;    
}
.profileheader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #FF9933;   
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/li_bullet.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #FF9933;
  background: #888 url(../images/li_bullet.gif) no-repeat center left;
  border: 0px;
}

#hover {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	min-width: 100px;
	}
    
#hover_left {
 	float: left;
	text-align: left;
	width: 100px;
	}	
	
#hover_right {
	float: right;
	text-align: left;
	}
	
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#666;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:200px;
    border:1px solid #000;
    background-color:#dddddd;
    color:#000000;
    text-align: left}



/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #FF9933;
  background: #25509F url(../../lib/images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;  
  color: #FF9933;
  background: url(../../lib/images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../../lib/images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #FF9933;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

/* --- Table Properties --- */

table {
width: 100%;
}
	
caption {
background-image:url(images/top_texture.gif);
font: 700 15px Tahoma, Verdana, Arial, sans-serif; color:#ffffff; text-decoration:none;
height: 45px; text-align:left; padding: 0.5em 0  0 1.4em;
}	

thead  th{
background:#555;
font: 700 13px Tahoma, Verdana, Arial, sans-serif; color:#ffffff; height: 30px;
}
 
tr { background-color:#888888;} 
 
.odd { background:#D6DBE4;}

th , td { 
font: 11px normal Tahoma, Verdana, Arial, sans-serif; color:#003366; 
padding-left: 10px; padding-right: 10px; height:60px;
} 
	
a {text-align:center;}
	
th a:link {  
font: 700 10px normal Tahoma, Verdana, Arial, sans-serif; color:#000066; 
display:block;  padding: 5px 0 5px 0;  background:url(images/a_texture.gif); 
}	

th a:visited { 
font: 700 10px normal Tahoma, Verdana, Arial, sans-serif; color:#000033; 
display:block;  padding: 5px 0 5px 0;  background:url(images/a_texture.gif); 
}	

th a:hover {
display:block;  padding: 5px 0 5px 0;  background:url(images/a_texture2.gif);   
font: 700 10px normal Tahoma, Verdana, Arial, sans-serif; color:#003399;
}	
	
	
td a:link { 
font: 10px normal Tahoma, Verdana, Arial, sans-serif; color:#000066; text-decoration:none;
 padding: 5px 0 5px 0;  background:url(images/a_texture.gif); 
}	

td a:visited { 
font: 10px normal Tahoma, Verdana, Arial, sans-serif; color:#000033; text-decoration:none; 
 padding: 5px 0 5px 0;  background:url(images/a_texture.gif); 
}	

td a:hover { 
padding: 5px 0 5px 0;  background:url(images/a_texture2.gif); 
font: 10px normal Tahoma, Verdana, Arial, sans-serif; color:#003399; text-decoration:none;
}	
	
	
tfoot { 
background-image:url(images/top_texture.gif);
}	

tfoot>tr th { 

background-image:url(images/top_texture.gif);
}	
tfoot>tr td { 

background-image:url(images/top_texture.gif);
}	


tfoot tr th {
	font: 700 15px Tahoma, Verdana, Arial, sans-serif;
	color:#ffffff;
}

tfoot tr td {
	font: 700 15px Tahoma, Verdana, Arial, sans-serif; 
	color:#ffffff;
}




/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

