/*--Oxygan Font--*/
@font-face {
	font-family: 'oxygenregular';
	src: url('../fonts/oxygen-regular-webfont.eot');
	src: url('../fonts/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oxygen-regular-webfont.woff') format('woff'), url('../fonts/oxygen-regular-webfont.ttf') format('truetype'), url('../fonts/oxygen-regular-webfont.svg#oxygenregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--Opensans Font--*/
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-size: 100%;
}
body {
	font-size: 100%;
	background-color: #3d3d3d;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	max-width: 100%;
	height: auto;
}

td img {
	max-width: none;

}

object, iframe {
	max-width: 100%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #ADAC03;
	text-decoration: none;
}
/*--Header Start--*/
#mhfe-header {
	width: 600px;
	float: left;
}
header .logo h1 {
	float: left;
	width: 400px;
	height: 58px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 48px;
	border: none;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 9px 0 !important;
	background-color: transparent;
	padding: 0;
	background-image: url(../images/logo-icon.png);
	background-repeat: no-repeat;
	background-position: 357px 17px;
}
header .logo h1 a {
	text-decoration: none;
	color: #fff;
}
header .logo h1 a:hover {
	text-decoration: none !important;
}
header .logo h2 {
	font-family: 'oxygenregular';
	font-size: 23px;
	color: #000;
	font-weight: bold;
	background: #e1e000;
	padding: 5px 25px;
	border-radius: 25px;
	margin: 0;
	text-align: center;
	float: left;
}
header strong {
	color: #e1e000;
	margin: 0 -8px 0 0;
}
header .logo p {
}
#site-slogan {
	float: left;
	width: 400px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: normal;
}
#site-slogan strong {
	color: #fff;
}
.aepLogo {
	width: 280px;
}
.aepLogo img {
	width: 100%;
}
.serachandsocial {
	width: 337px;
}
.socialicons {
	float: right;
	position: relative;
	z-index: 99;
	width: 188px;
	font-size: 11px;
	margin: -22px -20px 0 0;
}
.socialicons p {
	float: left;
	height: 25px;
	font-size: 11px;
	line-height: 28px;
	margin: 0 28px 7px 0;
	width: 65px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 6px 29px;
}
.socialicons a {
	text-decoration: none;
	color: #fff;
}
.socialicons a:hover {
	text-decoration: underline;
}
.socialicons .twitter {
	background-image: url(../images/header-twitter.png);
}
.socialicons .blog {
	background-image: url(../images/header-blog.png);
}
.socialicons .youtube {
	background-image: url(../images/header-youtube.png);
}
.socialicons .rss {
	background-image: url(../images/header-rss.png);
}
.socialicons .pinterest {
	background-image: url(../images/header-pintrest.png);
}
.search {
	height: 99px;
	margin: 41px 0 0;
	background: url(../images/search-bg.gif) right bottom no-repeat;
}
.serchInner {
	padding: 22px 0 0 40px;
}
.serchInner label {
	color: #fff;
	font-size: 14px;
	margin: 0 8px 3px;
}
.searchField {
	background: #fff;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 25px;
	border: none;
	margin: 0 5px 0 0;
	width: 165px;
}
.searchbtn {
	border-radius: 7px;
	border: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: #E1E000;
}
.textzoom {
	overflow: auto;
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 0 22px 0 0;
	padding: 4px 16px;
	background-color: #4E4E4E;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.textzoom a {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-decoration: none;
}
.textzoom a:hover {
	text-decoration: underline;
}
.txt {
	float: left;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	margin-right: 10px;
}
.zoomCntr {
}
.zoomCntr a {
	color: #fff;
	font-weight: bold;
}
.icons img {
	margin: 0 0 0 3px;
	float: left;
}
/*--Header End--*/

