@charset "UTF-8";
/* CSS Document */

html, body{
height: 100%;
min-height: 100%;
margin: 0;
}

body{
font-family: Arial,Verdana;
font-size: 12px;
}

#site_wrapper{
width: 100%
height: 100%;
min-height: 100%;
padding: none;
}

#top_bar{
clear: both;
height: 45px;
background-color: #1468b3;
line-height: 35px;
font-size: 14px;
text-align: right;
color: #fff;
padding-right: 15px;

}

#content{ /* Content Wrapper */
clear: both;
overflow: auto;
padding-bottom: 360px;
}

#content_left{
float: left;
width: 50%;
color: #000;
}

#content_right{
float: right;
width: 50%;
color: #000;
}

#home_footer{
clear: both;
position: relative;
margin-top: -360px; /* negative value of footer height */
height: 360px;
background:url(images/shared/footer-bg75.png) repeat;
line-height: 35px;
font-size: 14px;
color: #fff;
display:none;
}

@media (max-width:991px) {
	
#content{ /* Content Wrapper */
clear: both;
overflow: auto;
padding-bottom: 920px;
}	

#home_footer{
clear: both;
position: relative;
margin-top: -920px; /* negative value of footer height */
height: 920px;
background:url(images/shared/footer-bg75.png) repeat;
line-height: 35px;
font-size: 14px;
color: #fff;
text-align:center;
display:none;
}

}	

@media (min-width:362px) and (max-width:464px) {
	
#content{ /* Content Wrapper */
clear: both;
overflow: auto;
padding-bottom: 1074px;
}	

#home_footer{
clear: both;
position: relative;
margin-top: -1074px; /* negative value of footer height */
height: 1074px;
background:url(images/shared/footer-bg75.png) repeat;
line-height: 35px;
font-size: 14px;
color: #fff;
display:none;
}

}