.c_DNN6 .dnnModuleActions {display:inline-block;width:19px;height:19px;float:left;}
.c_DNN6 .dnnIcon{display: inline-block;vertical-align: middle; margin-right: 4px;}
.c_DNN6 .dnnActionButtons{float: right;}
.c_DNN6 .dnnActionButtons .CommandButton{margin: 4px;}
.c_DNN6_Header .Head{color:#333;/*font-size:22px;line-height:24px;padding:0 10px 0 0;text-transform:uppercase;*/text-shadow: 1px 1px 1px #FAFAFA;} /*moved to skin*/
#Footer .c_DNN6_Header .Head{color:#e5e5e5;}
.c_DNN6_Header .Title{margin:0 0 .5em 0; overflow:hidden; } /*border-bottom:1px dotted rgb(19, 165, 187) testing*/
.c_DNN6_Header .Title .TitleBar{/*margin:0 -100% 0 0;*/ vertical-align:middle; width: 100%; height: 24px; } /*moved to skin*/
.c_DNN6_Header .Red .Head {color:#b64f11;}/*new color could be #599a3e*/

.c_DNN6_SubTitle .Head{color:#599a3e;/*font-size:18px;line-height:24px;padding:0 10px 0 0;text-transform:uppercase;*/text-shadow: 1px 1px 1px #FAFAFA;} /*moved to skin  - color:#333*/
.c_DNN6_SubTitle .Title{margin:0 0 .5em 0; overflow:hidden;}
.c_DNN6_SubTitle .Title .TitleBar{/*margin:0 -100% 0 0;*/ vertical-align:middle; width: 100%; height: 24px; } /*moved to skin*/

.c_DNN6_Footer .Head{color:#E4E87E;font-size:18px;/*text-transform:uppercase;*/} /*color:#e5e5e5;font-size:18px; testing #C0E672 or #D4D775*/
.c_DNN6_Footer .Title{margin:0 0 .7em 0;} /*margin:0 0 .5em 0;*/

.c_DNN6_Aside {width: 100%;
        background-color: #fff; /* new */
	    border: 1px solid #ccc; /* new #ccc or #93BE39*/
	    box-shadow: 0 1px 1px #ccc; /* new #ccc or #E4E87E*/
	    border-radius: 	3px; /* new */
	    background:url(images/background-footer.png) repeat-x right bottom;/*background:url(images/tree00.png) no-repeat 50px bottom;*/
	    padding-bottom: 20px;
               }
.c_DNN6_Aside .Title{/*text-transform:uppercase;*/}
.c_DNN6_Aside .TopL{background: none;padding:0 0 0 10px;} /*background: url(images/Grey-Gradient-TL.png) no-repeat 0 0;*/
.c_DNN6_Aside .Title{margin:2px 10px 10px 10px;padding:0 0 8px 0; border-bottom:solid 3px #ccc; color: #b64f11;} /*color to work i had to comment head color in default css -- border-bottom:solid 4px #269291; color: #269291;*/
.c_DNN6_Aside .BottomL{height: 10px;background: none;padding:0 0 0 10px;} /*background: url(images/Grey-Gradient-BL.png) no-repeat left top;*/
.c_DNN6_Aside .TopR{background:none;padding:0 10px 0 0;} /*background:url(images/Grey-Gradient-TR.png) no-repeat right 0;*/
.c_DNN6_Aside .BottomR{height: 10px;background:none;padding:0 10px 0 0;} /*background:url(images/Grey-Gradient-BR.png) no-repeat right top;*/
.c_DNN6_Aside .Top{background:none;padding:10px 0 0 0;} /*background:url(images/Grey-Gradient-T.png) repeat-x 0 0;*/
.c_DNN6_Aside .Bottom{height: 10px;background:none;padding:0 0 0 0;} /*background:url(images/Grey-Gradient-B.png) repeat-x left top;*/
.c_DNN6_Aside .Middle {background:none;height:100%;} /*border-left:solid 1px #c6c6c6;border-right:solid 1px #FFF;background:-moz-linear-gradient(top, #e5e5e5, #d7d7d7);background:-webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#d7d7d7));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#d7d7d7');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#d7d7d7')";*/
.c_DNN6_Aside .DNNModuleContent{padding:0 12px;}
.AdminActions input, .AdminActions a.CommandButton{text-decoration:none;}

/*  Banner Rotator
    -- Banners will automatically cycle along with navigation by inserting 
    -- the desired images into a Text/HTML module using the Banner Container. */
    
 /* Set height of div.Normal to equal the height of banners + 34px for shadow */
.RotatorWrapper div.DNNModuleContent > div.Normal {height:339px;background:url(images/Slide-Shadow.png) no-repeat 0 bottom;}

 /* Set width and height of banners within div.Normal img */
.RotatorWrapper div.DNNModuleContent > div.Normal img{width:960px;height:305px;} 

.RotatorNav {position:absolute;z-index:20;width:960px;height:40px;background:#5FA841 url(images/50black.png) repeat top left;margin:-74px 0 0;padding:0;list-style: none;} /*background:url(images/50black.png) repeat top left;*/
/*.RotatorNav li {float:left;}*/  /*moved to skin*/
.RotatorNav li a {padding:0 20px;display:block;color:#b8b8b8;line-height:40px;text-decoration:none;}
.RotatorNav li a:hover{text-decoration:underline;}
.RotatorNav li.activeSlide a{color:#fff;}


/*new*/

    /* Image Align Left 
    -------------------------------------*/
    .c_DNN6 .imgLeft {
	    float: left;
	    margin-top: 10px;
	    margin-right: 10px;
	    margin-bottom: 10px;
    }

    /* Image Align Right 
    -------------------------------------*/
    .c_DNN6 .imgRight {
	    float: right;
	    margin-top: 10px;
	    margin-left: 10px;
	    margin-bottom: 10px;
    }

    /* Image with border 
    -------------------------------------*/
    .c_DNN6 .imgBorder {
	    /*border: solid 3px #ccc;*/
	    padding: 4px 4px 4px 4px;
	    background-color: #fff;
	    box-shadow: 0 1px 2px #ccc;
    }
    
    
    /* headers -----*/
    .c_DNN6 h2 {
        color: #599a3e; /*#b64f11*/
        }
    
    /* links ------*/    
     .c_DNN6 a:link, .c_DNN6 a:visited, .c_DNN6 a:active{text-decoration:none;color:#1e3340; font-weight:bold;}
	 .c_DNN6 a:hover{text-decoration:underline;color:#b64f11; font-weight:bold;}
	 
	 .c_DNN6_Aside a:link, .c_DNN6 a:visited, .c_DNN6 a:active{text-decoration:none;color:#1e3340;}
	 .c_DNN6_Aside a:hover{text-decoration:underline;color:#b64f11;}
	 
	 /*
	  .c_DNN6_Aside .ModDDRMenuC ul li a:link, .c_DNN6_Aside .ModDDRMenuC ul l a:visited, .c_DNN6_Aside .ModDDRMenuC ul l a:active{text-decoration:none;color:#599a3e;}
     */
	 