@charset "utf-8";

body{
	width: 100%;
	height: 100%;
}
body, html{
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
	height: 10px;
	text-indent: 5px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #369;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
a:hover{
	text-decoration: none;
	height: 10px;
	text-indent: 5px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #000;
}




/*SKELETAL CONTAINERS*/
#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
#contentWrapper {
	z-index: 30;
	position: absolute; top: 0px; left: 0;
	height: 100%;
	width: 100%;
}
#contentArea {
	position: relative;
	margin: 0 auto;
	width: 900px;
	list-style: circle;
}
#relativeBackground {
	z-index: 2;
	position: relative; left: -254px;
	margin: 0 auto;
	width: 918px;
	height: 100%;
}
#bottomBackgroundBlock {
	
	position: fixed;
	bottom: 0;
	right: 0;
	width: 434px;
	height: 576px;
}
#featuredContainer {
	/*position: absolute; top: 130px; left: 0px;*/
	width: 900px;
	height: 374px;
}
#patientContainer {
	/*position: absolute; top: 130px; left: 0px;*/
	width: 900px;
	height: 200px;
}
#logo{
	position: relative;
	top: 30px;
	left: 8px;
}

#header{
	width: 900px;
	height: 110px;
	vertical-align: middle;
	background: url(../IMAGES/microcurrentheaderbg.png) center;
}
/*CONTENT BLOCK ELEMENTS - HOME PAGE*/

#clientLogin {
	position: absolute;
	display: inline;
	z-index: 3;
	top: 0;
	right: 1px;
	width:  520px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: bold;
}
#clientLogin img.title{
	float: left;
	display: inline-block;
	position: relative;
	font-weight: bold;

}



#loginForm {
	display: inline;
	width: 10em;
	font-weight: bold;
}

.inputField {
	margin: 0 3px;
	font-size: 10px;
	width: 80px;
	height: 12px;
}

.mysubmit {
	position: absolute;
	display:inline-block;
	top: 0px;
	right: 0px;
	width:26px;
	height:27px;
	border:none;
	font-weight: bold;
}
/*
#loginForm input {
	margin: 0 3px;
	font-size: 10px;
	width: 80px;
	height: 12px;
}

#loginForm #submit {
	position: absolute;
	display:inline-block;
	background: url(../images/clientLoginRight.jpg) top left no-repeat; 
	right: 0px;
	width:26px;
	height:27px;
	border:none;
}
*/
/*
#clientLogin img.startCap{float:left;}
#clientLogin img.endCap{float:right;}
*/

#abTopHeader{
	display: inline;
	position:absolute;
	width: 220px;
	height: 24px;
	margin: 0;
	padding: 3px 0 0 0px;
	color:#FFF;
	vertical-align: baseline;
	letter-spacing: normal;
	font: normal 10px Tahoma, Geneva, sans-serif;
}

#headerMenu{
	position:absolute;
	top: 0px;
	height: 22px;
	text-align: right;
	list-style: circle;
	width: 400px;
	font-weight: bold;
}
#headerMenu li{
	list-style:url(none) none;
	display:inline;
	float: right;
	margin: 2px 0px 0px;
	font-weight: bold;
}

#headerMenu li, #headerMenu a {
	height:10px;
	display:block;
	list-style: none;
	margin-right: 0px;
	margin-left: 3px;
	font-weight: bold;
}
#headerMenu a:link, #headerMenu a:visited {
	margin-left: 0px;
	margin-right: 5px;
	color: #369;
	text-decoration:none;
	overflow: visible;
	font: bold 11px Arial, Helvetica, sans-serif;
	list-style: circle;
	padding: 2px;
	top: 0px;
	height: 12px;
}
#headerMenu li a:hover{
	color: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #efefef;
	height: 12px;
}
#headerMenu li a:active{
	text-transform: uppercase;
	color: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#bottomWrapper {
	/*left: 0;
	position: absolute;
	top:255px;*/
	width: 900px;
	background: url(../IMAGES/microcurrent%20botboxbg.png);
	list-style: square;
}
#researchWrapper {
	/*left: 0;
	position: absolute;
	top:255px;*/
	width: 900px;
	background: url(../IMAGES/microcurrent_researchboxbg.png);
}
.homeBlurb {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 25px;
	/*height: 92px; /* -65 due to padding */
	width: 255px; /* -50 due to right padding */
	border-right: none #000000;
	font-size: 12px;
	color: #333;
	padding: 5px 10px 0 0;
	list-style: circle outside;
	}
