* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: .8em;
	background: #1B1B1B;
}

img {
	border: none;
}

p {
	margin: 1em 0;
}

a {
	color: #82b4d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.padded {
	padding: 10px 0;
}

.paddedbig {
	padding: 30px 0;
}

.clear {
	list-style: none;
	clear: both;
}

h1 {
	color: #428dbb;
	font-weight: normal;
}

ul {
	margin: 2em 4em;
}

/*=============================================
	Header
=============================================*/
.header {
	background: #fff;
	height: 100px;
}

.header a {
	color: #82b4d2;
}

.login {
	position: absolute;
	left: 500px;
	top: 45px;
	text-align: right;
}

.login a {
	margin-left: 15px;
}

.logo {
	float: left;
	margin-top: 0px;
}

/*=============================================
	Footer
=============================================*/
.footer {
	width: 900px;
	margin: 50px auto 0;
	color: #428dbb;
}

.footer a {
	margin-left: 15px;
}

.footer p a {
	margin: 0;
}

/*=============================================
	Home
=============================================*/
a#back {
	display: block;
	height: 34px;
	width: 32px;
	position: absolute;
	top: 10px;
	left: 320px;
	background: url(../images/back.gif) no-repeat;
	display: none;
}

a#back:hover {
	background: url(../images/back2.gif) no-repeat;
}

.main {
	min-height: 310px;
	background: #efefef;
}

.main a {
	color: #428dbb;
}

.maincal {
	position: absolute;
	right: 140px;
	top: 10px;
	width: 350px;
	height: 348px;
	
}

.insidemaincal {
	margin: 10px 40px 0 30px;
	min-height: 200px;
}

.fronthead {
	position: absolute;
	top: 50px;
	left: 0;
	width: 380px;
	color: #1B1B1B;
}

.fronthead a {
	margin-left: 15px;
}

.fronthead h1 {
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
}

.maincal h1 {
	color: #fff;
}

.monthnum {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
}

.insideday {
	position: relative;
	height: 38px;
	width: 38px;
	background: #fff;
	cursor: pointer;
}

.noneatall {
	background: #428dbb;
	cursor: default;
}

.noneleft {
	background: #428dbb;
	cursor: default;
}

.noneleft .monthnum {
	color: #82b4d2;
}

.hov {
	background: #1b1b1b;
	color: #fff;
}

.sel {
	background: red;
}

.sel .monthnum {
	color: #fff;
}

.appointments {
	float: right;
	width: 500px;
	min-height: 260px;
	display: none;
}

.appointments .inside {
	margin: 20px;
}

