.rp_list {
	font-family:Verdana, Helvetica, sans-serif;
	position:fixed;
	right:-220px;
	top: 12%;
	margin:0;
	padding:0;
	z-index: 100;
}

.rp_list a:hover{
	color: #f27326;
}
span.rp_shuffle{
	background: #f27326 url(../images/shuffle.png) no-repeat 10px 50%;
	width:28px;
	height:14px;
	display:block;
	margin:10px 0px 0px 20px;
	cursor:pointer;
	padding: 5px;
	border:1px solid #000;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.rp_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.rp_list ul li{
	width: 240px;
	margin-bottom:5px;
	display:none;
}
.rp_list ul li div{
	display: block;
	line-height:15px;
	width: 240px;
	height: 80px;
	background: #f27326;
	border:1px solid #000;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.rp_list ul li div img{
	width:70px;
	border:none;
	float:left;
	margin:4px 10px 0px 4px;
	border:1px solid #111;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
span.rp_title{
	font-family: open sans condensed;
	font-size: 12px;
	color:#ddd;
	padding-right: 2px;
	height:46px;
	margin:4px 0px 0px 20px;
	display:block;
	text-shadow:1px 1px 1px #000;
	padding-top:5px;
	background: #002b55;
	-webkit-box-shadow:0px 0px 5px #000 inset;
	box-shadow:0px 0px 5px #000 inset;
	text-decoration: none;
}
span.rp_title p{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
span.rp_links{
	width:220px;
	height:8px;
	padding-top:2px;
	display:block;
	margin-left:40px;
}

span.rp_links a{
	font-family: open sans condensed;
	background: #222 url(../images/bgbutton.png) repeat-x;
	/*padding: 0px 15px;*/
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	background-color:#000;
	color:#fff;
	text-decoration: none;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	box-shadow:0 1px 3px #000;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	outline:none;
	font-weight: bold;
	font-size: 11px;
}
span.rp_links a:hover{
	background-color:#000;
	color:#fff;
}

    .slide-out-div {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
        padding-top: 10px;
        width: 250px;
        background: #000000;
        border: #f27326 4px solid;
        z-index:999;
        height: 82px;
        border-top-right-radius:5px;
	    border-bottom-right-radius:5px;
	    position: fixed;
}

.slide-out-div h3{
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-shadow: 0px 1px 10px
	font-family: 'open sans condensed';
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

.slide-out-div a{
	color:#f27326;
	letter-spacing: 0px;
	text-shadow: 0px 0px 0px;
	/*padding-bottom: 8px;*/
	
}


.handle{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	margin-top: 114px;
	position: fixed;
}

.handle a{
	margin-top: 124px;
	color:white;
}

.contact-rapid dd{
	color:white;
	font-size: 13px;
	font-weight: bold;
}

.contact-rapid dd img{
	margin-top: -5px;
	padding-top: 4px;
}

    .slide-out-div2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 10px;
        width: 370px;
        background: #000000;
        border: #f27326 4px solid;
        z-index:999;
        height: 280px;
        border-top-right-radius:5px;
	    border-bottom-right-radius:5px;
}

.slide-out-div2 h3{
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-shadow: 0px 1px 10px
	font-family: 'open sans condensed';
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

.slide-out-div2 a{
	color:#f27326;
	letter-spacing: 0px;
	text-shadow: 0px 0px 0px;
	/*padding-bottom: 8px;*/
}


.handle2{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	margin-top: -4px;
}

.handle2 a{
	margin-top: 124px;
	color:white;
}

.contact-rapid dd{
	color:white;
	font-size: 13px;
	font-weight: bold;
}

.contact-rapid dd img{
	margin-top: -5px;
	padding-top: 4px;
}

#tweets { 
	position: absolute; 
	left: 20px; 
	top: 57px; 
	width: 370px; 
	height:270px; 
	overflow:auto; 
	scrollbar-base-color:#f27326; 
	scrollbar-arrow-color: black;
	scrollbar-DarkShadow-Color: black; 
	scrollbar-track-piece:black;
}

#tweets p { width:313px;word-wrap: break-word; font-size: 16px; margin-bottom: 2px; padding: 10px; color: #ffffff; background: #002b55; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.25)), color-stop(1, rgba(255, 255, 255, 0.10)) );background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15) );border-top-right-radius: 4px;
border-top-left-radius: 4px;}
#tweets p.interact { font-size: 15px; margin-bottom: 20px; padding: 10px; color: #ffffff; background: #002b55; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.10)), color-stop(1, rgba(255, 255, 255, 0.25)) );background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15) );border-top-right-radius: 0px;
border-top-left-radius: 0px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
#tweets p.timePosted { font-size: 12px; margin-bottom: -33px; padding: 10px; color: #f27326; background: #002b55; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.25)), color-stop(1, rgba(255, 255, 255, 0.10)) );background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15) );}
#tweets p a { padding-left:2px;}
#tweets p a img { border:none; margin-top: 4px;margin-left: 2px;}

#tweets p a.twitter_reply_icon {color:#f27326;padding-left: 21px;margin-left: 126px;font-weight: bold;font-size: 13px;background-image:url(../images/reply_hover.png);background-repeat: no-repeat;background-position-x: 5px;}
#tweets p a.twitter_retweet_icon {color:#f27326;padding-left: 23px;font-weight: bold;font-size: 13px;background-image:url(../images/retweet_on.png);background-repeat: no-repeat;background-position-y: 2px;background-position-x: 7px;}
#tweets p a.twitter_fav_icon {color:#f27326;padding-left: 23px;font-weight: bold;font-size: 13px;background-image:url(../images/favorite_on.png);background-repeat: no-repeat;background-position-x: 7px;}


#MyDiv
{
    position: fixed;
    top: 10px;
    left: 10px;
}

#MyDiv
{
    position: fixed;
    top: 50%; /* This places the _top_ of the div in the middle of the page. */
    left: 10px;
    height: 500px;
    margin-top: 400px; /* This moves the div upward by half of its height,
                           thus aligning the middle of the div with the middle
                           of the page. */
}

/*#visibleDiv
{
    top: 0px;
    right: 100%;
    z-index: 999;
}

#visibleDiv
{
    position: fixed;
    /*width: 150px;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
}

#visibleDiv2
{
    top: 0px;
    right: 100%;
    z-index: 999;
}

#visibleDiv2
{
    position: fixed;
    /*width: 150px;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
}
*/
