/* 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
------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
}
ol, ul {
	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;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
    padding: 8px 0;
}
img {
    border: 1px solid #3d3d3d;
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
}

/* 3. ID's
------------------------------------*/
#accessibilitytext, #contacttext, #securitytext {
    clear: both;
    padding-left: 120px;
    padding-right: 220px;
}
#accessibilitytext ul {
    margin: 2em 0 0 30px;
}
#accessibilitytext li {
    line-height: 1.6em;
    margin: 1em 0;
}
#ako, #gift {
    border-top: 1px solid #c0c0c0;
    margin: 0 0 1em 0.5em;
    overflow: auto;
    padding: 1em 0 1em;
}
#gift {
	clear: both;
	padding-bottom: 0;
}
#ako #bottomRow {
    display: block;
    float: left;
    font-size: 1em;
    margin: 1em 0 0 0.3em;
    width: 95px;
}
#ako #bottomRow a {
    font-weight: normal;
}
#ako #topRow {
    float: left;
    font-size: 0.9em;
    display: inline;
    margin: 0 0 0 0.3em;
    width: 95px;
}
#ako img,  #gift img{
    border: none;
    float: left;
    margin: -0.2em 0 0;
}
#armyLifeNews li, #institutionNews li {
    background: url(../rv4_images/diamond_bullet.gif) no-repeat 0 4px;
}
#armyLifeNews li a, #institutionNews li a {
    margin-left: 15px;
}
#azcontent {
	margin: 20px 0 0 120px;
	padding-bottom: 3em;
}
#azcontent a {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}
#azcontent h2 {
	padding: 3em 0 2em;
}
#azcontent h2 a {
	font-size: 1.4em;
	font-weight: bold;
}
#azcontent h3 {
	padding: 1em 0 2em;
}
#azcontent h3 a {
	font-size: 1.4em;
	font-weight: bold;
}
#azcontent p {
    margin-right: 340px;
}
#azmenu {
    padding: 15px 0 0 30px;
}
#azmenuwrapper {
    background: url(../rv4_images/az_bg.jpg) no-repeat;
	margin: 30px 0 0 90px;
	height: 85px;
	width: 730px;
}
#azmenu a {
	background-color:#ebebeb;
	color:#3D3D3D;
	font-size: 1.2em;
	line-height: 2.2em;
	padding:2px 6px;
}
#azmenu a:hover {
	text-decoration: underline;
}
#aztitle {
    clear: both;
}
#aztitle h1 {
	margin-left: 120px;
}
#breadCrumbs {
    border-bottom:1px solid #aeaeae;
    background-color:#f7f7f7;
    color:#565656;
    float:left;
    font-weight:bold;
    padding:7px 4px 7px 7px;
    width: 100%;
}
#breadCrumbs li {
    display:inline;
}

#bottomPublicNot {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: inline;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 782px;
}
#bottomNews {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: inline;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 782px;
}
#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: 782px;
}
#bottomNewsItems ul {
    width: 6000px;
}
#bottomNewsItems li {
    display: inline;
    float: left;
}
#contacttext a, #securitytext a {
    font-weight: normal;
    line-height: 1.4em;
    text-decoration: underline;
}
#contacttext h2 {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    margin: 1em 0;
    padding: 0.4em 0;
}
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}
#contentBackground {
    background: url(../rv4_images/3column.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}
#contentBackgroundHome {
    background: url(../rv4_images/2column_home.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}
#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 24px;
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	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: 148px;
}
#dropDownNav li ul li {
    background: none;
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto;
    line-height: 2.6em;
    padding: 0;
}
#dropDownNav li ul li a, #dropDownNav li:hover li a, #dropDownNav li.sfHover li a {
    background: none;
    color: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
    width: 139px;
}
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #c4c4c4;
/*    color: #7b8738;*/
}
#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;
    padding: 0 0 10px;
    width: 458px;
}
#featureBox a {
    font-size: 10px;
}
#featureBox h1 a {
    font-size: 25px;
    line-height: 1.2em;
    padding: 8px 0;
}
#featureRelated {
    font-size: 1.2em;
    color: #7a7a7a;
    list-style-type: disc;
    margin: 0 18px;
}
#featureRelated li {
    margin: 0.3em 0 0;
}
#featureRelated li a {
    display: block;
}
#featureBox img {
    display: block;
    margin: 0 auto;
}
#featureBox h1, #featureBox p {
    margin-left: 5px;
    margin-right: 15px;
}
#featureBox li img.video_icon {
    border: none;
    display: inline;
    position: relative;
    top: 0.2em;
    left: 8px;
}
#featureBox p {
    margin-bottom: 15px;
} 
#featureBoxTop {
    background: url(../rv4_images/rounded_gray_top.gif) no-repeat top left;
    height: 5px;
    width: 458px;
}
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size: 1.2em;
    padding: 5px 10px;
    overflow: auto;
    width: 976px;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 1.6em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 200px;
}
#footerMiddle {
    margin: 2.8em 0 0;
    width: 576px;
}
#footerRight {
    text-align: right;
}
#footerRight a {
    color: #ffd54a;
}

