  body {/* background gradient uses CSS3 for browsers that support */
	background: #fff; /* Old browsers */
	background-image: url(/en/events/peaceday/2012/img/bkg_img.jpg);
	background-position:bottom left;
	background-repeat: repeat-x;
	background: -moz-linear-gradient(top, #ffffff 0%, #cbebff 47%, #91d9f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #cbebff), color-stop(100%, #91d9f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #cbebff 47%, #91d9f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #cbebff 47%, #91d9f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #cbebff 47%, #91d9f8 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #cbebff 47%, #91d9f8 100%); /* W3C */
}
#main {
	background-color: #fff;
	border: 10px solid #fff;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
	behavior: url(/css/PIE.htc);
	min-width: 940px;
}
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#fff;
}
/* LANGUAGES */

#languages {
	background-color: #FFFFFF;
	height: 18px;
}
#languages ul li#english {
	color: #053647;
	font-size: .923em;
	font-weight: bold;
}
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#053647;
	text-decoration: none;
	font-size: .923em;
}
#languages ul li a:hover {
	color: #356FC4;
}
/* TOP BANNER */

#topbanner {
	background-image:url(/en/events/peaceday/2012/img/peaceday_banner.jpg);
	background-repeat: no-repeat;
	background-color: #0b5976;
	background-position: top left;
	height: 165px;
	position:relative;
	z-index: 0;
	width: 940px;
}
#topbanner h1 {
	color: #fff;
}
#bannertitle {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	height: 165px;
}
/* MAIN NAVIGATION */

#mainnav {
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 20%;
}
#mainnav ul {
	background-color: #fff;
	margin: 0px;
	/*padding-top: 20px;*/
}
/* HS Custumization*/
#mainnav ul ul  li{
	display: block;
	padding-left: .4em;
}

#mainnav ul li {
	border-bottom: 1px solid #ccc;
	display: block;
	list-style-type: none;
}
#mainnav ul li a {
	color: #053647;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: .5em;
	padding-right: 0.5em;
	text-decoration: none;
}
#mainnav ul li a:hover {
	background-color: #72d0f6;
	color: #053647;
	display: block;
}
/* CONTENT */

#content {
	background-color: #fff;
	float: left;
	font-size: 1em;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #333;
	line-height: 1.308em;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 0;
	width: 74%;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#0035B3;
}
#content a:hover {
	color: #CC6600;
}
#content a:visited {
	color: #333333;
	font-style: italic;
}
#content h2 {
	color: #053647;
	margin-bottom: .7em;
	margin-top: 0;
	font-size: 184.6%;
	line-height: 1.5em;
}
#content h3 {
	color: #0077c0;
	margin-bottom: .5em;
	font-size: 146.2%;
}
#content h4 {
	color: #777;
	font-size: 130.8%;
	margin-bottom: .5em;
	margin-top: 1.3em;
}
#content ul li {
	background-image: url(/common/images/bullets/bullet_box_grey.jpg);
	background-repeat: no-repeat;
	background-position: 2% 6px;
	list-style-type: none;
	margin-bottom: .3em;
	padding-top: 0.1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 0;
	position: relative;
}
.photos {
	font-size: x-small;
	float: right;
	color: #707070;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 300px;
}
.photos2 {
	font-size: x-small;
	float: left;
	color: #707070;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 300px;
}


/* QUOTES */

blockquote {
	background-color: #f2f3e9;
	color: #053647;
	display: block;
	padding: 10px;
	width: 95%;
	float: left;
	margin-right: 0;
	margin-left: 15px;
	text-align: left;
}
blockquote p {
	font-size: 1.308em;
	font-family: Arial, Futura, AppleGothic, sans-serif;
	font-weight: bold;
	line-height: 1.231em;
}
.credit {
	font-size: 1em;
	font-weight: normal;
	text-align: right;
}
/* FOOTER BAR */

#footer {
	background-color: #D3DC23;
	color: #053647;
	margin-top: 1em;
}
#footer ul {
	margin-top: 0em;
}
#footer ul li {
	display: inline;
	font-weight: bold;
}
#footer ul li a {
	color: #053647;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #053647;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #053647;
}
/* 	WSS CREDIT */
#wsscredit {
	color: #053647;
	display: none;
	font-size: 90%;
	margin-top: .5em;
	text-align: center;
}
