/* 
#256273	Background dark blue
#3B9AB5	Header aqua 
#457585	Visted link
#CBD5DF	Blue grey (sidebar highlight)
*/
/* ****************** BODY ****************** */
body {
	background-color:#256273;
	color:#000;
	text-align:center;
	font-size:95%;
	font-family:"Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

a:link	{color:#3B9AB5;text-decoration:none;}
a:visited	{color:#457585;text-decoration:none;}
a:hover	{text-decoration:underline;}
a:focus	{text-decoration:underline;}
a:active	{color:#FF0000;text-decoration:underline;}

/* ****************** PAGE LAYOUT ****************** */

#page {
	text-align:left;
	width:60em;
	margin:0 auto;
	padding:0.5em;
	background-color:#FFF;
	background-image:url(images/pagetop.gif);
	background-repeat:repeat-x;
	position:relative;
}
#sideBar {
	width:13em;
	float:left;
	border-right:1px solid #000;
	padding:0 0 0em 1em;
	font-size:0.9em;
	min-height:655px;
}
#pageHeader {
	margin:0 0 0 14em;
}
#content {
	min-height:500px;
	margin:0 0 0 14em;
	padding:0 2em 1.5em 2em;
	background-image:url(images/bigblue.gif);
	background-repeat:repeat-y;
	background-position:50% 1em;
}
#pageFooter {
	margin:0 0 0 14em;
	padding:0.6em 0;
	border-top:1px solid #000;
	text-align:center;
	text-indent:0;
	line-height:1.2em;
}

/* ****************** SIDEBAR MENU ****************** */

#sideBar ul {
	margin: 1.5em 0 0 0;
	padding:0;
}
#sideBar li ul {
	margin:0;
}
#sideBar li {
	margin:0.2em 0 1.5em 0;
	list-style:none;
	font-weight:bold;
}
#sideBar li  {
	color:#3B9AB5;
}
#sideBar li li {
	font-weight:normal;
	margin:0.5em 0 0.5em 1em;
	margin-left:1em;
	background-image:url(images/bullet2.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:20px;
}
#sideBar li a {
	color:#000;
	text-decoration:none;
	padding:0 1px;
}
#sideBar li a:hover {
	color:#000;
	background-color:#CBD5DF;
}


/* ****************** HEADER ****************** */

h1 {	font-size:0.7em;
	margin:0;
	color:#3B9AB5;
	text-align:right;
	padding-bottom:0.3em;
	border-bottom:1px solid #000;
	margin-bottom:1em;
}
h2	{
	font-size:1.8em;
	margin:0.5em 0 1em 0;
	color:#3B9AB5;
	text-align:center;
}


/* ****************** CONTENT ****************** */

#content {
	font-size:0.9em;
	line-height:1.3em;
}
h3	{
	font-size:1.3em;
	margin:2em 0 0.2em 0;
	color:#3B9AB5;
	text-indent:-0.5em;
	padding:6px 0 7px 45px;
	background-image:url(images/h2.gif);
	background-repeat:no-repeat;
}
h4	{
	font-size:1em;
	margin:2em 0 0 0;
	font-weight:bold;
	color:#1D4D5A;
}

#content p {
	margin:1em 0 1em 0;
	text-indent:3em;
}
#content p.nin {
	text-indent:0em;
}
#content p.example {
	margin:1.5em 0 1.5em 5em;
	text-indent:0;
}
#content dfn, #content abbr {
	font-style:normal;
	font-size:100%;
	cursor:help;
	border-width:0;
}
#content dfn:hover, #content abbr:hover {
	background-color:#CBD5DF;
}
#content a {text-decoration:underline;}

#content ul, #content ol {
	padding:0;
	margin:1em 1em 1em 3.5em;
}
#content ul li, #content ol li {
	padding:0;
	margin:1em 0 1em 0;
}
#content a.topLink {
	display:block;
	margin:2em auto 0 auto;
	width:8em;
	text-align:center;
	text-decoration:none;
}
#content a.topLink:hover {text-decoration:underline;}


