@charset "UTF-8";
html {
	overflow-y: scroll;
}
body {
	font: .9em Arial, Helvetica, Verdana, sans-serif;
	background: #669966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg_gradient.jpg);
	background-color: #669966;
	background-repeat: repeat-x;
	line-height: 1.25em;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 
#header instead of text, you may want to remove the padding. */
	margin: 0;
	width: 800px;
	height: 225px;
}
.oneColFixCtrHdr #menu {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	width: 800px;
	height: 30px;
}
.oneColFixCtrHdr #submenu {
	background: #663366;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-image: url(images/submenu_left.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.oneColFixCtrHdr #submenu p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 7px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/submenu_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #submenu a:link, .oneColFixCtrHdr #submenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #submenu a:hover, .oneColFixCtrHdr #submenu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/main_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
}
.oneColFixCtrHdr #mainContentleftborder {
	padding: 25px 30px 20px 30px;
	background-image: url(images/main_left.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 1.25em;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #663366;
	line-height: 1.25em;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.25em;
}
.oneColFixCtrHdr #mainContent li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.25em; 
	list-style: square outside; 
} 
.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited, .oneColFixCtrHdr #mainContentLeftCol-Side a:link, .oneColFixCtrHdr #mainContentLeftCol-Side a:visited, .oneColFixCtrHdr #mainContentRightCol-Main a:link, .oneColFixCtrHdr #mainContentRightCol-Main a:visited {
	color: #663366;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover, .oneColFixCtrHdr #mainContent a:active, .oneColFixCtrHdr #mainContentLeftCol-Side a:link, .oneColFixCtrHdr #mainContentLeftCol-Side a:visited, .oneColFixCtrHdr #mainContentRightCol-Main a:link, .oneColFixCtrHdr #mainContentRightCol-Main a:visited {
	color: #669966;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent img {
	padding: 5px;
	border: 1px solid #DDEEFF; 
} 
.oneColFixCtrHdr #mainContent img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent img.rightclear { 
    float: right; 
    clear: right; 
    margin-left: 15px;
    margin-bottom: 10px; 
}
.oneColFixCtrHdr #mainContent p.testimonial { 
	display: block;
	padding: 15px;
	margin: 0 0 15px 0;
	width: 330px;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #000;
	border: none;
}
.oneColFixCtrHdr #mainContentLeftCol { 
	padding: 0;
	margin: 0 15px 0 0;
	width: 330px;
	float: left;
}
.oneColFixCtrHdr #mainContentRightCol { 
	padding: 0 0 0 15px;
	margin: 0 0 0 365px;
	width: 330px;
	float: clear;
}
.oneColFixCtrHdr #mainContentLeftCol-Side { 
	padding: 0;
	margin: 0 15px 0 0;
	width: 265px;
	float: left;
}
.oneColFixCtrHdr #mainContentRightCol-Main { 
	padding: 0 0 0 15px;
	margin: 0 0 0 265px;
	width: 450px;
	float: clear;
}
.oneColFixCtrHdr #mainContentLeftCol-Main { 
	padding: 0 15px 0 0;
	margin: 0 265px 0 0;
	width: 450px;
	float: clear;
}
.oneColFixCtrHdr #mainContentRightCol-Side { 
	padding: 0;
	margin: 0 0 0 15px;
	width: 265px;
	float: right;
}
.oneColFixCtrHdr #form {
	padding: 15px;
	background-color: #99cccc;
	border: 1px solid #000000;
	margin-top: 20px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #Newsletter {
	margin: 0 0 0 250px;
}
.oneColFixCtrHdr #Newsletter img, .oneColFixCtrHdr #NewsletterLeftCol img {
	padding: 3px;
	border: 1px solid #000000;
	background-color: #FFFFFF; 
} 
.oneColFixCtrHdr #Newsletter .patientfont {
	font-size: 16pt;
	line-height: 18pt;
} 
.oneColFixCtrHdr #NewsletterLeftCol {
	float: left;
	clear: both;
	width: 200px;
	margin-bottom: 15px;
	padding: 15px;
}
.oneColFixCtrHdr #NewsletterLeftCol p {
	padding-top: 15px;
	margin: 0;
	line-height: 1.25em;
}
.oneColFixCtrHdr #NewsletterLeftCol h3 {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
}
.oneColFixCtrHdr #NewsletterLeftCol h4 {
	margin: 0;
	padding-top: 15px;
	line-height: 1.25em;
}
.oneColFixCtrHdr #NewsletterLeftCol ul {
	margin: 15px 0 5px 15px;
	padding: 0;
	line-height: 1.25em; 
	list-style: square outside;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#669966;
	background-image: url(images/bl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	background-image: url(images/br.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	font-size: small;
	line-height: 1.2em;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	color: #000000;
	text-decoration: underline;
}
#conash3D0
{
display:none;
}
