/* Style sheet  */

body {
	background-color: #5b92e5;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}

#main {
	background-color: #ffffff;
	min-width:780px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#9fc3f7;
}

/* LANGUAGES */

#languages {
	background-color: #E2E8FE;
}

#languages ul li#english  {
	color: #356FC4;
}	

#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#333;
	text-decoration:none;
}

#languages ul li a:hover {
	color: #356FC4;
	text-decoration: underline;
}

/* TOP BANNER */

#topbanner {
	background-color: #0f54c0;
	height: 120px;
	border-top: 1px solid #80838e;
	border-bottom: 1px solid #80838e;
}

#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 22%;
	font-size: 0.96em;
	background-color: #E2E8FE;
	padding-bottom: 1em;
	border: solid #d7d7d2 1px;
}

#mainnav ul {
	margin: 0px;
}

#mainnav  ul  ul  {
	display: none
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom: solid 1px #B5BACA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}

#mainnav ul li a {
	text-decoration: none;
	color: #3D4558;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.5em;
}

#mainnav ul li a:visited {
	color: #3D4558;
}

#mainnav ul li a:hover  {
	text-decoration: none;
	background-color: #3071d2;
	background-image:url(images/grad_navbg.jpg);
	display: block;
	color: #ffffff;
}

/* CONTENT */

#content {
	width: 75%;
	float: left;
	padding-bottom: 1em;
	padding-left: 0.9em;
	color: #333333;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#0035B3;
	text-decoration: underline;
}

#content a:hover {
	color: #7b6c45;
}

#content a:visited {
	color: #7b6c45;
}
#content #disclaimer {
	color: #000000;
	font-family: "Myriad Pro", Verdana, Arial;
	font-size: 80%;
	font-weight: normal;
	width: 440px;
	/*padding-left: 12%;*/
	text-align:center;
}

#content h2 {
	color: #454E63;
	font-size: 140%;
	font-family: "Myriad Pro", Verdana, Arial;
	letter-spacing: 1px;
	border-bottom: solid 1px #C6CAD7;
}

#content h3 {
	color: #032a87;
	font-family: "Myriad Pro", Verdana, Arial;
	font-size: 125%;
	font-weight: normal;
}

#content ul li {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	position: relative;
	left: 20px;
	list-style-type: circle;	
}

/* QUOTES */
blockquote {
	font-size: 106%;
	width: 96%;
	background-color: #E2E8FE;
	border: solid #d7d7d2 1px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
}
/* FOOTER BAR */

#footer {
	background-color: #2d67cc;
	background-image: url(images/grad_footer.jpg);
	color: #ffffff;
	border-top: solid #666666 1px;
}

#footer ul {
	margin-top: 0em;
}

#footer ul li  {
	display: inline;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #ffffff;	
}
#content .photo {
	clear: right;
	display: inherit;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#wsscredit {
	font-size: 90%;
	color: #000033;
	text-align: center;
}
/* SLIDESHOW */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {display:none; margin-left:15%; margin-bottom:25px;}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:400px;
	height:265px;
	background:#fff
}
#information {position:absolute; font:11px Verdana,Arial; bottom:0; width:400px; height:0; background:#04152c; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; color:#ffffff;}
#information p {padding:0 8px 8px}
#image {width:400px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:271px; cursor:pointer; z-index:150}
#imgprev {
	left:0;
	background:url(images/slideshow/nav/left.gif) left center no-repeat
}
#imgnext {
	right:0;
	background:url(images/slideshow/nav/right.gif) right center no-repeat
}
