/* CSS Document - Screen
---------------------------------------------------------- */
body {
	font-family: "helvetica neue", helvetica, verdana, arial, sans-serif; 
	margin: 0;
	padding: 0;
	background: 
	background-position: 50% 0px;
	font-size:62.5%;  /* Forces Baseline to 10px Equivalent */
	text-align: center;
	}

	
/*  hide print version of the logo
---------------------------------------------------------- */
div#printlogo{ display: none; margin: 0; padding: 0; }

/*  standard links
---------------------------------------------------------- */
a:link { 
	text-decoration: none; 
	color: #095EA7;
	}
a:visited {
	text-decoration: none;
	color: #095EA7;
	clip: rect(auto,auto,auto,auto);
	}
a:hover, a:active {
	color: #095EA7;
	background: #BEECAF;
	}
	 

	
/*  page layout
---------------------------------------------------------- */
#gradient {
background: url(../images/bckgd_header.jpg) repeat-x;
}

#header {
height: 120px;
width: 96em;
margin: 0 auto;
}

#wrap {
margin: 0 auto;
width: 96em;
}

#logo {
position: relative;
float: left;
}

#appt {
	width: 67em;
	position: relative;
	float: right;
	text-align: right;
}


/*  navigation bar formatting
---------------------------------------------------------- */
#nav {
	height: auto;
	float: right;
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.7em;
	float: left;
	margin: 0 0 0 15px;
	padding: 5 0 5 5;
		vertical-align: text-bottom;
	}
#nav li a:link {
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #095EA7;
	border-top: 1px solid transparent;
	}
#nav li a:hover {
	border-top: 1px solid #758F6F;
	}
#nav li a.active {
	font-weight: normal;
	color: #758F6F;
	border-top: 1px solid #758F6F;
	}
		
#main {
width: 96em;
display: block;
}

#content{
position: relative;
float: left;
width: 67em;
text-align: left;
}

#content_invisalign{
	position: relative;
	float: left;
	width: 724px;
	text-align: left;
}

.left {
	position: relative;
	float: left;
	text-align: left;
	width: 27em;
	margin-top: 30px;
}

.left_forms {
	position: relative;
	float: left;
	text-align: left;
	width: 32.25em;	
}

.center {
	position: relative;
	float: left;
	text-align: left;
	width: 32.25em;
	margin-top: 5px;
	color: #999999;
	left: 20px;
}

.center_forms {
	position: relative;
	float: left;
	text-align: left;
	width: 37.5em;
	margin-top: 5px;
	color: #999999;
	left: 20px;
}

.pod {
position: relative;
float: left;
width: 21em;
margin-right: 12px;
}

#sidebar {
	position: relative;
	float: left;
	left: 22px;
	width: 27em;
	text-align: left;
	margin-top: 10px;
}
#sidebar_invisalign {
	position: relative;
	float: left;
	left: 5px;
	width: 23em;
	text-align: left;
}

#sidebar_invisalign_special {
	position: relative;
	float: left;
	left: 5px;
	width: 23em;
	text-align: center;
}

#footer {
border-top: 1px solid #9AC08D;
}

#footer_back {
background: #BEECAF url(../images/bckgd_footer.jpg) repeat-x;
padding: 5px;
margin-bottom: 10px;
text-align: right;
position: relative;
float: right;
}

#footer_text {
font-size: 1.3em;
}


/*  home page font formats
---------------------------------------------------------- */
h1 {
	font-size: 3.0em;
	line-height: 1.0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D8865;
	font-weight: normal;
	}
	
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: 1.1;
	font-weight: normal;
	color: #6D8865;
border-bottom: 1px solid #6D8865;
	}

h3 {
font-family: "Helvetica Neue", Helvetica, Arial, Verdana;
	font-size: 1.6em;
		line-height: 1.1;
	font-weight: bold;
	color: #3F4953;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 0;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 0.8em;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	}

p {
color: #3F4953;
font-size: 1.6em;
font-family: Georgia, "Times New Roman", Times, serif;
}

#main ul {
	color: #3F4953;
	margin-top:-5px;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.0;
}

#main li {
margin-bottom: 8px;
font-weight: normal;
}

#main li a {
font-weight: bold;
}


/*  image borders
---------------------------------------------------------- */
.feature {
border: 5px solid #9AC08D;
}

.border {
border: 1px solid #095EA7;
}

/*  clear floats
---------------------------------------------------------- */
#home:after, #home_right:after, .clear {
content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*staff images
----------------------------------------------------------*/
a.phil {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/phil-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.phil:hover {
background: url(../images/phil_rollovers.gif) no-repeat;
}

a.justin {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/justin-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.justin:hover {
background: url(../images/justin_rollovers.gif) no-repeat;
}

a.stephk {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/stephk-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.stephk:hover {
background: url(../images/stephk_rollovers.gif) no-repeat;
}

a.jenniferl {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/jenniferl-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.jenniferl:hover {
background: url(../images/jenniferl_rollovers.gif) no-repeat;
}

a.tracey {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/tracey-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.tracey:hover {
background: url(../images/tracey_rollovers.gif) no-repeat;
}

a.shannon {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/shannon-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.shannon:hover {
background: url(../images/shannon_rollovers.gif) no-repeat;
}

a.jen {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/jen-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.jen:hover {
background: url(../images/jen_rollovers.gif) no-repeat;
}

a.aubrea {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/aubrea-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.aubrea:hover {
background: url(../images/aubrea_rollovers.gif) no-repeat;
}

a.beth {
display: block;
float: left;
width: 80px;
height: 120px;
background: url(../images/beth-small.jpg) no-repeat;
border: 5px solid #9AC08D;
}

a.beth:hover {
background: url(../images/beth_rollovers.gif) no-repeat;
}

a.michelle {
	display: block;
	float: left;
	width: 80px;
	height: 120px;
	background: url(../images/michelle-small.jpg) no-repeat;
	border: 5px solid #9AC08D;
}

a.michelle:hover {
background: url(../images/michelle_rollovers.gif) no-repeat;
}

a.ann {
	display: block;
	float: left;
	width: 80px;
	height: 120px;
	background: url(../images/ann-small.jpg) no-repeat;
	border: 5px solid #9AC08D;
}

a.ann:hover {
background: url(../images/ann_rollovers.gif) no-repeat;
}

a.blank {
	display: block;
	float: left;
	width: 80px;
	height: 120px;
	background: url(../images/blank.jpg) no-repeat;
	border: 5px solid #9AC08D;
}

#no_box {
	text-decoration: none;
}
.no_decoration {
	text-decoration: none;
}

.special_home_page {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 440px;
	margin-top: -70px;
	}
	
.special_home_page a {
	background-color:#fff;
	}
	
.special_home_page a:hover {
	background-color: #fff;
	}
	
	