/* imthinkingofyou.com.au CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	margin:0;
	padding:0;
	word-wrap: break-word;
}

h1 {
	padding:0;
	margin:0;
	color:#666666;
	font-size:2em;
	font-weight:normal;
	margin-bottom:20px;
}

h2 {
	padding:0;
	margin:0;
	color:#990066;
	font-size:1.5em;
	font-weight:normal;
	text-transform: lowercase;
}

p
{
	font-size:1em;
	line-height:1.7em;
	margin-bottom:5px;
	margin-top:5px;
	padding:0;
}

a {
	font-size:1em;
	padding-left:0px;
	/*text-decoration:none;*/
	color:#333333;
}

/* Main content lives in here */
#content {
	width:770px;
	position:absolute;
	left:50%; /* center the content */
	padding:0;
    margin-left: -385px; /* half of the width */
    background-color:#ffffff;
}

/* imthinkingofyou.com banner image */
#banner {
	width:770px;
	height:107px;
	background: url(../graphics_2008/justlogo.gif) left top no-repeat;
}

.logoLink
{
	text-decoration:none;
	padding:100px 0px 100px 0px;
}

.logoLink span { 
/* Top right corner */ 
	padding:80px;
}


/* Left Column */
#leftCol {
	float:left;
	width:558px;
	/* background-image:url(../graphics/zebraFillForward.gif); */
	/* background-repeat:repeat-x; */
}

/* Left Column Padding */
#leftColPad {
	padding-top:30px;
}

/* Single Column */
#singleColumn
{
	width:770px;
	background-image:url(../graphics/zebraFillForward.gif);
	background-repeat:repeat-x;
}

#singleColumnPad
{
	padding-top:30px;
}

/* Profile View */
#profile {
	width:558px;
	margin-bottom:10px;
}

/* Profile Image Container */
#profileImageContainer {
	float:left; /* float image container left */
	width:110px;
	height:130px;
	background-color:#CCCCCC;
	margin:0;
	padding:0;
}
/* Profile Image Border */
#profileImageBorder {
	background-color:#ffffff;
	width:108px;
	height:108px;
	padding-left:1px;
	padding-top:1px;
}

/* Profile Image */
#profileImage {
	width:103px;
	height:103px;
	/*background-image:url(../graphics/profile.jpg);*/
	border:2px solid #ffffff;
	text-align:center;

}

#profileImage img 
{
	border:none;
	
}

/* Profile Details */
#profileDetails {
	float:right; /* float detail container right */
	width:448px;

	background-image:url(../graphics/xoColoured.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border-bottom:1px solid #ffffff;
	overflow:hidden;
}

#profileDetailsPad {
	padding-left:20px;
}

.profileDetailsInfo
{
	
}

.smsCode
{
	position:relative;
	background-color:#ffffff;
	text-align:center;
	height:20px;
	width:109px;
}

.smsCodeLink
{
	text-decoration:underline;
	cursor:pointer;
}

#smsCodeDiv
{
	position:absolute;
	left:270px;
	top:220px;
}

#profileDetails h2 {
	color:#333333;
	font-size:1.8em;
	font-weight:normal;
	display:inline;
}

#profileDetails .city {
	color:#333333;
	font-size:1.2em;
	font-weight:normal;
}

#profileDetails .state {
	color:#333333;
	font-size:1.2em;
	font-weight:normal;
}



