/*===================================================================*/
/*                                    											*/
/*  Style Sheet for Dr. Kevin O'Leary website								*/
/*																							*/
/*  This is used for the entire site											*/
/*                                    											*/
/*  created: Sept 27, 2010															*/
/*  by: David Djujich																*/
/*																							*/
/*  updated:																			*/
/*		9/27/2010 - DBD - None														*/
/*		10/30/2010 - DBD - Hide "Testimonials" tab for now					*/
/*																							*/
/*===================================================================*/


/*=====================================*/
/*       General Elements			      */
/*=====================================*/
body {
	background-color: white;
	margin: 0px;
	font-family: arial;
	font-size: 11.5px;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-bottom: 2px;
	font-size: 29px;
	color: #555555;
}

h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;	
	padding-bottom: 16px;
	font-weight: normal;
	font-size: 20px;
	color: #006400;
}


/*=====================================*/
/*              Top Frame					*/
/*=====================================*/
#TopFrame {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 1000px;
	height: 120px;
	background-image: url(../img/bg_header.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#TopCenter {
	position: absolute;
	left: 50%;
	width: 980px;
	height: 100%;
	margin-left: -499px;
}

#TopFollow {
	float: right;
	margin-top: 12px;
	margin-right: 18px;
	font-size: 8pt;
	font-weight: bold;
	color: #e48a20;	/* Dark Orange */
}

#TopFollowLinks {
	float: right;
	margin-top: -3px;
	margin-left: 8px;
}

#TopFollowLinks img {
	border-style: none;
}

#TopPicture {
	position: absolute;
	bottom: 0px;
	width: 79px;
	height: 110px;
}

#TopTitle {
	position: absolute;
	left: 82px;
	bottom: 23px;
}

#TopMenuBar {
	position: absolute;
	bottom: 0px;
	left: 79px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

.TopMenuItem {
	background-image: url(../img/button_gray.png);
	background-repeat: repeat-x;
	height: 17px; 
	float: left;
	padding-top: 4px;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #d4d4d4;
	list-style-type: none;
}
.TopMenuItem:hover {
	background-image: url(../img/button_green.png);
	background-repeat: repeat-x;
	background-color: green;
	border-left: 1px solid #01aa00;
	border-top: 1px solid #01aa00;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	color: white;
	cursor: pointer;
}

.TopMenuItemHide {
	display: none;
}

.TopMenuItemSelected {
	background-image: url(../img/button_green.png);
	background-repeat: repeat-x;
	background-color: green;
	border-left: 1px solid #01aa00;
	border-top: 1px solid #01aa00;
	border-right: 1px solid #006400;
	border-bottom: 1px solid #006400;
	color: white;
}
.TopMenuItemSelected:hover {
	cursor: default;
}

.TopMenuItemLink {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	text-decoration: none;
}
.TopMenuItemLink:link {
	color: #006e00;
}
.TopMenuItemLink:visited {
	color: #006e00;
}
.TopMenuItemLink:hover {
	color: white;
}

.TopMenuItemLinkSelected {
	text-decoration: none;
}
.TopMenuItemLinkSelected:link {
	color: white;
}
.TopMenuItemLinkSelected:visited {
	color: white;
}
.TopMenuItemLinkSelected:hover {
	color: white;
	cursor: default;
}


/*=====================================*/
/*				Main Bottom Frame				*/
/*=====================================*/
#MainFrame {
	background-image: url(../img/bg_main3.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	position: absolute;
	top: 120px;
	bottom: 0px;
	width: 100%;
	min-width: 1000px;
	border-top: 1px solid white;
	overflow: scroll;
}

#MainCenter {
	background-color: white;
	background-image: url(../img/bg_maincenter.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

.MainBanner {
	background-image: url(../img/bg_pagebanner.png);
	background-repeat: repeat-x;
	height: 23px;
 	border-left: 1px solid #dddddd;
 	border-right: 1px solid #dddddd;
 	border-bottom: 1px solid #cbcbcb;
 	padding-left: 30px;
 	padding-right: 15px;	
 	padding-top: 7px;
 	font-size: 13px;
 	font-weight: bold;
	color: #4f654f;	/* Dark Dark Green */
}

.MainRunner {
	float: right;
	margin-top: -3px;
	margin-right: -3px;
}

.MainContent {
 	border-left: 1px solid #dddddd;
 	border-right: 1px solid #dddddd;
 	padding-left: 15px;
 	padding-right: 15px;
}

/*=====================================*/
/*				Footer Frame					*/
/*=====================================*/

#MainFooter {
	width: 980px;
	height: 110px;
	background-image: url("../img/bg_footer.gif");
	background-repeat: no-repeat;
}

