body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Mozilla Browser remove outline fix: */
:-moz-any-link:focus {
  outline: none;
}

body a:link{
	color: #1e3c5e;
	/*text-decoration: none;*/
}

body a:visited{
	color: #266b7f;
}

body img{
	border:none;
}

table.wide-table { 
	margin: 0px auto;
}
table.wide-table td {
	width: 350px;
	margin: 0px auto;
}

#page{
	margin: 0px auto;
	width: 744px; /*744px;*/
	background-image: url(img/pagebgOriginal.jpg); /*url(img/pagebgv1.jpg);*/
	padding: 0px 0px 0px 22px;
}
#navigation{
	float:left;
	width:78px;
	padding-left:8px;
}
#navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;

}
#navigation ul li span{
	display:none;
}
#sweet a{
	background-image:url(img/sweetbtn.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}
#sweet a:hover{
	background-position: -75px 0px;
}

#sweetclick {
	background-image:url(img/sweetbtnclick.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}

#carbcounter a{
	background-image:url(img/carbbtn.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}
#carbcounter a:hover{
	background-position: -75px 0px;
}
#carbcounterclick {
	background-image:url(img/carbbtnclick.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}

#factsheets a{
	background-image:url(img/factsbtn.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}
#factsheets a:hover{
	background-position: -75px 0px;
}
#factsheetsclick {
	background-image:url(img/factsbtnclick.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}




#diabetesservice a{
	background-image:url(img/servicebtn.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}
#diabetesservice a:hover{
	background-position: -75px 0px;
}
#diabetesserviceclick {
	background-image:url(img/servicebtnclick.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}

#parentscarers a{
	background-image:url(img/parentsbtn.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}
#parentscarers a:hover{
	background-position: -75px 0px;
}
#parentscarersclick {
	background-image:url(img/parentsbtnclick.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}

#healthprofessionals a{
	background-image:url(img/professionalsbtn.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}
#healthprofessionals a:hover{
	background-position: -75px 0px;
}
#healthprofessionalsclick {
	background-image:url(img/professionalsbtnclick.png);
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	display:block;
}


#quiztype1 a{
	background-image:url(img/quiz1_btn.png);
	background-repeat: no-repeat;
	width:378px;
	height:61px;
	display:block;
}
#quiztype1 a:hover{
	background-position: -380px 0px;
}

#quiztype2 a{
	background-image:url(img/quiz2_btn.png);
	background-repeat: no-repeat;
	width:378px;
	height:61px;
	display:block;
}
#quiztype2 a:hover{
	background-position: -380px 0px;
}

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 15px;
font-size: 14px;
margin:10px;
color: #fff;
font-family: "comic sans serif", Times, serif;
background-color: lightyellow;
}
#pscroller1 a{
color: #fff;
text-decoration:underline;
}


#footer{
	clear:both;
	height:50px;
	/*background-image:url(img/linehorizontal.png);*/
	background-repeat:repeat-x;
	padding-top:3px;
}
#footer img{
	display:inline;
	margin: 0px auto;
}

#sideverticleline{
	width: 5px;	
	height: 100px;
	margin: 0px auto;
	/*	background-color: #f0ff00;;*/
}

#bottomline{
	width: 744px;
	height: 4px;
	clear: both;
	background-image:url(img/linehorizontal.png);
	background-repeat:repeat-x;
	padding-top: 2px;
	margin: 0px auto;
}

#topbanner {
	width: 655px;
	height: 113px;
/*	float:right;*/
/*	padding-left:3px;*/
}

#topbanner img{
	display:inline;
}

/*#contentcontainer {
	background-color:#000000;
	margin: 0px auto;
	padding:0px;
	width: 656px;
}*/
#content {
	background-color: #e0e0e0;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 656px;
}

#content p {
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	margin: 0px auto;
}


#content h1 {
	padding: 0px 5px 0px 20px;
/*	width: 400px;*/
	color: #cb9a31;
/*	font-weight: bold;
	font-size: 18px;	*/
}
#content h1 span {
	display: none;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	padding: 2px 5px 0px 20px;
	/*width: 400px;*/
	color: #cb9a31;
}

#content h3 {
	padding: 5px 5px 5px 20px;
	color: #000000;
/*	font-weight: bold;*/
	font-size: 17px;	
}
/*Tag for subheadings with longer titles*/
#content h4 {
	padding: 2px 5px 2px 20px;
/*	width: 550px;*/
	color: #cb9a31;
/*	font-weight: bold;
	font-size: 18px;	*/
}

#content h5 {
	padding: 15px 5px 5px 20px;
/*	width: 500px;*/
	color: #5a5859;
}

/*Bullet points*/
.textcontent ul{
/*	width: 400px;*/
	padding: 5px 0px 5px 50px;
	background-color: transparent;
}

.textcontent ul li{
	/*width: 400px;*/
	list-style-type: disc;
	padding-top: 5px;
	font-size: 12px;
}

#textcontent p{
font-family: Arial, Helvetica, sans-serif;
font-size:12px
}

.textcontent ol{
	/*width: 400px;*/
	padding: 5px 0px 5px 50px;
	
}

.textcontent ol li{
	/*width: 400px;*/
	font-size: 12px;
}