#frontMaps {
    background: #e1e0e0;
    padding: 0 0 10px;
    width: 458px;
	line-height:1.1em;
}
#frontMaps img {
	margin-bottom: 6px;

}
#header {
    background: url(../rv4_images/banner.gif) no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 151px;
    width: 996px;
}
#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
#homePlayer {
	float:left;
	margin-left:2px;
	width:306px;
	height:342px;
}
#homePlayerContainer {
    background:#fff;
	border:1px solid #E7E7E7;
	float:left;
	width:310px;
	padding-top:10px;
}
#homePlayerContainer p {
    float: left;
	background:#ffffff;
}
#homePlayerContainer p a {
    display: block;
	float:left;
    font-size: 1em;
	margin:0.4em 0.4em 0.4em 5px;
	width:145px;
}
#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;
}
#imagesRight #flickrLogo, #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: 176px;
}
#rightCol #imagesWrapper ul {
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 2000px;
}
#rightCol #imagesWrapper li {
    display: inline;
    float: left;
}
#leftCol {
    background: #c2c2c2;
    float: left;
    width: 196px;
}
#leftCol .rss, #leftCol .podcasts {
    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;
}

/* Live Search */
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.8em;
width: 16.7em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1.2em;
margin: 4px 5px;
padding: 0;
}
#liveSearch input#search {
width: 118px;
}
#liveSearch input.close {
background: url(../rv4_images/searchbutton.png) no-repeat 5px 5px;
border: none;
color: #fff;
cursor: pointer;
display: inline;
float: right;
height: 26px;
width: 28px;
margin: 0;
padding: 0;
}
#liveSearchTabs {
position:absolute;
display:none;
cursor:pointer;
top:-22px;
left:-1px;
width:167px;
height:22px;
/* background: url(../rv4_images/live_search_tabs.png) no-repeat; */
background: url(../rv4_images/live_search_tab_1.png) no-repeat;
}
#liveSearchTabs li {
height:22px;
display:inline;
float:left;
text-align:center;
color:#fff;
font-size:11px;
font-family: Verdana, Arial, Sans-serif;
padding-top:7px;
}
#liveSearchTabs1 {
width:36px;
}
#liveSearchTabs2 {
width:64px;
}
#liveSearchTabs3 {
width:66px;
}
#liveSearchTabs4 {
width:64px;
}
#liveSearchLeft {
background: url(../rv4_images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}
#mainContent {
    background: #f7f7f7;
    float: left;
    padding-bottom: 15px;
    width: 800px;
}
#mainContent #left, #mainContent #right {
    display: inline;
    float: left;
    margin: 20px 5px 15px;
}
#mainContent #left {
    width: 458px;
}
#mainContent #right {
    width: 312px;
}
#mediaList {
	margin-left: 5px;
}
#mediaList, #mediaList ul {
	display: inline;
	float: left;
}
#rightCol #mediaList ul {
	margin: 0;
	padding: 0.7em 0 0.7em 10px;
	width: 85px;
}
#rightCol #mediaList p#all {
	padding: 0.2em 0 0.7em 10px;
}
#mediaFrontBar img {
    border: 0px;
	margin-right:20px;
	margin-top:4px;
	margin-bottom:10px;
	float:right;

}
#mediaList ul li {
	display: inline;
	float: left;
	margin: 0.4em 0;
	width: 85px;
}
#mediaList ul li a, #mediaList p#all a {
	font-size: 10px;
}
#navBar {
    background: #cfcfcf url(../rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #b6b6b6;
    height: 2.8em;
	max-height: 2.8em;
}
#ofInterest {
    border: 1px solid #4e4e4e;
    width: 176px;
    margin: 0 auto 2em;
    padding-bottom: 0.6em;
}
#ofInterest ul {
    list-style-image: none;
    margin: 1em;
}
#reftext h2 {
    margin: 1.6em 0;
}
#reftext {
    padding-left: 120px;
}
#reftext li {
    background: url(../rv4_images/diamond_bullet.gif) no-repeat 0 3px;
    font-size: 11px;
    margin: 1.2em 0;
}
#reftext li a {
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
}
#reftext ul li ul {
    margin-left: 20px;
}
#rightCol {
    display: inline;
	padding-top: 20px;
    float: right;
    width: 196px;
}
#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;
}
#rsslist {
    float: left;
    padding-left: 120px;
    width: 480px;
}
#rsslist ul, #rsstext ul {
    margin: 2em 0;
}
#rsslist li a {
    height: 2em;
    margin-left: 24px;
}
#rsslist li a.iTunes {
    margin-left: 0;
}
#rsstext {
    float: left;
    margin-top: 1.2em;
    width: 370px;
}
#rsstext h2 {
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 0.2em;
}
#rsstext li {
    margin: 0.4em 0;
}
#rsstext li {
    font-size: 1.1em;
}
#securitytext ul {
    margin: 2em 0 2em 20px;
}
#securitytext li {
    background: url(../rv4_images/diamond_bullet.gif) no-repeat 0 4px;
    margin: 0.6em 0;
}
#securitytext li a {
    margin-left: 15px;
}
#socialMedia, #soldiersMag {
    overflow: auto;
}
#socialMedia {
    position: relative;
    width: 196px;
}
#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 .next, #socialMedia .prev {
    position: absolute;
    height: 18px;
    margin: 0 5px;
    width: 18px;
}
#socialMedia .prev {
    left: 0px;
    top: 1em;
}
#socialMedia .next {
    right: 0px;
    top: 1em;
}
#soldiersMag img {
    float: left;
    margin: 1em 0 1em 0.8em;
}
#soldiersMag a, #soldiersMag p {
    display: block;
    float: right;
    margin: 1em 0;
    width: 106px;
}
#soldiersMag a.left {
    float: left;
    margin: 0;
    width: auto;
}
#soldiersMag p {
    line-height: 1em;
    margin: 0;
}
#spotlight {
    background: #939393;
    height: 130px;
    overflow: hidden;
    position: relative;
}
#spotlight h3, #spotlight p {
    float: left;
    width: 340px;
}
#spotlight h2 {
    background: #7a7a7a;
    color: #ffd54a;
    height: 2.4em;
    line-height: 2.4em;
    margin-bottom: -24px;
    padding-left: 10px;
}
#spotlight h2 img {
    border: none;
    margin: 0 5px;
    position: relative;
    top: 0.3em;
}
#spotlight h3 a {
    color: #ffd54a;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 3px;
}
#spotlight p {
    color: #fff;
    line-height: 1.2em;
}
#spotlight .allFeatures {
    height: auto;
    margin-bottom: 10px;
    position: absolute;
    left: 106px;
    top: 84px;
}
#spotlight .allFeatures a {
    color: #3d3d3d;
    font-size: 10px;
}
#spotlightBottom {
    background: url(../rv4_images/spotlight_bottom.gif) no-repeat bottom left;
    height: 5px;
    width: 458px;
}
.spotlightImage {
    clear: both;
    display: inline;
    float: left;
    margin: 10px 10px 6px;
}
#spotlightItems {
    height: 110px;
    overflow: hidden;
    width: 458px;
    position: relative;
}
#spotlightItems ul {
    height: 110px;
    width: 2000px;
}
#spotlightItems li {
    display: inline;
    float: left;
    height: 110px;
    width: 458px;
    position: relative;
}
#standTo {
    margin: 0.7em 10px;
}
#standTo a {
    display: block;
}
#standTo .middle {
    font-weight: normal;
    margin: 0.3em 0 1.5em 0;
    line-height: 1.2em;
}
#standTo .bottom {
    display: inline;
}
#storyPhoto .caption {
    display: block;
	line-height: 1.4;
    padding: 1em 0;
    width: 668px;
}
#topHeadlines, #publicNotices {
    list-style-type: disc;
    margin: 0 0.4em 2em 1.6em;
}
#topHeadlines li, #publicNotices li {
    margin: 0.8em 0;
}
#topHeadlines li a, #publicNotices li a {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.1em;
}
#video-placeholder {
    border: none;
}
#worldMedia {
	border: 1px solid #4e4e4e;
	margin: 0 auto 1em;
	width: 176px;
}
#worldMedia h2 {
	background: #4e4e4e;
	height: 3.5em;
	line-height: 1.1em;
	padding-top: 0.2em;
}
#worldMedia h2 span {
	display: block;
	font-size: 9px;
	text-transform: none;
}
#worldMedia ul {
	list-style-image: none;
	margin-left: 10px;
}
#worldMedia li.links {
	margin: -0.5em 0 1em;
}
#worldMedia li a {
    display: inline;
}
#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
------------------------------------*/
.altHeader, #modDate {
    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: 17.8em;
    margin: 0.3em 0 0.4em 0;
    width: 195px;
}
#bottomNewsItems .bottomNewsSection .textOnly {
    height: 15em;
    width: 180px;
}
#bottomNewsItems .bottomNewsSection .textOnly li {
    float: left;
    margin: 0.7em 0;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.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;
}
.light-gray {
    background: #c0c0c0;
    color: #565656;
}
.plainHeadline {
    color: #000;
    font-size: 1.1em;
}
.right {
	text-align:right;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}