#FootRightBorder {
	width: 2px;
	height: 110px;
	float: right;
	background-image: url("../img/bg_footer.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#FootCopyright {
	float: left;
	width: 160px;
	margin-top: 25px;
	padding-left: 15px;
	font-size: 11px;
	color: #9db79d;
}

#FootMenu {
	width: 608px;
	margin: 0px;
	margin-top: 25px;
	float: left;
	text-align: center;
	font-size: 12px;
}

.FootMenuItem {
	display: inline;
}

.FootMenuItemHidden {
	display: none;
}

.FootMenuItemLink {
	text-decoration: none;
}
.FootMenuItemLink:link {
	color: #c3b491;
}
.FootMenuItemLink:visited {
	color: #c3b491;
}
.FootMenuItemLink:hover {
	color: #e48a20;	/* Dark Orange */
}

.FootMenuSeparator {
	display: inline;
	color: #9db79d;
}

.FootMenuSeparatorHidden {
	display: none;
}

#FootBlank {
	float: right;
	width: 140px;
	margin-top: 25px;
	padding-right: 15px;
	font-size: 11px;
	text-align: right;
	color: gray;
}

#FootPower {
	float: left;
	width: 798px;
	padding-left: 15px;
	font-size: 11px;
	color: #9db79d;
}

#FootVersion {
	float: right;	
	width: 150px;
	margin-top: 1px;
	padding-right: 15px;
	text-align: right;
	font-size: 10px;
	color: #BCBCBC;
}

.Copyright {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 1em;
	color: gray;
	font-family: arial;
	font-size: x-small;
	text-align: center;
}

.Version {
	color: #BCBCBC;
	font-family: arial;
	font-size: xx-small;
	position: absolute;
	right: 1em;
	bottom: 1em;
}


/*=====================================*/
/*					Spinner						*/
/*=====================================*/

#SpinnerContainer {
	height: 100px;
}

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #555555;
}

.spinner-img {
	background: url(../img/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}


/*=====================================*/
/*			Content Formatting				*/
/*=====================================*/

/*-------------------------------------*/
/*				Content Home					*/
/*-------------------------------------*/
.HomeContainer {
	width: 100%;
	height: 285px;
}

.HomeMain {
	width: 282px;
	margin: 0px;
	padding-left: 33px;
	padding-top: 45px;
	float: left;
}

.HomeTitle {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	font-family: impact;
	font-size: 38pt;
	color: #555555;
}

.HomeSubTitle {
	margin: 0px;
	padding-top: 10px;
	font-family: Segoe UI Symbol;
	color: #006400;
}

.HomePic {
	width: 270px;
	margin: 0px;
	float: left;
	padding-top: 25px;
	padding-left: 45px;
}

.HomeBullets {
	width: 315px;
	margin: 0px;
	float: right;
	padding-top: 63px;
}

.HomeBullets ul {
	margin-left: -22px;
	font-family: arial black;
	font-size: 13pt;
	color: #537d53;	/* Dark Green */
}

.HomeBullets li {
	padding-bottom: 10px;
	list-style-image: url(../img/bullet_orange.png);
}

.HomeBottom {
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	font-size: 11pt;
}

.HomeBottom h3 {
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #e48a20;	/* Dark Orange */
}

#HomePhoneNum {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-family: impact;
	font-size: 20pt;
	color: #555555;
}


/*-------------------------------------*/
/*				Content Kevin					*/
/*-------------------------------------*/
.KevinContainer {
	width: 100%;
	height: 310px;
	font-size: 11pt;
	line-height: 130%;
	color: #555555;
}

.KevinLeft {
	width: 380px;
	float: left;
	padding: 8px 30px 20px 60px;
}