.noBorder {
	border:none;
	font-style: italic;
	margin-left: 25px;
	width: 260px;
	padding-right: 5px;
	padding-left: 10px;
	color: #333;
}
.mainleftbox {
	border:none;
	margin-left: 25px;
	width: 545px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline-block;
	float: left;
	color: #333;
	list-style: circle;
}
.researchleftbox {
	border:none;
	margin-left: 25px;
	width: 845px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline-block;
	float: left;
	color: #666;
}
.quoteTestimonial {
	font: normal 11px/16px Verdana, Geneva, sans-serif;
}
.hangingIndent {
	padding-left: 15px;
}

#subMenuBox {
	position: relative;
	width:	918px;
	height:	99px;
}
#subMenuTop {
	position: absolute;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/subMenuTopBack.png);
	top:0;
	left:0;
	width:	918px;
	height:	65px;
}
#subMenuBottom {
	position: relative;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/subMenuBottomBack.png);
	top: 65px;
	width:	918px;
	height: 34px;
}
#subMenuBox h3 {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	top: 18px;
	left: 22px;
	color: #FFFFFF;
}

.subMenuTopTitle{
	text-transform: uppercase;
}

/* WORK */
#workLeftCol{
	width: 915px;
	float: left;
}

#workBox {
	font-size:12px;
	position: relative;
	margin: 0;
	padding: 0;
	width: 907px; /*676*/
	min-height: 200px;
	left: 6px;
	text-align: left;
}
#workTop{
	position: relative;
	width: 907px; /*910*/
	height: 16px;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/work_top2.png);
}
#workLeft{
	position: relative;
	width: 914px; /*676*/
	min-height: 450px;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleLeft.png) top left repeat-y;
	float: left;
	left: -4px;
}
#workRight{
	position: relative;
	width: 914px; /*675*/
	min-height: 450px;
	background:  url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleRight.png) top right repeat-y;

}
#workBottom{
	clear: both;
	position: relative;
	width: 907px;
	/*left: 4px;*/
	height: 5px;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/work_bot.png);
}
#work{
	position: relative;
	margin-left: 7px;
	padding: 10px;
	display: inline-block;
	width: 881px; /*662*/
	min-height: 450px;
	background: white url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/work_gradient.png) top left repeat-x;
}

#workBoxCaseSideRight{
	width: 435px;
	float:right;
	/*margin-right: 1px;*/
	margin-bottom: 15px;
	background-image: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/work_box_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#workBoxCaseSideLeft{
	width: 435px;
	float:left;
	margin-bottom: 15px;
	background-image: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/work_box_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*
#workBoxCaseLeft{
	width: 12px;
	background-image: url(../images/work_box_left.png);
	background-repeat: no-repeat;
	float: left;
	min-height: 320px;
}
#workBoxCaseRight{
	width: 12px;
	background-image: url(../images/work_box_right.png);
	background-repeat: no-repeat;
	float: left;
	min-height: 320px;
}
*/
#workBoxCaseMiddle{
	width: 411px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 7px;
	margin-right: 12px;
	margin-left: 12px;
}
#workBoxCaseTop{
	width: 411px;
}
#workBoxCaseContent{
	width: 411px;
}
#workBoxCaseImage{
	width: 411px;
}

#workBoxCaseLogo{
	width: 146px;
	float: left;
}

#workBoxCaseTextBox{
	width: 264px;
	/*min-height:110px;*/
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#workBoxCaseText{
	width: 244px;
	min-height:110px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

/* ------ Article -------------*/
#articleBox {
	font-size:12px;
	position: relative;
	margin: 0;
	padding: 0;
	width: 676px; /*676*/
	min-height: 200px;
	left: 2px;
}
#articleTop{
	position: relative;
	width: 676px; /*676*/
	height: 40px;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleTop.png);
}

#articleTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF6600;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 16px;
	vertical-align: bottom;
}

#articleLeft{
	position: relative;
	width: 676px; /*676*/
	min-height: 450px;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleLeft.png) top left repeat-y;
}
#articleRight{
	position: relative;
	width: 675px; /*675*/
	min-height: 450px;
	background:  url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleRight.png) top right repeat-y;
}

