@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-align: left;
	background-attachment: scroll;
	background-color: #bbbbbb;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bkgcontainer {
	background-image:url(http://d26ak9nx1v4buv.cloudfront.net/bg.gif);  /*--gradient border ON CLOUDFRONT,SYNTAX MIGHT BE WRONG--*/	
/*--	background-image:url(../pix/bg.gif);  SAFETY,THIS ONE WORKS  gradient border--*/
	background-position:left;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	position: relative;
}

#container {
	width:942px;
	background-color:#FFF;    /*--inactive....'container' is a class, not an ID!  r--*/
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
	text-align: left;
}

h1 {border-bottom:0px solid #FFFFFF;
}

h2 {
	font-size:1.7em;
	margin-bottom:0.7em;
	margin-top:0.0em;
	_margin-top:-.2em;   /* only seen by ie 6 */
}
h3 {margin-bottom:.7em;margin-top:1.2em;
	font-size:1.5em;
	line-height: 1.5em;
}
a {
	color: #000000;
	text-decoration: none;
}
p {
	margin:0 0 1em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #333;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align: left;
}

p.small {margin:5px 6px 23px 0;
	line-height:1.7em;}

dl {margin:0 0 1.5em 0;
font-family:Verdana, Arial, Geneva, sans-serif;}

dt {font-weight:normal;
	color:#F33;
}

dd {
	margin-left:0em;
	margin-top:1.2em;
	margin-bottom:.2em;
	font:Verdana, Arial, Geneva, sans-serif;
	font-weight:normal;
	font-size:1em;
	color:#666;
}

dt {margin-bottom:2em;}

dt a {
	font-size:1.1em;
	line-height:1.7em;
	font-weight:normal;
	color: #990000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	background-color: transparent;
	border-color: #999;
	_border-color: #CCC;    /*--    '_' hack only executed by ie6 Win --*/
	_border-style: solid;    /*--    '_' hack only executed by ie6 Win --*/
	}
	
	
dt a:hover {
	color: #990000;
	background-color:#FFB;
	border-color: #C40000;
	border-style: solid;
}

#content {
	margin-top: -14px;
	*margin-top:-28px;  /*-- only seen by ie 6 and ie 7 --*/
}

#content ul {
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #333;
	margin-top:-.3em;
	margin-left:3em;
	line-height: 1.5em;
	font-size: 1.1em;
}

#content li {
margin-top:.5em;
}


#content h2 {
	word-spacing:0.1em;
	margin-top:1em;
	margin-bottom:0.7em;
	line-height:1.4em;
	margin-right: -0.1em;
	font-size: 1.6em;
}
#content h3 {
	word-spacing:.15em;
	margin-bottom:0.5em;
}
#content h4 {
	font-weight:bold;
	margin-right:9px;
	text-align: center;
	line-height: 1.6em;
	margin-top:.8em;
	margin-bottom:.8em;
}

#content h5 {
	font-weight:bold;
	margin-bottom:9px;
}

#content p a {
	color: #990000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	background-color: transparent;
	border-color: #999;
	_border-color: #CCC;    /*--    '_' hack only executed by ie6 Win --*/
	_border-style: solid;    /*--    '_' hack only executed by ie6 Win --*/
}
	 
#content p a:hover {
	color: #990000;
	background-color:#FFB;
	border-color: #C40000;
	border-style: solid;
}

.definition {
	color: #990000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	background-color: transparent;
	border-color: #999;
	_border-color: #CCC;    /*--    '_' hack only executed by ie6 Win --*/
	_border-style: solid;    /*--    '_' hack only executed by ie6 Win --*/

}
.required {
	color: #F00;
	font-weight:bold;
}

#content p definition {
	text-decoration: none;
	background-color: transparent;
}

#content ul {
	margin-top:.7em;
	margin-right:1em;
	margin-left:2em;
	margin-bottom:1.2em;
	line-height: 1.4em;
}

#content li {
	margin-bottom:1em;
	line-height: 1.5em;
}


#content li a {
	color: #990000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	background-color: transparent;
	border-color: #999;
	_border-color: #CCC;    /*--    '_' hack only executed by ie6 Win --*/
	_border-style: solid;    /*--    '_' hack only executed by ie6 Win --*/
}
	 
#content li a:hover {
	color: #990000;
	background-color:#FFB;
	border-color: #C40000;
	border-style: solid;
}


p img.left {
	float:left;
	margin:-.1em 1.5em 9em 0;
	*margin:-.1em 1.5em -.5em 0;  /*-- only seen by ie 6 and ie 7 --*/
}

.box {
	padding: 1em 1em 0em 1em;
	margin-bottom:1.8em;
	border: 1px solid #B5C2E1;
	font-family: Arial, Helvetica, sans-serif;
}

