@charset "UTF-8";
body  {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #e0e0e0;
	background-image: url(images/bg-grey.jpg);
	background-repeat: repeat-x;


	

/*background-image:url(bg-purple.jpg);
	background-repeat:repeat-x;
*/

}

a:link {

}

a:hover {
	color: #5A2387;

}

a:visited {

}

.blindlink {
	text-decoration: none;
	color: #000;
}

.purplelink {
	text-decoration: none;
	color: #4B186E;
}

.greylink {
	text-decoration: none;
	color: #58595B;
}


#wrapper {
	width: 950px;  
	margin: 20px auto;
	padding: 0 30px 0 30px;

	text-align: left; 
	font-size: 10pt;
	background-color:#FFFFFF;
}

#header  {
	padding: 0;
	text-align: right;
}

#headerclinic  {
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 190px;
}

#logo {
	margin: 20px 0 0 0;
}

#logoclinic {
	margin: 0;
}

#login {
	position: relative;
	display: block;
	top: -195px;
	left: 0px;
	height: 0px;
	width: 500px;
	text-align: left;
	float: left;
}

#loginright {
	position: relative;
	display: block;
	top: -70px;
	left: 0px;
	height: 0px;
	width: 500px;
	text-align: right;
	float: right;
	margin-right: 7px;
}

img.loginbutton {
	border: none;
	margin-right: 0px;
	width: 112px;
}

/*-----  MENU -----*/
#menucontainer {
	height: 30px;
	background-color:;
	padding: 0px;
	margin-top: 20px;
}

#menucontainerclinic {
	height: 35px;
	padding: 0px;
}

.menu {
	margin: 0 auto 0 auto;
	float: left;
}

.menuclinic {
	margin: 0 auto 0 auto;
	float: left;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;

}

.menuclinic ul{
list-style-type:none;
padding:0;
margin:0;

}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

.menuclinic li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu .menuclinic table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */

.menu a, .menu :visited {
display:block;
font-size:11px;
width:109px;
padding:10px 4px;
color:#fff;
background:#5A2387;
text-decoration:none;
margin-right: 1px;
text-align:center;
line-height: 13px;
}

.menu .grad {
background-image: url(images/grad.png);
background-repeat: repeat-x;
}

.menu .grad:hover {
background-image: url(images/grad-reverse.png);
background-repeat: repeat-x;
}

.menu .tall {

line-height: 12px;
height: 26px;
padding:4px 4px 3px 4px;
background-image: url(images/grad.png);
background-repeat: repeat-x;

}

.menu .tall:hover {

line-height: 12px;
height: 26px;
padding:4px 4px 3px 4px;
background-image: url(images/grad-reverse.png);
background-repeat: repeat-x;

}





.menuclinic a, .menuclinic :visited {
display:block;
font-size:11px;
width:109px;
padding:10px 4px;
color:#fff;
background:#5A2387;
text-decoration:none;
margin-right: 1px;
text-align:center;
line-height: 13px;
}

.menuclinic .grad {
background-image: url(images/grad.png);
background-repeat: repeat-x;
}

.menuclinic .tall {

line-height: 12px;
height: 27px;
padding:3px 4px 3px 4px;
background-image: url(images/grad.png);
background-repeat: repeat-x;

}

.menuclinic .tall:hover {

line-height: 12px;
height: 26px;
padding:4px 4px 3px 4px;
background-image: url(images/grad-reverse.png);
background-repeat: repeat-x;

}



/* style the links hover */

.menu :hover{
background: #3D085B;
}

/*
.menu :hover{
background-image: url(images/grad-reverse.png);
background-repeat: repeat-x;
}
*/

.menuclinic :hover{
background: #3D085B;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:110px;
height:0;
}

.menuclinic ul ul {
visibility:hidden;
position:absolute;
width:110px;
height:0;
}

/* make the sub level visible on hover list or link */

.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menuclinic ul li:hover ul,
.menuclinic ul a:hover ul{
visibility:visible;
}


.menu ul li:hover ul a:hover {
	border: none;
}

.menuclinic ul li:hover ul a:hover {
	border: none;
}

/*-----  END MENU  -----*/




#container  {
	margin: 20px auto 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#banner {
	margin: 0px auto 20px auto;
	position: relative;
	height: 135px;
}

#rotatingbanner-outer {
	margin: 0px auto 20px auto;
	position: relative;
	height: 352px;
}

#bannerclinic {
	margin: 60px auto 30px auto;
	height: 105px;
}

#bannerdetails {
	position: absolute;
	top: 55px;
	left: 785px;
	width: 150px;
	height: 0px;
	z-index: 100;
	

}

