/* ncgo.com */

/* general definitions */
		a, li a {
			text-decoration: none;
			color: #333;
			border-bottom: 1px solid #BD5810;
		}
		
		p a:hover {
			text-decoration: none;
			color: #000;
			border-bottom: 1px solid #000;
		}
		
		.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		/* End hide from IE-mac */
		
		.hidden {display: none;}

		p {
			margin: 0 0 .5em 0;
		}


/* sections */
	
div#footer {
	padding-top: 16px;
	background-image: url(bg-curve-bottom.gif);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#BD5810;
	text-align: center;
}
	div#footer a { color: #eee; text-decoration: none; border: none;}
	div#footer a:hover { color: #fff; text-decoration: underline;	}
	
	div#footer ul {
		list-style-type: none;
		margin: 0; padding: 0; /*padding-left: 20px;*/
		text-align: center;
	}
		div#footer ul li {
			display:inline;
			padding: 0 4px;
			border-right: 1px solid #A8A8A8;
		}
			div#footer ul li.last {
				border-right: none;
			}
			
		div#footer p { clear: left; margin: 0;}
		
