@charset "UTF-8";

/* Basic Tag Formatting*/

body {
	background-color: #f7f3e6;
}


/* Baic Document Division Tags*/


#wrapper {
	background-image: url(../images/back-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
	position: relative;
}

#centerspace {
	position: relative;
	width: 816px;
	margin-left: -432px;
	left: 50%;
	top: 15px;
	background-image: url(../images/bottomblock.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 32px;
	background-color: #FFFFFF;
	z-index:0;
}
#topbar {
	position: relative;
	width: 816px;
	margin-left: -432px;
	left: 50%;
	top: 0px;
	height: 33px;
	width: 100%;
	z-index:1;
}

#bodyplace   {
	width: 440px;
	float: left;
	margin-top: 16px;
	margin-left: 46px;
	z-index:0;
	margin-bottom: 48px;
}
#sidepanel {
	float: right;
	margin-right: 54px;
	background-color: #b68bd7;
	clear: none;
	margin-top: 0px;
	height: 100%;
	width: 247px;
	padding-bottom: 56px;
	z-index:0;
	position: relative;
	padding-top: 0px;
}

#sidepanelp {
	float: right;
	margin-right: 54px;
	background-color: #59c7ed;
	clear: none;
	margin-top: 0px;
	height: 100%;
	width: 247px;
	padding-bottom: 56px;
	z-index:0;
}


#footer   {
	position: relative;
	left: 46px;
	width: 716px;
	clear: left;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #275D64;
	margin-top: 0px;
	padding: 0px;
}


/* Basic Text Formatting */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #275D64;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0.8em;
}

.separator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight:bold;
	color: #275D64;
	margin-bottom: -5px;
	padding-top:1.2em;
	padding-bottom:0px;
	clear:left;
}


li {
	color: inherit;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	color: #275D64;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-left: .5em;
	margin-left: 4em;
	margin-right: 5em;
	margin-bottom: 0.3em;
}


h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #2f7078;
	line-height: 1em;
	padding-bottom: 0.5em;
}

strong {
	font-weight: 900;
}

#sidepanel p, #sidepanelp p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 12px;
}
#sidepanel a, #sidepanelp a {
	font-weight: 900;
	text-decoration: none;
	color: #FFFFFF;
}
#sidepanel a:hover, #sidepanel a:active, #sidepanelp a:hover, #sidepanelp a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/* Top Bar Navigation Menu*/


#topbar ul {
	margin: 0px;
	padding: 0px;
}
#topbar ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position: relative;
	width: 162px;
}

#topbar ul li a {
	display: block;
	height: 33px;
	width: 162px;
	text-indent: -9000px;
}

#topbar ul li ul {
	position: absolute;
	display:none;
	z-index: 100;
	width: 162px;
	top: 33px;
	left:0px;
}
#topbar ul li ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 33px;
	width: 160px;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1CA6B3;
	border-bottom-color: #1CA6B3;
	border-left-color: #1CA6B3;
	background-color: #B4DBE6;
}

#topbar ul li ul li a {
	display: block;
	height: 33px;
	width: 162px;
	background-image: none;
	text-indent:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #0A6873;
	padding-top: 9px;
	padding-left: 9px;
}
#topbar ul li ul li a:hover {
	text-decoration: underline;
	color: #064951;
}


#topbar ul li:hover ul {
	display:block;
}


#clientsbtn a {
	background-image: url(../images/topbuttons.png);
	background-position: -162px top;
}

#physiciansbtn a {
	background-image: url(../images/topbuttons.png);
	background-position: 0px top;
}

#aboutbtn a {
	background-image: url(../images/topbuttons.png);
	background-position: -324px top;
}

#homebtn a {
	background-image: url(../images/topbuttons.png);
	background-position: -486px top;
}


#clientsbtn a:hover, #clientsbtn a:active {
	background-position: -162px -33px;
}

#physiciansbtn a:hover, #physiciansbtn a:active {
	background-position: 0px -33px;
}

#aboutbtn a:hover, #aboutbtn a:active {
	background-position: -324px -33px;
}

#homebtn a:hover, #homebtn a:active {
	background-position: -486px -33px;
}


a, #footer a {
	font-weight: 900;
	color: #275D64;
	text-decoration: none;
}
a:hover, a:active,  #footer a:hover,  #footer a:active {
	text-decoration: underline;
}

/* Styles associated with contact forms*/


.bbl { 
	font-size: 10px; 
	width: 20px; 
	display: none; 
	visibility: hidden; 
	z-index: 0; 
}

label, input, textarea {
	float:left;
	clear:none;
	width:190px;
	color: #275D64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0px;
	margin-right:6px;
	font-weight: normal;
	padding-left:6px;
	padding-right:0px;
	padding-bottom:0px;

}

select {
	float:left;
	clear:none;
	width:130px;
	color: #275D64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding:2px;
	margin:0px;
	margin-right:6px;
	font-weight: normal;
}


label {
	margin-top:6px;
}

input {
	height:20px;
	padding-top:6px;
}

select {
	height:20px;
}

.radio {
	background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;
}

.radio2 {
	width:390px;
	background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;
}

.radio3 {
	width:130px;
	background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;
}

.radio4 {
	width:400px;
	background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;
}

