/*div, img, #map_screenshot, #globe_screenshot, #clock_screenshot, li, #second_quote, #first_quote {  
border: 1px solid red;
}*/

#header {
height: 150px;	
}

#graphic {
position: relative;
top: 0;
left: 0;
background-image: url(images/tt_feature_graphic_30.png);
background-repeat: no-repeat;
background-position: 0px 5px;
height: 150px;
width: 307px;
padding: 0em;
margin: 0em;
}

h1  {
display: none;
}

h2 {
display: none;
}

ul#navbar {
position: relative;
top: 0;
left: 0;
margin-bottom: 0;
z-index: 100;

}

#navbar li {
background-image: none;
border-bottom: none;
border-left: none;
margin: 0 .5em 0 .5em;
display: list-item;
list-style-type: none;
width: auto;
 }
 
#navbar li.active {
	color: #027dff;
}

.no_split {
white-space: nowrap;
}

img.n5_skin {
background-image: none;
padding: 0;
}

img.n5_skin_horiz {
background-image: none;
padding: 0;
}

#footer {
margin: 1em auto 3em auto;
padding-top: 10px; 
text-align: center;
clear: both;
font-size: .7em;
}

.contact {
margin-bottom: 0;
}

.copyright {
margin-top: 0; 
} 

/*index.html*/

#content {
margin: 3em 15px 10px 15px;
}

p#first {
	margin-bottom: 30px;
}

#map_screenshot {
float: left;
margin-top: 55px;
margin-left: 10px;
	
	}


p#second_quote {
position: absolute;
top: 175px;
left: 25px;
margin-bottom: 10px;

}

cite.second {

margin-left: 5px;
	
}

#first_quote, cite.first {
display: none;
}

#globe_screenshot, #clock_screenshot {
display: none;
}

p.intro {
clear: right;
padding: 50px 15px 10px 300px;

}
 
 /*globe.html */
 
 
 
.globe .features li,
.globe .features_2 li {
 list-style-type: disc;
 list-style-position: inside;
 margin-right: 10px;
 margin-left: -23px;
 }
 
.globe .features { 
margin-bottom: 0; 
} 

.globe .features_2 {
margin-top: 0;
}

.globe #first {
position: relative;
top: 15px;
margin-top: 20px;
}

.globe #globe_screenshot_secondary {
margin: 20px 15px 10px 15px;
}

.globe #moon_screenshot {
 margin-right: 15px;
 margin-top: 10px;
 margin-left: 15px;
}

.globe .last {
margin-right: 10px;
}

/*clock.html*/
.clock #first {
margin-top: 0px;	
}

.clock #clock_screenshot_secondary {
	margin-left: 0;
}

#content.clock {
margin: 55px 15px 0 15px;
}

/*map.html*/

.map #map_screenshot_secondary {
float: none;
position: relative;
top: 20px;
left: 20px;
margin: 0;
}

#content.map {
margin: 0 15px 0 15px;	
}

/*faq.html*/

#content.faq {
margin: 50px 15px 10px 15px;
} 

/*download.html*/

#content.download {
margin: 55px auto 10px auto;
padding: 0 15px 0 15px;
}