.subPage h1 {
    margin-bottom: 1em;
    margin-top: 0;
    padding: 8px 0;
}
.subPage h2 {
    font-size: 1.2em;
}
.subPage p {
    margin: 1em 0;
}
.subPage #breadCrumbs {
    width: 985px;
    margin-bottom: 10px;
}
.subPage #mainContent {
    width: 996px;
}
.thumbnail {
    clear: left;
    float: left;
    margin: 5px;
    height: 75px;
    width: 75px;
}
.twoButtonNav {
    display: inline;
    float: right;
    margin-right: 0px;
    width: 90%;
}
#socialMedia .twoButtonNav {
    float: none;
}
.video {
    line-height: 19px;
    height: 19px;
}
.video .textLink {
    display: block;
    margin-left: 24px;
}
#bottomNews .prev, #bottomNews .next, #spotlight .prev, #spotlight .next {
    display: inline;
    float: right;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#images .prev, #images .next {
    display: inline;
    height: 18px;
    margin: 4px;
    width: 18px;
}
#images .prev {
    float: left;
}
#images .next {
    float: right;
}
#images .twoButtonNav {
    float: none;
    display: block;
    width: 100%;
}
/* No Flash */
#homePlayerContainer #noFlashFeedBox p.noFlashText a {
	display:inline;
	float:none;
	padding:0px;
	margin:0px;
}
#noFlashFeedBox {
	height:323px;
	overflow:auto;
	background:#f7f7f7;
}
#noFlashFeedBox .noFlashVideo p a {
	margin:0px;
}
#noFlashFeedBox .noFlashVideo p {
	width:176px;
	margin:2px;
	background:#f7f7f7;
}
.noFlashText {
 	padding-left:6px;
	background:#fff;
}
.noFlashVideo {
	background: #F7F7F7;
	clear:both;
	border-bottom: 1px solid #b1b1b1;
	overflow:hidden;
	padding-bottom:3px;
}
.noFlashVideo .thumb {
	float:left;
	padding:3px;
	margin:5px;
	margin-bottom:2px;
	border:1px solid #b1b1b1;
	width:90px;
}
.noFlashVideo .thumb img{
	width:90px;
	border:none;
}
/*.noFlashVideo div {
	width:199px;
	float:right;
	margin-top:5px;
	font-size:1.1em;
	margin-bottom:2px;
}
.noFlashVideo:hover {
	background: url(/rv4_images/front_video_bg_hover.gif) repeat-x top;
	background-color:#dac482;
}*/