#sidebarleft  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#sidebarleft  p  {
	margin-top: 0px;
}

#mainContent  {
	position: relative;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	
}

#mainContent-home  {
	position: relative;
	padding: 0 20px;
	
}

#clinic-home-content {
	margin: 80px 0 0 0;
	height: 430px;
}

.square {
	width: 225px;
	float: left;
	margin-left: 0px;
	margin-right: 12px;
/* 	background-image:url(images/clinic-square.jpg); */
	height: 340px;
	padding: 0px;
	text-align: center;

}

.squaretext {
	position: relative;
	margin-top: 15px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
/* 	color: #5A2387; */
	color: #58595B;
	font-size: 10pt;
	line-height: 20px;
	font-weight: normal;
}


body p {
	font-size: 10pt;
	line-height: 20px;
	}

#mainContent p {
	line-height: 18px;
	margin-bottom: 10px;

}


#mainContent-home ul li{
	line-height: 20px;
	list-style:disc;
	margin-top: 10px;	
}

#mainContent ul li{
	line-height: 20px;
	list-style:disc;
	margin-top: 10px;	
}


/*-----------------------FOOTER-----------------------*/

#footer {
	height:132px;
	margin: 20px 0;	
}


.footertext {
	font-size: 8pt;
	color: #4B186E;	
	float: left;
	line-height: 15px;
margin: 10px 15px 10px 15px;
}

.footertext-horizontal {
	font-size: 8pt;
	color: #4B186E;	
	float: left;
	line-height: 15px;
margin: 10px 0 0 20px;
}

.footerwrapper{
	position: relative;
	width: 680px;
	height: 100px;
	margin-top: -105px;	
	padding: 10px 0 0 20px;
}

.footertext-corporate {
	font-size: 10pt;
	color: #58595B;	
	float: left;
	line-height: 15px;
margin: 10px 0 0 10px;
}

.footerwrapper-corporate{
	position: relative;
	width: 680px;
	height: 100px;
	margin-top: -50px;	
	padding: 10px 0 0 20px;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent a {
	text-decoration: none;
	color: #5A2387;}

#mainContent a:hover {
	text-decoration: none;
	color: #a056dc;}

/*-----------------------MAIN HEADINGS-----------------------*/

h1 {
	text-shadow: 0px 0px 0px #e2bed9;
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #5A2387;
	font-size: 19pt;
	font-weight: 100;
	margin-top: 0px;
	letter-spacing: 1px;
}


h2 {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	color: #5a2387;
	font-size: 14pt;
	font-weight: normal;
	line-height: 25px;
	margin: 25px 0;


}

h3 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
	margin-top: 0px;
}

h4 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	line-height: 15px;
	margin-top: 0px;
	text-align: left;
}

h5 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5A2387;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
	font-weight: normal;
}

h6 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
	font-weight: normal;
	background-color: #58595B;


}

#banner h4 {
	line-height: 16px;
}

.purple {
	text-decoration: none;
	color: #5A2387;
	font-size: 14px;
}

.map {

margin-bottom: 10px;

margin-top: 20px;

width: 500px;
height: 300px;
border:  10px solid #5A2387;

}

.rightcontact {

	width: 300px;

	left: 300px;

	top: 90px;

	float: none;

	clear: none;

	z-index: 0;

	position: absolute;

}

.maplink {
/* 	text-shadow: 2px 2px 2px #dfdfdf; */
	color: #919191;
	font-weight: normal;
	font-size: 9px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 50px;
	border-bottom: 10px solid #DDDDDD;
	width: 520px;
}

.email {
width: 400px;
height: 20px;
border: 1px solid #D1D3D4;
}


/* ---------------------------------- EMAIL FORM ---------------------------------- */

#formwrap {
width: 690px;
border: none;
ba
}

#frmRegister {
	padding: 0px;
	margin: 0px;
}

#frmRegister p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 0px;
}
#frmRegister fieldset {
	margin: 20px 0;
	padding: 10px 0 0 0;
	border: none;

}

#frmRegister legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #CCCCCC;
	letter-spacing: .1em;
	width: 680px;
	margin-top: -5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right:;
	padding-bottom: 5px;
	padding-left: 10px;
}



.formwrap {
width: 600px;
height: 150px;
border: 1px solid #58595B;
padding: 0 50px;
}

.button {
background-color: rgb(240, 240, 240);
border: 1px solid rgb(170, 170, 170);
font-size: 12px;
padding: 3px 9px;
width: auto;
font-family: Helvetica, Verdana, Arial, sans-serif;


}

#frmRegister input.text {
	width: 250px;
}

#frmRegister input.text:focus, #frmRegister input.textarea:focus {
	background-color:#F9DCFF
}