.tab-calendar {
	width: 39px;
	height: 103px;
	background-image: url(../images/tab-calendar.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 10;
}
.tab-calendar a {
	display: block;
	width: 39px;
	height: 103px;
	font-size: 0;
}
.tab-help {
	width: 39px;
	height: 70px;
	background-image: url(../images/tab-help.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 263px;
	right: 0;
	z-index: 10;
}
.tab-help a {
	display: block;
	width: 39px;
	height: 70px;
	font-size: 0;
}
/*--Content Start--*/
.contents {
	padding: 22px 0;
}
.mobNav {
	display: none;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 10px 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	background: #e1e000;
}
nav {
	position: relative;
	width: 200px;
}
nav ul.nav {
	background: #221F1E;
	padding: 10px 15px 0;
	margin: 0 0 34px;
	border-radius: 20px 20px 0 0;
}
nav ul.nav li {
	padding: 5px 0 1px;
	text-align: left;
	border-bottom: 1px solid #393635;
}
nav ul.nav li a {
	font-size: 0.9em !important;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
nav ul.nav li a:hover {
	background: none;
	text-decoration: underline;
}
nav ul.nav li.space {
	padding: 25px 0 20px;
	border: none;
	position: relative;
}
.projectLogin {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
	color: #fff;
	padding: 12px 15px 2px;
	background: #515151;
	border-top: 6px solid #3d3d3d;
	border-radius: 0 0 18px 18px;
}
.projectLogin a span:hover {
	text-decoration: underline;
}
.contents h1 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	color: #e1e000;
	font-weight: bold;
}
.view-header {
	padding: 10px 20px;
	border-radius: 50px;
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background: #515151;
}
.latestNews h2 {
	padding: 5px 15px;
	border-radius: 20px;
	text-align: left;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
.latestNews ul {
	padding: 0 5px;
	margin: 0;
}
.latestNews ul li {
	list-style: none;
	margin: 0 0 25px 0;
}
.latestNews ul li:last-child {
	margin: 0;
}
.latestNews ul li h3 {
	padding: 10px 0;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #88553a;
}
.latestNews ul li p.date {
	padding: 5px 0 0 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.latestNews ul li p.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.elips img {
	width: 100%;
	margin: 30px 0 0 0;
}
.emailAndPrint {
	margin: 75px auto 0;
	width: 285px;
}
.emailAndPrint a {

	color: #fff;
	margin: 0 40px 0 0;
}
.emailAndPrint a:last-child {
	margin: 0;
}
.emailAndPrint a img {
	margin: 0 5px 0 0;
}
/* glossary */
.glossary-links a {
	color: #000;
}
/* blog */
.item-list ul li {
	margin: 0;
}
.item-list .pager li {
	padding: 0;
}
/* content buttons */
#content-area td {
	vertical-align: top;
}
.content table {
	width: auto;
	margin: 0 auto 10px auto;
}
td.button-green, td.button-purple, td.button-orange, td.button-yellow, td.button-blank {
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	width: 234px;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-family: arial, sans-serif;
	height: 60px;
}
td.button-big-green, td.button-big-purple, td.button-big-orange, td.button-big-yellow, td.button-big-blank {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: center;
	width: 346px;
	background-repeat: no-repeat;
	padding: 0;
	font-weight: bold;
	font-family: arial, sans-serif;
	height: 146px;
}
td.button-green p, td.button-purple p, td.button-orange p, td.button-yellow p, td.button-blank p, td.button-big-green p, td.button-big-purple p, td.button-big-orange p, td.button-big-yellow p, td.button-big-blank p {
	margin: 0;
	padding: 0;
}
td.button-green a, td.button-purple a, td.button-orange a, td.button-yellow a {
	color: #fff;
	text-decoration: none;
	font-family: arial, sans-serif;
	display: block;
	height: 58px;
	width: 226px;
}
td.button-big-green a, td.button-big-purple a, td.button-big-orange a, td.button-big-yellow a {
	color: #fff;
	text-decoration: none;
	font-family: arial, sans-serif;
	display: block;
	height: 121px;
	width: 323px;
	padding: 20px 10px 0 10px;
}
td.button-green {
	background-image: url(../images/button-green.gif);
}
td.button-big-green {
	background-image: url(../images/button-big-green.gif);
}
td.button-purple {
	background-image: url(../images/button-purple.gif);
}
td.button-big-purple {
	background-image: url(../images/button-big-purple.gif);
}
td.button-orange {
	background-image: url(../images/button-orange.gif);
}
td.button-big-orange {
	background-image: url(../images/button-big-orange.gif);
}
td.button-yellow {
	background-image: url(../images/button-yellow.gif);
}
td.button-big-yellow {
	background-image: url(../images/button-big-yellow.gif);
}



td.button-yellow sup.glossary-indicator,
td.button-orange sup.glossary-indicator,
td.button-purple sup.glossary-indicator,
td.button-green sup.glossary-indicator,
td.button-big-yellow sup.glossary-indicator,
td.button-big-orange sup.glossary-indicator,
td.button-big-purple sup.glossary-indicator,
td.button-big-green sup.glossary-indicator,
.definitionhidden .sup.glossary-indicator {
	
	display:none;

}


/* content buttons end */
li.leaf a.active {
	color: #fff;
}
/*--Content End--*/


/*--Footer Start--*/
footer {
	min-height: 160px;
	background: url(../images/bg-footer.gif) center top repeat-x #0b0b0b;
}
.footerTop {
	padding: 15px 0;
}
.footerMenu {
	margin: 16px 0 0 0;
}
.footerMenu p {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.footerMenu a {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #4e4952;
	line-height: 13px;
	text-decoration: none;
}
.footerMenu a:first-child {
	padding-left: 0;
}
.footerMenu a:last-child {
	border: 0;
	padding-right: 0;
}
.address {
	padding: 10px 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright {
	font-size: 12px;
	color: #fff;
	padding: 25px 0 0;
}
.footerLogos {
	text-align: center;
}
.footerLogos img:first-child {
	margin-right: 13px;
}
#mhfe-footer-logo {
	float: right;
	background-image: url(../images/footer-tab-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 521px;
	height: 122px;
	text-align: center;
	padding: 0;
	margin: -3px 0 0 0;
}
#mhfe-footer-logo p {
	font-size: 12px;
	margin: 8px 0 5px 0;
}
#mhfe-footer-logo a {
	color: #000;
	text-decoration: underline;
}
#mhfe-footer-logo a:hover {
	text-decoration: none;
}
#mhfe-footer-logo img {
	margin: 8px 0 0;
}
.image {
	height: 350px;
	position: relative;
	margin: 30px 0 0 0;
}
.circle {
	display: table;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 15px #333;
	cursor: pointer;
}
.circle span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin: 0 auto;
	line-height: 25px;
	font-size: 24px;
	cursor: pointer;
	font-family: 'oxygenregular';
	font-weight: bold;
}
.circle1 {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 500px;
	background: #c17200;
	left: 0;
	top: 0;
	z-index: 1;
}
.circle2 {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 500px;
	background: #849f1d;
	left: 140px;
	top: 80px;
}
.circle3 {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 500px;
	background: #6b317f;
	right: 0;
	top: 0;
	z-index: 1;
}
.circle4 {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 500px;
	background: #c23916;
	left: 0;
	top: 155px;
}
.circle5 {
	width: 175px;
	height: 175px;
	position: absolute;
	border-radius: 500px;
	background: #12838d;
	right: 0;
	top: 155px;
}
.circle1:hover {
	z-index: 2;
}
.circle2:hover {
	z-index: 2;
}
.circle3:hover {
	z-index: 2;
}
.circle4:hover {
	z-index: 2;
}
.circle5:hover {
	z-index: 2;
}
/*--Page Start--*/
section.pagecntr {
	background: #fff;
	border-radius: 10px;
	padding: 14px;
}
section.pagecntr h1 {
	padding: 10px 20px;
	border-radius: 50px;
	margin: 0 0 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	background: #515151;
}
section.pagecntr p.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15x;
	margin: 25px 0 0 0;
}
section.pagecntr p.maincontent a {
	color: #818000;
	text-decoration: underline;
}
.resources {
	margin: 25px 0 0 0;
}
.button {
	background: #e1e000;
	border-radius: 10px;
	padding: 5px 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.resources .keysearch {
	margin: 15px 0 0 0;
}
.resources .keysearch label {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.resources .keysearch input[type="text"] {
	width: 100%;
}
.resources .typesearch {
	margin: 25px 0 0 0;
}
.resources .typesearch label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.resources .typesearch input[type="text"], .resources .typesearch select {
	width: 100%;
}
.resources .typesearch .button {
	margin: 25px 0 0 0;
}
.resources table.searchResult {
	margin: 25px 0 0 0;
	padding: 0;
}
.resources table.searchResult tr td {
	border: none;
}
.searchResult .logoimage {
	margin: 5px 15px 0 0;
}
.searchResult .logoimage img {
	width: 100px;
}
.searchResult tr td h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.searchResult tr td h3 a {
	text-decoration: underline;
	color: #000;
}
.searchResult tr td .vote {
	padding: 10px 0 0 0;
}
.vote label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	display: block;
	padding: 0;
	margin: 0;
}
.vote span {
	display: block;
	padding: 0;
	margin: 0;
}
.opensite {
	margin: 25px 0 0 0;
	display: block;
}
.btnCntr {
	padding: 20px 0 0 0;
}
table.forum {
	border: 1px solid #818000;
	margin: 15px 0 0 0;
}
table.forum tr.head {
	background: #818000;
}
table.forum tr.head td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
table.forum tr.head td span {
	display: inline-block;
	padding: 0 10px;
}
table.forum .conts {
	background: #d4d4d4;
	padding: 10px;
}
table.forum .conts h3 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
table.forum .conts h3 a {
	color: #000;
	text-decoration: underline;
}
table.forum .conts p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.fldr {
	width: 20%
}
.proCont {
	width: 80%;
}
.proCont h3 {
	padding: 0;
	margin: 5px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
.proCont h3 a {
	color: #000;
	text-decoration: underline;
}
table.forum tr.pro {
	background: #f0f0ee;
}
.proCont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}
.pro td span {
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.pro a {
	color: #444444;
	text-decoration: underline;
}
table.forum2 {
	border: 1px solid #818000;
	margin: 15px 0 0 0;
}
table.forum2 tr.head {
	background: #818000;
}
table.forum2 tr.head td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
table.forum2 tr.head td span {
	display: inline-block;
	padding: 0 10px;
}
table.forum2 tr.subhead {
	background: #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
table.forum2 tr.subhead td span, table.forum2 tr.cont td span {
	display: inline-block;
	padding: 5px 10px;
}
table.forum2 tr.cont td span a {
	color: #444444;
	text-decoration: underline;
}
.folderCntr {
	padding: 20px 0;
}
.forumStatus {
	width: 33%;
}
.forumStatus span {
	display: inline-block;
}
.forumStatus span.img {
	width: 25%;
	float: left;
}
.forumStatus span.img img {
	float: left;
	width: 80%;
}
.forumStatus span.cont {
	width: 70%;
	float: left;
}
.sig-list a {
	display: block;
	text-align: right;
}
/*--Additional Start--*/
#search label {
	display: block;
}
.projectLogin a {
	display: block;
}
.projectLogin a span {
	float: left;
	color: #fff;
}
.projectLogin a img {
	float: right;
	margin: -10px 0 0;
}
.latestNews h2 {
	margin: 0;
}
.view-content {
	padding: 0 5px;
	margin: 0;
}
.latestNews .view-content .views-row {
	margin: 0 0 25px 0;
	color: #fff;
}
.latestNews .field-content a {
	color: #fff;
}
.view-content .views-row .views-field-title {
	padding: 10px 0 0;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
}
.latestNews .views-field-type {
	font-size: 0.6em;
}
.latestNews .views-field-changed {
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 2px 10px;
	background: #2B2321;
}
.latestNews .views-field-body {
	display: block;
	line-height: normal;
}
.latestNews .views-field-body .field-content {
	font-size: 0.9em;
}
.view-content .views-row:last-child {
	margin: 0;
}
.views-field-changed {
	font-weight: bold;
	font-size: 12px;
	margin: 3px 0 0 0;
}
.views-field-body span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.zoomCntr .fontResetaelp {
}
ul.primary li {
	font-size: 13px;
}
ul.primary li a {
	padding: 0 5px;
}
.tabs ul.primary li {
	font-size: 15px;
	font-weight: bold;
}
.tabs ul.primary li a {
	padding: 5px;
	line-height: 29px;
	color: #777;
	background: #e9e9e9;
	border-radius: 2px 2px 0 0;
}
.tabs ul.primary li a.active {
	background: #fff;
}
.tabs ul.primary li a:hover {
	text-decoration: underline;
}
#node-form .node-form fieldset legend.collapse-processed, legend.collapse-processed {
	font-size: 15px;
}
.pagecntr .emailAndPrint a {
	color: #333;
}
.userLstCntr {
	position: relative;
	top: 20px;
	background: #120816;
	padding: 15px;
	border-radius: 7px;
	color: #fff;
	width: 185px;
}
.userLstCntr p {
	margin: 0;
}
.userLstCntr p a {
	color: #fff;
	font-size: 13px;
	font-family: 'oxygenregular';
	font-weight: bold;
}
.block-user {
	position: relative;
	top: 20px;
	background: #221F1E;
	padding: 15px;
	border-radius: 7px;
	color: #fff;
	width: 200px;
	margin: 10px 0 0 0;
}
.block-user h2 {
	padding: 0;
	margin: 0 0 5px 0;
	font-family: 'oxygenregular';
	font-size: 18px;
}
.block-user .item-list {
	margin: 15px 0 0 0;
}
.block-user .item-list h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-family: 'oxygenregular';
	font-size: 18px;
}
.block-user .item-list ul {
	padding: 0;
	margin: 15px 0 0 0;
}
.block-user .item-list ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.block-user .item-list ul li a {
	border-radius: 7px;
	border: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: #e1e000;
	color: #000;
	text-decoration: none;
}
.calendar-calendar .links {
	margin: 20px 0 12px 0;
}
ul.links li {
	padding: 0;
	padding: 0 0.5em;
font-size: 0.8em;
}