/*Top bullet points*/
.toptextcontent ul{
/*	width: 380px;*/
	padding: 0px 0px 0px 50px;
	/*margin-left: 50px;
	padding-left: 0px;*/
}

.toptextcontent ul li{
/*	width: 200;*/
	list-style-type: disc;
}

/*Index only page*/
#indexcontent {
	/*rgin: 0px auto;*/
	padding: 8px;
	width: 640px;
}
#rightnavigation {
	float:right;
	width: 143px;
	margin: 10px 0px 40px 40px;
	padding:0px;
}
/*Right hand side menu setting*/
.sideMenu{
	width:143px;
}
.sideMenu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.sideMenu ul li{
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}

.sideMenu ul li span{
	padding: 0px 2px 0px 10px;
	/*font-family:  Verdana, Helvetica, Arial, sans-serif, Times New Roman;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	/*color:#ffffff;*/
	position:relative;
	top:5px;
}

.sideMenu a{
	width:143px;
	height:25px;
	display:block;
	text-align: center;
	/*background-color: #d8d8d8;*/
}

.sideMenu a:link, a:visited{
	text-decoration: none;
}

/*Replacement for right hand side menu btn -Replaces small buttons to big buttons  */
.extendedbuttonmain a{
	width:143px;
	height:40px;
	display:block;
	padding-bottom:2px;
	padding-top:3px;
}

/*Pre setup for any .swf files that need to be padded.*/
#flashembed{
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 16px 5px;
	overflow: hidden;
	/*border: 1px double #fff;*/
}

#contentflash{
	margin: 0px auto;
	padding: 0px;
	width: 656px;
	/*float: right;*/
}

#flashembedquiz{
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	/*border: 1px double #fff;*/
}
#contentflashquiz{
	margin: 0px auto;
	margin-left: 0px;
	padding: 0px;
	width: 656px;
	/*float: right;*/
}

#mainleft{
	float: left;
	width: 280px;
	height: 252px;
/*border: 1px solid #f00;*/
}

#mainright{
	width: 350px;
	height: 252px;
	margin-left:288px;
	*float: right;
	*margin-left: auto;
/*	border: 1px solid #f00;*/
	
}
#mainfooter{
	width: 642px;
	height: 94px;
	clear: both;
}

#mainright img{
	border:none;	
}

#mainfooter img{
	border:none;
}

#mainfooterIL{
	float:left;
	width: 288px;
	padding: 20px 0px 0px 30px;
	
}
#mainfooterIR{
	width: 293px;
	background-color: #00FF00;
	clear:both;
	display: inline;
}

#mainleftcontentbox{
	width:252px;
	height: 263px;	
	margin: 5px 0px 0px 20px;
	background:url(../images/home_welcome_bg_txt.jpg);
	padding: 0px;
}

#mainleftcontentbox p{
	width: 232px;
	padding: 5px 10px 3px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
}

.returntopfooter {
	margin: 0px auto;
	width: 600px;
	font-size: 12px;
}

.returntopfooter a {
	margin-left: 540px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentcontainer {
	background: url(img/lineverticle.png) top left repeat-y;
	padding:0px;
	overflow: auto;
	*float: left;
	width: 658px;
}

#topbanner {
	width: 635px;
	height: 85px;
	padding-left:10px;
}

#resource #topbanner,#health #topbanner,#service #topbanner,#parents #topbanner  {
	overflow: hidden;
	width: 653px;
	height: 113px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#resource #content,#health #content,#service #content,#parents #content{
	background-color:#e0e0e0; 
	/*background-color:#d8d8d8;*/
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 653px;
	float:right;
}

#health #textcontent ul li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;		
}

#resource .box a:visited{
	color: #266b7f;
	text-decoration: underline;
}
#carb #content {
	background-color:#d8d8d8;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 653px;
	float: right;
	overflow: hidden;
}

#health #textcontent, #parent#textcontent h2 { padding: 0px 0px 0px 20px;  margin: 0px auto;}

#resource .sideMenu a {	background-color: #1e3c5e;	color: #c9cccc;}
#resource .sideMenu a:hover{	background-color: #900f0f;	color: #c9cccc;}

#parents .sideMenu a {	background-color: #455d5f;	color: #9ab8a3;}
#parents .sideMenu a:hover{	background-color: #6a3820;	color: #dcdcdc;}

#health .sideMenu a {		background-color: #4bb5c2;	color: #1b5057;}
#health .sideMenu a:hover{	background-color: #749d23;	color: #174b51;}

#service .sideMenu a {	background-color: #6b411b;	color: #ffffff;}
#service .sideMenu a:hover{	background-color: #c1972d;	color: #714823;}


.returntopfooter a{
	margin-left: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:65px;
	height:23px;
	display:block;
	padding-left:5px;
	padding-top:3px;
	color:#fff;
}
#parents  .returntopfooter a{
	background-color: #455d5f;	color: #9ab8a3;
}
#parents .returntopfooter a:hover{	background-color: #6a3820;	color: #dcdcdc;}
#health  .returntopfooter a{
	background-color: #4bb5c2;	color: #1b5057;
}
#health .returntopfooter a:hover{	background-color: #749d23;	color: #174b51;}

a.thickbox{
	/*background-color:#00FF00;*/
}