
@font-face
{
	font-family: "Futura LT Book";
	src: url( "fonts/Futura_LT_Book.eot" );
	src: local( "Futura LT Book" ), url( "fonts/Futura LT Book.ttf" ) format( "truetype" );
}


@font-face
{
	font-family: "Baskerville";
	src: url( "fonts/Baskerville.eot" );
	src: local( "Baskerville" ), url( "fonts/Baskerville.ttf" ) format("truetype"), url( "fonts/Baskerville.svg#Baskerville" ) format("svg");
}

body
{
	background-attachment: fixed;
	background-color: white;
	background-image: url(images/background-lips.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header
{
	color: #999;
	font-family: "Futura LT Book";
}

#header .quiet
{
	color: #bbb;
}

#header .logo a
{
	color: #999;
	font-size: 1.3em;
}

#header .tagline
{
	font-family: "Futura LT Book";
	font-size:  2.45em;
	letter-spacing: 0.25em;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

#header .tagline sub
{
	font-size: 0.4em;
	text-indent: -2em;
	letter-spacing: 0;
	color: #f5f5f5;
}

#header .telephone
{
	font-family: "Futura LT Book";
	font-size: 2.4em;
	font-weight: bold;
	text-align: right;
}

#header .mission-statement
{
	color: #CC6666; /*#5bb1d2;*/
	font-size: 1.4em;
}

#container
{
	margin-left: 0;
	font-size: 0.9em;
}

#navigation blockquote
{
	font-size: 1.3em;
	color: #999;
	text-align: center;
	font-weight: normal;
}

div.tagline .start,
div.tagline .end
{
	color: #f5f5f5;
	color: #ddd;
	font-size: 5em;
	top: -60px;
	position: relative;
	height: 20px;
	font-family: Baskerville;
}

div.tagline .start
{
	float: left;
	left: -10px;
}

div.tagline .end
{
	float: right;
	right: 20px;
	top: -45px;
}

strong
{
	font-weight: bold;
}

em
{
	color: #CC6666;
	font-style: normal;
}

.quiet
{
	color: #ccc;
}

p
{
	color: #666666;
	line-height: 2em;
}

hr
{
	border: none;
	border-top: 1px dotted #ccc;
}

h1, h2
{
	color: #999;
}


h3, h4, h5, h6
{
	color: #666666;
}

.box
{
	background-color: #fee6f3;
}

.telephone
{
	text-align: left;
	margin-top: 0.5em;
	font-size: 2.2em;
}

#content ul {
	color: #666666;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
}

#content img
{
	margin-right: 6px;
}

#content h1
{
	border-bottom: 1px dotted #ccc;
	font-family: "Futura LT Book";
	font-size: 3em;
}

#content h2
{
	font-family: "Futura LT Book";
}

#content h3, #content h4
{
	font-weight: bold;
}

#footer
{
	border-top: 1px dotted #ccc;
}

a {
	color: #CC6666;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

#navigation {
	color: #666666;
	font-weight: bold;
}

#navigation ul
{
	border-top: 1px dotted #ccc;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul ul
{
	display: none;
	font-weight: normal;
}

#navigation li.active ul
{
	display: block;
}

#navigation li
{
	display: block;
	border-bottom: 1px dotted #ccc;
}

#navigation a.active
{
	color: #111;
}

#navigation a
{
	display: block;
	padding: 0.7em 0;
}

a:active {

	color: #000000;
	text-decoration: none;
}

