/***********************************
		MENU
************************************/


	/*Make dropdown links appear inline*/
	ul.pageMenuList {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	li.pageMenuItem a {
		min-width: 100%;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
	 	font-size: 1.3em;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		list-style-position: inside;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

/************************************
		COMMON LAYOUT
*************************************/

	td.mainLeft {
		display: none;
		width: 0%;
	}

	td.mainRight {
		display: none;
		width: 0%;
	}

	img.mainHeaderPic {
		height: auto; 
    	width: 100%;
	}

ul.content {
	display:block
}