/* CSS Document */

#mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 40px;
	overflow: hidden;
}

#mainMenu li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}

#mainMenu a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px;
}

#mainMenu a:hover, #mainMenu a.selected {
	background-position: 0 -40px;
}

#about a {
	width: 84px;
	background: url(../images/btn_about_us.gif) top left no-repeat;
}

#services a{
	width: 72px;
	background: url(../images/btn_services.gif) top left no-repeat;
}

#appointments a {
	width: 108px;
	background: url(../images/btn_appointments.gif) top left no-repeat;
}

#links a {
	width: 59px;
	background: url(../images/btn_links.gif) top left no-repeat;
}

#upload a {
	width: 140px;
	background: url(../images/btn_upload_your_photos.gif) top left no-repeat;
}

#whatsNew a {
	width: 98px;
	background: url(../images/btn_whats_new.gif) top left no-repeat;
}

#testimonials a {
	width: 99px;
	background: url(../images/btn_testimonials.gif) top left no-repeat;
}

#financial a {
	width: 135px;
	background: url(../images/btn_financial_planning.gif) top left no-repeat;
}



#footer {
	width: 830px;
	margin: 8px auto 0 auto;
	padding: 0 0 20px 0;
}

#footerCopyright {
	float: left;
	margin: 0 0 0 23px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FFF;
}

#footerCopyright a { color: #ffffff; text-decoration: underline;}
#footerCopyright a:hover { color: #ffffff; text-decoration: underline;}

#footerInfo {
	float: right;
	margin: 0 23px 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FFF;
}

#footerInfo a{
	color: #FFF;
}

#footerInfo a:hover{
	color: #FFF;
}

#footer p {
	color: #FFF; 
	width: 700px;
	font-size: 11px;
}

#footer p a {
	color: #B5B5B5; 
	font-size: 11px;
}

#footer p a:hover {
	color: #FFF; 
	font-size: 11px;
}

