/*
	This file contains all style for the global footer. Include this file into another 
	stylesheet using - @import url(global_footer.css);

	Note: @import directives must be placed at the very top of a stylesheet.
*/

#footer_wrap {
	background: url(../images/public/new_footer_bg.jpg) repeat-x #213f4d;
	height: 278px;
	width: 100%;
}
#footer {
	background: url(../images/public/footer_civitek_horiz_white.png) no-repeat;
	background-size: 530px 80px; 
	background-position: 50% 60%;
	height: 268px;
	width: 1024px;
	margin:auto;
	position:relative;
}
#footer ul li {
	line-height: 1.8em;
}

#footer_questions ul li {
	margin-left: 10px;
	text-indent: -20px;
}

#footer a {
	text-decoration: none;
}

#footer h3 {
	font-size: 1.6em;
	font-weight: bold;
}

#footer h4 {
	font-size: 1.6em;
	font-weight: bold;
}

#footer #copyright {
	color: white;
	position:absolute;
	bottom: 13px;
	left: 325px;
	font-size: 9px;	
}

.spanish #footer #copyright {
	left: 290px;
}
#footer #ones_and_zeros {
	color: gray;
	position:absolute;
	bottom: 13px;
	right:0px;
	font-size: 9px;
}
#footer #ones_and_zeros a{
	color: #a6a6a6;
	text-decoration:underline;
}

#footer #ones_and_zeros a:hover{
	color: #a6a6a6;
	text-decoration:none;
}

#footer #site_links {
	width: 100%;
	padding-top: 20px;
	color:white;
	font-size: .8em;
}
#footer #site_links a:hover, #footer #copyright a  {
	color:white;
	text-decoration:underline;
}

#footer #site_links a, #footer #copyright a:hover  {
	color:white;
	text-decoration:none;
}

#footer #site_links #footer_navigation {
	width: 290px;
	padding-left: 35px;
	float:left;
}
#footer #site_links #footer_middle_section {
	width:380px;
	float:left;
	text-align: center;
}
#footer #site_links #footer_questions {
	width: 160px;
	float:right;
}

#footer_text {
	font-size: 11px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                      CONDITIONS                    
------------------------------------------------------------------------------------------------------------------*/
/* IE 7 */



