  body {/* background gradient uses CSS3 for browsers that support */    
background: #fff; /* Old browsers */
background-image: url(/es/events/peaceday/2014/img/bkg_img.jpg);
background-position:bottom left;
background-repeat: repeat-x;
background: -moz-linear-gradient(top, #ffffff 0%, #008e9a 47%, #18697a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#008e9a), color-stop(100%,#18697a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#008e9a 47%,#18697a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#008e9a 47%,#18697a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#008e9a 47%,#18697a 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#008e9a 47%,#18697a 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#spanish  {
	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(/es/events/peaceday/2013/img/peaceday_banner.png);
	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: 10px;
	margin-bottom: 10px;
	width: 20%;
}

#mainnav ul {
	background-color: #fff;
	margin: 0px;
	padding-top: 20px;
}

#mainnav ul ul{
	display: none
}

#mainnav ul li {
	border-bottom: 1px solid #ccc;
	display: block;
	list-style-type: none;
}

#mainnav ul li a {
	color: #003227;
	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: #bcdedc;
	color: #003227;
	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: #084f5d;
}

#content a:visited {
	color: #333333;
	font-style: italic;
}

#content h2 {
	color: #135461;
	margin-bottom: .7em;
	margin-top: 0;
	font-size: 184.6%;
}

#content h3 {
	color: #084f5d;
	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;
}

/* IMAGES */

.align-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.align-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* QUOTES */

blockquote {
	background-color: #fff9ed;
	color: #053647;
	display: block;
	padding: 20px 20px 10px 20px;
	width: 95%;
	float: left;
	margin-right: 0;
	margin-left: 0;
	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: #bcdedc;
	color: #003227;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
	font-weight: bold;
}
#footer ul li a {
	color: #003227;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #003227;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #003227;
}

/* 	WSS CREDIT */
#wsscredit {
	color: #053647;
	display: none;
	font-size: 90%;
	margin-top: .5em;
	text-align: center;
}