.iefix {
   clear:left;
   width:100%;
   margin:none;
   padding:none;
   padding-bottom:12px;
   margin-bottom:12px;
}

.commentation {
    clear:left;
	font-size:10px;
	width:380px;
	font-weight:normal;
	line-height:.9em;
	padding:3px;
	margin:0px;
}

.commentlean {
    clear:left;
	font-size:10px;
	width:380px;
	font-weight:normal;
	line-height:.9em;
	padding:3px;
	margin:0px;
	font-style:italic;
}

.posfix {
   clear:left;
   margin:none;
   margin-left:24px;
   padding:none;
}

.posfix label {
	width:175px;
}

.posradio{
	width:175px;
	background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;

    }

.posradio2 {
	width:360px;
	background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;

 }

textarea.radio4 {
    height:80px;
}

.label4 {
    width:400px;
	clear:left;
	padding-left:0px;
	padding-top:4px;
}

.threesome {
	width:130px;
}


.button {
	display: inline-block;
	margin: 3px;
	padding: 1px;
	clear: none;
	float: left;
	margin-top:8px;
	margin-bottom:16px;
	border:none;
}

#fileField {
    height:20px;
	margin-top:4px;
	margin-bottom:4px;
	padding:2px;
}

.hibox {
	font-size: 4em;
	font-weight: 900;
	width: 54px;
	line-height: 0.8em;
	color: #4AB1A7;
	text-align: right;
	margin-top: 4px;
	float: left;
	margin-left: -70px;
}

.pbox {
	font-family: Arial, Helvetica, sans-serif;
	width:370px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #275D64;
	padding: 0px;
	float: left;
	clear: left;
	margin:0px;
	margin-top: 24px;
	margin-left: 70px;
}

.fbox {
	font-family: Arial, Helvetica, sans-serif;
	width:370px;
    font-size: 0.8em;
	line-height: 1.6em;
	color: #275D64;
	padding: 0px;
	float: left;
	clear: left;
	margin:0px;
	margin-top: 24px;
	margin-left: 70px;}

#sidepanelc {
	float: right;
	margin-right: 54px;
	background-color: #6de7da;
	clear: none;
	margin-top: 0px;
	height: 100%;
	width: 247px;
	padding-bottom: 56px;
	z-index:0;
}
.hiboxl {
	font-size: 4em;
	font-weight: 900;
	display: inline;
	float: left;
	margin-right: 0.2em;
	height: 1em;
	width: .7em;
	line-height: 0.8em;
	padding-left: 6px;
	padding-top: 0px;
	color: #A13BB1;
	clear: left;
	text-align: left;
}
.pp {
	color: #A13BB1;
}
.sideblock {
	font-size: 24px;
	font-weight: 900;
	display: inline;
	float: left;
	margin-right: 0em;
	width: 6em;
	line-height: 1.2em;
	color: #4AB1A7;
	clear: none;
	text-align: left;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4AB1A7;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-bottom: 16px;
	font-family: "Times New Roman", Times, serif;
}
.hiquote {
	font-size: 4em;
	font-weight: 900;
	color: #B2E4D9;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	height: 0.4em;
	display: inline;
	line-height: .7em;
	padding: 0px;
	position: static;
	width: 0.5em;
	text-indent: -6px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodyplace ul {
	font-family: Arial, Helvetica, sans-serif;
	width:330px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #275D64;
	padding: 0px;
	positiion:relative;
	float: left;
	clear: left;
	margin-left: 70px;
	margin-top: 8px;
}

#bodyplace ul li {
	text-align: right;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right:3em;
	padding: 0px;
	line-height: 1.3em;
	list-type: disc;
}
.af {
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 6em;
	margin-bottom: 2em;
	margin-left: 0px;
	line-height: 2em;
}
#browseplace {
	width: 760px;
	float: left;
	margin-top: 16px;
	margin-left: 46px;
	z-index:0;
	margin-bottom: 48px;
}
fieldset {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 1px solid #85D0CB;
	color: #2f7078;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:16px;
	position:relative;
}

#phone {
	color: #78CBCB;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	float: left;
	height: 22px;
	padding-top: 7px;
	padding-left: 54px;
	font-size: 1em;
}
#bodyplace ul {
	padding: 0px;
	margin:0px;	
	margin-left: 96px;
}

#bodyplace ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #275D64;
	padding: 0px;
	list-style-type: circle;
	margin:0px;
	margin-top: 0.7em;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}
#wrapper #centerspace img {
	margin: 0px;
	padding: 0px;
}

.sepheader {
    position:relative;  
	clear:left;
	margin:0px;
	margin-top:12px;
	width:400px;
	padding:0px;
	padding-top:6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1E7D6;
	font-weight:bold;
}

.short {
	width:70px;
}

.radioshort {
    background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;
	width:70px;
	margin-bottom:4px;
}

.long {
	width:310px;
}

.radiolong {
    background-color: #E2F7F7;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #66CC99;
	width:310px;
	margin-bottom:4px;

}

.necessary {
    color:#CC0000;
}


ol {
	padding: 0px;
	margin: 0px;
}
ol li {
	list-style-type: decimal;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
.topheader {
	margin-top:4px;
	width:400px;
	padding-top:6px;
	font-weight:bold;
}

.outer {
    width:440px;
	position:relative;
}
