﻿/* root.css */

/* Table of Contents
------------------------------------
    1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
------------------------------------*/

/* 1. Reset
------------------------------------*/
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
tfoot {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
tbody {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ol {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
dt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
dl {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
sup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
sub {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
strong {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
strike {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
small {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
samp {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
s {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
q {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
kbd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ins {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
font {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
dfn {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
del {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
code {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
cite {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
big {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
address {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
acronym {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
abbr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
pre {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h5 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h4 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h1 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
applet {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ul {
	list-style: none;
}

ol {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body {
    background: #7a7a7a url(../rv4_images/body_gradient.jpg) repeat-x;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #7b8738;
}
h6 {
    font-weight: bold;
}
h5 {
    font-weight: bold;
}
h4 {
    font-weight: bold;
}
h3 {
    font-weight: bold;
}
h2 {
    font-weight: bold;
}
h1 {
    font-weight: bold;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
    padding: 8px 0;
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
}

/* 3. ID's
------------------------------------*/
#bottomNews {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: inline;
    float: left;
    margin: 0px 6px;
    overflow: hidden;
    width: 780px;
}
#bottomNews a {
    display: block;
    line-height: 1.2em;
    margin: 0.5em 0.5em 0 2em;
}
#bottomNews a.bottomImage {
    margin-left: 20px;
}
#bottomNews h2 {
    color: #000;
    margin-bottom: -26px;
}
#bottomNews h3 {
    font-weight: normal;
    margin: 0.6em 0 0.6em 10px;
}
#bottomNews h3 a {
    display: inline;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
#bottomNewsFirst {
    border-left: none;
}
#bottomNewsItems {
    overflow: hidden;
    width: 764px;
}
#bottomNewsItems ul {
    width: 6584px;
}
#bottomNewsItems li {
    display: inline;
    float: left;
}
#bottomRow {
	padding: 0px 10px;
}
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 995px;
}
#contentBackgroundHome {
    width: 995px;
    overflow: hidden;
    margin-bottom: 6px
}
#currenttime {
	float: right;
}
#dropDownNav {
    float: left;
    font-size: 1.1em;
}
#dropDownNav li {
    background: url(../rv4_images/drop_down_border1.gif) no-repeat right;
    float: left;
    display: block;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 -1px;
    position: relative;
    z-index: 999;
}
#dropDownNav li a {
    display: block;
    padding: 0 12px;
}
#dropDownNav li.sfHover a {
	background: url(../rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #3d3d3d;
}
#dropDownNav li:hover a {
	background: url(../rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #3d3d3d;
}
#dropDownNav li a:active {
	background: url(../rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #3d3d3d;
}
#dropDownNav li.sfHover {
	background: url(../rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #3d3d3d;
}
#dropDownNav li:hover {
	background: url(../rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #3d3d3d;
}
#dropDownNav li ul {
    background: url(../rv4_images/drop_down_bg.png);
    border: 1px solid #b6b6b6;
    border-top: none;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    top: 29px;
    width: 200px;
}
#dropDownNav li ul li {
    background: none;
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto;
    line-height: 2.6em;
    padding: 0;
}
#dropDownNav li.sfHover li a {
    background: none;
    color: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
    width: 190px;
}
#dropDownNav li:hover li a {
    background: none;
    color: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
    width: 190px;
}
#dropDownNav li ul li a {
    background: none;
    color: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
    width: 190px;
}
#dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #c4c4c4;
}
#dropDownNav li ul li a:focus {
    background-image: none;
    background-color: #c4c4c4;
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
 line-height:15px;
}
#faces {
    margin: 0.9em 0;
}
#faces a {
    display: block;
    margin: 1em 0 0 10px;
    text-align: left;
}
#faces #facesImage {
    margin-left: 0;
    text-align: center;
}
#featureBox {
    background: #e1e0e0;
    overflow: hidden;
    padding: 0 0 10px;
    width: 458px;
}
#featureBox a {
    font-size: 10px;
}
#featureBox h1 a {
    font-size: 25px;
    line-height: 1.2em;
    padding: 8px 0;
}
#featureBox p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
}
#featureBox h1 {
    margin-left: 10px;
    margin-right: 10px;
}
#featureBox h2 {
    font-size: 12px;
    height: 2.4em;
    line-height: 2.4em;
    padding-left: 10px;
    margin-bottom: -24px;
}
#featureBoxTop {
    background: url(../rv4_images/rounded_gray_top.gif) no-repeat top left;
    height: 5px;
    width: 458px;
}
#featureBoxItems {
    height: 420px;
    width: 458px;
    overflow: hidden;
}
#featureBoxItems ul {
    height: 420px;
    width: 458px;
}
#featureBoxItems li {
    display: inline;
    float: left;
    height: 420px;
    width: 458px;
}
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size: 1.2em;
    padding: 3px 6px;
    width: 983px;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 2.2em;
}
#footerLeft {
    width: 125px;
}
#footerMiddle {
    width: 726px;
}
#footerRight {
    width: 127px;
}
#footerRight a {
    color: #ffd54a;
}
#happenings {
    background: #939393;
    padding-bottom: 12px;
    margin: 15px 0;
    overflow: hidden;
    height: 180px;
}
#happenings h2 {
    background: #7a7a7a;
    color: #ffd54a;
    height: 2.4em;
    line-height: 2.4em;
    padding: 0px 0px 3px 10px;
    margin-bottom: -24px;
}
#happenings h2 img {
    border: 0px;
    margin: 0 5px;
    position: relative;
    top: 0.3em;
}
#happenings h3 {
    color: #ffd54a;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 4px;
	padding-left:10px;
}
#happenings p {
    color: #fff;
    margin: 3px 0px 0px 10px;
    text-align:justify;
    width: 292px;
}
#happeningsItems {
    height: 158px;
    width: 302px;
    overflow: hidden;
}
#happeningsItems ul {
    height: 158px;
    width: 302px;
}
#happeningsItems li {
    height: 158px;
    width: 302px;
}
#header {
    background: url('../rv4_images/hoodbanner.jpg') no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 150px;
    width: 995px;
}
#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
#images {
    margin-bottom: 0.4em;
    overflow: hidden;
}
#images h2 {
    margin-bottom: 0px;
}
#imagesLeft {
    clear: both;
    float: left;
    width: 138px;
}
#imagesLeft a {
    line-height: 2em;
    padding-left: 5px;
}
#imagesRight {
    float: right;
}
#flickrLogo {
    background: url(../rv4_images/flickr_logo.jpg) no-repeat;
    display: block;
    height: 16px;
    padding-right: 5px;
    width: 48px;
}
#imagesRight #flickrLogo {
    background: url(../rv4_images/flickr_logo.jpg) no-repeat;
    display: block;
    height: 16px;
    padding-right: 5px;
    width: 48px;
}
#imagesWrapper {
    clear: left;
    height: 180px;
    margin: 0 10px;
    overflow: hidden;
    width: 175px;
}
#rightCol #imagesWrapper ul {
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 175px;
}
#rightCol #imagesWrapper li {
    display: inline;
    float: left;
}
#leftCol {
    background: #c2c2c2;
    float: left;
    vertical-align:top;
    width: 196px;
}
#leftCol .podcasts {
    margin-left: 10px;
}
#leftCol .rss {
    margin-left: 10px;
}
#leftColNav li {
    font-size: 11px;
    line-height: 2.8em;
}
#leftColNav .level3 {
    border-left: 1px solid #c2c2c2;
}
#leftColNav .level4 {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}
#leftColNav .level4 a {
    font-weight: normal;
    line-height: 15px;
}
#leftColNav .level4 a:hover {
    background: none;
    color: #3d3d3d;
}
#leftColNav li a.current {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.current:hover {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.subNav {
    background: #f7f7f7;
    font-weight: normal;
    border-top: 1px solid #c2c2c2;
}
#leftColNav li a.subNav:hover {
    background: #f7f7f7;
    color: #3d3d3d;
}
#leftColNav li#last {
    border-bottom: 1px solid #939393;
    margin: 0.2em 5px 0;
}
#leftColNav li#sections {
    background: #a1a1a1;
    font-weight: bold;
    padding: 0 10px;
}
#leftColNav li a {
    display: block;
    padding: 0 10px;
    width: 176px;
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #3d3d3d;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}

