/***************************************************************
Style Sheet for Crawford Leishman Dental Group

Copyright 2008 by Crawford Leishman Dental Group, All Rights Reserved
***************************************************************/



#footer {
	width:960px;
	margin:0 auto 0;
	text-align:left;
	background: url('images-layout/content-bg-bottom.gif') no-repeat;
}
#footerWrapper {
	position:relative;
	margin:0 auto 0;
	width:960px;
	
}
#footerContent {
	margin:0 auto;
}
#footerContent p {
	position: absolute;
	left: 333px;
	top: 70px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 70%;
	color:#fff;
}

#footerLinks {
	margin:0;
	padding:0 0 10px 0;
}
	#footerLinks ul {
		position: relative;
		left: 62px;
		top: 30px;
		margin:0;
		padding: 0;
		height:1em;

	}
		#footerLinks ul li{
			display:block;
			float:left;
			margin-left:30px;
			text-align:center;
		}
			#footerLinks a:link, #footerLinks a:visited {
				text-decoration:none;
				font-weight:bold;
				
				color:#193126;
			}
			#footerLinks a:hover, #footerLinks a:active {
				text-decoration:underline;
			}

.phoneNumber {
	position: relative;
	right: 90px;
	top: 15px;
	text-decoration:none;
	font-weight:bold;
	font-size: 120%;
	color:#193126;
}