
/* Universal ------------------------------ */

html {height: 100%; min-height:101%; }
body
{
	background: #aaaaaa;
	margin: 0;
	height: 100%;
	width: 100%;
	min-height: 101%;
}
table, tr, td, p, font {font-family: verdana, sans-serif; line-height: 1.4em; font-size: 12px; background:transparent;}
hr
{
	height: 1px;
	color: #C0C0C0;
	background-color: #C0C0C0;
	text-align: center;
	width: 80%;
	border: 0;
}


/* Main Layout */

.menu
{
	
	height: 36px;
	background: #cccccc;
	padding: 0px 0px 1px 0px;
	width:955px;
	background: url(tab_off.jpg) repeat-x;

}
/*.mainbody
{
	width:705px;
	height:90px;
	
}*/

.logo
{
	height: 120px;
	width:249px;
	background:white;
}

.headerpane
{	
	padding: 0px 0px 0px 0px;
	width:510px;
	background:white;
}

.addresspane
{
	width:250px;
	height:90px;
	background:white;
}

.toppane
{
	width:705px;
	background: white;
	color: black;
	padding: 0px 0px 0px 0px;
}
.contenttable
{
	background: #white;
	width:705px;
	padding: 0px 0px 0px 0px;
}
.menutable
{
	width:955px;
	background: white;
	background: url(tab_off.jpg) repeat-x;
}
.newstable
{
	background: white;
}
.contentback
{
	background: white;
	width:705px;
	
}
.contentpane
{
	background: white;
	color: black;
	padding: 0px 0px 0px 0px;
	width:705px;
	
}

.centerpane
{
	padding:  0px  .5px 0px 0px;
	background: #C0C0C0;
	background-color:#C0C0C0;
	width:.5px;

}
.leftpane
{
	background: white;
	color: black;
	padding: 0px 0px 0px 0px;
	width:353px;
}
.rightpane
{
	background: white;
	color: black;
	padding: 0px 0px 0px 0px;
	width:352px;
}
.newspane
{
	width: 250px;
	background: #eeeeee;
	padding: 0px 0px 0px 0px;
}

.bottompane
{
	background: white;
	color: black;
	padding: 0px 0px 0px 0px;
	width:705px;
}
.footer
{
	width: 945px;
	background: padding: 10px 5px 10px 5px;
	background-color: #328E8E;
	height: 36px;
}

li 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	list-style-position: outside; 
	list-style-type:  square
}


/* Main Menu ----------------------------- */
/* Menu cell container*/
.MainMenu_MenuContainer 
{
	background: url(tab_off.jpg) repeat-x;     
}
.MainMenu_MenuContainer td
{
	font-size: 0px;
	font-weight: normal;
	background: url(tab_off.jpg) repeat-x;
	
}

/* idle state of submenu items */
.MainMenu_MenuItem
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	/*font-weight: bold;
	font-style: italic;*/
	color: #ffffff;
	height: 36px;
	background-color: #4EC6C6;
	border: #4EC6C6 0px solid;
	padding: 3px 10px 4px 8px;
	/*background: url(tab_on.jpg) repeat-x; */
}

/* hover state for submenu items */
.MainMenu_MenuItemSel
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	/*font-weight: bold;
	font-style: italic;*/
	color: #dddddd;
	background-color: #328E8E;
	/*background: url(tab_on.jpg) repeat-x; */
	height:36px;
	border: #328E8E 0px solid;
	padding: 3px 10px 4px 8px;
}

/* box for submenu */
.MainMenu_SubMenu
{
	z-index: 1000;
	margin: 1px 0px 0px -2px;
	background-color: #4EC6C6;
	border: 1px solid #4EC6C6;
	/*background: url(tab_on.jpg) repeat-x;*/
	border-left: 3px solid #ccc;
	padding: 0;
}

/* menu arrows */
.MainMenu_MenuArrow
{
	display:none;
	/*padding: 0 0px 0 0px;
	border: #4EC6C6 solid;
	background-color:#4EC6C6;
	border-width: 1px 1px 1px 0;
	text-align: right;
*/
}

/* idle state of main menu items */
.MainMenu_Idle td
{
	margin: 0;
	padding: 0 0 1px 0;
	height: 36px;
	background: url(tab_off.jpg) repeat-x;
	font-family: tahoma, verdana, sans-serif;
	
}
.MainMenu_Idle td span
{
	color: #ffffff;
	font-size: 14px;
	/*font-weight: bold;
	font-style: italic;*/
	line-height: 1.4em;
	height:36px;
	
}

/* hover state of main menu items */
.MainMenu_Selected td
{ 
	margin: 0;
	padding: 0 0 1px 0px;
	height: 36px;
	background: url(tab_on.jpg) repeat-x;
	font-family: tahoma, verdana, sans-serif;

}
.MainMenu_Selected td span
{
	color: #dddddd;
	font-size: 14px;
	/*font-weight: bold;
	font-style: italic;*/
	line-height: 1.4em;
	
	
}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td
{
	margin: 0;
	padding: 0 0 4px 0;
	height: 36px;
	background: url(tab_on.jpg) repeat-x;
font-family: tahoma, verdana, sans-serif;

}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span
{
	color: #333333;
	font-size: 14px;
	/*font-weight: bold;
	font-style: italic;*/
	font-family: tahoma, verdana, sans-serif;
	line-height: 1.4em;
	
}

/* items we don't need to see */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon 
{
	display: none;
}
.MainMenu_MenuBreak {width: auto; border: 0;}

.DNN_ANN_Description
{
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
.DNN_ANN_Title
{
	font-family: Verdana, Tahoma, Arial;
	font-weight: Bold;
	font-size: 11px;
	color: #000000;
	 
}

.WhiteTabs
{
	color:White;
}
.blog_trackback {display:none}

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #00509F; font-family: Verdana, Sans Serif; font-weight: bold; font-size: 12px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #00509F; font-family: Verdana, Sans Serif; font-size: 12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #00509F; font-family: Verdana, Sans Serif; font-weight: bold; font-size: 12px; text-decoration: underline; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #00509F; font-family: Verdana, Sans Serif; font-size: 12px;	text-decoration: none; }

