/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* FILE NAME: default.css                                    
/*    AUTHOR: Robert W. Makynen                              
/*      DATE: October 5, 2008                                
/*   PURPOSE: Provides style application(s) for the standard 
/*            and named Web site page elements.              
/*  MODIFIED: October 5, 2008                               
/*     NOTES: (None)                                         
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: STANDARD ELEMENTS
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
body
{
	margin: 0;
	background-color: #000000; /*Enter Background Color*/
	background-image: url(images/framework/bg_main.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff; /*Enter Text Color*/
	line-height: 100%;
	list-style: disc;
}

h1
{
	margin: 5px 20px 10px 20px;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #a8728e;
}

h2
{
	margin: 5px 20px 10px 20px;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	color: #a8728e;
}

p
{
	margin: 5px 20px 10px 20px;
	padding: 2px;
	line-height: 20px;
}

ul
{
	margin: 17px 0px 17px 38px;
}

li
{
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

a:link, a:visited, a:active
{
	color: #b3dabd;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #a1c3a9;
	font-weight: bold;
	text-decoration: underline;
}
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: STANDARD ELEMENTS
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: MAIN FRAMEWORK
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
#contain
{
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-left: #622645 1px solid;
	border-right: #622645 1px solid;
	background-color: #3d3d3d;
}

#headNav
{
	height: 50px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #232323;
	background-image: url(images/framework/head_nav_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px #323232 solid;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	color: #d0e8d6;
	clear: both;
}

#headNav p
{
	margin: 0px;
	padding: 28px 0px 0px 0px;
	border: 0px;
}

#headNav a:link, #headNav a:visited, #headNav a:active, #headNav a:hover
{
	color: #d0e8d6;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#headMain
{
	height: 275px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-bottom: 1px #59bb92 solid;
	background-color: #000000;
	text-align: center;
	clear: both;
}

#contentLeft
{
	width: 622px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
	background-color: #232323;
	text-align: left;
	vertical-align: top;
	float: left;
	clear: left;
}

#contentLeft .headerImage
{
	margin: 0px 0px 25px 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}

#contentRight
{
	width: 198px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
	background-color: #3d3d3d;
	text-align: right;
	vertical-align: top;
	float: right;
	clear: right;
}

#contentRight img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}

#sideNav
{
	margin: 5px 0px 20px 0px;
	padding: 2px 5px 0px 3px;
	border: 0px;
	border-style: none;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ccdfd4;
	text-align: right;
	clear: both;
}

#sideNav p
{
	margin: 0px 0px 4px 0px;
	padding: 0px;
	line-height: 100%;
}

#sideNav a:link, #sideNav a:visited, #sideNav a:active
{
	color: #ccdfd4;
	text-decoration: none;
}

#sideNav a:hover
{
	color: #a1d8b8;
	text-decoration: none;
}

#contactForm
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	border: 0px;
	border-style: none;
	background-color: #313131;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ccdfd4;
	clear: both;
}

#contactForm form
{
	margin: 0px;
	padding: 0px;
}

#contactForm input
{
	background-color: #ffffff;
	border: 1px #a8728e solid;
	width: 130px;
	margin: 0px;
	color: #232323;
}

#contactForm input.submitButton
{
	width: 103px;
	height: 28px;
	border: 0px;
	border-style: none;
	background-color: #313131;
}

#contactForm textarea
{
	background-color: #ffffff;
	border: 1px #a8728e solid;
	width: 185px;
	margin: 0px;
	color: #232323;
}

#footer
{
	height: 50px;
	margin: 0px;
	padding: 12px 15px 5px 15px;
	background-color: #a8728e;
	color: #65374f;
	border-bottom: 4px #371426 solid;
	clear: both;
}

#footerText
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	clear: both;
}

#footerText p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 100%;
}

#footerText a:link, #footerText a:visited, #footerText a:active, #footerText a:hover
{
	font-weight: bold;
	color: #65374f;
	text-decoration: none;
}

#footerText .copyright
{
	font-size: 12px;
	color: #ffffff;
}
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: MAIN FRAMEWORK
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: HEADER NAVIGATION DEFINITIONS
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
#homeDiv
{
	width: 53px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
	clear: left;
}

#aboutDiv
{
	width: 139px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}

#teamDiv
{
	width: 112px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}

#servicesDiv
{
	width: 88px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}

#patientsDiv
{
	width: 98px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}

#educationDiv
{
	width: 133px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}

#commDiv
{
	width: 110px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}

#contactDiv
{
	width: 87px;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none;
	float: left;
}
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: HEADER NAVIGATION DEFINITIONS
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */





/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: SPECIAL ELEMENTS
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
img.stdImage
{
	margin: 5px 5px 7px 2px;
	border: 1px #a8728e solid;
}

img.detailImage
{
	margin: 5px 11px 10px 2px;
	border: 1px #a8728e solid;
}

p.paymentOptions
{
	margin: 0px;
	padding: 15px 5px 25px 5px;
	border: 0px;
	text-align: center;
	line-height: 100%;
}

div.clear
{
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-color: #232323;
	clear: both;
}

.navSelected
{
	background-color: #a3788e;
	color: #121212;
	cursor: default;
}
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: SPECIAL ELEMENTS
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */