/* basic elements */
*{
	margin: 0px;
	padding: 0px;
	}
	
body { 
	font-family: "tw cen mt", arial, sans-serif;
	line-height: 1.4em;
	font-size: 0.8em;
	background-color: #777777;
	}

p { 
	margin-top: 10px;
	}
	
h1 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	}
	
.bigstrong{
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.smallthin{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
	
h2 {
	font-size: 1.1em;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	}
	
h3 { 
	}
	
a:link {
	}
	
a:visited { 
	}
	
a:hover, a:active { 
	}
	
acronym {
	}

.clear:{
	clear: both;
}

.green{
	color: #93b53e;
	font-size: 1.1em;
}

.linklist{
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 10px 10px;
	list-style-image: url(images/bullet.gif);
	}

.linklist li{
	margin-bottom: 10px;
}

.nobullets{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

a {
	color: #999999
}
	
/*---layout---*/
	
#wrapper{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
	height: 709px;
	background-image: url('images/background.gif');
	position: relative;
	}
	
#wrapper #content{
	position: absolute;
	left: 67px;
	top: 146px;
	margin: 27px;
	width: 812px;
	height: 455px;
	color: #999999;
}

#wrapper #content #left{
	float: left;
	width: 406px;
	height: 400px;
	margin-bottom: 8px;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #676767;
	scrollbar-3dlight-color: #676767;
	scrollbar-darkshadow-color: #676767;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

#wrapper #content #left #text {
width: 330px;
}

#wrapper #content #left p { 
	margin-top: 10px;
}

#wrapper #content #right{
	float: left;
	width: 406px;
	height: 408px;
}

#wrapper #content #nav{
	border-top: 1px solid #bada6b;
	width: 812px;
	height: 40px;
	overflow: hidden;
}

/*---navigation--*/
#nav a span.displace {
    position: absolute;
	left: -5000px;
    }

#nav #home {
    display: block;
	float: left;
	width: 45px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-home.gif");
	margin-right: 32px;
	}
	
#nav #home:hover {
     background-position: -45px 0px;
     }
	 
#nav #info {
    display: block;
	float: left;
	width: 102px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-patient-info.gif");
	margin-right: 32px;
	}
	
#nav #info:hover {
     background-position: -102px 0px;
     }

#nav #technologies {
    display: block;
	float: left;
	width: 118px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-technologies.gif");
	margin: 0px 32px 0px 2px;
	}
	
#nav #technologies:hover {
     background-position: -118px 0px;
     }

#nav #conditions {
    display: block;
	float: left;
	width: 97px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-conditions.gif");
	margin-right: 32px;
	}
	
#nav #conditions:hover {
     background-position: -97px 0px;
     }
	 
#nav #team {
    display: block;
	float: left;
	width: 73px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-team.gif");
	margin-right: 32px;
	}
	
#nav #team:hover {
     background-position: -73px 0px;
     }

#nav #contact {
    display: block;
	float: left;
	width: 98px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-contact.gif");
	margin-right: 0px;
	}
	
#nav #contact:hover {
     background-position: -98px 0px;
     }
	 
#nav #outcomes {
    display: block;
	float: left;
	width: 86px;
	height: 40px;
	text-decoration: none;
	background: url("images/nav-link-outcomes.gif");
	margin-right: 31px;
	}
	
#nav #outcomes:hover {
     background-position: -86px 0px;
     }
	 
/*---mail form---*/

.mailform{
	list-style-type: none;
}

.mailform li{
	clear: both;
	margin-bottom: 5px;
}

.mailform label{
	font: bold 1em arial;
}

.mailform input.text{
	width: 280px;
}

.mailform input.cbox{
	border: none;
	margin: 2px 0px 0px 2px;
	padding: 0px;
}

.mailform textarea{
	float: left;
	width: 280px;
}

.mailform .submit{
	margin: 10px 0px 0px 0px;
	width: 70px;
}

.mailform .red{
	float: left;
	margin: 15px 0px 0px 10px;
	color: red;
	font-weight: bold;
}