.KevinRight {
	width: 380px;
	float: right;
	padding: 8px 60px 20px 30px;
}

.KevinContainer p:first-letter {
	font-weight: bold;
	font-size: 13pt;
	color: #537d53;
}

.KevinContainer span {
	font-weight: bold;
}


/*-------------------------------------*/
/*				Content Healing				*/
/*-------------------------------------*/
.HealingContainer {
	width: 100%;
	height: 600px;
	font-size: 11pt;
	line-height: 130%;
	color: #555555;
}

.HealingContainer span {
	font-weight: bold;
}

.HealingTop {
	width: 100%;
	height: 430px;
}

.HealingTop h3 {
	color: #e48a20;	/* Dark Orange */
}

.HealingCol1 {
	width: 250px;
	float: left;
	margin-left: 55px;
}
.HealingCol2 {
	width: 250px;
	float: left;
	margin-top: 17px;
	margin-left: 45px;
}
.HealingCol3 {
	width: 250px;
	float: left;
	margin-left: 45px;
}

.Healing2 {
	padding-top: 25px;
}
.Healing3 {
	padding-left: 15px;
}
.Healing6{
	padding-top: 8px;
}

.HealingBottom {
	width: 830px;
	margin-left: 55px;
	border: 4px solid green;
	border-top: none;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.HealingBottom h3 {
	background-image: url(../img/button_green.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 2px 0px 4px 0px;
	font-size: 13.5pt;
	font-weight: normal;
	background-color: green;
	color: white;
}

.HealingBottom p {
	margin: 15px 70px 20px 70px;
	text-align: justify;
}

.HealingBottom p:first-letter {
	font-weight: bold;
	font-size: 13pt;
	color: #537d53;
}


/*-------------------------------------*/
/*				Content MRT						*/
/*-------------------------------------*/
.MRTContainer {
	width: 100%;
	font-size: 11pt;
	line-height: 130%;
	color: #555555;
}

.MRTContainer span {
	font-weight: bold;
}

.MRTTop {
	width: 100%;
	height: 365px;
}

.MRTTopLeft {
	width: 615px;
	float: left;
	margin-left: 175px;
}

.MRTTopRight {
	float: right; 
	margin: 20px 25px 10px 30px;
}

.MRTBottom {
	width: 100%;
	height: 353px;
}

.MRTBottom h3 {
	margin-top: 0px;
	color: #e48a20;	/* Dark Orange */
}

.MRTBottomLeft {
	width: 380px;
	float: left;
	margin-left: 55px;
}

.MRTBottomRight {
	width: 400px;
	float: right;
	margin-right: 55px;
}

/*-------------------------------------*/
/*			Content Testimonials				*/
/*-------------------------------------*/
.TestContainer {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 11pt;
	line-height: 130%;
	color: #555555;
}

.TestContainer h3 {
	color: #e48a20;	/* Dark Orange */
}

.TestOdd {
	margin-top: 40px;
	margin-left: 70px;
	padding-right: 300px;
	font-style: italic;
}

.TestOdd span {
	font-style: normal;
	color: #537d53;	/* Dark Green */
}

.TestEven {
	margin-top: 40px;
	margin-right: 70px;
	padding-left: 300px;
	font-style: italic;
}

.TestEven span {
	font-style: normal;
	color: #537d53;	/* Dark Green */
}


/*-------------------------------------*/
/*				Content Links					*/
/*-------------------------------------*/
.LinksContainer {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 5px;
	font-size: 11pt;
	line-height: 130%;
	color: #555555;
}

.LinksContainer h3 {
	margin-top: 40px;
	color: #e48a20;	/* Dark Orange */
}

.LinksContainer p:first-child {
	margin-bottom: -15px;
}

.LinksContainer h4 {
	margin-top: 22px;
	margin-bottom: 0px;
	font-size: 11pt;
}

.LinksContainer a {
	font-size: 10pt;
	color: #537d53;	/* Dark Green */
}

.LinksContainer p {
	margin: 0px 0px 4px 0px;
	width: 550px;
}


/*-------------------------------------*/
/*				Content Contact				*/
/*-------------------------------------*/
.ContactContainer {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 11pt;
	line-height: 130%;
	color: #555555;
}

.ContactContainer h3 {
	margin-top: 40px;
	color: #e48a20;	/* Dark Orange */
}

.ContactContainer h3:first-child {
	margin-top: 15px;
}

.ContactPhoneNum {
	margin-top: 10px;
	font-family: impact;
	font-size: 20pt;
	color: #555555;
}

.ContactHours {
	position: relative;
	width: 100%;
	height: 125px;
}

.ContactHoursLeft {
	float: left;
	width: 360px;
}

.ContactHoursRight {
	float: left;
	width: 300px;
}

.ContactMapContainer {
	width: 645px;
	height: 505px;
	margin-top: 25px;
	margin-left: 10px;
}

.ContactMapContainer a {
	font-size: small;
	text-align: left;
	color: #0000FF;
}

.ContactMap {
	width: 640px;
	height: 480px;
	margin: 0px;
	border-style: none;
	overflow: hidden;
}

/*=====================================*/
/*  Garish Colors for Content Layout   */
/*=====================================*/
/*
.MRTContainer {
	background-color: blue;
}
.MRTMain {
	background-color: yellow;
}
.MRTTitle {
	background-color: green;
}
.MRTBullets {
	background-color: orange;
}
.MRTPic {
	background-color: red;
}
.MRTBottom {
	background-color: purple;
}
*/

/*  PAGE 2  */
/*
.ContainerP2 {
	background-color: orange;
}

.LeftBox {
	background-color: yellow;
}

.RightBox {
	background-color: lightblue;
}
*/

/*  PAGE 3  */
/*
.ContainerP3 {
	background-color: lightblue;
}
.HealingTop {
	background-color: yellow;
}
.Healing1 {
	background-color: red;
}
.Healing2 {
	background-color: blue;
}
.Healing3 {
	background-color: green;
}
.Healing4 {
	background-color: lightgray;
}
.Healing5 {
	background-color: orange;
}
.Healing6{
	background-color: lightgreen;
}
.HealingBottom {
	background-color: orange;
}
*/

/*  PAGE 4  */
/*
.MRTTop {
	background-color: red;
}

.MRTTopLeft {
	background-color: teal;
}

.MRTTopRight {
	background-color: lightgray;
}

.MRTBottom {
	background-color: lightblue;
}

.MRTBottomLeft {
	background-color: yellow;
}

.MRTBottomRight {
	background-color: orange;
}
*/


/*=====================================*/
/*  Garish Colors for Design Layout    */
/*=====================================*/
/*

h1 {
	background-color: teal;
}

h2 {
	background-color: cyan;
}

#TopFrame {
	background-image: none;
	background-color: orange;
}

#TopCenter {
	background-color: green;
}

#TopPicture {
	background-color: yellow;
}

#TopTitle {
	background-color: gray;
}

#TopMenuBar {
	background-color: red;
}

.TopMenuItem {
	background-color: pink;
}
.TopMenuItem:hover {
	background-color: blue;
	color: white;
}

.TopMenuItemSelected {
	background-color: blue;
	color: white;
}

.TopMenuItemLinkSelected:link {
	color: white;
}
.TopMenuItemLinkSelected:visited {
	color: white;
}
.TopMenuItemLinkSelected:hover {
	color: white;
}


#MainFrame {
	background-color: purple;
}

#MainCenter {
	background-color: blue;
}

.MainBanner {
	background-color: orange;
}

.MainContent {
	background-color: lightgreen;	
}

#MainFooter {
	background-color: tan;
}

#FootRightBorder {
	background-color: white;
}

#FootCopyright {
	background-color: yellow;
}

#FootMenu {
	background-color: pink;
}

.FootMenuItem {
	background-color: lightblue;
}

.FootMenuItemLink:link {
	color: black;
}
.FootMenuItemLink:visited {
	color: black;
}
.FootMenuItemLink:hover {
	color: yellow;
}

.FootMenuSeparator {
	background-color: lightblue;
}


#FootBlank {
	background-color: green;
}

#FootPower {
	background-color: teal;
}

#FootVersion {
	background-color: cyan;
}

*/
