/* Style sheet for UN Disarmament (2008) convarms */



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../convarms/images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #D6CF81;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 49.4em;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	border: 1px solid #031D7A;
}	

#brandbar {
	height: 1.25em;
	width: 49.4em;
	background-image: url(../convarms/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;
}

#brandbar .welcome {
	font-size: 0.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;
}




/* DISARMAMENT HOME BUTTON: TOP */

#disarmhome {
	float: left;
	font-size: 0.75em;
	margin-right: 30px;
	font-weight: bold;
	text-decoration: none;
}
#disarmhome a {
	text-decoration: none;
	color: #E1DCA2;

}
#disarmhome a:hover {
	color: #FFFFFF;
	background-color: #33366B;
}

/* SITEMAP LINK: TOP */	

#sitemap {
	float: left;
	font-size: 0.75em;
}
#sitemap a {
	color: #E5DFAB;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFFFFF;
}


 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 10px;
	display: inline;
	color: #EEE9BF;
}
#skiplink a {
	color:#EFEAC0;
}
#skiplink a:focus, div#skiplink a:active {
	color:#E4DBDA;
	background-color: #1D3132;
}


/* LANGUAGE BAR */

#lang {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.2em;
	background-color: #27387D;
}

#lang ul {
	text-align: right;
	font-size: .7em;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
}
#lang ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#lang ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#CBC25D;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:active {
	color:#CBC25D;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
	background-color: #DCD56B;
}

#hiddentitle, #hiddentitle span {
	background-image: url(../convarms/images/bannerconvarms.jpg);
	background-repeat: no-repeat;
	height: 142px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#hiddentitle span {
	margin-bottom: -75px;
}

h1 {
	font-size: 16px;
	padding:0;
	margin:0;
	text-align: center;
	color: #000066;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}

/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	font-size: 0.73em;
	width: 20%;
	background-color: #F8F7E5;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#leftmenu ul li {
	border-bottom: 1px dotted #8B800C;
}

#leftmenu ul li span.cat {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #27303F;

}
#leftmenu ul li a {
	display: block;
	padding: 3px 3px 3px 6px;
	text-decoration: none;
	font-weight: bold;
}	

#leftmenu ul li a:link, a:visited {
	color:#000000; 
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #E3DB92;
}
	
#leftmenu ul li a:active {
	text-decoration: none;
	color: #000000;
}
	
#leftmenu ul ul a {
	background-position: 7px 7px;
	border-bottom-style: none;
	background-image: url(../convarms/images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: normal;
}
#leftmenu ul ul li {
	border-bottom-style: none;
}
	
#leftmenu ul ul li a:hover, a:active {
	color: #000000;
	background-image: url(../convarms/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 54%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: right;
	font-size: .75em;
}

#content h2 {
	color: #68200; /*000033; */
	font-size: 1em;
	font-weight: bold;
	padding: 2px 9px 0 9px;
	margin-top: 10px;
	text-transform:uppercase;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #D5CCA3;
}
#content h4 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	color: #000033;
	padding: 0 0 0 2%;
	display: block;
}

#content a {
	padding-left: 0px;
	color:#68200; /*6C6423;*/
}
#content a:link, a:active {
	background:none;
	text-decoration:none;
}

#content a:visited {
	color: #6C6423;
	text-decoration:none;
}
#content a:hover { 
	color:#6C6423;
	background:none;
	text-decoration:underline;
}

#content p.bold {
	font-weight: bold;	
}
#content ul li {
	color: #000033;
	padding: 0 0 0 0.8em;
	margin-bottom: 0.2em;
	margin-left: -2.5em;
	background-image: url(../convarms/images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 5px;
}
#content ul ul li {
	color: #000033;
	margin-left: -3em;
	padding: 0 0 0 0.8em;
	list-style-type: none;
	background-image: url(../convarms/images/bullet2.gif);
	background-repeat: no-repeat;
}
#content ul ul ul li {
	margin-left: -4em;
	background-image: url(../convarms/images/bullet3.gif);
	background-repeat: no-repeat;
}

	
#content ol li {
	color: #000033;
}
#content .indexbox {
	background-color: #F6F4DF;
	width: 50%;
	vertical-align: top;
	padding: 5px;
}
#content .boxtitle {
	font-size: 1em;
	font-weight: bold;
	background-color: #6A6221;
	display: block;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: center;
}

#content .boxannounce {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	background-color: #F8F7E5;
	display: block;
	padding-left: 5px;
	text-align: center;
	border-right-style: inset;
	border-bottom-style:inset;
	border-left-style: inset;
	border-top-style: inset;
}

/* RIGHT NAVIGATION */
#rightnav {
	float: right;
	width: 23%;
	padding-left: 3px;
	font-size: 0.7em;
	background-color: #F8F7E5;
	font-weight:bold;
}

#rightnav a:link, a:active {
	color:#6C6423;
	background: none;
	text-decoration: none;
}
#rightnav a:hover {
	color:#000;
	background: none;
	text-decoration:none;
}

#rightnav a:visited {
	color:#6C6423;
	background: none;
	text-decoration: none;
}

#rightnav p {
	margin: 0px;
	font-size: 0.87em;
	padding: 2% 0 2% 2%;
}

#rightnav .title {
	background-color: #6A6221;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto 3px auto;
	font-size: 0.92em;
}


/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #353767;
	width: 100%;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	margin: 0 auto;
}
#quote{

	text-align: right;
	font-style:normal;
	margin-left:200px;
	font-size:9pt;
	
}

