div.headertitle{
    padding: 1px;
    text-indent: 10px;
    font-weight: bold;
    background: url(headertitlebg.png) repeat;
    color: white;
    margin-bottom: 15px;
    clear: left;
}
#contentcolumn {
    margin-left: 180px;
}

#contentcolumn div.headertitle{
    font-size: 120%;
    text-transform: uppercase;
    padding: 5px 0;
background: -moz-linear-gradient(left, rgba(44,193,191,1) 0%, rgba(133,188,187,0.72) 49%, rgba(15,191,188,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(44,193,191,1)), color-stop(49%,rgba(133,188,187,0.72)), color-stop(100%,rgba(15,191,188,1)));
background: -webkit-linear-gradient(left, rgba(44,193,191,1) 0%,rgba(133,188,187,0.72) 49%,rgba(15,191,188,1) 100%);
background: -o-linear-gradient(left, rgba(44,193,191,1) 0%,rgba(133,188,187,0.72) 49%,rgba(15,191,188,1) 100%);
background: -ms-linear-gradient(left, rgba(44,193,191,1) 0%,rgba(133,188,187,0.72) 49%,rgba(15,191,188,1) 100%);
background: linear-gradient(to right, rgba(44,193,191,1) 0%,rgba(133,188,187,0.72) 49%,rgba(15,191,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cc1bf', endColorstr='#0fbfbc',GradientType=1 );
background: #3ADDDB url(headertitlebg.png) repeat-y;
}

#leftcolumn {
    float: left;
    width: 180px;
    margin-left: -100%;
    background: white;
    padding: 10px;
    border-right: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ######### New Scripts and CSS Codes CSS ######### */


#contentcolumn div.category{
width: 49%;
float: left;
}

#contentcolumn div.category ul{
list-style: none;
margin: 0;
margin-bottom: 1em;
padding: 0;
}

#contentcolumn div.category ul li{
padding: 5px;
border: 1px solid #8ACBCA;
border-bottom-width: 8px;
box-shadow: 0 0 25px #eee inset;
}

#contentcolumn div.category ul li:hoverz{
text-decoration: underline;
}

#contentcolumn div.category ul li a{
color: #1c1c1c;
text-decoration: none;
font: bold 16px Rockwell;

}

#contentcolumn div.category ul li a:hover{
text-decorationz: underline;
text-shadow: 0 0 1px #959595;
color: black;
}

div#newscripts .newheader{
    background: #2fc5c4;
    margin-bottom: 5px;
    text-indent: 8px;
}

div#newscripts .newheader a{
		font: bold 14px Tahoma;
		color: white;
		text-decoration: none;
}

div#newscripts .labelfield{ /*CSS for label field in general*/
		color: #eee;
		font-size: 90%;
}

div#newscripts .datefield{ /*CSS for date field in general*/
		color:#eee;
		font-size: 90%;
}

div#newscripts ul{
		list-style: none;
		margin: 0;
		padding: 0;
}

div#newscripts ul li{
		margin-bottom: 15px;
}


div#newcss .cssentry{
		margin-bottom: 17px;
		text-align: center;
    line-height: 15px;
}


div#newcss .cssentry a{
		text-decoration: none;
		font-size: 95%;
}

div#newcss .cssentry img{
		border: 1px solid gray;
		box-shadow: 2px 2px 8px #eee;
}

div#newcss .cssentry img:hover{
		border-color: navy;
}

#frontpagerightad{
	margin-left: 10px;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 900px) {
    /* responsive layout break point */
    
    body {
        background: white;
    }
    
    #contentwrapper {
        float: left;
    }

		#contentcolumn {
		    margin-left: 0;
        margin-right: 200px;
		}
    
    #topbanner{
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #rightcolumn {
        float: left;
        width: 200px;
    		margin-left: -200px;
    }


    #leftcolumn {
				display: none;
    }
}


@media (max-width: 600px) {

		#contentcolumn {
		    margin-left: 0;
        margin-right: 0;
		}

    #rightcolumn {
				float: none;
        margin: 0;
        width: 100%;
		}

		#frontpagerightad{
				display: none;	
		}
    
    #newcss{
        overflow: hidden;
    }
    
    div#newcss .cssentry{
        margin-bottom: 17px;
        text-align: center;
        width: 170px;
        float: left;
    }

}