body,html {
	margin:0, 25;
	padding:0;
	background:#fff;
	color:#6b6b6b;
	font-family: Arial, Helvetica, sans-serif;
}

.super {
	font-size: 11px;
	position: relative;
	top: -4px;
}

.super2 {
	font-size: 8px;
	position: relative;
	top: -4px;
}

.small {
	font-size: 11px;
}

body {
	min-width:770px;
	font-size: 12px;
}

a {
	color:#749d40;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color:#444444;
	font-weight: bold;
	text-decoration: none;
}

a.footer {
	color:#ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size:12px;
}

a.footer:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
}

a.red {
	color:#9F3051;
	font-weight: bold;
	text-decoration: underline;
}

a.red:hover {
	color:#444444;
	font-weight: bold;
	text-decoration: none;
}

a.blue{
	color:#49539E;
	font-weight: bold;
	text-decoration: underline;
}

a.blue:hover {
	color:#444444;
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
}

li {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	color:#444444;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color:#444444;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 12px;
	color:#444444;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.required {
	color:#444444;
	font-weight: bold;
}

.head {
	font-size: 12px;
	font-weight: bold;
	background:#f9f9f9;
}

.odd {
	font-size: 10px;
	background:#ffffff;
}

.even {
	font-size: 10px;
	background:#fcfcfc;
}

#wrap {
	background:#fff;
	margin:0 auto;
	width:770px;
}

#header {
	background:#fff;
}

#sidebar {
	background:#fff;
	float:left;
	width:213px;
	margin: 20px 0px;
}

#main h2, #main h3, #main p {
	padding:0 10px;
}

#main {
	background:#fff;
	float:right;
	width:557px;
	margin: 0px 0px;
}
#mainfull {
	background:#fff;
	width:770px;
	margin: 0px 0px;
}
#table {
	margin-left: 10px;
}

#home {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer {
	background:#fff;
	clear:both;
	
}

#footerBG {
	height: 42px;
	background-image: url(../images/footerBG.gif);
	text-align: center;
	color: #ffffff;
	font-size:12px;
}

#footer p {
	font-size: 11px;
	padding: 5px;
	text-align: center;
}

.photoLeft {
	margin-left: 3px; 
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 25px;
	border: 2px solid #EFC314;
	float: left;
}

.photoRight {
	margin-left: 20px; 
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 25px;
	border: 2px solid #EFC314;
	float: right;
}

.numberLeft {
	margin-left: 0px; 
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
}

.numberLeft2 {
	margin-left: 0px; 
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	float: left;
}

.photoMeet {
	margin-left: 0px; 
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 2px solid #9F3051;
	float: left;
}

.titleMeet {
	margin-left: 0px; 
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
}

.titleReferring {
	margin-left: 0px; 
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	float: clear;
}

p.quote {
	font-style: italic;
}

p.patient {
	font-weight: bold;
}

#modLeft {
	float: left;
	width: 160px;
}

#modCenter {
	float: left;
	width: 300px;
}
	
#modRight {
	float: left;
	width: 252px;

}

#modDivider {
	float: left;
	width: 27px;
}

/*
FLOAT CLEARING
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}


#whycyberknife ul{
list-style: none;
margin-left: 0;
padding-left: 1em;
margin-top:0px;
padding-top:0px;
text-indent: -1em;
}

#whycyberknife li{
	position:relative; /* forces bullet to display on IE6. Remove when you switch to IE7 */
	background: url(../images/bulletBlue.gif) no-repeat left 7px;
	padding-left:10px;
	list-style: none;
}


/*
Hides from IE-mac
*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*
End hide from IE-mac
*/
