/* CSS Document */
.resources {
	 margin: 0;
    padding: 0 10px;
}
.resources .wrapper{
	max-width: 1000px;
	margin: 0 auto;
}

.resources #Home_container, 
.resources #Menu_Header, 
.resources #Home_menuSplit, 
.resources #Home_InfoBar, 
.resources #HeadBox {
	padding: 0;
	margin: 0;
	width: 100%;
}
.resources #TopPage1_Menu_logo {
	margin-right:11px;
}
.resources #Menu_Container {
	width: calc(100% - 180px);
}
.resources .Logo_Text H1,
.resources #footer {
	width: 100%;
}
.resources .menu_tabs {
	width: auto;
}
.resources .menu_Share {
	display: none;
}
.resources #Forms_LeftSec {
	width:calc(100% - 180px);

}
.resources #Contact_RightSec {
	padding-top:20px;
}
.resources #Forms_LeftSec fieldset {
	float:none; 
	margin-top: 10px;
	max-width: 735px;
	min-height:550px;
	padding:0 10px 10px;
}
.resources  .Advert_Text {
	float:none;
	
}
.resources  table,
.resources  table td {
	display: inline-table;
    max-width: 735px;
    width: 100% !important;
}
.resources #footer ul {
    padding-left: 0;
}
 @media only screen and (max-width : 650px) {
	.resources #Menu_Container,
	.resources #Menu_Header, 
	.resources #Menu_Header h1{
		border:none;
		height:auto;
		width:100%;
	}
	.resources #Home_menuSplit,
	.resources #Home_InfoBar
	 {
		display:none;
	}
	.resources .menu_tabs {
		width: 100%;
	}
	.resources .menu_tabs {
		margin: 0;
		height: auto;
	}
	.resources .menu_tabs ul {
		padding-left: 0;
	}
	.resources .menu_tabs ul, .resources .menu_tabs li {
		display: block;
		width: 100%;
	}
	.resources .menu_tabs li a {
		width: 100%;
		border-bottom: 1px dashed white;
		font-size: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	.resources .menu_tabs.open {
		display: block;
		z-index: 100;
	}
	.resources #HeadBox, 
	.resources #headbox {
		position: absolute;
		width: 132px;
		right: 10px;
		height: auto;
		top: 17px;
	}
	.resources .menu_tabs {
		display: none;
	}
	.resources .Logo_Text H1 {
		font-size: 13px;
		font-family: verdana;
		font-weight: bold;
		color: #313131;
	}
	.resources #HeadBox .menu_icon, 
	.resources #headbox .menu_icon {
		width: 132px;
		height: 33px;
		background: url(../images/menu-icon.png) top right no-repeat;
		cursor: pointer;
	}
	.resources .menu_tabs li a {
		background: none;
		text-align: right;
		text-transform: uppercase;
		font-family: verdana;
		font-size: 15px;
		border: none;
		padding-right: 10px;
		width: 124px;
		font-weight: normal;
	}
	.resources .menu_tabs {
		position: absolute;
		width: 132px;
		top: 30px;
		right: 0px;
		height: auto;
		background: #e6a83b;
		padding-bottom: 15px;
		border-radius: 5px 0 5px 5px;
	}
}
@media only screen and (max-width : 470px) {
	.resources #Forms_LeftSec {
		width:calc(100% - 25px);
	}
	.resources #Advert_RightSec,
	.resources #Contact_RightSec {
		display:none;
	}
}