#logos {
	font-size: 12px;
	margin: 10px 0px 0px 7px;
	width: 779px;
}
#logos img {
	border: 0px;
}
#mainContent {
    background: #f7f7f7;
    vertical-align: top;
}
#mainContent #right {
    display: inline;
    float: left;
    padding: 15px 5px 15px 5px;
    vertical-align:top;
}
#mainContent #left {
    display: inline;
    float: left;
    padding: 15px 5px 15px 5px;
    vertical-align:top;
}
#mainContent #left {
    width: 458px;
}
#mainContent #right {
    width: 312px;
}
#mediaList {
	margin-left: 5px;
}
#mediaList ul {
	display: inline;
	float: left;
}
#mediaList {
	display: inline;
	float: left;
}
#rightCol #mediaList ul {
	margin: 0;
	padding: 0.4em 0 0.6em 10px;
	width: 85px;
}
#mediaList ul li {
	display: inline;
	float: left;
	margin: 0.4em 0;
	width: 85px;
}
#mediaList ul li a {
	font-size: 10px;
}
#navBar {
    background: #cfcfcf  url(../rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #b6b6b6;
    height: 2.8em;
    width: 995px;
}
#pics {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: inline;
    float: left;
    overflow: hidden;
    width: 312px;
}
#pics h2 {
    color: #000;
    margin-bottom: -26px;
}
#picsItems {
    overflow: hidden;
    width: 312px;
    padding: 5px 0px 0px 0px;
}
#picsItems ul {
    width: 1800px;
}
#picsItems li {
    display: inline;
    float: left;
}
#PopStatus {
	width:616px;
	padding:6px;
	border:thin;
	border-style:ridge;
	background-color:silver;
	position:absolute;
	top:28px;
	left:354px;
	display:none;
}
#rightCol {
    vertical-align:top;
    width: 200px;
}
#rightCol h2 {
    clear: both;
}
#rightCol ul {
    margin: 1em 0 1em 15px;
}
#rightCol li {
    line-height: 1.2em;
    margin: 0.8em 0;
}
#rightCol li a {
    display: block;
    font-size: 0.9em;
}
#scriptBox {
	height:1px;
	overflow:hidden;
	visibility:hidden;
}
#searchbox {
    background: #939393;
    height: 230px;
}
#searchbox h2 {
    background: #7a7a7a;
    color: #ffd54a;
    height: 2.4em;
    line-height: 2.4em;
    margin-bottom: -24px;
    padding-left: 10px;
}
#sentinel {
	width: 200px;
}
#soldiersMag {
    overflow: auto;
}
#socialMedia {
    overflow: auto;
}
#socialMedia {
    position: relative;
    width: 200px;
}
#socialMedia ul {
    margin: 0;
    width: 400px;
}
#socialMedia ul li {
    float: left;
    display: inline;
    margin: 0;
}
#socialMedia #iconList {
    margin: 1em auto;
    overflow: hidden;
    width: 136px;
}
#socialMedia .prev {
    position: absolute;
    height: 18px;
    margin: 0 5px;
    width: 18px;
}
#socialMedia .next {
    position: absolute;
    height: 18px;
    margin: 0 5px;
    width: 18px;
}
#socialMedia .prev {
    left: 0px;
    top: 1em;
}
#socialMedia .next {
    right: 0px;
    top: 1em;
}
#spotlight {
    background: #939393;
    height: 168px;
    overflow: hidden;
}
#spotlight p {
    width: 346px;
}
#spotlight h3 {
    width: 346px;
}
#spotlight h2 {
    background: #7a7a7a;
    color: #ffd54a;
    height: 2.4em;
    line-height: 2.4em;
    margin-bottom: -24px;
    padding-left: 10px;
}
#spotlight h2 img {
    border: 0px;
    margin: 0 5px;
    position: relative;
    top: 0.3em;
}
#spotlight h3 a {
    color: #ffd54a;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 4px;
}
#spotlight p {
    color: #fff;
    margin: 6px 0px;
    text-align:justify;
}
#spotlight .allFeatures a {
    color: #3d3d3d;
    font-size: 10px;
}
#spotlightBottom {
    background: url(../rv4_images/spotlight_bottom.gif) no-repeat bottom left;
    height: 5px;
    width: 458px;
}
#spotlightItems {
    height: 145px;
    width: 458px;
    overflow: hidden;
}
#spotlightItems ul {
    height: 145px;
    width: 2000px;
}
#spotlightItems li {
    display: inline;
    float: left;
    height: 145px;
    width: 458px;
}
#status {
	width:	995px;
	height:	24px;
	background: #cfcfcf url(../rv4_images/nav_gradient.gif) repeat-x;
	border-bottom: 1px solid #b6b6b6;
	position:relative;
}
#TimeRow {
	width: 971px;
	font: normal 7pt veranda;
	color: #000000;
	padding: 0px 12px 0px 12px;
}
#topHeadlines {
    list-style-type: disc;
    margin: 0 0.4em 2em 1.6em;
}
#topHeadlines li {
    margin: 0.8em 0;
}
#topHeadlines li a {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1em;
}
#wrapper {
    background: url(../rv4_images/white_bg.gif) repeat-y top center;
    width: 100%;
}

