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

#logo {
	float:left;
	width: 70%;
	margin: 0% 15%;
}

#wrapper_menu {
	width:100%;
	margin: 0;
}

#top_menu {
	float:right;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 12px;
	width: 96%;
	padding: 0% 2%;
}

.top_menu_fr {
	float:right;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 12px;
	width: 96%;
	padding: 0% 2%;
}

#search {
	float:right;
	width: 96%;
	text-align:center;
	padding: 0% 2%;
}

#one_half_btn {
	float:left;
	width:46%;
	padding: 0% 2%;
	text-align:center;
}

#two_third {
	float:left;
	width: 100%;
	margin: 20px 0px;
}

/*Styles for screen 600px and lower
@media screen and (max-width: 750px) {*/
	nav { 
  		height: auto;
		border-bottom: 0;
  	}
	nav a {
		width:94%;
		padding: 10px 3%;
	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
		background-image: linear-gradient(bottom, rgb(215,215,215) 30%, rgb(245,245,245) 65%);
		background-image: -o-linear-gradient(bottom, rgb(215,215,215) 30%, rgb(245,245,245) 65%);
		background-image: -moz-linear-gradient(bottom, rgb(215,215,215) 30%, rgb(245,245,245) 65%);
		background-image: -webkit-linear-gradient(bottom, rgb(215,215,215) 30%, rgb(245,245,245) 65%);
		background-image: -ms-linear-gradient(bottom, rgb(215,215,215) 30%, rgb(245,245,245) 65%);
		background-image: -webkit-gradient(	linear,	left bottom, left top,	color-stop(0.3, rgb(215,215,215)),	color-stop(0.65, rgb(245,245,245)) );
  	}
  	nav li {
		width:100%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
	
	nav a#pull {
		display: block;
		background-color: #3c3c3c;
		color: #fff;
		font-size: 16px;
		position: relative;
		width:94%;
	}
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

.menu_bar_fr {
	height:30px;
}

#one_third {
	display:none;
}

.hidden_search {
	display: inline-block;
	*display: inline;
}

.resource_wrapper_col {
	width:100%; 
}

.resource_wrapper_col_2_last {
	width:100%;
}

.resource_wrapper_col_3 {
	width:100%;
}

.resource_content_col_1_last {
	width:100%;
}

.resource_content_col_2_last {
	width:100%;
}