/* common.css */

html {
	overflow: -moz-scrollbars-vertical;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
    background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #636466;
	text-align: center;
}

a {
	color: #7a63a1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

p {
	margin: 12px 0;
}

#divContainer {
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -295px;
}

#divPush {
	clear: left;
	height: 295px;
}

/* Header */
#divHeader {
	margin: 0 0 15px 0;	
	padding: 0;
	text-align: left;
}

#divHeaderTop { 
	padding-top: 10px;
	height: 140px;
}

#divHeaderNav {
	width: 100%;
	height: 26px;
	margin: 0;
	padding: 0;
    border-top: 2px solid #7a63a1;		
}

#divHeaderNav ul {
    margin: 0;
    padding: 0;
	font-size: 14px;	
    list-style-type: none;
}

#divHeaderNav ul li {
    float: left;
	width: 140px;	
    margin: 0;
    padding: 5px 0;
    border-right: 1px solid #7a63a1;
	text-align: center;
}

#liPatients {
	background-color: #8fd232;
}

#liProcedures {
	background-color: #0f94f5;
}

#liShop {
	background-color: #2bdbc6;
}

#liAbout {
	background-color: #ac96d1;
}

#divHeaderNav ul #liContact {
	background-color: #d1892e;
    border-right-style: none;	
}

#divHeaderNav ul li a {
    text-transform: uppercase;
}

#divHeaderNav ul li a:hover, #divHeaderNav ul li a.selected {
	color: #5d4b7a;
	text-decoration: none;
}

#divHeaderSubNav {
	clear: left;
	width: auto;
	height: 22px;
	margin: 0;
	padding-left: 308px;
}

#divHeaderSubNav ul {
	height: 22px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style-type: none;
}

#divHeaderSubNav ul li {
    float: left;
    margin: 2px 0;
    padding: 0 5px;
    border-right: 1px solid #939598;
	text-align: center;
}

#divHeaderSubNav ul li.last {
    border-right-style: none;
}

#divHeaderSubNav ul li a {
	color: #636466;
	font-weight: normal;
}

#divHeaderSubNav ul li a.selected {
	font-weight: bold;
}

#divHeaderBottom {
	padding: 15px 15px 0;
    border-top: 2px solid #7a63a1;
	text-align: left;
}

#divHeaderBottom a.selected{
	text-decoration: underline;
}
/* End Header */

/* Content */
#divContent {
	clear: left;
	padding: 0 15px;
	text-align: left;
}

#divContentLeft {
	clear: left;
	float: left;
	width: 350px;
	padding: 0 15px;
	text-align: left;
}

#divContentRight {
	float: left;
	width: 520px;	
	margin-left: 25px;
	text-align: left;
}

#divContent img {
	margin: 8px;
}

a.definition {
	cursor: help;
}

h1 {
	margin: 0;
    font-size: 160%;
    color: #7a63a1;
    font-weight: bold;	
    text-transform: uppercase;
}

h2 {
	margin: 0;
    font-size: 140%;
    color: #7a63a1;
    font-weight: bold;
}

span.section {
	font-size: 110%;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.caps {
    text-transform: uppercase;
}

span.question {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
/* End Content */

/* Footer */
#divFooter {
	width: 948px;
	height: 295px;
	margin: 0 auto;
}

#divTabs {
	width: 100%;
	height: 150px;
	margin: 0;
    border-bottom: 1px solid #636466;
}

div.grid {
	float: left;
	width: 175px; 
	height: 150px; 
	margin-left: 12px;
	position: relative; 
	overflow: hidden;
}
	
div.tab{ 
	width: 100%;
	height: 100%;
	position: absolute; 	
	top: 127px;
	left: 0px;
	background-color: #eff0f1;	
	font-weight: bold; 	
	text-align: left;
}

div.tab h3.heading {
	width: 175px;
	height: 23px;
	margin: 0;
	padding: 5px 0 0 8px;
	color: #ffffff;
	font-size: 13px;		
	text-transform: uppercase;				
}

div.tab p.details{ 
	margin: 0;
	padding: 0 4px;
	font-size: 14px;		
}

div.tab p.details a {
	text-decoration: underline;
	text-transform: uppercase;
}

#green {
    background: url('../img/green.gif') top left no-repeat;
}

#purple {
    background: url('../img/purple.gif') top left no-repeat;
}

#blue {
    background: url('../img/blue.gif') top left no-repeat;
}

#teal {
    background: url('../img/teal.gif') top left no-repeat;
}

#orange {
    background: url('../img/orange.gif') top left no-repeat;
}

#divFooter p.slogan {
	color: #7a63a1;
	font-size: 19px;
	word-spacing: 10px;	
}

#divBanners {
	clear: left;
	text-align: left;
}

#divBanners p{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#divBanners a {
	outline-style: none;
}

#divBanners a img{
	margin-left: 9px;
	border: 1px solid #636466;
}
/* End Footer */
