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

body {margin-top:30px; margin-left:25px; margin-bottom:30px; margin-right:0px; background-color:#EEE }

#header {margin-bottom:60px;}

#content { float:left; max-width:915px; }

#rhcolumn { float:inherit;  }/*max-width:310px*/

#jstwitter {margin-top:10px; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; }

.column, .columnRH, columnWide { width:280px; float:left; margin-bottom:30px; margin-right:25px }
.columnRH {margin-right:25px; margin-left:0px; }/* margin-right:30px */
.columnWide {width:490px}

.rule, .wideRule
{
	height:1px; background-color:#BBB;
	font-size:0; line-height:0;
}

.video {border:solid 1px #999; width:887px;}

/* TYPOGRAPHY */
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:21px }
	

h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; margin-top:10px; margin-bottom:-7px; line-height:20px}/*margin-top:18px; line-height:2px}*/

.grey {color:#666}

p, p.RH { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; margin-bottom:26px }
p.RH {margin-bottom:0px}

A {
	color:#3399cc;
	font-weight:bold;
	text-decoration:none;
}
A:hover {
	color:#ff9933;
}

/* IMAGERY */
img {inherit:none; border:none;background:url(images/slider.png) no-repeat;}/*border:none*/


/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden;  
margin: 0 0 1px 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: 20px;
height: 20px;
float:left;
margin-top:10px;
margin-right:1px;
}
.stripTransmitter a{
font-size:9px;
text-align: center;
line-height: 18px;
/*background:#333;
border-color:#333;
border:1px solid;
color: #fff;*/
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
/*background: #EEE;
border-color:#333;
border:1px solid;*/
color: #999;
}

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