/* CSS Document */
body 
{
	margin:0px;
	margin-top:0px;
	background-color:#D3D3FF;
	background-image:url(../images/page-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Trebuchet MS, arial;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	text-align:left;
	line-height:18px;
}


#outer
{
	width:979px;
	margin:auto;

}

.left
{
	float:left;
	
}

.right
{
	float:right;
}


.clear
{
	clear:both;
}

.height_10
{
	height:10px;
	font-size:10px;
	border:1px solid red;
	width:20px;
}




/* LOGO CLASS STARTS */
.logo
{
	float:left;
	background-image:url(../images/logo-bg.gif);
	width:979px;
	text-align:left;
}






/* LOGO CLASS ENDS */


.main
{
	float:left;
	width:979px;
	background-image:url(../images/main-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.left_section
{
	float:left;
	width:305px;
}

.left_content
{
	background-image:url(../images/left-links-top.gif);
	width:230px;
	margin-right:11px;
	padding-left:11px;
	padding-top:11px;
	background-color: #E9F8E6;
}


.main_section
{
	float:left;
	width:673px;
	background-repeat:no-repeat;
	background-position:top right;
}

.main_left_section
{
	float:left;
	width:421px;
	background-color:#FFFFFF;
	padding:15px;
}

.main_right_section
{
	float:left;
	width:198px;
	padding:12px;
	font-size:12px;
	line-height:16px;

}

.right-divider
{
	background-image:url(../images/right-divider.gif);
	background-repeat:repeat-x;
	height:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.gray-bg
{
	background-image:url(../images/gray-content-bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #F6F6F6;
	padding:10px;
}

.accept
{
	background-image:url(../images/we-accept-bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #ffffff;
	padding:10px;
}

.phone
{
	background-image:url(../images/phone-bg.gif);
	background-repeat:no-repeat;
	height:72px;
}


.right-content
{
	line-height:150%;
	margin-top:10px;
	padding-left:20px;
	padding-right:10px;
	overflow:auto;
	position:absolute;
	bottom:90px;
	width:670px;
	top:315px;
}

.testimonials-bg
{
	background-image:url(../images/testimonials-bg-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:16px;
	padding-top:20px;
	padding-bottom:0px;
	width:252px;
	background-color: #E9F8E6;
	line-height:16px;
}

.testimonials-bottom-bg
{
	color:#9E1F63;
	background-image:url(../images/testimonials-bottom-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:284px;
	height:13px;
	font-size:0px;
}

.forms-bg
{
	background-image:url(../images/patient-forms-top-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:16px;
	padding-top:10px;
	padding-bottom:0px;
	width:252px;
	background-color: #E9F8E6;
	line-height:16px;
}

.contact-bg
{
	background-image:url(../images/contact-bg.gif);
	width:610px;
	padding:30px;
	padding-bottom:10px;

}


/* FOOTER STARTS */

.footer
{
	background-image:url(../images/bottom-bg.gif);
	width:974px;
	color:#333333;
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:10px;
	text-align:right;
	padding-right:5px;
	margin-bottom:10px;


}



.footer a:link, .footer a:visited 
{	
	color:#333333;
	text-decoration:none;
	font-weight:normal;

		
}

.footer a:hover, .footer a:visited:hover
{
	color:#3737DE;
	text-decoration:none;
}

/* FOOTER ENDS */

ul
{
	margin:0px;
	padding:0px;
}


li
{
	padding-top:0px;
	padding-left:10px;
	margin:0px;
	background-image: url(../images/li-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style:none;
	padding-bottom:5px;
}




h1
{
	font-family:times new roman;
	font-size:23px;
	color:#0000F2;
	background-repeat:no-repeat;
	text-align:left;
	font-weight:normal;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
}



h2
{

	font-size:16px;
	color:#3737DE;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;
}

h3
{

	font-size:16px;
	color:#333333;
	text-align:left;
	padding-bottom:3px;
	font-weight:bold;
	margin:0px;
}

h4
{

	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	margin:0px;
	padding:0px;
}


a, a:link, a:active, a:visited
{
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:visited:hover
{
	color: #3737DE;
	text-decoration:underline;
}

img
{
	border:0px;
}

