/* 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
	8. Additional classes and IDs

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;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.2em;
}
img {
    border: 1px solid #3d3d3d;
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}

/* 3. ID's
------------------------------------*/
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}
#contentBackground {
    background-color:#a5a5a5;
    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: #b4b4b4;
/*    color: #7b8738;*/
}

#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
#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: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 100px;
}
#footerMiddle {
    margin: 2.8em 0 0;
    width: 748px;
}
#footerRight {
    text-align: right;
    width: 125px;
}
#footerRight a {
    color: #ffd54a;
}
#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;
}
#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: #7b8738;
}
#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_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: 0px;
    width: 994px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
    padding: 8px 10px;
}
#mainContent p, #rightCol p {
    padding: 0 10px;
}
 
#mainContent ul, #mainContent ol {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}

#navBar {
    background: #cfcfcf url(../rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #b6b6b6;
    height: 2.8em;
}
#rightCol {
    display: inline;
    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;
}
#wrapper {
    background: url(../rv4_images/white_bg.gif) repeat-y top center;
    width: 100%;
}

/* CSS Sprite Icons */
.rss {background: url(../rv4_images/icon_sprites.gif)           0px -114px no-repeat;}
.podcasts {background: url(../rv4_images/icon_sprites.gif)      0px -133px no-repeat;}


/* 4. Classes
------------------------------------*/
.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
    background: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.diamondList li {
    background: url(../rv4_images/diamond_bullet.gif) no-repeat 0 2px;
    padding-left: 16px;
    margin: 12px 0;
}
.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;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}


/* 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: none;}

.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;
}

#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;}

#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;
}

#breadCrumbs li a { font-weight: bold; }

.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; }
#bodyText a { text-decoration:none; }

a.underline { text-decoration:underline; }

/* Columns */

/* Clear floats in IE --> activated in iehacks.css */
#ie_clearing { display: none }

.subcolumns {
	width: 100%;
	overflow:hidden;
}

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; border-right: 1px solid #999;}
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; }
  .c33c {float:none; border: 1px solid #999;}
  
  .c33l-b {float: left; border-right: 0px solid #999;}
  .c33l-c {float: left; border-right: 0px solid #999;}

  .c25l { width: 25%; }
  .c25r { width: 24%; }  
  .c33l{ width: 34%; }
  .c33l-b{ width: 22%; }
  .c33l-c{ width: 46%; }
  .c33r { width: 31%; }
  .c50l, .c50r { width: 49%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

.subc  { padding: 0 1em; }
.subcl { padding: 0 5px 0 0; margin-left: 5px;}
.subcr { padding: 0 0 0 0; }

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} 


#updated {float: right}

/* Image Box */

.imageBox {	
	width: auto; 
	}
.caption {	
	padding-left: 5px;
	padding-right: 5px;
	font-size: .9em;
	line-height: 1.4em;
}
.imageBox img {margin-bottom: 0px;}

.no-bullet li { 
	margin-left: -5px;
}
