/* Style sheet for UN Day */



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #6982A1;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 48.8em;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #000033;
}	

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 0.7em;
	display: inline;
	color: #B5BFC8;
}
#skiplink a {
	color:#B5BFC8;
}
#skiplink a:focus, div#skiplink a:active
{
	color:#FFFFFF;
	background-color: #000033;
}

#brandbar {
	height: 1.25em;
	width: 48.8em;
	background-image: url(images/brandbarbkgd.jpg);
	background-repeat: repeat-x;
	background-color: #C2C6CF;
	margin: 0px auto 0px auto;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #666666;
	/*padding-top:0.2em;*/
}



#brandbar .welcome {
	font-size: .7em;
	color: #333333;
	padding: .3em 0px 0px .5em;
	margin: 0 0 0 2em;
	display: block;
}

#brandbar  .welcome  a:link {
	color: #1E1E1E;
	text-decoration: underline;
}

#brandbar .welcome a:hover {
	color: #0033CC;
}

#brandbar #searchfrm  /* SEARCH BOX */
 {
	width: 12em;
	float: right;
	margin: -1.15em 0 0 0;
	text-align: left;
}

#brandbar  #searchfrm label /*hidden*/

{
	position:absolute;
	overflow:hidden;
	font-size: 0.7em;
	top: -500px;
}

#brandbar  #searchfrm .button {
	font-size: 0.65em;
}

#brandbar  #searchfrm  .textbox  {
	font-size: 0.65em;
}

/* LANGUAGE BAR */

#lang {
	height: 1.5em;
	margin: 0px auto 0px auto;
	padding: 0 1% 0 0;
	background-image: url(images/green-grad.jpg);
	background-repeat: no-repeat;
}
#lang ul {
	text-align: right;
	font-size: .7em;
	color: #000000;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding: 0 0 0 1%;
}
#lang ul li#arabic {
	direction:rtl; 
	font-size: 1.4em;
	font-family: "Traditional Arabic", "Arabic Transparent", Tahoma;
	}
#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#455E26;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:active {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
	background-image: url(images/green-grad.jpg);
	background-repeat: repeat-y;
}
.photo {
	display: block;
	float: left;
	margin-right: 20px;
	clear: right;
}


#hiddentitle, #hiddentitle span {
	margin: 0px;
	padding: 0px;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	height: 128px;
}

#hiddentitle span {
	margin-bottom: -75px;
}

h1 {
	font-size: 1.2em;
	padding:0;
	margin:0;
	text-align: center;
	color: #02275B;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}

 /* LEFT MENU NAVIGATION LINKS - HOMEPAGE*/
#clear {
	width: 176px;
	height: 6px;
	background-color: #DCE0D1;
	padding-top: 1px;
}

#lftnav  {
	font-size: 0.8em;
	float: left;
	width: 23%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCE0D1;
	padding-bottom: 20px;
}

#lftnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	list-style-type: none;
}
#lftnav ul li.first {
	margin-top: 4px;
}

#lftnav a {
	margin-top:-16px;
	padding: 4px 10px 4px 6px;
	color:#000033;
	text-decoration:none;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #B9C1A4;
	border-bottom-style: solid;
}

html>body #lftnav a   {  /* IE FIX  */
	margin:0;
	padding: 4px 10px 4px 6px;
	color:#000033;
	text-decoration:none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9C1A4;
}
html>body #lftnav a#home   {
	margin-top:-8px;
	padding: 4px 10px 4px 6px;
	color:#000033;
	text-decoration:none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9C1A4;
}


#lftnav a:hover {
	background-color: #AECA8D;
	color: #000033;
}


/* PAGE CONTENT ATTRIBUTES */

#content {
	margin: 0;
	float: left;
	clear: right;
	width: 74%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 1%;
}
#content .progbkgd {
	background-image: url(images/soprano.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 578px;
}


#content h2 {
	color: #000033;
	font-size: 0.9em;
	padding: 0 0 3px;
	font-weight: bold;
}
#content h3 {
	color: #000033;
	font-size: 0.8em;
	padding: 0 0 3px;
	font-weight: bold;
	border-bottom-width: 1px;
}
	
#content p {
	font-size: 0.8em;
	color: #000033;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
}
#content .center {
	text-align: center;
}

#content a:link {
	color: #0E3868;
}
#content a:visited {
	color: #4B662B;
}
#content a:hover {
	color: #618337;
}
#content a:active {
	color: #0E3868;
}

#content ul li {
	font-size: 0.8em;
	padding: 0 0% 1%;
	color: #000066;
	list-style-type: square;
}

#content .line {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #003366;
}


/* BOX QUOTE */
blockquote {
	display: block;
	width: 96%;
	left: 300px;
	background-color: #EBEDE4;
	padding: 2%;
	margin: 0px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #636D52;
	border-bottom-color: #636D52;
}
blockquote p {
	margin: 0px;
	padding: 0 2% 0 3%;
	line-height: 150%;
	font-size: 0.8em;
}

blockquote .credit {
	text-align: right;
	font-style: oblique;
	display: block;
	padding-right: 2%;
	padding-bottom: 3px;
	padding-top: 15px;
	font-size: .8em;
}

/* FOOTER BAR */

#footer {
	text-align: center;
	margin: 0 auto;
	clear: both;
	color: #B2CE91;
	font-size: 0.7em;
	padding: 0px;
	background-color: #000033;
	height: 16px;
}
