
/*------------------------LOGO-----------------------------*/
#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 70px;
	margin-top: 3px;
	position: relative;
	text-indent: -999em;
	background: url(/custom/logo.png) no-repeat left bottom;
}

@media only screen and (max-width: 479px){
#logo {
    background: url(/custom/logo.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
}



@media only screen and (max-width: 999px) and (min-width: 768px){
.logo.two a#logo {
    margin-top: 12px;
}
}



@media only screen and (max-width: 639px){
#logo {
    background: url(/custom/logo.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
}


.logo{
	margin: 0 0 5px 0;
	float: left;
	width: 35%;
	padding:1px 0 0 0;

}

@media only screen and (max-width: 1169px) and (min-width: 1000px){
	.logo {
		width: 35%;
		padding: 0 0 0;
		}
}

@media only screen and (max-width: 999px) and (min-width: 768px){
.logo.two {
    margin-bottom: 0;
		}
.logo.two {
    margin: 0 0 5px 0;
		}
}

@media only screen and (max-width: 999px) and (min-width: 768px){
.logo, .menu_bgmain.one .logo {
    width: 35%;
    padding: 0 0 0 0;
	}
}


@media only screen and (max-width: 767px) and (min-width: 640px){
	.logo {
		width: 45%;
		}
}


@media only screen and (max-width: 639px){
	.logo {
    width: 100%;
	}
}

#footer{
	margin: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 104px;
}

#main{
	padding-bottom: 104px;
}

.CssClass_QuestionDetCheckBox{
	margin-right:5px;
}


 ul.agMainUL li:not(:first-child) {
    border-left: 2px solid white;

}

.tt{
	background:#f6931c;
}

.top_nav{
	background-color:#f6931c;
}

b span{
	color: #00386c !important;
}


