* {
	margin: 0;
	padding: 0
	}

body     {
	background-image: url("images/bg.jpg");
	background-position: 50% 0;
	text-align: center
	}

#container    {
	background-color: #eee;
	background-image: url("images/top.jpg");
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 750px
}

.top  {
	position: relative;
	height: 140px
	}


.top ul    {
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 25px;
	background-color: #133678;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	position: absolute;
	top: 115px;
	width: 100%;
	height: 25px
	}



.top ul li     {
	background: url("images/menu_bullet.gif") no-repeat 0 50%;
	display: inline;
	padding: 0 10px 0 20px
	}



.top ul li.first  {
	background-image: none;
}


.top ul li a {
	color: #D0D7E9;
	text-decoration: none;
}
.top ul li a:hover  {
	color: white;
	}


.logo   {
	background: url("images/logo.gif") no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 366px;
	height: 85px
	}


h1     {
	color: #97002e;
	font-family: "Times New Roman", Times, Georgia, serif;
	background-repeat: no-repeat;
	margin-bottom: 10px
	}
	
body.home h1  {
	font-size: 17pt;
	font-style: italic;
	}




/* body.home h1  {
	background-image: url("images/head_intro.gif");
	width: 560px;
	height: 30px
	}
	
body.why h1  {
	background-image: url("images/head_why.gif");
	width: 180px;
	height: 40px
	}
body.ourservices h1 {
	background-image: url("images/head_services.gif");
	width: 190px;
	height: 40px
	}
body.methodofpractice h1 {
	background-image: url("images/head_method.gif");
	width: 280px;
	height: 40px
	}

body.contactus h1 {
	background-image: url("images/head_contact.gif");
	width: 170px;
	height: 40px
	}
body.test h1   {
	background-image: url("images/head_test.gif");
	width: 181px;
	height: 40px
	}
*/

h2 {
	font-weight: normal;
	font-family: "Times New Roman", Times, Georgia, serif;
	margin-bottom: 10px;
	font-size: 17pt;
	font-style: italic;
}

.content   {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 10px 10px
	}

.content p {
	margin-bottom: 1em
}
.content ul   {
	margin-bottom: 1em;
	margin-left: 2em
	}



.content img.float_right   {
	margin-left: -10px;
	position: relative;
	left: 10px;
	float: right
	}


.bottom   {
	background-image: url("images/bottom_bg.jpg");
	background-repeat: repeat-x;
	height: 60px;
	clear: both
	}
.content a {
	color: #99001b;
	text-decoration: none
	}
blockquote  {
	clear: both;
	text-align: justify;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-bottom: 1em;
	border-bottom: 1px white solid;
}

.content blockquote p {
	margin: 0;
	}

.content blockquote p.byline {
	font-size: 10pt;
	text-align: right;
	font-family: san-serif;
	font-style: italic;
	color: #566a9e;
	margin-top: 5px;
}

.just_right {
	text-align: right
	}

.just_center {
	text-align: center
	}

