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


/* --------------------------------------*/
/* Begin Footer Navigation Area DIVs  */
/* --------------------------------------*/
#footer_wrapper {
	min-width:1240px;
	height:200px;
	/*background-image: url(../img/pat/pat_subtle_carbon.png);
	background-repeat: repeat;*/	 
	margin: 0 auto;}

#foot_container {
	width:100%;
	height:100%;
	/*overflow: hidden;*//* IE6 fix */	
	text-align:center;
	/* Disable user font size increase/decrease */
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;	
	margin: 0 auto;} 

#foot_col1 {
	position: relative;
	width: 150px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
#foot_col2, #foot_col3, #foot_col4, #foot_col5 {
	position: relative;
	width: 200px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	/*margin:20px 5px 30px 30px;*/}
	
#foot_col1, #foot_col2, #foot_col3, #foot_col4 {
	background-image: url(../img/bkg/bkg_1x190_vert_grad_line_ff6600.png);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-color: rgb(40,40,40);*/}
	
/* --------------------------------------*/
/* End Footer Navigation Area DIVs  */
/* --------------------------------------*/

/* --------------------------------------*/
/* Footer Class Definitions */
/* --------------------------------------*/
#foot_container h4 {
	font-weight: 500;
	font-size: 11px;
	line-height: 40px;
	letter-spacing:1px;
	text-align:left;
	color: #FF6600;
	margin:20px 5px 0px 30px;
	-webkit-font-smoothing: antialiased;}

#foot_container p {
	font-weight: 300;
	font-size: 10px;
	line-height: 14px;
	letter-spacing:1px;
	text-align:left;
	color: rgb(180,180,180);}
	
#foot_container p:hover {
	color: #FF6600;}
	
.footer_underline {
	}
	
.footer_list_std {
	font-family: Roboto;
	font-weight: 500;
	font-size: 9px;
	line-height: 16px;
	letter-spacing:1px;
	text-align:left;
	color: rgb(180,180,180);
	margin:0px 10px 0px 30px;}

.footer_list_std :hover {
	color: #FF6600;}

.footer_list_soc {
	font-family: Roboto;
	font-weight: 400;
	font-size: 9px;
	line-height: 16px;
	letter-spacing:1px;
	text-align:left;
	color: rgb(180,180,180);
	margin:0px 10px 0px 30px;}
	
.footer_list_soc :hover {
	color: #FF6600;}
	
.footer_list_soc img {
	vertical-align: middle;
	margin:0px 3px 7px 0px;}