/* CSS Sprite Icons */
/*#twitter {background: url(../rv4_images/icon_sprites.gif)       0px 0px no-repeat;}
#flickr {background: url(../rv4_images/icon_sprites.gif)        0px -19px no-repeat;}
#youtube {background: url(../rv4_images/icon_sprites.gif)       0px -38px no-repeat;}
#delicious {background: url(../rv4_images/icon_sprites.gif)     0px -57px no-repeat;}*/
.prev {background: url(../rv4_images/icon_sprites.gif)          0px -76px no-repeat;}
.next {background: url(../rv4_images/icon_sprites.gif)          0px -95px no-repeat;}
.rss {background: url(../rv4_images/icon_sprites.gif)           0px -114px no-repeat;}
.podcasts {background: url(../rv4_images/icon_sprites.gif)      0px -133px no-repeat;}
/*#digg {background: url(../rv4_images/icon_sprites.gif)          0px -152px no-repeat;}*/
#print {background: url(../rv4_images/icon_sprites.gif)         0px -171px no-repeat;}
#email {background: url(../rv4_images/icon_sprites.gif)         0px -190px no-repeat;}
/*.video {background: url(../rv4_images/icon_sprites.gif)         0px -209px no-repeat;}
#yahoo {background: url(../rv4_images/icon_sprites.gif)         0px -228px no-repeat;}
#vimeo {background: url(../rv4_images/icon_sprites.gif)         0px -247px no-repeat;}
#nowPublic {background: url(../rv4_images/icon_sprites.gif)     0px -266px no-repeat;}
#iReport {background: url(../rv4_images/icon_sprites.gif)       0px -285px no-repeat;}
#webshots {background: url(../rv4_images/icon_sprites.gif)      0px -304px no-repeat;}
#iCaught {background: url(../rv4_images/icon_sprites.gif)       0px -323px no-repeat;}
#mixx {background: url(../rv4_images/icon_sprites.gif)          0px -342px no-repeat;}
#reddit {background: url(../rv4_images/icon_sprites.gif)        0px -361px no-repeat;}*/
#share {background: url(../rv4_images/icon_sprites.gif)         0px -361px no-repeat;}
#shareClose {background: url(../rv4_images/icon_sprites.gif)    0px -380px no-repeat;}


