/* Style sheet  */
html { 
	min-height: 101%;
	margin-bottom: 1px; 
}

body {
	background-color: #00769A;
	background-image: url(images/bkgd_grad.jpg);
	background-repeat: repeat-x;
}
#main {
	background-color: #fff;
	min-width:790px;
	border: 4px solid #FFFFFF;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#8DD5EE;
}

/* LANGUAGES */

#languages {
	height: 1.7em;
	background-image: url(images/langbkgd.jpg);
	background-repeat: repeat-y;
	background-color: #77c1dc;
}
#languages   ul li  {
	display: none;

}


#languages ul li#english  {
	color: #FFE495;
	text-decoration: none;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}


	
/* TOP BANNER */

#topbanner {
	height: 150px;
	margin-top: 0px;
	background-color: #77C1DC;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: 0px 0px;
	color: #000;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 75%;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0.9em;
}
#content .disclaimer {
	font-size: 96%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #017DAD;
	text-align: center;
	padding: 0.3em;
}

#content hr {
	color: #AF7B49;
	height: 3px;
	margin-top: 2em;
}



#content h2 {
	color: #006C91;
	font-size: 140%;
	font-weight: normal;
	font-size: 175%;
	font-weight: bold;
	margin-top: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	}
#content   h3  {
	color: #027499;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.8em;
	margin-top: 1em;
	text-decoration: none;
	background-color: #E2F5FA;
	padding-left: 0.2em;
	font-family: "Century Gothic", Arial, Verdana;
}


#content h4 {
	color: #400000;
	font-size: 115%;
	font-weight: bold;
}
#content ul li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	margin: 0px;
	padding: 0 0 4px 20px;
}
#content ul ul li {
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

#content  p, #content ul li {
	color: #333333;
}

#content ol li {
	padding-left: 0.6em;
	margin-left: 2em;
	color: #333333;
	padding-bottom: .5em;
}


#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#006084;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;

}

#content a:visited {
	color: #00394F;
}


#content blockquote /* QUOTES */
 {
	width: 92%;
	font-size: 120%;
	background-color: #F1FCFE;
	padding: .7em;
	color: #333333;
	border: 1px solid #DBEEF2;

}
#content #quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

#content  #quote  p {
	text-align: left;
	color: #333333;
	padding-top: 1em;
	padding-bottom: 0.5em;
	line-height: 27px;
	padding-right: 5em;
	padding-left: 5em;
	margin: 0;
}
#content #quote .credit {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5.5em;
	margin-bottom: 1.3em;
	margin-left: 0px;
}
#content .imgright {
	font-size: x-small;
	float:right;
	color:#333333;
	margin: 0.7em;
	background-color: #0087BB;
	}
#content .imgright img {
	margin-top: 0.7em;
	margin-right: 0.7em;
	margin-bottom: 0.7em;
	margin-left: 0.7em;
}

#content .imgcaption {
	font-size: 87%;
	color: #FFFFFF;
	background-color: #0087BB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 13.4em;
	background-color: #dff9ff;
	padding-bottom:1em;
	background-image: url(images/nav_grad.jpg);
	background-repeat: repeat-x;
	font-size: 105%;
}
#mainnav ul {
	margin: 0px;
	font-weight: bold;
}

#mainnav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAD0D5;
}
#mainnav ul li span {
	color: #055370;
	padding-left: 0.5em;
	font-size: 95%;
}


#mainnav ul li a {
	display: block;
	text-decoration: none;
	font-size: 0.93em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	padding-top: 0.3em;
}	

#mainnav ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}
#mainnav       ul       ul li         a    {
	padding-left: 2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#mainnav    ul    li    a:hover, #mainnav   ul   ul li    a:hover   {
	text-decoration: none;
	background-color: #007499;
	color: #ffffff;

}
#mainnav ul ul li a:hover {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}

#mainnav   a:link, #mainnav   a:active, #mainnav a:visited    {
	color:#055370;
}



/* FOOTER BAR */

#footer {
	background-color: #015A78;
	color: #FFFFFF;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #C0F0FC;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #C0F0FC;
}

#wsscredit {
	font-size: 90%;
	color: #ffffff;
	text-align: center;
}
