.clearingright {
clear:right;
padding:0;
margin:0;
visibility:hidden;
}


/*-------- Logo height code --------*/
.logo_pad{background:#FFF; margin: 0 19px 0 7px; padding:0 ;height:175px;}

/*-------- 3 column for address --------*/
#side-a {
	float: left;
height: 135px;
	width: 32%;
}

#side-c {
	float: right;
height: 135px;
	width: 32%;
}

#side-b { 
	float: left;
height: 135px;
	width: 32%;
}

/*-------- side menr --------*/
.MenuItem, .MenuItemMouseOver
{
font-size: 1.5em; 
padding-left: 10px; 
font-weight: normal; 
padding-bottom: 5px;
background-color: #f1f1f1; 
padding-top: 2px;
}


/*-------- Headings --------*/
h1 .Normal, h2 .Normal, h3 .Normal, .Head {
font-size: 1em; 
color:#375162; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;}

h1 {
font-size: 2em; 
font-weight:normal;
}

h2 {
font-size: 1.7em; 
font-weight:normal;
}

h3 {
font-size: 1.5em; 
font-weight:normal;
}
h4 {
font-size: 1.3em; 
font-weight:normal;
}

h5 {
font-size: 1.1em; 
font-weight:normal;
}


/*-------- link code --------*/
a,a:link,a:visited,a:active{
font-size: 1.em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#3E81B5 !important; 
text-decoration:none; 
font-weight:bold; 
}

a:hover{
color:#D00 !important; 
text-decoration:underline; 
font-weight:bold; 
}



