﻿/* ---- RESET ----- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
 padding: 0px;
 margin: 0px;
 font-size: 100%;
 font-weight: normal;
 width: auto;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;}
*{
 outline: 0px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/*** main starts ***/
.home_blk_header_outer {
    width: 980px;
    max-width: 100%;
    background-color: #003366;
    background: linear-gradient(to right, #000, #00468C, #036);
    float: left;
}
.header_blk {
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
}
.sponsor_logo {
    width: 15%;
    float: left;
    margin: 5px 1% 5px 1%;
}
.sponsor_logo img, .home_blk_banner img, .banner_sublink ul li img {
    border: 0px;
    max-width: 100%;
    float: left;
}
.home_blk_banner {
    width: 83%;
    float: left;
}
.banner_sublink {
    float: right;
    width: auto;
    margin: 2px 10px 0px 0;
}
.banner_sublink ul {
	list-style: none;
}
/*** main ends ***/




@media screen and (max-width:800px)
{
	.header_blk {
		width: 100%;
	}
}
@media screen and (max-width:768px)
{
	
}

@media screen and (max-width:640px)
{

}
@media screen and (max-width:600px)
{

}
@media screen and (max-width:568px)
{

}

@media screen and (max-width:480px)
{
	
}
@media screen and (max-width:375px)
{

}

@media screen and (max-width:360px)
{
}

@media screen and (min-width:769px) and (max-width:800px)
{	

}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{

}