#content #bottomLink {
	margin:2em auto 0 auto;
	width:16em;
	text-align:center;
	line-height:2em;
}
#content #bottomLink a {
	display:block;
	margin:0 auto 4px auto;
	width:8em;
	text-align:center;
	text-decoration:none;
}
#content #bottomLink a:hover {text-decoration:underline;}
#content #bottomLink .nextLastLink {display:inline !important;padding:0 1.5em}


#content dl.standard {
	margin:0 0 2em 2.5em;
}
#content dl.standard dt {
	margin:1.5em 0 0 0;
	font-weight:bold;
	color:#2A6F87;
}
#content dl.standard dd p {
	text-indent:0;
	margin:1em 0 0 0;
}
#content dl.standard dd p.example {
	text-indent:0;
	margin:1em 0 0 2em;
}
#content ul.linkList {margin:1em 0 1em 5em;}
#content ul.linkList li {margin:0;}
#content ul.linkList li a {text-decoration:none;}
#content ul.linkList li a:hover {text-decoration:underline;}

#content ul.linkLine 	{margin:0;list-style:none;padding:0;text-align:center;}
#content ul.linkLine li {
	margin:0;
	list-style:none;
	padding:0;
	display:inline;
	padding:0 5px;
}
#content ul.linkLine li a {text-decoration:none;}
#content ul.linkLine li a:hover {text-decoration:underline;}

/* ****************** FOOTER ****************** */

#pageFooter p {
	margin:0;
	font-size:0.7em;
}

/* ***************** DICTIONARY ************** */
.dictionary {
	margin:2em 2em 1em 2em;
	line-height:1.2em;
}
.dictionary dt {
	margin-bottom:0.5em;
	font-weight:600;
	clear:right;
}
.dictionary dd {
	margin-bottom:1.5em;
}
.dictionary img {
	border:1px solid black;
	margin:0 0 0.5em 0.5em;	
}
.dictionary img.pullUp {
	margin-top:-1em;
}

/* ***************** PHRASEBOOK ************** */

.phraseBook {
	margin:2em 2em 1em 2em;
	line-height:1.2em;
}
.phraseBook dt {
	margin-bottom:0;
	font-weight:600;
	clear:right;
	float:left;
	width:21em;
}
.phraseBook dt.sub {
	width:19em;
	padding-left:2em;
}
.phraseBook dd {
	margin-bottom:2em;
	margin-left:22em;
	width:22em;
}
.phraseBook dd.sub {
	width:20em;
	padding-left:2em;
}

/* ****************** ZURVAR ****************** */

code {
	font-size:1em;
	font-family:"Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-style:italic;
	color:rgb(48,112,139);
}
code.IPA {
	font-style:normal;
	color:#A00;
}
code b,code strong {
	font-style:normal;
}

/* ****************** FOOT NOTES ****************** */


small {
	cursor:default;
	font-size:1em;
	color:#3B9AB5;
}
small span {
	display:	block;
	position:	absolute;
	top:		inherit;
	left:		-999em;
	font-size:	0.9em;
	width:	15.5em;
	margin-top:-1.5em;
	margin-left:-17.7em;
	padding:	0.2em 0.5em;
	border:	1px solid #000;
	text-align:left;
	text-indent:0;
	font-weight:normal;
	line-height:120%;
}
* html small span 
{
	width:17.7em;
}
small:hover, small.sfHover 
{
	background-color:#3B9AB5;
	color:#FFF;
}
small:hover span, small.sfhover span 
{
	background-color:rgb(196,221,229);
	color:#000;
	left:auto;
}

.phraseBook dt small span 		{margin-left:-20em;}
.phraseBook dt.sub small span {margin-left:-22em;}
.phraseBook dd small span 		{margin-left:-44.5em;}
.phraseBook dd.sub small span {margin-left:-46.5em;}
#content ul li small span 		{margin-left:-21.5em;}

.example small span 	{margin-left:-23em;}

