html * {
	margin: 0px;
	padding:  0px;
}

html, body {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 13px;
	color:#666;
}

/*<group=general>*/
a {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	text-decoration: none;
	/* color: #06b7ff; */
	color: #01a5d7; 
}
a:visited {
	/* color: #06b7ff; */
	color: #01a5d7; 
}
a:hover {
	text-decoration:underline;
	/* color: #06b7ff; */
	color: #01a5d7; 
}
/* fix glossary anchors */
.glossary dt a:hover {
	text-decoration:none;
}

.glossary sup {
	*font-size: 90%;
}

ol.strongList li {
	font-weight:bold;
}

.sameLine {
	white-space:nowrap;
}

#footer-links {
	margin-left: 25px;
	margin-top: 25px;
	font-size: 85%;
	clear:both;
}

#footer-links p {
	margin-bottom: 7px 
}

#footer-links a {
	color: #666;	
}

#footer-links a:hover {
	color: #666;	
}

#homefooter-links {
	padding-top: 40px;
	font-size: 85%;
	clear:both;
}

#homefooter-links p {
	margin-bottom: 7px 
}

#homefooter-links a {
	color: #666;	
}

#homefooter-links a:hover {
	color: #666;	
}


h1 {
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 1.4em;
	color: #3181b3;
	margin-bottom:15px;
	clear:both;
}

h1 .brandname {
	text-transform: none;
}

h2 {
	font-weight: strong;
	font-size: 1.4em;
	color: #3181b3;
	margin-bottom:5px;
	clear:both;
}

h3 {
	line-height: 70%;
	text-transform: capitalize;
	font-weight: bold;
	color: #82bee1;
	margin-bottom:5px;
	clear:both;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 5px;
	color: #666666;
}
h5 {
	font-size: 100%;
	line-height: 16px;
	margin-bottom: 5px;
	color: #2c627e;
}

.formalName {
	font-size: 100%;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 5px;
	color: #2c627e;
}

#textShift {
	margin-bottom: 0px;
}

.intro {
	font-weight: normal;
	font-size: 1.2em;
	color: #3181b3;
	margin-bottom:15px;
	margin-top:17px;
	line-height: 1.2em;
}

p {
	margin-bottom: 15px;
}

ul {
	list-style: none;
}
#main ul li {
	/*padding-left: 15px;*/
}

ol {
	font-weight:strong;
	padding-left: 22px;
	margin-bottom: 15px;
	list-style: decimal;
}

ol li ul.plainList li {
	list-style: none;
}

#main ol li {
	/*height: 12px*/;
	/*padding-bottom: 10px;*/
}
/*
#main ol li ul {
	margin:0;	
	padding:0;	
}
*/

blockquote {
	padding-left: 50px;
	padding-right: 50px;
	font-style: italic;
	font-size: 12px;
}

dl {
	margin-bottom: 15px;
}

dt {
	color:#2c627e;
	font-size: 95%;
	margin-bottom: 15px;
}
dd {
	font-weight: normal;
}


.pronunciation {
	font-size: 12px;
}
hr {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
	border: none 0;
	border-top: 1px #333333 dotted;
}
/*</group>*/

/*<group=header>*/
#header {
	color: #dfdfdf;
}

#header a {
	color: #004990;
	font-size: 150%;
}

/*</group>*/

/*<group=nav>*/
#nav li a {
	font-size: 12px;
}
/*</group>*/


/*<group=left>*/
#left {

}
/*</group>*/


/*<group=right>*/
#right {

}
/*</group>*/

/*<group=footer>*/
#footer {

}

#footer li a {
	font-size: 10px;
}
/*</group>*/

/*<group=mainlists>*/

ul.bLists {
	list-style: disc;
	margin-left: 15px;
}

ul.bLists li {
	padding-left:15px;
	margin-bottom: 15px;
}

ul.mainLists {
	list-style: none;
	margin-bottom: 15px;
}

ul.mainLists li{
	margin-bottom: 15px;
}

ul.mainLists li ul{
	margin-top: 15px;
	padding-left: 30px;
	list-style: disc;
}

ul.mainLists_circle {
	font-size: 105%;
	list-style: circle;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 15px;
}

ul.mainLists_circle lh{
	font-weight: bolder;
}

ul.mainLists_cirle li ul{
	font-size: 100%;
	padding-left: 30px;
	margin-left: 15px;
	list-style: circle
}

ul.mainLists_pad {
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 15px;
}

ul.mainLists_pad li {
	padding-left: 15px;
	padding-bottom: 5px;
}

ul.mainLists_pad li ul{
	font-size: 100%;
	padding-left: 15px;
}


.threeUpTop {
	background-image: url(../_img/whiteboxTop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
	width: 448px;
}

.threeUpBottom {
	background-image: url(../_img/whiteboxBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 448px;
	margin-bottom: 25px;
} 

.threeUpWrapper { 
	margin-bottom: 45px;
}

.threeUpWrap {
	background-image: url(../_img/whiteboxMiddle.gif);
	background-repeat: repeat-y;
	position: relative;
}

.threeUpWrap a {
	padding: 13px;
	display: block;
	background-image: url(../_img/arrowLargeBlue.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: -5000px;
	width:47px;
	height:43px;
	display: block;
	top: 33%;
	left: 370px; 
	position: absolute; 
	outline: none;
	-moz-outline-style: none;
	outline-style:none;
	z-index: 9000;
}

#threeUpWrap1 a{
	* top: 60px;
}
#threeUpWrap2 a{
	* top: 45px;
}
#threeUpWrap3 a{
	* top: 55px;
}

ul.threeUp1 ,
ul.threeUp2 ,
ul.threeUp3 {
	padding-bottom: 45px;
	margin: 0 0 0 8px;
	background-image: url(../_img/whiteboxGrad.gif);
	background-repeat: repeat-x;
	background-position:bottom; 
	width: 408px;
}

ul.threeUp1 {
	padding: 15px 0 0 25px;
}

ul.threeUp2 {
	padding: 15px 0 0 25px;
}

ul.threeUp3 {
	padding: 15px 0 0 25px;
}

ul.threeUp3 li{
	padding-bottom: 5px;
	padding-left: 20px;
	width: 300px;
	background-image: url(../_img/3upBullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

ul.threeUp2 li{
	padding-bottom: 5px;
	padding-left: 20px;
	width: 300px;
	background-image: url(../_img/3upBullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

ul.threeUp1 li {
	padding-bottom: 5px;
	padding-left: 20px;
	width: 300px;
	background-image: url(../_img/3upBullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.search-url {
	font-style: italic;
	color: #444;
}

.search-result font {
	font-style: italic;
}

#textShift {
	margin-bottom:0px;
}
/*</group>*/

ol.mainLists li ul{
	padding: 5px;
}

ol.mainLists ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 8px;
	padding-bottom: 10px;
}

ol li ul {
	padding-top: 5px;
}

ol li ul li {
	padding-left: 8px;
	padding-bottom: 5px;
	list-style: disc;
	margin-left: 15px;
}

#main lo li ul li {
	padding-bottom: 5px;
}

table.hypokit_instructions td {
	padding: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


table.hypokit_instructions td img {
	align: left;
}

.journal {
	font-style:italic  ;
}