#articleBottom{
	clear: both;
	position: relative;
	width: 676px;
	height: 5px;
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleBottom.png);
}
#article{
	position: relative;
	margin-left: 7px;
	padding: 15px;
	display: inline-block;
	width: 632px; /*662*/
	min-height: 450px;
	background: white url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/articleGradient.jpg) top left repeat-x;
}


#leftCol{
	width: 676px;
	float: left;
}

#rightCol{
	width: 239px;/*662*/
	float: left;
	text-align: center;
}


/* TESTIMONIALS START */

#testimonials {
	width: 225px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 10px;	
}
#testimonials_top {
	width: 225px;
}
#testimonials_bot {
	width: 225px;
}
#testimonials_content {
	/*background-image: url(images/testimonials_bg.jpg);*/
	width: 201px;
	padding:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #729FB7;
	background-color: #EEEEEE;
	text-align: left;
}
#testimonials_name {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #729FB7;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 50px;
	text-align: left;
	background-color: #FFFFFF;
}
#testimonials_company {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 50px;
	text-align: left;
	background-color: #FFFFFF;
}

/* TESTIMONIALS END */

/* CASE STUDIES START */
#caseStudies{
	width: 227px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#caseStudiesItem{
	width: 227px;
	height: 26px;
	background-color: #293941;
}

#caseStudiesArrow{
	width: 31px;
	height: 26px;
	text-align:right;
	float: left;
}

#caseStudiesName{
	width: 193px;
	height: 26px;
	text-align:left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #729FB7;
	padding-left: 3px;
	line-height: 26px;
}

#caseStudiesName a:link, #caseStudiesName a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #729FB7;
	text-decoration: none;
}

#caseStudiesName a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#caseStudiesSeparator{
	width: 227px;
	clear: both;
}

/* CASE STUDIES END */


/* BRANDS LOGOS START */
#brandLogos{
	width: 227px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* BRANDS LOGOS END */

/* CASE STUDY START */
#subMenuCase{ position:absolute; margin: 0; padding: 0; top: -6px; left: 22px; height: 25px;}

#caseTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF6600;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 16px;
	vertical-align: bottom;
	float:left;
}

#caseViewProject{
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right;
}

.caseSubTitleOrange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}

.caseSubTitleWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.caseSubTitleBlue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #65c1eb;
}

/* CASE STUDY END */

#footer {
	font-size: 9px;
	position: relative;
	top: 20px;
	display: block;
	color: #999;
	height: 30px;
	width: 900px;
	clear: both;
	text-align: center;
	background: url(../IMAGES/footer%20bg.png) no-repeat;
	padding: 8px;
	
}
.footerBlock {
	top: 0px;
	position: relative;
	float: none;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	left: 10px;
	word-spacing: 125%;
	list-style: none;

}
.footercopyright {
	float: right;
	vertical-align: middle;
	padding-right: 35px;
}


.menu {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

/*MAIN MENU STYLE*/
#mainMenu{
	position:absolute;
	margin: 0;
	padding: 0;
	top: 52px;
	right: 5px;
	height: 24px;
}
#mainMenu span{
	display: none;
	color: #333;
}
#mainMenu li, #mainMenu a {
	height:24px;
	display:block;
}
#mainMenu li{
	float:left;
	list-style:none;
	display:inline;
	margin-right: 0px;
	margin-left: 5px;
}
#mainMenu .one {
	width: 90px;
}
#mainMenu .two {
	width: 172px;
}
#mainMenu .three {
	width: 212px;
}
#mainMenu .one a:link, #mainMenu .one a:visited {background: url(../IMAGES/prodbut.png);}
#mainMenu .one a:hover {background: url(../IMAGES/prodbuthover.png);}
#mainMenu .one a:active {background: url(../IMAGES/prodbuthover.png);}

#mainMenu .two a:link, #mainMenu .two a:visited {background: url(../IMAGES/patienbut.png);}
#mainMenu .two a:hover {background: url(../IMAGES/patienbuthover.png);}
#mainMenu .three a:link, #mainMenu .three a:visited {background: url(../IMAGES/healthprobut.png);}
#mainMenu .three a:hover {background: url(../IMAGES/healthprobuthover.png);}

