/* home page css */
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #002448;
	/*background-image:  url(images/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;*/
	font-family:Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4 {
	color:#000;
	margin:0px;
	padding:0px;
}
#wrapper {
	margin:auto;
	border:#ffffff 4px solid;
	background-color:#FFFFFF;
	width:850px;
}
#header {
	background-image:  url(images/header.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	height:125px;
	text-align:right;
}
#WeatherPane {
	float:right;
	width:150px;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	height:110px;
}
#TopMenu {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:36px;
	color:#ffffff;
	line-height:36px;
}
#headerpaneArea {
	width:100%;
	clear:both;
	background-color:#D2E9FF;
	margin:0px;
	padding:0px;
}
.headerpane {
	/*float:left;*/
	width:600px;
	background-color:#D2E9FF;
	margin:0px;
	padding:0px;
}
.headerpane img {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
}
.toppane {
	/*float:right;*/
	width:240px;
	height:250px;
	background-color:#D2E9FF;

}

.clear {
	clear:both;
}
#FooterPane {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:36px;
	color:#ffffff;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	text-align:center;
}
#FooterPane a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
#FooterPane a:hover {
	color:#00CCFF;
	text-decoration:none;
	
}
/*============== solpartmenu ==============*/
.separatorCSS {
	background: transparent;
	width:1px;
	height:10px;
}
.MainMenu_MenuBreak {
	background:transparent;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.MainMenu {
	font-size: 9pt;
}
.MainMenu_MenuContainer {
	padding-bottom: 0px;
	margin-bottom:0px;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	padding-bottom: 0px;
}
.main_dnnmenu_item td {
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	background-color:transparent;
	border-style:none;
	padding-left: 3px;
	padding-right: 3px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #00CCFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
	background-color:transparent;
	border-style:none;
	padding-left: 3px;
	padding-right: 3px;
}
.MainMenu_RootMenuItemActive {
	color:#999999;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_SubMenu {
	cursor: pointer;
	cursor: hand;
	padding-left:3px;
	padding-right:5px;
	color:#ffffff;
	background-color: #052978;
	border-style:none;
	text-align:left;
	line-height:20px;
	z-index: 1000;
	font-size: 9pt;
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
.Head {
	color:#090d12;
	font-size:18px;
	font-weight:bold;
}

#footer, #footer a {
	color:#000000;
	text-align:center;
	font-size:11px;
	border-bottom:#999999 1px solid;
}
#footerLogos {
	text-align:center;
	vertical-align:middle;
}


td.off {
/*display:block;*/
width:209px;
height:167px;
background-image:url(/Portals/5/attend.jpg);
background-repeat:no-repeat; 
background-position:0px 0px;
}
td.on {
width:209px;
height:167px;
background-image:url(/Portals/5/attend.jpg);
background-repeat:no-repeat;  
background-position:0px -167px;
}

td.off1 {
width:209px;
/*display:block;*/
background:url(/Portals/5/plan.jpg);
background-repeat:no-repeat;  
background-position:0px 0px;
}
td.on1{
width:209px;
background: #999999;
background:url(/Portals/5/plan.jpg);
background-repeat:no-repeat;  
background-position:0px -167px;
}

td.off2 {
width:209px;
/*display:block;*/
background:url(/Portals/5/community.jpg) no-repeat;
background-position:0px 0px;
}
td.on2 {
width:209px;
background: #999999;
background:url(/Portals/5/community.jpg) no-repeat;
background-position:0px -167px;
}

td.off3 {
width:209px;
/*display:block;*/
background:url(/Portals/5/exhibit.jpg) no-repeat;
background-position:0px 0px;
}
td.on3 {
width:209px;
background: #999999;
background:url(/Portals/5/exhibit.jpg) no-repeat;
background-position:0px -167px;
}
