@charset "UTF-8";
/* CSS Document */

/* Positioning */
html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(p-imgs/BKG.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 911px;
	text-align: left;
	margin: 20px auto 0px;
}

#header {
	width: 911px;
	text-align: center;
}

#nav {
	width: 883px;
	height: 32px;
	background-image: url(p-imgs/Navs.jpg);
	background-repeat: no-repeat;
	margin: 0px 14px;
	background-color: #FFF;
}

#nav span {
	display: none;
}

#nav li, #nav a {
	height: 32px;
	display: block;
}

#nav li {
	float:left;
	list-style:none;
	display:inline;
}

/* Nav Images */

#nav-01 {width: 109px;}

#nav-02 {width: 111px;}

#nav-03 {width: 111px;}

#nav-04 {width: 110px;}

#nav-05 {width: 111px;}

#nav-06 {width: 111px;}

#nav-07 {width: 110px;}

#nav-08 {width: 110px;}

/* Nav Hovers */

#nav-01 a:hover {background: url(p-imgs/Navs.jpg) 0px -32px no-repeat; }

#nav-02 a:hover {background: url(p-imgs/Navs.jpg) -109px -32px no-repeat; }

#nav-03 a:hover {background: url(p-imgs/Navs.jpg) -220px -32px no-repeat; }

#nav-04 a:hover {background: url(p-imgs/Navs.jpg) -331px -32px no-repeat; }

#nav-05 a:hover {background: url(p-imgs/Navs.jpg) -441px -32px no-repeat; }

#nav-06 a:hover {background: url(p-imgs/Navs.jpg) -552px -32px no-repeat; }

#nav-07 a:hover {background: url(p-imgs/Navs.jpg) -663px -32px no-repeat; }

#nav-08 a:hover {background: url(p-imgs/Navs.jpg) -773px -32px no-repeat; }

/* Static Nav Images */

#nav-01-static {width: 109px; background: url(p-imgs/Navs.jpg) 0px -32px no-repeat; }

#nav-02-static {width: 111px; background: url(p-imgs/Navs.jpg) -109px -32px no-repeat; }

#nav-03-static {width: 111px; background: url(p-imgs/Navs.jpg) -220px -32px no-repeat; }

#nav-04-static {width: 110px; background: url(p-imgs/Navs.jpg) -331px -32px no-repeat; }

#nav-05-static {width: 111px; background: url(p-imgs/Navs.jpg) -441px -32px no-repeat; }

#nav-06-static {width: 111px; background: url(p-imgs/Navs.jpg) -552px -32px no-repeat; }

#nav-07-static {width: 110px; background: url(p-imgs/Navs.jpg) -663px -32px no-repeat; }

#nav-08-static {width: 110px; background: url(p-imgs/Navs.jpg) -773px -32px no-repeat; }

/* Positioning Continued */

#btnstrip {
	width: 881px;
	height: 13px;
	margin: 0px 14px;
	background-color: #c2d142;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

#banner {
	width: 911px;
	height: 161px;
}

#content {
	width: 881px;
	margin: 0px 14px;
	padding: 18px 0px;
	background-color: #FFF;
	background-image: url(p-imgs/ContentBKG.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#leftsection {
	width: 168px;
	height: 200px;
	float: left;
	padding: 0px 8px 0px 20px;
	font-size: .8em;
}

#leftsection h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#rightsection {
	width: 620px;
	float: right;
	margin: 0px 30px;
	font-size: 1.0em;
	text-align: left;
}

#rightsection h1 {
	text-align: center;
	font-size: 2em;
	color: #900;
}

#rightsection h2 {
	text-align: left;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}
#rightsection .subhead  {
	text-align: center;
	font-size: 1.4em;
	color: #F00;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#chart {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}


#contentend {
	width: 881px;
	margin: 0px 14px;
	height: 30px;
	background-color: #FFF;
	background-image: url(p-imgs/FooterBKG.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width: 500px;
	margin: 8px auto;
	text-align: center;
	font-size: .7em;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

/* Styles */

.leftpic {
	float: left;
	padding-right: 10px;
}

.rightpic {
	float: right;
	padding-left: 10px;
}

img {
	
	border: none;
}

#lflt li {
	margin: 0px 16px;
}

.underline {
	text-decoration: underline;
}

.yellowhighlight {
	background-color: #FF0;
}

.center {
	width: 677px;
	text-align: center;
	
}#rightsection ul {
	margin-left: 50px;
	margin-top: 10px;
}
#rightsection ul li {
	margin-bottom: 5px;
}


#approved {
	margin: 40px auto;
	width: 620px;
	height: 466px;
	background-image: url(p-imgs/certificate.jpg);
	overflow: hidden;
}

#approved p {
margin: 140px 280px 20px 90px;
width: 330px;
font-size: 12px;
color: black;
line-height: 18px;
}

#approved p.doctor {
margin: 20px 160px 0 90px;
width: 450px;
font-size: 24px;
font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
color: #006699;
line-height: 28px;
}
#redbox {
	border: medium dashed #F00;
	padding: 15px;
}

p.bob {
margin: 20px auto;
width: 500px;
padding-left: 150px;
text-align: left;
font-size: 14px;
background-image: url(../images/bobbarton.jpg);
background-position: left center;;
background-repeat: no-repeat;
}