#forum .pager-current, #forum .pager a:hover, #forum-comments .pager-current, #forum-comments .pager a:hover {
color: #000;
}

#forum .pager a.active, #forum-comments .pager a.active {
	color: #000;
	background-color: #fff;
	background-image: none;

}

#forum .pager a:link, #forum .pager a:visited, #forum-comments .pager a:link, #forum-comments .pager a:visited {

border: none;
background-image: none;
background-color: #fff;

}

#forum .pager, #forum-comments .pager {


}


#forum  {

margin: 0 0 30px 0;
}



.calendar-calendar .links li:first-child {
	padding-left: 0;
}
.calendar-calendar .links li a {
	border-radius: 7px;
	border: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: #e1e000;
	color: #000;
	text-decoration: none;
}
.view-calendar-date .view-content {
	padding: 0;
}
.calendar-calendar div.date-nav {
	background-color: #515151;
	padding: 5px 10px;
}
.calendar-calendar div.date-nav .date-heading h3 {

	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.calendar-calendar div.date-nav .date-prev span a, .calendar-calendar div.date-nav .date-next span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
	background: #e1e000;
}
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
	background: #ffc;
	font-weight: bold;
	font-size: 11px;
}
#forum .forum-table th, #forum .forum-topics th, #forum .forum-topics th a, #forum .forum-topics th a:link, #forum .forum-topics th a:hover, #forum .forum-topics th a:visited {
	background: #818000;
}
#forum .forum-topics {
	border: 1px solid #818000;
}
#forum .forum-topics tr {
	border: none;
}
.post-info {
	background: #818000;
	padding: 3px
}
.forum-post {
	border: 1px solid #818000;
}
.forum-post-panel-main {
	border-bottom: 1px solid #818000;
	border-top: 1px solid #818000;
}
.forum-post-panel-sub {
	background: #F0F0EE;
}
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
	color: #fff;
}
.calendar-calendar table tr td a {
	color: #000;
}
.calendar-calendar td .inner div.day a {
	color: #000;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}


.resource-item .view-header p {
	padding: 15px 0;
	margin: 0;
}
.resource-item .view-header p a {
	color: #fff;
}
.art-button.searchbtn {
	color: #000;
	text-decoration: none;
}
.resource-item .searchResult .views-field-field-resource-image-fid {
	float: left;
	width: 30%;
}
.resource-item .searchResult .views-field-value-1 {
	float: left;
	width: 40%;
}
.resource-item .searchResult .views-field-field-link-url-1 {
	float: left;
	width: 15%;
}
.resource-item .searchResult .views-field-nid {
	float: left;
	width: 15%;
}
.resource-item #search-form label {
	float: left;
	margin: 0 10px 0 0;
}
.resource-item #search-form .container-inline {
	float: left;
	margin: 0 10px 0 0;
}
.resource-item #search-form .art-button-wrapper {
	float: left;
}
.resource-item #edit-year-wrapper, .resource-item #edit-auth-wrapper, .resource-item #edit-rtype-wrapper {
	margin: 0;
}
.resource-item .typesearch input[type="text"] {
	width: 100%;
}
.resource-item #edit-submit-vw-resource-list-styled {
	margin: 20px 0 0 0;
}
.resource-item #edit-submit {
	position: relative;
	top: -3px;
}
.resource-item .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border: 0;
}
.resource-item .table.searchResult tbody {
	border: 0;
}
.cntSubwrap {
	float: right
}
.cntSubwrap2 {
	float: left
}
.cntMainwrap {
	overflow: hidden;
}
#edit-keys-wrapper input {
	max-width: 200px;
}
/*--Additional End--*/


