@charset "UTF-8";
/* CSS Document */

/* Responsive Event */
@media screen and (max-width: 1800px) {
	body #event {
		top: 130px;
		left: -380px;
    	margin-left: 50%;
	}
	/*body #header {
		height: 230px;
	}
	body #donate {
		top: 270px;
	}*/
}

@media screen and (min-width: 1801px) {
	body #event {
		left: -450px;
		margin-left: 49%;
		top: 20px;
	}
}
/* Priority Event */
body #donate-link {
		/*background: url("../img/bg-donate-red.png") no-repeat 0px -91px;*/
		background: #00606e;
	}

#event {
    display: block;
    height: 90px;
    position: absolute;
    width: 728px;
}
#event:hover {
	box-shadow: 0 0 3px black;
}



#header
{
	width:100%;
	min-width:980px;
	height:165px;
}

#logo
{
	margin:10px 0px 10px 0px;
	display:block;
	width:362px;
	height:101px;
	background:url(../img/logo-header.png) no-repeat;
}

#menu-top
{
	background:#eaeaea;
	height:30px;
	overflow:hidden;
	width:610px;
}

#menu-top ul
{
	margin:0px;
	padding:0;
	
}

#menu-top ul li
{
	list-style:none;
	float:left;
	margin:0px;
	padding:0;
}

#menu-top ul li a
{
	display:block;
	padding:5px 15px;	
	font-family:   verdana,'Lato',Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
	color:#333;
}

#menu-top ul li a:hover
{
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin-left:-1px;
	margin-right:-1px;
	background:url(../img/bg-1transp-black-5.png)
}

#menu-main
{
	padding-top:30px;
	width:570px;
}

#menu-main ul
{
	padding:0;
	margin:0px;
	height:60px;
}

#menu-main ul li 
{ 
	list-style:none;
	float:left;
	height:60px;
	margin:0;
	padding:0;
	border-right:1px solid #000;
}

#menu-main ul li.last
{
	border:none;
}

#menu-main ul li.last a
{
	margin-left:0px;
}
#menu-main ul li a
{
	display:block;
	padding:10px 0px;
	margin:0px 20px;
	font-family:   verdana,'Lato',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	color:#000;
}
#menu-main ul li a:hover
{
	margin-top:-1px;
}
#menu-main ul li#menu-item-523,
#menu-main ul li#menu-item-523 a,
#menu-main ul li#menu-item-523 a:hover
{
	margin-left:0; !important
}
#menu-main ul li#menu-item-523
{
	max-width:130px;
}
#menu-main ul li#menu-item-556
{	
	min-width:130px;
	max-width:170px;
	border-right:none;
	margin-right:0;
}

/* About ASF */
li#menu-item-523 a:hover
{
	border-top:1px solid #000;
	color:#00a0af;
}
li#menu-item-523.current-menu-item a,
li#menu-item-523.current-page-ancestor a
{
	color:#00a0af;
}

/* In the Field */
li#menu-item-15 a:hover
{
	border-top:1px solid #000;
	color:#00a0af;
}
li#menu-item-15.current-menu-item a,
li#menu-item-15.current-page-ancestor a
{
	color:#00a0af;
}

/* Soutenez ASF */
li#menu-item-5956 a:hover {
    border-top: 1px solid #000;
    color: #00a0af;
}
li#menu-item-5956.current-menu-item a,
li#menu-item-5956.current-page-ancestor a
{
	color:#00a0af;
}

/* Get Involved */
li#menu-item-14 a:hover
{
	border-top:1px solid #000;
	color:#00a0af;
}
li#menu-item-14.current-menu-item a,
li#menu-item-14.current-page-ancestor a
{
	color:#00a0af;
}

/* ILN */
li#menu-item-556 a:hover
{
	border-top:1px solid #000;
	color:#00a0af;
}
li#menu-item-556.current-menu-item a,
li#menu-item-556.current-page-ancestor a
{
	color:#00a0af;
}

#social
{
	float:right;
	/*width:300px;*/
	height:30px;
	/*padding:30px;*/
	position:relative;
	/*top:25px;*/
	display:block;
	z-index: 3;
}

#social ul
{
/*	margin:15px;
*/	padding:15px;
}

#social ul li
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#social ul li a
{
	display:block;
	padding: 5px 6px;
	margin: 0px 5px 0px 0px;
}

/*#social ul li a:hover
{
	background:#000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}*/


/** DONATE button **/


.donate
{
	
	float:left;
	margin-left:-3%;
	margin-top:20px;
	margin-bottom: 10px;
	/*
	height:60px;
	position:absolute;
	left:0px;
	top:160px;
	z-index:9999;*/
}

#donate-link
{
	display:block;
	float:left;
	padding:20px 20px;
	height:50px;
	width:197px;
	background:url(../img/bg-donate-red.png) 0px -0px no-repeat;
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:24px;
	text-transform:uppercase;
	text-align:right;
}

/*#donate-link:hover
{
	background:url(../img/bg-donate-red.png) 0px -91px no-repeat;
}*/

#donate-quote
{
	display:block;
	float:left;
	/*padding:25px 20px;*/
	padding:0 20px;
	height:90px;
	width:460px;
	background:url(../img/bg-1transp-black-15.png);
	color:#fff;
	text-align:right;
	/* display:none; */
}

#donate-quote p
{
/*	display:none;*/
font-size: 17px;
}

#donate-quote
{
	color:#fff;
	font-size:18px;
	font-weight:400;
	text-align:left;
}

#donate-quote div.smallerq
{
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align:left;
}


#donate-quote blockquote a,
.smallerq a,
a.non
{
	color:#fff;
}
#donate-quote blockquote a:hover,
.smallerq a:hover,
a.non:hover
{
	border-bottom:1px dotted #ccc;
}