/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        overflow: visible;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}

/* 7. Debug
------------------------------------*/
/* Un-comment for site testing

*[style], font, center {outline: 5px solid red;}
img[alt=""] {border: 3px solid red;}
img[title=""] {border: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
img:not([title]) {outline: 5px solid fuchsia;}
table[summary=""] {outline: 3px solid red;}
table:not([summary]) {outline: 5px solid red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}
a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href=""] {background: fuchsia;} */

/* 8. Additional classes and IDs
-------------------------------------*/
#content_right {
	width:192px;
	background-color: #fff;
	margin: 0px 1px 0px 10px;
	float:right;
}
#content_left {
	width:791px;
	margin: 0px;
	float:left;
}
#center_col {
	width:310px;
	background-color: #fff;
	margin-left:10px;
	float:right;
}

#cent_bot {width:320px; background-color: #a5a5a5; height:10px; float: right;}

#contentBackground {
    background-image:url(rv4_images/nao_background.gif);
	background-repeat:repeat-y;
	border-left: 1px #a5a5a5 solid;
	border-right: 1px #a5a5a5 solid;
    width: 994px;
    overflow: hidden;
}
.colContent {
	padding: 8px;
	font-size: 10px;
	line-height: 14px;
}
.colContent a {text-decoration: underline;}

.colHeaders {
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 10px;
}	

/*This is the bottom spacer for making the two sides of the design even. */
.spacetaker { width: 4px; height: 42px;}

