.hide {
	display: none;
}
body{
	background:#AEAEAE;
	margin:20px 4px 20px 4px;
}
#container{
text-align:left;
width:984px;
}
#top{
	height:61px;
	width:984px;
	background:url(./wamTop.jpg) no-repeat top left;
}
.mnav {
    width: 600px;
    padding-left: 300px;
    height: 36px;
    padding-top: 25px;
}
#search{
	background:url(./wamSearch.jpg) no-repeat top left;
	height:28px;
	overflow:visible;
	position:relative;
}
#search .c{
	text-align:right;
	padding:0px 0px 0px 0;
	float:right;
	position:absolute;
	right:28px;
	top:2px;
}
.searchBox{
	border:1px solid #545755;
	height:15px;
	margin:0px 4px 0px 0px;
}
.greyBtn{
	border:1px solid #545755;
	margin:0px;
	vertical-align: middle; 
	*vertical-align: text-bottom;
}
#contentHolder{
	background:url(./wamWhiteBG.jpg) repeat-y top left;
	width:984px;
	position:relative;
}
#logo{
	background:url(./wamLogo.jpg) no-repeat top left;
	height:163px;
	width:287px;
	position:absolute;
}
#logo2{
	background:url(./wamLogo2.jpg) no-repeat top left;
	height:100px;
	width:287px;
	position:absolute;
}
#content{
	position:relative;
	width:660px;
	height:163px;
	padding:10px 4px 4px 291px; 
}
#content1{
	position:relative;
	width:660px;
	height:80px;
	padding:10px 4px 4px 291px; 
}
#content2{
	position:relative;
	width:920px;
	height:100px;
	padding:10px 20px 10px 20px; 
}
#project{
	background:url(./wamRedBG.jpg) repeat-y top left;
}
#projectTop{
	background:url(./wamProjTop.jpg) no-repeat top left;
	height:22px;
}
#projectsArea{
	height:114px;
}
#bottom{
	background:url(./wamBottom.jpg) no-repeat top left;
	height:17px;
}
#footer{
	text-align:center;
	color:#000000;
}
#footer a{
	color:#000000;
}
.contentpane
{
	position:relative;
	width:660px;
	height: auto;
	padding: 10px 4px 4px 291px;
}


.main_dnnmenu_container {
	background-color: transparent;
	height: 36px;
	width: 660px;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
	height: 36px;
	width: 660px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;
	color: white;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 1px 3px;
	height: 10px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;
	color: white; 
	font-size: 10pt;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Verdana; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 12px;   /*explicitly set padding for root menu items*/
	height: 36px;
}

.main_dnnmenu_itemhover {  
/* background-color: #8da4d3; */
	color: white;
}

.main_dnnmenu_itemhover td {  
/* background-color: #8da4d3; */
	background-color: #00006F;
	color: White;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
}

.main_dnnmenu_submenu 
{
	background-color: #9e0032;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=5); 
	padding: 2px 4px 2px 2px;   /*explicitly set padding for sub-menus */
	border-color: #9e0032;
	border-width: 2px;
	
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #00006F 1px solid; 
	border-bottom: #00006F 1px solid; 
	border-top: #00006F 0px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
	color: #00006F;
}
.test
{
	border-color: yellow;
}

