@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #ffffff;
	background-image: url(images/jade_stripe01_900h.jpg);
	background-repeat: repeat  ;
}

#container { 
	margin: auto;
	width: 1024px;
	height: 700px;

} 

#header {
	width: 1024px;
	height: 280px;
/*	height: 280px;
	background-image: url(images/cloudy_sky01_1024_launch01.jpg) ;*/
	height: 250px;
	background-image: url(images/banner1024_launch01.jpg) ;
}	


#wbenc {
	clear: both;
	position: relative ;
	margin: 0 ;
	padding: 0;
 	left: 416px;
	top:  180px;
	
	height: 52px;
	width: 120px;
}

#header a:link, #header a:active, #header a:visited, #header a:hover  {
	color: #bbbbbb;
	border: none;
	outline: none;
	
}


#banner {
	padding: 12px 0 12px 0 ;
	font-family: Tahoma ;
	font-size: 13px;
	font-weight: bold;
}

.bannername {
	font-size: 16px;
	font-weight: bold;
}

.section, .sectiontitle, .sectiontext, .sectionphone {
	cursor: pointer ;
}

.section {
	padding: 20px 10px 0 20px ;
	text-align: left;
	width: 288px;
	height: 220px;
	margin: 0 0 30px 0 ;

	color: #62716f;
	font-family: Tahoma;
	font-size: 13px;
}
.sectiontitle {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.sectiontext {
	width: 288px;
	margin: 0;
	padding: 0;
}

.sectionphone {
	padding: 0;
	margin: 20px auto 0 auto;
/*	font-size: 12px;*/
	width: 288px;
	text-align: right;
}


.imageholder {
	margin: 4px 0 10px 0 ;
	height: 100px;
	width: 280px;
	padding: 0;
}

#leftsectionimage {
	background-image: url(images/launch_leis_280x100.jpg) ;
}

#centersectionimage {
	background-image: url(images/launch_grp_280x100.jpg) ;
}

#rightsectionimage {
	background-image: url(images/launch_bus_280x100.jpg) ;
}

/* leftsection, centersection and rightsection.  When hovered upon, accent.js changes thier ids to ..._hover */
#leftsection, #leftsection_hover {
    float: left ;

    border-top: 1px solid #fff ;
    border-left: 1px solid #eee ;
    border-bottom: 1px solid #aaa ;
    border-right: 1px solid #888 ;

    padding-top:   19px ;
    padding-left:  19px ;
    padding-right:  9px ;
}

#leftsection {
    background-color: #b1d7dd ;
}
	
#leftsection_hover {
	background-color: #bddfdf ;	
}

#centersection, #centersection_hover {
    position: absolute;
    margin: 0 0 0 353px;
    border-top:    1px solid #fff ;
    border-left:   1px solid #eee ;
    border-bottom: 1px solid #bbb ;
    border-right:  1px solid #999 ;

    padding-top:   19px ;
    padding-left:  19px ;
    padding-right:  9px ;
}

#centersection {
    background-color: #dae1c9 ;
}

#centersection_hover {
    background-color :  #dfeacf ;
}


#rightsection, #rightsection_hover {
    margin: 0 ;
    float: right;

    border-top:         1px solid #fff ;
    border-left:        1px solid #eee ;
    border-bottom:      1px solid #888 ;
    border-right:       1px solid #777 ;

    padding-top:   19px ;
    padding-left:  19px ;
    padding-right:  9px ;
}


#rightsection {
	background-color :  c1ccca ;
}

#rightsection_hover {
    background-color :  ccd6d5 ;
}

/*
#footer {
	width: 1024px;
	height: 14px;
	text-align: center;
	padding: 4px;
	color: #444499;
	font-family: Tahoma ;
	font-size: 11px;
	clear:both;
}

.clear {
	clear: both;
}

#footmenu {
   	text-align: center;
   	width: 1024px;
}

#footmenu ul {
   	padding: 0;
   	margin: auto ;
	width: 804px;
   	list-style:none ;
}

#footmenu ul li {
   	float: left;
   	width: 100px;
   	margin: 0;
	border-left: 1px solid #bbb;
	cursor: pointer ;
}

#footmenu ul .leftfoot, #footmenu ul .leftfoothover {
	border-left: 0;
	cursor: pointer ;
}

#footmenu ul .leftfoothover, #footmenu ul .foothover {
	color: #6666ff ;
	font-style:italic;
	cursor: pointer ;
}
*/

/*
#footmenu ul li.sel, #footmenu ul li.selhover {
   color:#444488;
   font-weight:bold;
}

#footmenu ul li.selhover {
   font-weight:bold;
   color:#000088;
}


#footmenu ul li.non {

   text-decoration:none ;
   color: #51503D ;
}

#footmenu ul li.hover {
   text-decoration:none;
   position:relative ;
   color: #000000 ;
}
*/