/************************************/
#logo {
	text-decoration: none;
}
.userLst a {
	text-decoration: none;
}
.emailAndPrint {
	width : 100%;
}
.statistics_counter {
	color: #fff;
}
.pagecntr .emailAndPrint .statistics_counter span {
	color: #333;
}
.pagecntr #contact-mail-page div:first-child, .pagecntr #user-register div:first-child, .pagecntr .node {
	margin: 0;
	padding: 15px 0;
}
.pagecntr #site-map h2 {
	font-size: 20px;
}
#forum .forum-top-links ul li a {
	text-decoration: none;
	color: #000;
}
#node-form .node-form fieldset.collapsed {
	height: auto;
}
fieldset legend {
	font-size: 15px;
}
.content.clear-block.resourceCnt {
	margin-top: 11px;
}
.usrinfoblck {
	right: 319px;
	bottom: 102px;
}
.usrinfoblck table {
	margin-left: 20px;
}
.usrinfoblck table tbody {
	border: none;
}
.onlineusrlist li {
	line-height: 34px;
}
#user-admin-perm #permissions {
	font-size: 12px;
}
/*************************************/



@media (min-width:1200px) {
.container {
	max-width: 970px;
}
}
 @media (max-width:990px) {
body {
	background-image: none;
}
header {
	background-color: #0a0a0a;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.aepLogo {
	display: none;
}
#mhfe-header {
	width: 100%;
}
header .logo h1 {
	width: 100%;
	text-align: center;
	margin: 25px auto 0;
	background-position: 80% 17px;
}


