@charset "utf-8";
/* CSS Document */


/* clocktower therapy */

*
{
	margin: 0;
}

body
{
	text-align:center;
	background: #E6E6E6 url(../images/page_bg.jpg) repeat-y center top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.3;
}

h1
{

}

h2
{
	color:#330099;
	font-size:1.2em;
	margin: 0;
}

h3
{
	font-size:1.2em;
	margin: 15px 0;
}

p
{
	margin-top: 10px;
	margin-bottom:10px;
}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	height:100px;
	background-color:#F4F4F4;
}



#wrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:760px;
	background:#F4F4F4 url(../images/sidebar.gif) top left repeat-y;
	/*min-height:1000px;*/
	border-top:3px solid #000;
}

#mainmenu
{
	width: 178px;
	float: left;
	padding:3px;
	margin:0;
}

#mainmenu p
{
	color: #fff;
}

a:hover
{
	color:red;
}

#mainmenu a:hover
{
	color:red;
}

#maincontent
{
	padding:8px;
	background-color:#FFFFFF;
	margin:0 0 0 185px;
	border-left:3px solid #000;

}

#subwrapper
{
	border-top:3px solid #000;
}

#footer
{
	border-top:3px solid #000;
	background-color:#777;
	height:100px;
}


/* -------------------------------------------------------main menu settings------------------------------------------------------- */

ul#mainNav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav li
{
	margin-top:2px;
	margin-bottom:2px;
	border: 1px #fff solid;
}

#mainNav a
{
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #999;
	padding: 2px;
	display: block;
	background-color: #0B4121;
}

#mainNav a:hover
{
	background-color:#fff;
	color:#000;
}

body#index a#indexLink,
body#appointments a#appointmentsLink,
body#contacts a#contactsLink,
body#findus a#findusLink,
body#newpatients a#newpatientsLink,
body#officehours a#officehoursLink,
body#payments a#paymentsLink,
body#practitioners a#practitionersLink
{
	font-weight: bold;
	color:#000000;
	background-color: #FFF;
}

body#index a#indexLink:hover,
body#appointments a#appointmentsLink:hover,
body#contactus a#contactusLink:hover,
body#findus a#findusLink:hover,
body#newpatients a#newpatientsLink:hover,
body#officehours a#officehoursLink:hover,
body#payments a#paymentsLink:hover,
body#practitioners a#practitionersLink:hover
{
	font-weight: bold;
	color:#FFFFFF;
	background-color:#E1E1E1;
}


/* -------------------------------------------------------special styles------------------------------------------------------- */
.emailblurb
{
	margin: 3px 0px 0px 0px;
	font-size:.8em;
	color:#fff;
}

.emailblurb a
{
	color:#fff;
}

.asterisk
{
	color:red;
}

.textBox
{
	padding:5px;
	border: 2px solid #009999;
	margin-top:10px;
}

.urlName
{
	font-size:1.3em;
	color:#000066;
	margin-top:25px;
	margin-bottom:0px;
}

.urlURL
{
	font-family:"Courier New", Courier, monospace;
	font-size:0.8em;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:25px;
}

.centeredText
{
	text-align:center;
}

.upIcon
{
	text-align:center;
	margin:15px 0 750px;
}

.upIconLast
{
	text-align:center;
	margin:15px 0;
}

a img
{
	border-style:none;
}

.floatRight
{
	float:right;
	margin:5 px;
	padding:5px;
}

.floatLeft
{
	float:left;
	margin:5px;
	padding:5px;
}

.photoBorder
{
	border:3px solid #EB91A8
}
/* -------------------------------home page-------------------------------- */

.homePageLeft
{
	float:left;
	width:150;
}

#index div#maincontent div div p
{
	margin:0 0 30px 5px;
}
.practitioners
{
	color:#4271D7;
	font-size:1.3em;
	font-weight:bold;
	margin:12px 0 0 0;
}

#index div#maincontent div div.forLists
{
	color:#A7062E;
	float:right;
	width:230px;
	border:2px solid #A7062E;
	padding:14px 4px 14px 0;
}

#index div#maincontent div div.forLists li
{
	margin-left:-10px;
}

/* ---------------------CONTACT US---------------------------*/
.contactUs
{
	font-size:1.3em;
	font-weight:bold;
	font-family:"Comic Sans MS", cursive;
	margin: 0 0 0 35px;
	color:#4271D7;
	line-height:1.4em;
}