#mainMenu a:hover{background-position: 0px 21px;}

/*MAIN SUBMENU STYLE*/
#mainSUBMenu{
	position:relative;
	margin: 0;
	padding: 0;
	top: 0px;
	right: 0px;
	height: 50px;
}
#mainSUBMenu span{
	display: none;
	color: #333;
}
#mainSUBMenu li, #mainSUBMenu a {
	height:50px;
	display:block;
}
#mainSUBMenu li{
	float:left;
	list-style:none;
	display:inline;
	margin: 0px;
	padding: 5px 0px 0px;
}
#mainSUBMenu .four {
	width: 110px;
}
#mainSUBMenu .five {
	width: 140px;
}
#mainSUBMenu .six {
	width: 140px;
}
#mainSUBMenu .seven {
	width: 160px;
}
#mainSUBMenu .eight {
	width: 110px;
}
#mainSUBMenu .nine {
	width: 110px;
}
#mainSUBMenu .ten {
	width: 65px;
}
#mainSUBMenu .four a:link, #mainSUBMenu .four a:visited {background: url(../IMAGES/overview_off.png);}
#mainSUBMenu .four a:hover {background: url(../IMAGES/overview_on.png);}
#mainSUBMenu .four a:active {background: url(../IMAGES/overview_on.png);}

#mainSUBMenu .five a:link, #mainSUBMenu .five a:visited {background: url(../IMAGES/options_off.png);}
#mainSUBMenu .five a:hover {background: url(../IMAGES/options_on.png);}
#mainSUBMenu .five a:active {background: url(../IMAGES/options_on.png);}

#mainSUBMenu .six a:link, #mainSUBMenu .six a:visited {background: url(../IMAGES/howitworks_off.png);}
#mainSUBMenu .six a:hover {background: url(../IMAGES/howitworks_on.png);}
#mainSUBMenu .six a:active {background: url(../IMAGES/howitworks_on.png);}

#mainSUBMenu .seven a:link, #mainSUBMenu .seven a:visited {background: url(../IMAGES/CSCLINIC_OFF.png);}
#mainSUBMenu .seven a:hover {background: url(../IMAGES/CSCLINIC_ON.png);}
#mainSUBMenu .seven a:active {background: url(../IMAGES/CSCLINIC_ON.png);}

#mainSUBMenu .eight a:link, #mainSUBMenu .eight a:visited {background: url(../IMAGES/research_off.png);}
#mainSUBMenu .eight a:hover {background: url(../IMAGES/research_on.png);}
#mainSUBMenu .eight a:active {background: url(../IMAGES/research_on.png);}

#mainSUBMenu .nine a:link, #mainSUBMenu .nine a:visited {background: url(../IMAGES/prooverview_off.png);}
#mainSUBMenu .nine a:hover {background: url(../IMAGES/overview_on.png);}
#mainSUBMenu .nine a:active {background: url(../IMAGES/overview_on.png);}

#mainSUBMenu .ten a:link, #mainSUBMenu .ten a:visited {background: url(../IMAGES/FAQ_OFF.png);}
#mainSUBMenu .ten a:hover {background: url(../IMAGES/FAQ_ON.png);}
#mainSUBMenu .ten a:active {background: url(../IMAGES/FAQ_ON.png);}

#mainSUBMenu a:hover{
	background: 0px 0px;}


/*FOOTER MENU STYLE*/

#footerMenu{
	position:absolute;
	margin: 0;
	top: 0px;
	height: 10px;
	text-align: left;
	list-style: circle;
}
/*
#footerMenu{ position:absolute; margin: 0; padding: 0; top: 2px; left: 30px; height: 9px;}
#footerMenu span{display: none;}
#footerMenu li, #footerMenu a {height:9px; display:block;}
#footerMenu li{float:left; list-style:none; display:inline;}
#footerMenu a:hover{background-position: 0px 9px;}
#footerMenu .one {width: 54px;}
#footerMenu .two {width: 63px;}
#footerMenu .three {width: 41px;}
#footerMenu .four {width: 55px;}
#footerMenu .five {width: 29px;}
#footerMenu .one a:link, #footerMenu .one a:visited {background-image: url(../images/companyFtr.jpg);}
#footerMenu .two a:link, #footerMenu .two a:visited {background-image: url(../images/solutionsFtr.jpg);}
#footerMenu .three a:link, #footerMenu .three a:visited {background-image: url(../images/workFtr.jpg);}
#footerMenu .four a:link, #footerMenu .four a:visited {background-image: url(../images/contactFtr.jpg);}
#footerMenu .five a:link, #footerMenu .five a:visited {background-image: url(../images/blogFtr.jpg);}
*/