.aploading {
	background-image: url(../images/ajax-loader-red.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.appointments h1 {
	color: #428dbb;
	font-size: 130%;
}

.times {
	margin: 20px 0;
}

.time {
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	background: #fff;
	color: #000;
}


.allapts {
	margin-top: 5px;
}

.imbox {
	height: 90px;
	width: 90px;
	float: left;
	margin: 0 0 5px 5px;
	cursor: pointer;
}

.imbox img {
	opacity: .5;
}

.imbox img:hover {
	opacity: 1;
}

.timehov {
	background: #1b1b1b;
	color: #fff;
}

.callegend {
	position: absolute;
	width: 230px;
	height: 14px;
	bottom: 37px;
	left: 30px;
	background: url(../images/legend.gif) no-repeat;
}

.calnextmonth {
	position: absolute;
	display: block;
	color: #fff !important;
	right: 25px;
	top: 5px;
}

.headpics {
	margin: 10px 0;
	text-align: center;
}

.headpic {
	float:left;
	margin-left:9px;
}

.main2 {
	background: #fff;
	color: #efefef
}

.main2 .thing {
	float: left;
	width: 290px;
	height: 200px;
	margin: 10px 0 10px 15px;
}

.callbutton {
	width: 70px;
	height: 70px;
}

.secondhead {
	margin-top: 30px;
	float: left;
}

.main2 h1 {
	color: #fff;
}

.maincalloading {
	background-image: url(../images/ajax-loader-white.gif);
	background-repeat: no-repeat;
	background-position: center;
}

th.pricing {
	font-size: 18px;
	font-family: Helvetica;
}

.tablehighlighted {
	background: #f3fff0;
}

.toptd {
	padding-top: 15px;
}

.talltd {
	padding: 180px 0 10px;
}

.midtd {
	padding: 15px 0;
}

.bottomtd {
	padding: 40px 0 0;
}

.green {
	color: #669955;
}

/*=============================================
	About
=============================================*/

.abouttext {
	float: left;
	width: 400px;
	text-align: justify;
}

.aboutpics {
	float: left;
	width: 310px;
	margin-left: 20px;
	margin-top: 45px;
}

.aboutpic {
	margin-bottom: 10px;
}

/*=============================================
	Contact
=============================================*/

.extracontact {
	position: absolute;
	left: 450px;
	top: 55px;
}

.extraemergency {
	position: absolute;
	left: 480px;
	top: 70px;
	font-size: 16px;
}

.extraemergency strong {
	color: #428dbb;
}

/*=============================================
	Join
=============================================*/

.termbox {
	width: 400px;
	height: 200px;
	overflow-y: scroll;
	padding: 0 10px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 80%;
	text-align: justify;
}

.joinform #submit {
	margin-left: 0 !important;
	margin-top: 10px;
	font-size: 18px;
}

.justify p {
	text-align: justify;
}

/*=============================================
	Admin
=============================================*/

.membermenu {
	background: #1b1b1b;
	padding-top: 5px;
}

.membermenulist {
	width: 900px;
	margin: 0 auto;
	list-style: none;
}

.membermenulist li {
	float: left;
}

.membermenulist a {
	display: block;
	color: #fff;
	padding: 5px 10px 10px;
}

.membermenulist a.current {
	background: #f2f0e9;
	color: #1C1B1A;
}

dl.users dt {
	float: left;
	clear: left;
	width: 180px;
	margin-bottom: 5px;
}

dl.users dd {
	float: left;
}

a.delete {
	display: block;
	padding: 20px 40px;
	background: #82b4d2;
	color: #fff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

a.delete:hover {
	background: #428dbb;
	text-decoration: none;
}

.therapistcal {
	right: 60px;
	top: -10px;
	width: 320px;
	height: 300px;
	background: #82b4d2;
}

.insidetherapistcal {
	margin: 10px 20px 0 20px;
	min-height: 200px;
	float: left;
	border: 1px solid #fff;
}

.therapistcal h1 {
	color: #fff;
}

.leftappt {
	float: left;
	width: 400px;
}

.rightappt {
	width: 400px;
	float: left;
	margin-left: 20px;
}

/*=============================================
	forms
=============================================*/
.myform {
	margin-top: 15px;
}

.myform p {
	clear: left;
	margin: 5px 0;
}

.myform h3 {
	color: #000;
	margin: 0 0 10px;
	visibility: hidden;
}

.myform label {
	float: left;
	width: 100px;
	font-size: 10px;
}

.myform .labelrow {
	float: none;
	margin-right: 20px;
}

.myform input, .myform textarea {
	font-size: 1em;
	border: 1px solid #82b4d2;
}

.myform textarea {
	width: 300px;
}

.myform .red {
	border-color: red;
}

.myform .errorMessage {
	font-size: 10px;
	color: red;
	margin-left: 10px;
}

.myform #submit {
	background: #82b4d2;
	border: none;
	padding: 2px;
	color: #fff;
	margin-left: 100px;
}

/*=============================================
	Tips
=============================================*/

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #1b1b1b;
	padding: 8px 8px 4px;
	background: #82b4d2;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #82b4d2;
}

/*=============================================
	Fixes
=============================================*/
.termbox h3 {
	visibility: visible;
}

/*=============================================
	Rounded
=============================================*/

.membermenulist a.current {
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}

