@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	padding: 0px;
	margin: 0;
	background: url(images/top_bg_repeat.jpg) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 1024px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 48px;
}

#footer {
	font-size: 10px;
	padding-top: 11px;
	border-top: 1px #CDCDCD solid;
	text-align: center;
}

#foot1 {
	text-transform:uppercase;
	padding-bottom: 16px;
}

#foot2, .nine {
	font-size: 9px;
}







/*---- ----*/





/*---- formatting ----*/

.green {color: #568505;}
.orange {color: #C06001;}
.blue {color: #014789;}
.fourteen {font-size: 14px;}
.sixteen {font-size: 16px;}



/*---- links ----*/


#footer a:link, #footer a:visited, #footer a:active  {text-decoration:none;color:#666;}
#footer a:hover{text-decoration:underline;color:#666;}



/*---- Utilities ----*/

img {
	border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearer{
clear:both;
height: 0;
overflow: hidden;
}