#build_strong {
	width:471px;
	color: #fff;
	background-color: #838283;
	margin: 0px;
	float:left;
}
#build_strong a:hover {color: #c4d759;}
#build_header {
	background-color: #424242; 
	color: #f1bd03;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 6px 10px 6px 10px;
}	

.build_name {color: #f1bd03; font-weight: bold;}

#build_bot {clear:both; width:791px; background-color: #838283; height:10px; }
#about_box { 
	width:471px;
	background-color: #dfdfdf;
	float:left;
}

#top_headlines {
	width:294px;
	margin: 0px;
	background-color: #fff;
	border-bottom: 10px #a5a5a5 solid;
}
#top_headlines ul {list-style: disc outside none; padding-left:16px;}
#top_headlines li {margin-bottom: 8px;}
#top_headlines a { text-decoration:none; }

#pub_notices {
	width:294px;
	margin: 0px;
	background-color: #fff;
}
#pub_notices ul {list-style: disc outside none; padding-left:16px;}
#pub_notices li {margin-bottom: 8px;}
#pub_notices a { text-decoration:none; }

#district_proj {
    clear:both;
	background-color: #fff;
	width:775px;
	margin: 0px;
}
#district_proj a {text-decoration: none;}
#district_updates {
	background-color: #fff;
	width:775px;
	border-top: 10px #a5a5a5 solid;
}
#district_updates a {text-decoration:none}

#HTopic_Header {color: #fff; background-color: #8c000e; width:192px; font-size:14px; font-weight: bold; text-transform:uppercase; padding: 6px 10px 6px 10px;}
#HotTopics {
	background-color: #fff;
	width:192px;
	border-bottom: 10px #a5a5a5 solid;
}
#HotTopics ul {list-style: none outside none;}
#SocMedia {
	background-color: #fff;
	width:192px;
	border-bottom: 10px #a5a5a5 solid;
}

#Images {
	background-color: #fff;
	width:192px;
	border-bottom: 10px #a5a5a5 solid;
}
/*
-For Flickr Badge-
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started! Doesn't seem to work...
*/
.flickr_badge_image {border: 4px solid white !important;margin:4px;}

#Video {
	background-color: #fff;
	width:192px;
}
#Video ul {list-style: none outside none; padding-left:16px;}
#Video li {margin-bottom: 8px;}
#Video a {text-decoration: none;}

#update_subsc { width: 478px; padding-left:10px; padding-bottom: 12px; float:right; text-align: right; border-left: 1px #999 solid; margin-left: 8px;}
#update_subsc a {text-decoration: none}

#mainContent {
  	line-height: 18px; 
}

#breadCrumbs {
    border-bottom:1px solid #aeaeae;
    background-color:#f7f7f7;
    color:#565656;
    padding:7px 4px 7px 7px;
    width: 974px;
    margin-right: 0px;
}
#breadCrumbs li {
    display:inline;
}
.subPage #breadCrumbs {
    margin-right: 0px;
    margin-bottom: 10px;	
}
#bodyText {	padding: 20px 40px; }

#bodyText ol { list-style: outside decimal; margin-left: 25px; }
#bodyText ul { list-style-type: square; margin-left: 25px; }
#bodyText li { margin-bottom: 1.0em; }
#bodyText dl { margin-left: 25px; }
#bodyText dt { font-weight:bold; }
#bodyText blockquote {margin-left: 35px; font-style:italic; }

blockquote.pullquote { 
	float:left; 
	width:20em; 
	margin:0.25em 0.75em 0.25em 0; 
	padding:0.5em; 
	border:3px double #ccc; 
	border-width:3px 0; 
	color:#333; 
	background:transparent; 
	font:italic 1.3em/1.3 Georgia; 
} 
blockquote.alt { 
	float:right; 
	margin:0.25em 0 0.25em 0.75em; 
} 
.pullquote p { 
	margin:0; 
	text-align:center; 
} 
.pullquote p:first-letter {text-transform:uppercase} 

.more_items {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 0.8em;
}
.more_items a img { border: 0; }

/* flickr badge layout */
#flickr-badge { 
	/* border: 1px solid #000; */
	width:170px; 
	height:300px; 
	padding:0 0 0 20px; 
	margin-top:10px; 
} 
#flickr-badge a img {
	float:left;
	margin:0 0 5px 5px; 
	background:#4e4e4e; 
	padding:4px; 
	width:62px; 
	height:62px;  
} 

.front_about_link a {
	font-weight:bold;
	color:#7e0303;
	text-decoration: none;
}

.front_about_link a:hover {
	text-decoration: underline;
}


