

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
   
body {
	margin: 0px;
	padding-top: 0px;
	color: #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em; /* 14px */
}


a {	text-decoration: none;}
a:link {color: #0099cc;}    /* unvisited link */
a:visited {color: #0099cc;}  /* visited link */
a:hover {color: #333; text-decoration:underline;}   /* mouse over link */
a:active {color: #0099cc;}   /* selected link */


h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table  { margin: 0px; padding: 0px }
td { margin: 0px; padding: 0px }
th,td { margin: 0px; padding: 0px }
tfoot { font-style: italic; }
caption { background: #ffc; }

#static_page h2 { border-bottom:1px solid #CCCCCC; padding-bottom:5px; margin-bottom: 10px;	color: #666666;	font: bold 1.9em Arial, Helvetica, sans-serif, Georgia; }
#static_page p{font: normal 1.3em Arial, Helvetica, sans-serif, Georgia; }



#container { margin: 0px auto; width: 100%; background: #FFF; padding: 0px 0px 60px; position: relative; min-height: auto; height: auto !important; height: auto; }
#content { padding-top:20px; width: 90%; margin: auto;  max-width: 960px;}

/* << ----------------// COLUMN //------------ */

.col-1-panel { width: 700px; }
.col-2-panel { width: 220px; }

/* << ----------------// MAIN //------------ */

#main { background: #a21723; position: relative; height: 40px; }

/* << ----------------// HEADER //------------ */

#header {height: 94px; position: relative; background: #bbbbbb; width:100%;}
#content_header { width: 90%; position: relative; height: 94px; margin: auto; overflow:hidden;  max-width: 960px; margin:auto;}
#content_header img{ width:200px; margin-top:15px; }

#box_logo {	display: block;	float: left; height: 94px; width: 220px; }

/* << ----------------// FOOTER //------------ */

#footer { position: absolute; bottom:0; left:0; right: 0; clear:both; background-size: contain; background-image: url(./bkg_footer.png); height: 150px; color: #FFF; }
#content_footer { position: relative; width: 940px; margin: 0px auto; padding-top: 100px; }
#content_footer .footer_link { float: right; }
#content_footer .footer_link li { display: inline; float: right; margin-right: 8px; padding-right: 8px; border-right: 1px dotted #FFF; }
#content_footer .footer_copy { float: left; }
#content_footer .footer_copy li { display: inline; float: left; margin-right: 8px; padding-right: 8px; border-right: 1px dotted #FFF; }
#footer a { color: #FFF; }
