@charset "UTF-8";
/* CSS Document */


html{
	font-size:10px;
}

body {
	background-color: #e7e6de;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #464642;
}

a {
	text-decoration: none;
	color: #00b3dc;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 6em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom:0px;
}

h2 {
	font-size: 3.6em;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 3.6em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
}

h4 {
	font-size: 2.4em;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 96.0em;
}

#container.home {
	text-align: center;
	padding-top: 30px;
}

.siteBlock {
	clear: both;
	margin-bottom: 6em;
}

.imageBlock {
	float:left;
	width:64em;
}

.siteInfo {
	width: 30em;
	float: left;
	margin-left: 2em;
}

.description{
	border-left: 3px solid #333;
	padding-left: 1em;
	font-size: 1.4em;
	line-height: 1.5;
}

.source {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #ef4642;
}

.source a {
	font-style:normal;
}


/*preload classes*/
.svw {width: 5em; height: 2em; background: #fff; width: 62em; float:left;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden;
border: 10px solid #FFF;
margin: 0 0 .5em 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 2em;
float:left;
margin: 0 .5em .1em 0;
}
.stripTransmitter a{
font: bold 1em Verdana, Arial;
text-align: center;
line-height: 2.2em;
background: #FFF;
color: #464642;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #464642;
color: #FFF;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: .5em solid #dedede;
}
