body {
	background-color:#fff;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.49, rgb(255,255,255)), color-stop(1, rgb(255,204,102)) );
	background: -moz-linear-gradient(center top, #ffcc66 0%, #FFFFFF 100%) repeat-x scroll 0 0 #FFFFFF;
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffcc66', endColorstr='#FFFFFF'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffcc66', endColorstr='#FFFFFF')"; /* IE8 */
}

.container {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.7);
    margin-top: 20px;
    padding-top: 10px;
}

/*  Header Banner  */
#header .header-component h2 {
        background: #036;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.49, rgb(0,51,102)), color-stop(1, rgb(51,102,153)) );
	background: -moz-linear-gradient(center top, #336699 0%, #003366 100%) repeat-x scroll 0 0 #003366;
        filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#336699', endColorstr='#003366'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#336699', endColorstr='#003366')"; /* IE8 */
	color:white !important;
	text-align:left;
	padding:1em;
	position:relative;
	font-size:xx-large;
       color: #FFFFFF;
       letter-spacing: 1px;
       padding: 20px;
}



.shadow-box {
	background: -moz-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(233,239,244,0.8)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce9eff4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	padding:1%;
	margin:1%;    border: 0 none;
        border-radius: 0 0 0 0;
        border:0; 
}

.href-list-component .ua-nav-top {
}

.ua-nav-top {
border-radius: 0 0 0 0;
}

.shadow-box, div.rss-component {
	background: -moz-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(233,239,244,0.8)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(233,239,244,0.8) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce9eff4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	padding:1%;
	margin:1%;
        border:0;
}

h1, h2, h3 {
    color: #AC2E29;
}

.footer {
}

.container.footer {
margin-top: 10px;
}

@media only screen and (max-width: 767px) {
.container {
margin-top:0;
}
}