body  { background-color: #354853; } /* Spring Steele Blue #354853; Spring Light Olive #354833; deep aquablue #113252;  Dark forest green; 113632 Bright forst green #113914;*/



/* styles for ONLY to swap out the Images in the header and main navigation links generated by DNN*/ 
#HeaderImage { background: #ffffff url('images/MainSkin_01.jpg') no-repeat top left; }
#MainNav { background: #ffffff url('images/MainSkin_02.jpg') no-repeat top left;}
#BottomHeader { background: #ffffff url('images/MainSkin_03.jpg') no-repeat top left; }


/* Controls only the text color of the Top Links embeded in the upper right of each page*/
#Toplinks { color: #FFFFFF; }
#Toplinks a { color: #FFFFFF; }
#Toplinks a:hover { color: #FFFFFF; }

/* Footer */ 
#FooterContainer {  border-top: 0px solid #113914; } 
#Footer { color: #369; background-color: #d3d9d4;  }
#Footer a { color: #369; } 
#Footer a:hover { color: #036; } 



/* Spacer PANEs for Top Left and Right for 18px white space padding inside of neat-line set in Contentborder*/
#dnn_TS { border-bottom: solid 16px #fff; }
#dnn_LS { padding-left: 18px; }
#dnn_RS { padding-left: 18px; }

#dnn_TagLinePane {margin: 0px; border-top: 0px; border-right: 0px ; border-left: 0px ; border-bottom: 0px;} 

/* Controls the border properties of the Content TABLE in the skin. LINE ONLY!!! New SPACER PANES in skin and PROGRAM CSS Are doing this padding job*/ 
#Contentborder {border-bottom: 0px solid #a8a9b4; border-top: solid 1px #113252; border-left: solid 1px #113252; border-right: solid 1px #113252; padding: 0px 0px 0px 0px;}

#dnn_LeftPane { padding-top: 0px; padding-right: 0pt; padding-bottom: 0px; padding-left: 0pt; border-top: 0px solid #113252; border-right: 0px solid #a1b6a0; background-color: #FFFFFF; border-left: 0px solid #a1b6a0; border-bottom: 0px solid #fff; } /*d3d9c4  f0e9d4*/
#dnn_RightPane {margin: 0px; border-top: 0px; border-right: 0px ; border-left: solid 0px #a8a9b4; border-bottom: 0px; } 
#dnn_FarRightPane {margin: 0px; border-top: 0px; border-right: 0px ; border-left: 0px ; border-bottom: 0px; } 
#dnn_TitlePane {margin: 0px; border-top: 0px; border-right: 0px ; border-left: 0px ; border-bottom: 0px; } 
#dnn_TopPane {margin: 0px; border-top: 0px solid #a1b6a0; padding: 0px 0px 0px 0px;  background-color: #fff; border-right: 0px ; border-left: 0px ; border-bottom: 0px solid #fff; text-align: right; font-size: 1.0em; color: #369; } /*d3d9c4*/
#dnn_BottomPane {margin: 0px; border-top: 0px; border-right: 0px solid #a8a9b4; border-left: 0px solid #a8a9b4; border-bottom: 0px; border-top: 1px solid #a8a9b4; } 





--------------------------------------
/* styles for sidenavigation module TABLES; divison of water only*/
.sidenav1 { width: 170px;}/*NOTE: place holder, water_base.css contorls real width of all sidenav1 tables*/


/*Sidnav table data bakcground and hover colors, change per program design*/
.sidenav1 td { background-color: #f1f1d9; } /*f3f9e4  f1f1e9  */

/*TURN THIS ONE TO GET THE TABLE CELL OUTLINES TO HIGHLIGHT
.sidenav1 td:hover { background-color: #b7c9a5; } */  /*#e3e9d4*/

/*Used where needed as a page divider, such as new items on the home page. Change color to match programs page design*/
#lineacross { padding-bottom: 10px : 0px; margin-bottom: 0px; border-top: 0px; border-right: 0px solid #a8a9b4; background-color: #FFF; border-left: 0px ; border-bottom: 1px solid #113252; }