.box h3 {
	font-size: 1.2em;
	font-style: normal;
	color: #083975;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 5px;
}
.box h4 {
	font-size: 1em;
	font-style: normal;
	color: #083975;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 5px;
}

.box p {
	font-size: 1em;
	line-height: 1.7em;
	color: #073265;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.box p a {
	color: #073265;
	background-color: transparent;
	border-color: #4F7BFF;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	_border-style: solid;    /*--    '_' hack only executed by ie6 Win --*/
	_border-color: #79F;
text-decoration: none;
	background-color: transparent;
}
	 
.box p a:hover {
	color: #03C;
	background-color:#F0F4FF;
	border-color: #0946FF;
	border-style: solid;
}

.box .small {
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #073265;
	line-height: 1.8em;
	margin-top: 0em;
	margin-bottom: 5px;
}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}

.box img.right {
	float:right;
	margin:.5em 0 .5em .3em;
}
.box img.left {
	float:left;
	margin:-.1em 1.5em .5em 0;
	*margin:-.1em 1.5em -.5em 0;  /* only seen by ie 6 and ie 7 */
}
.box ul {
	color: #073265;
	margin-top:-.5em;
	margin-left:1.75em;
	margin-bottom:.7em;
	line-height: 1.4em;
	font-size: 1.1em;
}
.box li {
margin-top:.2em;
}

strong {
	font-family: inherit;
}
.loud {
	color:#000000;
}
ul, ol {
	margin:0 0em 1.5em 1.5em;
}

hr {
	width:auto;
	color: #FFF;
	background-color: #FFF;
}

ul.sidenav {
	float: left;
	margin: 24px 0 0 0;
	_margin-top:12px 0 0 0;
	padding: 0;
	width: 215px;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;   /*----Bevel Effect----*/
	border-top: 1px solid #DDD;    /*----Bevel Effect----*/
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
ul.sidenav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.sidenav li a{
	border-top: 1px solid #FFFFFF;  /* FFCC00 --Bevel Effect--  */
	border-bottom: 1px solid #DDD;  /*--Bevel Effect--*/
	padding: 6px 3px 8px 7px;
	display: block;
	color: #888;
	text-decoration: none;
	width: 205px;
	background: #F6F6F6  no-repeat 5px 10px;
	position: relative;
	z-index: 2;
}
ul.sidenav li a:hover {
	background-color: #ffffff;
	border-top: 1px solid #FFFFFF;
	_color:gray;     /*--    '_' hack only executed by ie6 Win --*/
	font-family: inherit;
}

ul.sidenav li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 0.9em;
}
.sidenav li a active {
	color: #000;
}
#LogoApDiv {
	position:absolute;
	left:26px;
	top:21px;
	width:966px;
	height:79px;
	z-index:5;
	background-repeat: no-repeat;
}
#DropdownApDiv {
	position:absolute;
	left:253px;
	top:36px;
	width:761px;
	height:36px;
	z-index:7;
}
#BannerPicApDiv {
	position:absolute;
	left:260px;
	top:66px;
	width:727px;
	height:225px;
	z-index:1;
}
#subheader {
	margin-top:62px;
	*margin-top:60px;  /*---  "*" Hack only seen by ie 6+7  ---*/
	min-height:212px;
	height:auto !important;
	height:212px;
}

#breadcrumbs {
	margin-top:5px;
	*margin-top:-10px;  /*---  "*" Hack only seen by ie 6+7  ---*/
}
	
#breadcrumbs p {
	font-size:10px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	color:#111;
}
#breadcrumbs p a {
	color: #990000;
	background-color: transparent;
	border-color: #999;
	_border-color: #CCC;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	_border-style: solid;    /*--    '_' hack only executed by ie6 Win --*/
	text-decoration: none;
	font-weight:normal;
}

#breadcrumbs p a:hover {
	color: #990000;
	background-color:#FFFF91;
	border-color: #C40000;
	border-style: solid;
}

.black {
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
}
#diabetesSource {
	margin-top:-5px;
}
#copyright {
	text-align:center;
	color:#666;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	min-height:40px;
	height:auto !important;
	height:40px;
	margin-top:4px;
	margin-bottom:2em;
}
#copyright a {
	color:#666;
}
.caption {
	text-align: center;
	margin-right: 2.6em;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-size: 1em;
	margin-left: 2em;
	margin-top:8px;
	*margin-top:4px;
}
#SidebarApDiv {
	position:absolute;
	left:741px;
	top:299px;
	width:110px;
	height:974px;
	z-index:1;
}
#quote  {
	color: #0C9;
	font-style: oblique;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.error {
	color: #f00;
	}
.page-id-2 #SidebarApDiv p {
	width: 240px;
	}