#site-slogan {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
}
header .logo h2 {
	float: none;
	width: 50%;
	margin: 0 auto;
}
.textzoom {
	display: none;
}
.serachandsocial {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.socialicons {
	float: none;
	width: auto;
	margin: 20px 0;
	padding: 0 0 0 27%;
}
.icons {
	text-align: center;
}
.icons img {
	float: none;
}
.search {
	position: relative;
	bottom: 8px;
	width: 337px;
	margin: 20px auto 0;
}
.tab-calendar {
	top: 50px;
}
.tab-help {
	top: 153px;
}
.latestNews {
	margin: 50px 0 0;
}
.latestNews h2 {

}
#twitter-widget-0 {
	width: 100%;
}
.contents h2, .contents h1 {
	text-align: center;
}
.emailAndPrint {
	display: none;
}
.mobNav {
	display: block;
}
nav {
	width: 90%;
	margin: 0 auto 50px;
}
.nav {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 3;
	width: 100%;
}
nav ul.nav {
	padding: 0 15px;
	margin: 0 0 34px;
	border-radius: 0 0 20px 20px;
}
nav ul.nav li {
	padding: 10px 0;
}
nav ul.nav li.space {
	padding: 25px 0 0;
}
.projectLogin {
	bottom: -40px;
}
footer {
	padding: 0 0 25px 0;
}
.footerMenu {
	text-align: center;
}
.footerLogos {
	padding: 25px 0 5px 0;
}
.copyright, .address {
	text-align: center;
}
.image {
	height: 450px;
}
#mhfe-footer-logo {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
}
#mhfe-footer-logo p {
	padding: 5px 0;
	background: #cdcdcd;
	border-radius: 20px 20px 0 0;
}
#mhfe-footer-logo img {
	margin: 8px 0;
}
/*homepage*/
#block-block-13 p, #node-1316 p {
	text-align: center;
}
.resources .keysearch .column {
	margin: 20px 0 0 0;
}
.userLstCntr, .block-user {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	top: 0;
}
.userLstCntr {
	border-radius: 7px 7px 0 0;
}
.block-user {
	border-radius: 0 0 7px 7px;
	margin: 0 auto 25px;
}
p.userLst a {
	border-radius: 7px;
	border: 0;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: #e1e000;
	color: #000;
	text-decoration: none;
}
ul.links li {
	padding: 0 2px;
}