#footer
{
	/* background-image:url(../graphics/zebraFillForward.gif); */
	/* background-position:left top; */
	/* background-repeat:repeat-x; */
	text-align:center;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.footerSmallTxt
{
	font-size:0.8em;
	padding:5px;	
	color:#999999;
}

/* Heading Bar */
.headingLeft
{
	float:left;
}
	
.headingRight
{
	float:right;
	width:200px;
	text-align:right;
	color:#ffffff !important;
}

.headingRightpad {
	padding-top:14px;
	padding-right:30px;
}

.headingRight a
{
	font-weight:bold;
	color:#ffffff !important;
}

/* Heading Bar Purple */
.pHeading {
	height:40px;
	background-image:url(../graphics/headBarPurple.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.pHeading .headingRight
{
	background-image:url(../graphics/purpleHearts.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

.pHeading h2 {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
}

.pHeading h2 a 
{
	display:block;
	margin:0;
	padding-top:10px;
	padding-left:15px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.pHeading h2 span {
	display:block;
	padding-top:10px;
	padding-left:15px;
	color:#FFFFFF;
}

.pHeadingHearts 
{
	float:right;
	height:33px;
	width:82px;
	background-image:url(../graphics/purpleHearts.gif);
}

/* Heading Bar Green */
.gHeading {
	height:40px;
	background-image:url(../graphics/headBarGreen.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.gHeading .headingRight
{
	background-image:url(../graphics/greenHearts.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

.gHeading h2 {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
}

.gHeading h2 a 
{
	display:block;
	margin:0;
	padding-top:10px;
	padding-left:15px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

.gHeading h2 span {
	display:block;
	padding-top:10px;
	padding-left:15px;
	color:#FFFFFF;
}

.gHeadingHearts 
{
	background-image:url(../graphics/greenHearts.gif);
	float:right;
	height:33px;
	width:82px;
}

/* Short Heading Bar Purple */
.pHeadingShort {
	width:212px;
	height:40px;
	background-image:url(../graphics/headBarPurpleShort.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.pHeadingShort h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:normal;
}

.pHeadingShort h2 span {
	display:block;
	padding-top:10px;
	padding-left:20px;
}

/* Short Heading Bar Green */
.gHeadingShort {
	width:212px;
	height:40px;
	background-image:url(../graphics/headBarGreenShort.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.gHeadingShort h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:normal;
}

.gHeadingShort h2 span {
	display:block;
	padding-top:10px;
	padding-left:20px;
}

.miniBoxRow3
{
	padding:5px;
	padding-top:0px;
	margin-left:16px;
	background-image:url(../graphics/zebraFillForward.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:40px;
}

.miniBoxRow2
{
	background-image:url(../graphics/greytile.gif);
	border-bottom: 1px solid black;
	padding:10px;
	margin-left:14px;
}

.miniBoxRow1
{
	border-bottom: 1px solid black;
	padding:10px;
	margin-left:14px;
}

/* Right Column */
#rightCol 
{
    padding-top:21px;
	float:right;
	width:212px;
}

/* -------------------------------------------------------- */

/* Speech Bubble */
#speechBubble {
	width:212px;
	background-image:url(../graphics/greySpeechBubble.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#speechBubblePad {
	padding-top:17px;
	padding-bottom:0;
	padding-left:22px;
	padding-right:5px;
}

#bubbleEnd {
	width:212px;
	height:43px;
	background-image:url(../graphics/greyBottom.gif);
	background-repeat:no-repeat;
}



/* used to clear any floats */
.clearer {
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}

/* used to hide elements */
.hidden {
	display:none;
}

/* used to seperate elements when no css is used */
hr {
	display:none;
}

/* used to clear the space at the top of forms in IE */
form {
	display:inline;
	margin:0px;
	padding:0px;
}

/* main menu navigation */
#itoyMenuBox {
	position:absolute;
	width:750px;
	height:25px;
	left:50%; /* center the content */
	margin-left: -385px; /* half of the width */
	padding:0;
	top: 75px;
}

#itoyMenu {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}


.mainNavfaqs {
	width: 58px;
}
.mainNavabout {
	width: 110px;
}
.mainNavPZ {
	width: 147px;
}
.mainNavHome {
	width: 72px;
}
.mainCarepanel {
	width: 126px;
}

#itoyMenu li {
	height:19px;
	float:right;
	/* padding-right:10px; */
	/* border-right:1px solid #333333; */
	list-style:none;
}

#itoyMenu .noBorder {
	height:18px;
	float:right;
	/* padding-right:10px; */
	/* border-right:1px solid #FFFFFF !important; */
	list-style:none;
}

#itoyMenu li a{
	font-size:1.2em;
	padding-left:10px;
	text-decoration:none;
	color:#333333;
}

/* top sub-menu navigation */

.subMenuBox {
	position:absolute;
	width:770px;
	height:30px;
	left:50%;  /*center the content */
	margin-left: -385px;  /*half of the width */
	padding:0;
	top: 10px;
}

.subMenu {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

.subMenu li {
	height:15px;
	float:right;
	padding-right:7px;
	border-right:1px solid #333333;
	list-style:none;
}

.subMenu .noBorder {
	height:18px;
	float:right;
	padding-right:12px;
	border-right:1px solid #FFFFFF !important;
	list-style:none;
}

.subMenu li a{
	font-size:1em;
	padding-left:7px;
	padding-left:7px;
	text-decoration:none;
	color:#333333;
}

/* Dropdown Box */
#dropdownmenu {
	position:absolute;
	width:210px;
	height:20px;
	left:50%;  /*center the content */
	margin-left: 184px;  /*half of the width */
	top:100px;
}

#dropdownmenu select
{
	width:200px;
}

.myCareZoneHead
{
    padding-top:0px;
	color:#79B400;
	font-weight:bold;
}
/* -------------------------------------------------------- */
.button { 
/* Top left corner, top edge */
/* Take this away if you want the buttons under each other */
	float:left;
	width:180px;
	color:#666666; /* Text colour */ 
	background:#f1f1f1 url(../graphics/button.gif) no-repeat; /* Fallback bg colour for images off */ 
	font:1.2em/1.1 Arial,serif; 
	text-decoration:none; 
	text-align:center;
	cursor:pointer;
}

.button * {display:block;}
.button input
{
	top: 0px !important;
	left: 0px !important;
	display: inline !important;
	border:0 !important;
	background-image:none !important;
	background-color:Transparent;
	width:158px !important;
	height:17px !important;
	padding:0px !important;
	margin:0px !important;
	cursor:pointer !important;
	font:1em Arial,serif !important;
	color:#666666;
}

.button span { 
/* Top right corner */ 
	padding:12px 0 0; 
	background:url(../graphics/corners.gif) no-repeat right top; 
}

.button span span { 
/* Bottom left corner, left and bottom edges */ 
	padding:0 0 0 12px; 
	background:url(../graphics/button.gif) no-repeat left bottom; 
}

.button span span span { 
/* Bottom right corner */ 
	padding:0 0 12px; 
	background:url(../graphics/corners.gif) no-repeat right bottom; 
}

.button span span span span { 
/* Right edge */ 
	padding:0px 12px 0px 0px; 
/* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */ 
	background:url(../graphics/button.gif) no-repeat right center; 
}

.button:hover, 
.button:focus, 
.button:active { 
/* Help keyboard users */ 

/* Not supported by IE/Win :-( */ 
	color:#000000; 
}

.linkButtons .button { 
/* Top left corner, top edge */
/* Take this away if you want the buttons under each other */
	background:#f1f1f1 url(../graphics/buttongrey.gif) no-repeat; /* Fallback bg colour for images off */ 
}

.linkButtons .button span { 
/* Top right corner */ 
	background:url(../graphics/cornersgrey.gif) no-repeat right top; 
}

.linkButtons .button span span { 
/* Bottom left corner, left and bottom edges */ 
	background:url(../graphics/buttongrey.gif) no-repeat left bottom; 
}

.linkButtons .button span span span { 
/* Bottom right corner */ 
	background:url(../graphics/cornersgrey.gif) no-repeat right bottom; 
}

.linkButtons .button span span span span { 
/* Right edge */ 
/* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */ 
	background:url(../graphics/buttongrey.gif) no-repeat right center; 
}

/* Accessibility List Mode */
.linkButtons ul { 
	list-style:none;
	margin:0;
	padding:0;
}

.linkButtons li { 
	display:inline;
	margin:0;
	border-bottom:1px solid #666666;
}

.linkButtons li a {
/* padding over-ride */
	/* margin-right:5px !important; */
}

.linkButtons {
	width:180px;
}

/* -------------------------------------------------------- */
.greenButton { 
/* Top left corner, top edge */
/* Take this away if you want the buttons under each other */
	float:left;
	width:180px;
	color:#FFFFFF; /* Text colour */ 
	background:#66CC00 url(../graphics/buttongreen.gif) no-repeat; /* Fallback bg colour for images off */ 
	font:1.2em/1.1 Arial,serif; 
	text-decoration:none; 
	text-align:center;
}

.greenButton * {display:block;}

.greenButton span { 
/* Top right corner */ 
	padding:12px 0 0; 
	background:url(../graphics/cornergreen.gif) no-repeat right top; 
}

.greenButton span span { 
/* Bottom left corner, left and bottom edges */ 
	padding:0 0 0 12px; 
	background:url(../graphics/buttongreen.gif) no-repeat left bottom; 
}

.greenButton span span span { 
/* Bottom right corner */ 
	padding:0 0 12px; 
	background:url(../graphics/cornergreen.gif) no-repeat right bottom; 
}

.greenButton span span span span { 
/* Right edge */ 
	padding:0px 12px 0px 0px; 
/* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */ 
	background:url(../graphics/buttongreen.gif) no-repeat right center; 
}

.greenButton:hover, 
.greenButton:focus, 
.greenButton:active { 
/* Help keyboard users */ 

/* Not supported by IE/Win :-( */ 
	color:#CCFF99; 
}

.yellowButton ul
{
	padding:0px !important;
	margin:0px !important;
	list-style:none;
}

.yellowButton .button { 
/* Top left corner, top edge */
/* Take this away if you want the buttons under each other */
	float:left;
	width:180px;
	color:#666666; /* Text colour */ 
	background:#66CC00 url(../graphics/buttonyellow.gif) no-repeat; /* Fallback bg colour for images off */ 
	font:1.2em/1.1 Arial,serif; 
	text-decoration:none; 
	text-align:center;
}

.yellowButton .button * {display:block;}

.yellowButton .button span { 
/* Top right corner */ 
	padding:12px 0 0; 
	background:url(../graphics/corneryellow.gif) no-repeat right top; 
}

.yellowButton .button span span { 
/* Bottom left corner, left and bottom edges */ 
	padding:0 0 0 12px; 
	background:url(../graphics/buttonyellow.gif) no-repeat left bottom; 
}

.yellowButton .button span span span { 
/* Bottom right corner */ 
	padding:0 0 12px; 
	background:url(../graphics/corneryellow.gif) no-repeat right bottom; 
}

.yellowButton .button span span span span { 
/* Right edge */ 
	padding:0px 12px 0px 0px; 
/* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */ 
	background:url(../graphics/buttonyellow.gif) no-repeat right center; 
}

/* -------------------------------------------------------- */
#giveMeUpdate
{
	background:url(../graphics/giveUpdateBack.jpg) no-repeat left center;
}

#updateLeft {
	float:left;
	width:200px; 
}

#updateLeftPad {
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
}

#updateLeftPad p {
	margin:0;
	padding:0;
}

#updateRight {
	float:right;
	width:228px;
}

#updateRightPad {
	padding-top:10px;
	padding-left:35px;
	padding-bottom:10px;
}

#updateRightPad ul {
	list-style:none;
	margin:0;
	padding:0;
}

#giveMeUpdatePad {
	padding-bottom:10px;
}

/* generic styles */
.small {
	font-size:.9em;
}
.green {
	color:#669900;
}

.purple {
	color:#990066;
}

.seperator {
	height:15px;
}

.pageDesc
{
	color:#999999;
}

.pageDesc *
{
	color:#999999;
}

/* Task Bar List Classes */
.whatStatusBar {
	height:25px;
	font-size:.9em;
}

.whatcanidoLine {
	border-bottom:1px solid #666666;
}
.criticalUpdateLine
{
	border-bottom:1px solid #666666;
	background-image:url(../graphics/yellowtile.gif);
	background-repeat:repeat;
	background-position:left top;
}
.statusLeft {
	float:left;
	width:350px;
	overflow:hidden;
}

.statusLeftpad {
	padding-top:7px;
	padding-left:15px;
	padding-bottom:7px;
}

.statusLeftpad p {
	margin:0;
	padding:0;
}

.statusRight {
	float:right;
	width:200px;
	text-align:right;
}

.statusRightpad {
	padding-top:7px;
	padding-right:15px;
	padding-bottom:7px;
}

.statusRightpad a{
	font-weight:bold;
	text-decoration:none;
}

.taskAssigned {
	background-image:url(../graphics/greytile.gif);
	padding-bottom:1px;
}

/* unassigned color */
.unassigned {
	color:#990066;
}

/* assigned color */
.assigned {
	color:#669900;
}

/* completed color */
.completed {
	color:#669900;
}

.stripes {
	height:20px;
	background-image:url(../graphics/zebraFillForward.gif);
	background-repeat:repeat-x;
}

.listEnd
{
	border-top:1px solid #666666;
	padding-bottom:10px;
	margin-top:10px;
}

.txtBold
{
	font-weight:bold !important;
}

.txtunderline
{
	text-decoration:underline !important;
}

.txtLowercase
{
	text-transform:lowercase;
}

.donateBtn
{
	padding-top:0px;
	padding-right:10px;
	padding-left:22px;
	padding-bottom:20px;
}

.tooltip 
{
    display: none;
    position: absolute; 
    top:0px;
    background: #79B400;  
    font: normal 8pt sans-serif; 
    color: #FFFFFF;
    padding: 3px; 
    border: solid 1px #006600;
    text-align:left;
}

.absTooltip
{
	position: absolute; 
    top: 0px;  
    left: 0px;
    background-repeat: repeat;  
    background-image: url(../graphics/tooltipgreen.png);
    font: normal 8pt sans-serif; 
    color: #FFFFFF;
    padding: 3px; 
    border: solid 1px #006600;
    display:none;
}

.staticPages p
{
	padding-top:10px;
	padding-bottom:10px;
}

.staticPages ul
{
	list-style:none;
}

.staticPages li
{
	padding-top:5px;
	padding-bottom:5px;
}

.staticPages li span
{
	padding-right:10px;
}

.creditHead
{
	font-size:1.1em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	
}

.credits ul
{
	margin-top:50px;
}

.credits li
{
	padding-bottom:30px;
	
}

.credits img
{
	border:none;	
}

.credits .logo
{
	float:left;
	width:150px;
}

.credits .creditText
{
	float:left;
	width:500px;
}

.creditText a
{
	background-image:url(../graphics/greenArrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}

.center
{
	text-align:center;
}

.toc
{
	text-align:center;
}

.toc ul
{
	margin:20px 0px 20px 0px;
	padding:0px;
	width:500px;
}

.toc li
{
	float:left;
	margin:0px;
	padding:0px;
	margin:4px;
	font-size:1.5em;
	font-weight:normal;
	text-transform: lowercase;
	color:#666666;
}

.toc a
{
	color:#666666;
}

.tocHead
{
	font-size:1.5em;
	color:#990066;
	font-weight:normal;
	text-transform: lowercase;
	border-bottom:1px solid #990066;
	display:block;
}

.backToTop
{
	float:right;
	text-decoration:none;
	color:#666666;
	background-image:url(../graphics/greyArrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
	
}

/* ADDITIONS UPDATE 2008 */

.HPFirstContainer, .HPSecondContainer, .HPThirdContainer {
	padding-left: 10px;
	padding-right: 10px;
}
#FlashMovie {
	background: url(../graphics_2008/flashPlaceholder.jpg) left top no-repeat;
	width: 455px;
	height: 193px;
	float: left;
}
.LoginContainer {
	float: right;
	background: url(../graphics_2008/loginBG.jpg) left top no-repeat;
	width: 227px;
	height: 163px;
	padding: 30px 20px 0 20px;
}
.SignUpLogin {
	background: url(../graphics_2008/inputShad.gif) left top repeat-x;
	height: 24px;
}
.SignUpLoginLeft {
	background: url(../graphics_2008/inputShad_left.gif) left top no-repeat;
	height: 24px;
}
.inputfield {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	background: none;
	border: none;
	padding-top: 6px;
	padding-left: 10px;
	width: 210px;
}
.forgotenPassLink {
	text-align: right; 
	font: normal normal 10px Arial, Helvetica, sans-serif; 
	padding-top: 3px;
}
.forgotenPassLink a {
	text-decoration: none;
}
.forgotenPassLink a:hover {
	color: #FFF;
}
.signUpButton {
	font: normal bold 16px Arial, Helvetica, sans-serif;
	color: white;
	position: absolute;
	margin-left: 140px;
	margin-top: 5px;
	background: none; 
	border: none;
	height: 24px;
	width: 80px;
}
.signUpButton:hover {
	color: #8cbf25;
}
.tabMiddle {
	background: url(../graphics_2008/tab_middle.jpg) left top repeat-x;
	height: 36px;
}
.tabLeftWhite {
	background: url(../graphics_2008/tab_left_white.jpg) left top no-repeat;
	height: 36px;
}
.tabLeftWhiteTwo {
	background: url(../graphics_2008/tab_left_col_2.jpg) left top no-repeat;
	height: 36px;
}
.tabRightWhite {
	background: url(../graphics_2008/tab_right_white.jpg) right top no-repeat;
	height: 29px;
	text-align: center;
	padding-top: 7px;
}
.caringForFamily {
	width: 371px;
	float: left;
}
.videoTutWrapper {
	width: 182px;
	float: left;
}
.TutVideoWrapper {
	width: 371px;
	float: left;
}
.steps {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #686868;
	line-height: 19px;
	width: 347px;
	background: url(../graphics_2008/steps.jpg) left top no-repeat;
	padding: 122px 0px 0 25px;
}
.bacisBox {
	background: url(../graphics_2008/basicBoxGrad.jpg) left top repeat-x;
	line-height: 19px;
	text-align: center;
	width: 182px;
	padding: 0px;
	padding-top: 20px;
}
.widthThreeSevenOne {
	width: 371px;
	text-align: left;
	padding-top: 8px;
}
.enhancedButton {
	padding-top: 25px;
}
.enhanButtfreeAccPadding {
	padding-top: 22px;
}
.enhancedCenter {
	background: url(../graphics_2008/enahncedButton_center.jpg) left top repeat-x;
	height: 47px;
}
.enhancedRight {
	background: url(../graphics_2008/enahncedButton_right.jpg) right top no-repeat;
	height: 47px;
}
.enhancedLeft {
	background: url(../graphics_2008/enahncedButton_left.jpg) left top no-repeat;
	height: 31px;
	padding-top: 16px;
}
.enhanButton {
	font: normal bold 13px Arial, Helvetica, sans-serif;
	color: #585858;
	background: none;
	border: none;
	cursor: pointer;
}
.enhanButtonNormal {
	padding-top: 1px;
}
.enhanButtonNormal a:link, .enhanButtonNormal a:visited {
	font: normal bold 13px Arial, Helvetica, sans-serif;
	color: #585858;
	text-decoration: none;
}
.enhanButtonNormal a:hover, .enhanButtonNormal a:active {
	color: #585858;
}
.videoTutWrapperPadding {
	padding-left: 7px;
}
.secondContainer {
	padding-top: 25px;
}
.tutVideosExpl {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 19px;
	padding-left: 75px;
}
.chack {
	position: absolute;
	margin-top: -19px;
}
.chackShadow {
	background: url(../graphics_2008/chackShadow.jpg) 3px 35px no-repeat;
}
.TutVideosList {
	width: 172px;
}
.TuVideoBoderRight {
	border-right: black 1px solid;
}
.TutVideosList ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font: normal normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #b5146d;
	list-style: none;
	line-height: 30px;
}
.TutVideosList ul li {
	padding-bottom: 5px;
	background: url(../graphics_2008/videoTutIcon.png) left top no-repeat;
	padding-left: 30px;
}
.TutVideosList ul li a:link {
	font: normal normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #b5146d;
	text-decoration: underline;
}
.TutVideosList ul li a:hover {
	text-decoration: none;
}
.healthPartnerWrapper {
	background: url(../graphics_2008/healthpartners.gif) left top no-repeat;
	width: 361px;
	float: right;
}
.HealthPartnerExpl {
	padding-left: 120px;
	padding-top: 15px;
}
.HealthPartExpOne {
	font: normal normal 16px Arial, Helvetica, sans-serif;
	color: #5b5b5b;
}
.HealthPartExpTwo {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: black;
}
.familyPic {
	padding-left: 35px;
	padding-top: 45px;
}


