html, body
{
    width:100%;    
}
body
{
    background-color:#E0E0E0;
    margin:0px;
    font-family: Helvetica;
    font-size:12px;
    color:#000000;
    text-align:center;
    overflow-y: scroll;
}
a 
{
    color: #1D71A5;
    font-size:12px; 
}
a.small 
{
    color: #1D71A5;
    font-size:10px; 
	text-decoration:none;
}
a.small:hover
{
	text-decoration:underline;
}
.title
{
    color: #1D71A5;
    font-size:12px; 
	font-weight: bold 
}
.title a
{
    color: #1D71A5;
    font-size:12px; 
	font-weight: bold 
}
.header
{
    color: #1D71A5;
    font-size:14px;
	font-weight: bold 
}
.bodyh
{
    color: #000000;
    font-size:12px;
	line-height: 18px;
}

#container
{
    width:954px;
    margin: 0 auto;
    text-align:left;
}
#logo
{
    height:63px;
    background: url(../images/Skydotcom_Logo.jpg) no-repeat;
}
#tabs
{
    height:44px;
    background: url(../images/Skydotcom_TabBG.jpg)  no-repeat top right;
    
}
#branding
{
    height:321px;
    background: url(../images/Skydotcom_Branding.jpg) no-repeat;
}
#infoArea
{
    background-color:#ffffff;
    position:relative;
}
#footer
{
    margin-top:5px;
    height:28px;
    background: url(../images/Skydotcom_Footer.jpg) no-repeat;
}

ul#topMenu {margin: 0px; padding: 0; height: 44px; list-style-type:none;}
ul#topMenu li {float: left; height: 44px;}

li#home
{
    width:75px;
    cursor:pointer;
}
li.homeActive
{
    background: url(../images/Skydotcom_Home.jpg) no-repeat;
}
li.homeActive:hover
{
    background: url(../images/Skydotcom_Home_Over.jpg) no-repeat;
}
* html ul#topMenu li.homeActive {
    behavior: expression( 
      this.onmouseenter=new Function("this.className='homeOver'"),
      this.onmouseleave=new Function("this.className='homeActive'"),
      this.style.behavior=null);
	}
li.homeSelected
{
    background: url(../images/Skydotcom_Home_Sel.jpg) no-repeat;
}
li.homeOver
{
    background: url(../images/Skydotcom_Home_Over.jpg) no-repeat;
}

li#team
{
    width:70px;
    cursor:pointer;
}
li.teamActive
{
    background: url(../images/Skydotcom_Team.jpg) no-repeat;
}
li.teamActive:hover
{
    background: url(../images/Skydotcom_Team_Over.jpg) no-repeat;
}
* html ul#topMenu li.teamActive {
    behavior: expression( 
      this.onmouseenter=new Function("this.className='teamOver'"),
      this.onmouseleave=new Function("this.className='teamActive'"),
      this.style.behavior=null);
	}
li.teamSelected
{
    background: url(../images/Skydotcom_Team_Sel.jpg) no-repeat;
}
li.teamOver
{
    background: url(../images/Skydotcom_Team_Over.jpg) no-repeat;
}

li#careers
{
    width:83px;
    cursor:pointer;
}
li.careersActive
{
    background: url(../images/Skydotcom_Careers.jpg) no-repeat;
}
li.careersActive:hover
{
    background: url(../images/Skydotcom_Careers_Over.jpg) no-repeat;
}
* html ul#topMenu li.careersActive {
    behavior: expression( 
      this.onmouseenter=new Function("this.className='careersOver'"),
      this.onmouseleave=new Function("this.className='careersActive'"),
      this.style.behavior=null);
	}
li.careersSelected
{
    background: url(../images/Skydotcom_Careers_Sel.jpg) no-repeat;
}
li.careersOver
{
    background: url(../images/Skydotcom_Careers_Over.jpg) no-repeat;
}

li#contact
{
    width:86px;
    cursor:pointer;
}
li.contactActive
{
    background: url(../images/Skydotcom_Contact.jpg) no-repeat;
}
li.contactActive:hover
{
    background: url(../images/Skydotcom_Contact_Over.jpg) no-repeat;
}
* html ul#topMenu li.contactActive {
    behavior: expression( 
      this.onmouseenter=new Function("this.className='contactOver'"),
      this.onmouseleave=new Function("this.className='contactActive'"),
      this.style.behavior=null);
	}
li.contactSelected
{
    background: url(../images/Skydotcom_Contact_Sel.jpg) no-repeat;
}
li.contactOver
{
    background: url(../images/Skydotcom_Contact_Over.jpg) no-repeat;
}

/*Home Body*/
div#infoArea.home
{
    height: 345px;
}
#infoBody_h
{
    position:relative;
    height:315px;
    background: url(../images/Skydotcom_body_bg_h.jpg) repeat-y top left;
}
#infoHeader_h
{
    height:16px;
    background: #E0E0E0 url(../images/Skydotcom_body_header_h.jpg) no-repeat bottom left;
}
#infoFooter_h
{
    height:16px;
    background: #E0E0E0 url(../images/Skydotcom_body_footer_h.jpg) no-repeat top left;
}
.leftCol_h
{
	width:650px;
	position:relative;
	top:15px;
    left:30px;
}
.rightCol_h
{
    width:220px;
    position:absolute;
    top:15px;
    left:720px;
	font-size:11px;
}

/*Team Body*/
div#infoArea.team
{
    height: 600px;
    position:relative;
}
#infoBody_t
{
    position:relative;
    height:570px;
    background: url(../images/Skydotcom_body_bg_t.jpg) repeat-y top left;
}
#infoHeader_t
{
    height:16px;
    background: #E0E0E0 url(../images/Skydotcom_body_header_t.jpg) no-repeat bottom left;
}
#infoFooter_t
{
    height:16px;
    background: #E0E0E0 url(../images/Skydotcom_body_footer_t.jpg) no-repeat top left;
}
.leftCol_t
{
    width:213px;
    position:relative;
}
.rightCol_t
{
    width:670px;
    position:absolute;
    top:30px;
    left:240px;
}
.tManagement
{
    height:45px;
    background: url(../images/Skydotcom_Team_Management.jpg) no-repeat bottom left;
}
.tBoard
{
    height:47px;
    background: url(../images/Skydotcom_Team_Board.jpg) no-repeat top left;
}
/*Careers Body*/
div#infoArea.careers
{
    height: 400px;
    position:relative;
}
.cEngineering
{
    height:45px;
    background: url(../images/Skydotcom_Careers_Engineering.jpg) no-repeat bottom left;
}
.cMarketing
{
    height:47px;
    background: url(../images/Skydotcom_Careers_Marketing.jpg) no-repeat top left;
}
/*Contact Body*/
div#infoArea.contact
{
    height: 372px;
    position:relative;
}
#infoBody_c
{
    position:relative;
    height:340px;
    background: url(../images/Skydotcom_body_bg_c.jpg) repeat-y top left;
}
#infoHeader_c
{
    height:16px;
    background: #E0E0E0 url(../images/Skydotcom_body_header_c.jpg) no-repeat bottom left;
}
#infoFooter_c
{
    height:16px;
    background: #E0E0E0 url(../images/Skydotcom_body_footer_c.jpg) no-repeat top left;
}
.leftCol_c
{
    width: 800px;
	position:relative;
    top:17px;
    left:30px;
}
.rightCol_c
{
    width:300px;
    position:absolute;
    top:40px;
    left:495px;
}