/* MY FOTTER   */
#footerMenu li, #footerMenu a {
	height:10px;
	display:block;
	list-style: none;
	margin-right: 8px;
}
#footerMenu li{
	list-style:url(none) none;
	display:inline;
	float: left;
}
#footerMenu a:link, #footerMenu a:visited {
	margin-left: 0px;
	margin-right: 5px;
	color: #94ABB6;
	text-decoration:none;
	overflow: visible;
	font: bold 10px Arial, Helvetica, sans-serif;
	list-style: circle;
}
#footerMenu li a:hover{
	color: #333;
	font: bold 10px Arial, Helvetica, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footerMenu li a:active{
	text-transform: none;
	color: #000;
	font: bold 10px Arial, Helvetica, sans-serif;
}

/*STYLES*/
body{
	background:white url(../IMAGES/microcurrent_bg.jpg) repeat-x left top;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	word-spacing: normal;
	color: #D6D6D6;
}

#contentWrapper {
	/*background: url(../images/bgShapeTop.png) top left no-repeat;*/
	/*border: thin #FF00FF dotted;*/
}
#relativeBackground {
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/bgShapeTop.png) top left no-repeat;
}
#bottomBackgroundBlock {
	background: url(file:///C|/Users/Marc/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/images/bgShapeBottRight.png) top left no-repeat;
}
#featuredContainer {
	text-align:center;
}
#patientContainer {
	text-align:center;
}
.img {
	border: none;
}


/*Changes added by Mike on July 29th 2009 */

/* changes to homepage */
.homeBlurbTitle{
	position: relative;
	width: 100%;
	height: 55px;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}

.homeBlurbTitle .arrow{
	position: relative;
	float: right;
	border: 0;
}

.homeBlurbTitle .icon{
	position: relative;
	float: left;
	border: 0;
	padding-top: 10px;
}

.homeBlurbTitle h1{
	position: relative;
	float: left;
	padding: 0;
	margin: 25px 0px 0px 5px;
	letter-spacing: 0px;
	text-decoration: none;
	font: small-caps normal 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #374E59;
}

.homeBlurbTitle h3{
	position: relative;
	float: left;
	padding: 0;
	margin: 25px 0px 0px 5px;
	letter-spacing: 0px;
	text-decoration: none;
	font: small-caps normal 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #A6B3B7;
	vertical-align: middle;
}

.homeBlurbTitle a:link, .homeBlurTitle a:active, .homeBlurTitle a:visited, .homeBlurTitle a:hover{
	color: #FF6600;
	text-decoration: none;
}

/* changes to solutions page*/
.solutionsList{
	color: #FF6600;
	list-style: disc inside;
}

.solutionsList li a:link, .solutionsList li a:active, .solutionsList li a:visited{
	color: #000000;
}

.solutionsList li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#subMenuTop h3 a:link, #subMenuTop h3 a:active, #subMenuTop h3 a:visited, #subMenuTop h3 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* changes to the footer*/
.footerImgs{
	
	
	
}

.footerImgs img{
	position: relative;
	top: -5px;
	margin: 0 10px 0 10px;
	border: 0;
}

/*Changes added by Mike on Dec 10 2009*/
#article p a:link, #article p a:active, #article p a:visited{
	color: #FF6600;
}

#article p a:hover{
	color: black;
}
.homeBlurbTitle h2 {
	position: relative;
	float: left;
	padding: 0;
	margin: 25px 0px 0px 5px;
	letter-spacing: 0px;
	text-decoration: none;
	font: lighter small-caps normal 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #46555B;
}
#wrapper #contentWrapper #contentArea #bottomWrapper .homeBlurb.noBorder p {
	font-style: normal;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	color: #369;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	color: #324E63;
}

h1 {
	font-size: 18px;
}
h1 {
	font-size: 18px;
}

.SUBmenu {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}

ul { list-style-image: url("../images/greendot.png") }