/* 4. Classes
------------------------------------*/
#modDate {
    display: none;
}
.altHeader {
    display: none;
}
.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
    border: 1px solid #9b9b9b;
}
.bottomNewsSection {
    border-right: 1px solid #c3c3c3;
    display: inline;
    float: left;
    height: 126px;
    width: 254px;
}
#bottomNewsItems .bottomNewsSection .textOnly {
    height: 15em;
    width: 180px;
}
#bottomNewsItems .bottomNewsSection .textOnly li {
    float: left;
    margin: 0.7em 0;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.cutline {
	text-align: justify;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.headline {
	font-weight: bold;
	font-size: 12px;
}
.hide {
    display: none;
}
.hide2 {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.icon_sprite {
    display: block;
    float: left;
    height: 19px;
    margin: 0 4px;
    width: 19px;
}
.links {
	color:blue;
	font-weight:normal;
	text-decoration:underline;
	padding:0px;			
}
.light-gray {
    background: #c0c0c0;
    color: #565656;
}
.picsSection {
    display: inline;
    float: left;
}
.plainHeadline {
    color: #000;
    font-size: 1.1em;
}
.podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.3em 0;
}
.right {
	text-align:right;
}
.rss {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.3em 0;
}
#print .textLink {
    margin-left: 24px;
}
#email .textLink {
    margin-left: 24px;
}
.podcasts .textLink {
    margin-left: 24px;
}
.rss .textLink {
    margin-left: 24px;
}
.spotlightImage {
    padding: 6px 10px;
}
.tlinks {
	padding: 0px 14px;
}
.tlinks a {
	text-decoration: none;
	color: #F7E6BF;
	font: bold 7pt verdana;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	vertical-align: top;
}
.tlinks a:hover {
	color: #A9AFA0;
}
.thumbnail {
    clear: left;
    margin: 5px 0px 3px 10px;
    height: 91px;
    width: 141px;
}
.twoButtonNav {
    display: inline;
    float: right;
    margin-right: 0px;
    width: 90%;
}
.twoButtonNavBox {
    display: inline;
    float: right;
    margin-right: 0px;
    width: 90%;
    height: 26px;
}
#spotlight .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#spotlight .prev {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#pics .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#pics .prev {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#featureBox .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#featureBox .prev {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#happenings .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#happenings .prev {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#bottomNews .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#bottomNews .prev {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#images .next {
    display: inline;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#images .prev {
    display: inline;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#images .prev {
    float: left;
}
#images .next {
    float: right;
}
#images .twoButtonNav {
    float: none;
    display: block;
    width: 100%;
}

