body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}

ul#nav {
height: 24px;
list-style: none;
margin: 0;
padding: 0;
}

/*  Makes the list items sit next to each other */
#nav li {float: none;}

/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {
display: block;
height: 24px; 
margin-right: 1px; 
overflow: hidden; 
text-indent: -999em; /* Indents the rich-text so it does not show */
width: 160px; 
}

/* Set the image for each nav item */
#home {background: url(../images/nav_home.gif)}
#what-sets-us-apart {background: url(../images/nav_what-sets-us-apart.gif)}
#meet-dr-womble {background: url(../images/nav_meet-dr-womble.gif)}
#meet-the-team {background: url(../images/nav_meet-the-team.gif)}
#office-tour {background: url(../images/nav_office-tour.gif)}
#what-to-expect {background: url(../images/nav_what-to-expect.gif)}
#faqs {background: url(../images/nav_faqs.gif)}
#about-orthodontics {background: url(../images/nav_about-orthodontics.gif)}
#braces-101 {background: url(../images/nav_braces-101.gif)}
#emergency-care {background: url(../images/nav_emergency-care.gif)}
#the-game-room {background: url(../images/nav_the-game-room.gif)}
#contact-us {background: url(../images/nav_contact-us.gif)}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {background-position: 0 -24px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}

/* p {width: 30em} */

body {
	background-color: #799ABD;
	margin-left: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}.home-background {
	background-image: url(../images/home-background.jpg);
	background-repeat: no-repeat;
	height: 369px;
	width: 739px;
	padding-top: 83px;
	padding-left: 20px;
}

/* Footer attributes */
.footer-blue-text {
	font-size: 11px;
	line-height: 12px;
	color: #002F5D;
}
a.footer-link:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.footer-link:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.footer-link:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
a.footer-link:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a.sesame-link:link {
	color: #2F5B8C;
	font-size: 11px;
	text-decoration: none;
}
.subpage-top {

	background-image: url(../images/subpage-background-top.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 739px;
	padding-top: 27px;
	padding-left: 457px;
}
.subpage-bottom {
	background-image: url(../images/subpage-background-bottom.jpg);
	background-repeat: no-repeat;
	height: 369px;
	width: 739px;
	padding-left: 20px;
	background-position: right bottom;
	padding-right: 20px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #BCAA78;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.subnav {
	color: #BCAA78;
}

h1 {
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #BDAB79;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
.photo {
	border: 10px solid #BDAB79;
	margin-left: 10px;
}
a.internal-links:link {
	color: #BCAA78;
	text-decoration: underline;
}
a.internal-links:visited {
	color: #BCAA78;
	text-decoration: underline;
}
#fb-outer { position:relative; } 

div#facebook-logo { position:absolute; top:275px; }