.latestNews h2 {
background-image: none !important;
height: 40px !important;
padding: 7px 0 0 0;
margin: 10px 0 0 0;
background-color: #221F1E;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-bottom-left-radius: 0px;
-moz-border-bottom-right-radius: 0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom: solid 1px #656362;

}

#block-views-recently_added-block_1 h2 {


}



}
@media (max-width:768px) {
header .logo h1 {
	width: 100%;
	background-position: 90% 17px;
}
.image {
	height: 450px;
}
.resources .typesearch .column {
	margin: 20px 0 0 0;
}
.resources .typesearch .button {
	margin: 0;
}
.month-view table thead tr th {
	font-size: 12px;
}

.privatemsg-box-fb .left-column {
	float: none;
}

.privatemsg-box-fb .middle-column {
	float: none;
	text-align: left;
}

.privatemsg-box-fb .right-column {
	margin: 0;
}

.privatemsg-view-pager {
margin: 20px 0 20px 0;
}

.message-participants {
margin: 0;
}

}


@media (max-width:599px) {
.pagecntr img {
	float: none;
	margin-right: 0;
	margin-left: 0;
	display: block;
}

td img {
	max-width: 100%;

}


header .logo h1 {
	height: 90px;
	font-size: 38px;
	background-position: center 50px;
}
.socialicons {
	padding: 0 0 0 12%;
}
#site-slogan {
	width: 70%;
	margin: 0 15% 20px;
}
#site-slogan br {
	display: none;
}
.circle span {
	font-size: 18px;
	line-height: 18px;
}
.image {
	height: 375px;
}
.searchResult .logoimage img {
	width: 60px;
}
.searchResult tr td h3 {
	font-size: 13px;
}
.searchResult tr td .vote {
	padding: 5px 0 0 0;
}
.vote label {
	font-size: 12px;
}
.opensite img {
	width: 35px;
}
.calendar-calendar div.date-nav .date-heading h3 {
	font-size: 13px;
}
.calendar-calendar .year-view td {
	font-size: 11px;
}
#contact-mail-page input, #user-login input {
	max-width: 100%;
}
.resizable-textarea {
	width: 100%;
}
.resource-item .searchResult .views-field-nid br {
	display: none;
}
.tabs ul.primary {
	overflow-x: scroll;
}
.attachment-after {
	overflow-x: scroll;
}
.content thead, .content tbody, .content th, .content td, .content tr {
	display: block;
}/*total table change*/
.calendar-calendar thead, .calendar-calendar tbody, .calendar-calendar th, .calendar-calendar td, .calendar-calendar tr {
}
tbody {
	border-top: 0;
}
/*box sets*/
#node-298 td {
	width: 100%;
}
#node-298 td h2 {
	display: none;
}
td.button-green, td.button-purple, td.button-orange, td.button-yellow, td.button-blank, td.button-big-green, td.button-big-purple, td.button-big-orange, td.button-big-yellow, td.button-big-blank {
	display: block;
}
}
#overlayWindow {
	z-index: 10000;
	filter: alpha(opacity=95); /*older IE*/
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); /* IE */
	-moz-opacity: .95; /*older Mozilla*/
	-khtml-opacity: 0.95;   /*older Safari*/
	opacity: 0.95;   /*supported by current Mozilla, Safari, and Opera*/
	background-color: #fff;
	border: solid 2px #888;
	position: absolute;
	top: 72px;
	left: 10px;
	right: 10px;
	padding: 18px 10px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#overlayWindow {
	/* background-color:#000; */
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
.news-block .views-row {
	clear: both;
	padding: 10px 0 20px 0;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.667em;
	color: #adac03;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

h3, .h3 {
font-size: 1.3em;
font-weight: bold;
}



.news-block .view-header {
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: oxygen, arial, sans-serif;
	margin: 0 0 13px 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #515151;
	padding: 4px 0 5px 22px;
}
}
.news-block .views-field-field-newsimage-fid {
	float: left;
	padding: 0 15px 4px 0;
}
.news-block .views-field-nid {
	padding-bottom: 4px;
}
.news-block .views-row {
	clear: both;
	padding: 10px 0 20px 0;
}
.news-block .views-field-title {
	padding-top: 5px;
}
.news-block .views-field-title a {
	font-size: 1.1em;
	color: #adac03;
	font-weight: bold;
}
.news-block .views-field-body a, .news-block .views-field-body h1, .news-block .views-field-body h2, .news-block .views-field-body h3, .news-block .views-field-body h4, .news-block .views-field-body h5, .news-block .views-field-body h6 {
	font-size: medium;
	font-weight: normal;
}
.node-type-resource .picture, .node-type-blog .picture {
	float: left;
	padding: 0 10px 4px 0;
}
.node-type-resource, .node-type-blog {
	clear: both;
}
.node-type-blog p {
	margin: 0;
}
.node-type-blog > ul.links {
	line-height: 3em;
}
.field-field-resource-image {
	clear: right;
	float: right;
}
.views-exposed-widgets {
	clear: left;
}

tbody {
border-top: none;
}


.latestNews h2 {
background-image: url(/sites/all/themes/aelp/images/bg-news-header.gif);
background-repeat: no-repeat;
height: 52px;
width: 100%;
padding: 11px 0 0 11px;
color: #fff;
display: inline-block;
background-position: center;
margin: 10px 0 0 0;
}




#block-views-recently_added-block_1 h2.title {
background: none;
margin: 0 0 20px 0;
color: #fff;
}

.sidebar h2.title {
font-size: 0.9em;
color: #000;
padding: 2px 0px 2px 11px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: #e1e000;
font-weight: bold;
}

.menu li a {
    color: #ff5533;
}



.events-table {
	width: 100% !important;
	margin: 0 0 24px 0 !important;

}

.events-table img {
	max-width: 180px;
	max-height: 180px;

}


.events-table td {
	width: 33%;	
	border: 1px solid #d4d4d4;
	color: #000;
	padding: 5px 7px 5px 7px;
}


.events-table tr {
	background-color: #fff;

}


.events-table p {
	line-height: 20px;

}