﻿html, body
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
}
h1
{
	font-family: 'Open Sans', sans-serif;
	font-weight:300!important;
}
h2
{
	font-family: 'Open Sans', sans-serif;
	font-weight:300!important;
}
.spacer
{
	height:0px;
	width:0px;
	overflow:hidden;
	clear:both;
}
.spacer2
{
	height:15px;
	width:0px;
	overflow:hidden;
	clear:both;
}
*
{
    margin:0;
    padding:0;
}
img, p, div, span, html, body, ul, li, form
{
    border:none;
}
.clearLeft
{
    clear:left;
    width:1px;
    height:1px;
    overflow:hidden;
}
.clearRight
{
    clear:right;
    width:1px;
    height:1px;
    overflow:hidden;
}
.clearBoth
{
    clear:both;
    width:1px;
    height:1px;
    overflow:hidden;
}
a
{
    color:#000;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
a:visited
{
    color:#000;
}
#menuBarHeader
{
	background-color:#ecb72e;
	width:100%;
	color:#FFF;
	top:0px !important;
	left:0px;
	margin-top:0px !important;
	position:fixed;
	z-index:3;
	border-bottom:1px solid#FFF;
	font-size:0.8em;
}


#top_header h2 img
{
    padding-top:5px;
    width:46px;
    height:45px;
    padding-left:25px;
}
.loadDiv{
    background-color:#FFFFFF;
    display:none;
    height:30px;
    left:0;
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
    position:absolute;
    top:0;
    width:100%;
}
.loadImg{
    display:none;
    left:10px;
    position:absolute;
    top:8px;
}
