/* 	this is a layout that allows predicable scaling text
	and that doesn't require a separate td tag declaration */
body		{margin:0px; font-family: Arial, Helvetica, sans-serif;color:#000; font-size: 76%;}	
p			{font-family: Arial, Helvetica, sans-serif; color:#333; margin-bottom: 8px; margin-top: 8px; font-size: 1em; line-height:150%}
/* 	Govt Usability insists we have the underline to indicate a hyperlink
	so this declaration needs changed to meet these standards 
	We can subclass it instead of having the 'normal' style subclassed*/
a:link {color:#003366; text-decoration:underline}
a:hover{color:#003366; text-decoration:none}
a:visited {color:#003366}

	#Container {width:98%; margin-left:auto; margin-right:auto;}

	#centercontent {margin-right:245px;}/*container for leftcontent, and Content*/	
	.TopLeftPane{float:left; width:230px;}
	#Content  	  {margin-left:245px; margin-right: auto;}
	.TopRightPane{float:right; width:230px; }	
	.TopCentrePane {float:left;} /*hack div to compensate for the IE peek-a-boo bug*/
	.ContentPane{width:100%}
	.BottomLeftPane{width:49%; float:left}
	.BottomRightPane {width:49%; float:right}
	
	/*-- div wrapper containing site 95%				--*/
#wrapper_liquid { 
	height: auto !important; 
	height: 100%; 
	min-width: 780px; 
	width: 100%; 
	text-align: left; 
	background: transparent; 
	margin: 0 auto;
	}
	
	
#boxaboveheader {
	position: relative;
	height: 20px;
	background:  url(images/tabsgrey.gif) top left repeat-x; 
	width: 100%;
}

/*-- div containing login					--*/
#login{ 
	position: relative; 
	float: right; 
	padding-top:2px;
	margin-right: 10px;
}
/*-- div containing header					--*/
#header { 
	height: 80px; 
	background: #ffffff; 
	position: relative;
}
/*-- div containing logo					--*/
#logo { 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #ffffff;
	display: block; 
	overflow: hidden; 
	height: 80px;
}
/*-- div containing banner image			--*/
#banner { 
	height: 80px; 
	width: 499px; 
	float: right; 
	background: #ffffff;
	position: relative;
	background-image: url('images/banner.png');
 
}
/*-- div containing menu					--*/
#menu { 
	height: 28px; 
	position: relative; 
	background:  url(images/tabsgrey.gif) top left repeat-x; 
}
/*-- div containing breadcrumbs				--*/
#bread { 
	margin: 5px 10px; 
	clear: both;
}
/*-- div clearing element					--*/
.clear { 
	clear: both; 
	border:none; 
	visibility: hidden; 
}

/*-- div containing search          --*/
#search { 
	/*position: absolute; */
	width:250px;
	float:right;
	z-index: 999;
	right: 0px;
	height: 28px;
	background: url(images/tabsredbg.gif) top left repeat-x;
}
/*-- div search elements			--*/


/*-- search button in search form   --*/

.searchbutton {
	cursor: hand; position:relative;
	background-color: #ABABAB; 
	padding: 2px;
	height: 10px; padding-bottom: 1px; padding-top: 0px; border-bottom-width: 2px;;
	top:-6px; font-size:11px; font-weight:bold;
	width: 40px;
	color: #fff; 
	border:2px #8D8C8C outset; 
	}
/*-- search text box			    --*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
	margin: 5px; 
	height: 13px; 
	background: #ffffff; 
	width: 140px; 
	padding: 0px 0px 0px 0px; 
	cursor:text;
}


/*========================================================*/
/*  3. Tokens                                             */
/*========================================================*/
/*-- login and user token idle         --*/ 
.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { 
	color: #000; 
	font-family: arial, tahoma, sans-serif;
	font-size: 11px; 
	font-weight:normal; 
	text-decoration: none; 
			padding-right: 17px;
	padding-top: 4px; 
}
/*-- login and user token hover        --*/ 
a.LOGIN_object:hover, a.USER_object:hover { 
	color: #000; 
	font-family: arial, tahoma, sans-serif; 
	font-weight:normal; 
	font-size: 11px; 
	text-decoration: none; 

}
/*-- date token idle                   --*/ 
.DATE_object { 
	color: #FFF; 
	font-family: arial, tahoma, sans-serif;
	font-size: 1em; 
	font-weight:bold; 
	text-decoration: none; 
}
/*-- breadcrumbs token idle            --*/ 
.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { 
	color: #BEBFC1; 
	font-family: arial, tahoma, sans-serif; 
	text-decoration: underline; 
	font-weight:bold;
}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { 
	color: #BEBFC1; 
	font-family: arial, tahoma, sans-serif; 
	text-decoration: none; 
	font-weight:bold; 
}
/*-- terms privacy and copyright       --*/ 
#footer {
	height: 20px;
	background:  url(images/tabs_footer2.gif) top left repeat-x; 
	padding-left: 17px;
	padding-top: 3px; 
	font-size: 11px; color:#999999; 
	font-weight:bold; 
	text-decoration:none;

}
a.footer {	font-size: 11px; color:#999999; 
	font-weight:bold; 
	text-decoration:none;}

.FOOTER_objects { 
	margin-bottom: 100px; color:#BEBFC1; 
	font-weight:bold; color:#999999;
	text-decoration:none;
}
/*-- terms privacy and copyright links --*/ 
a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { 
	font-weight:bold;  color:#999999;
	text-decoration:none; 
}
/*-- terms privacy and copyright hover --*/ 
a.FOOTER_objects:hover { 
	font-weight:bold;  color:#999999;
	text-decoration:underline;
}

/*MAIN MENU FONTS*/
.SEOMenuMain {
	float:left; 
	margin-right:220px;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold; 
	color: #ff0000;
	font-size: 12px;
	z-index:9999;
}
/*PADDING/MARGIN, SPACE AROUND MAIN MENU ITEM*/
.SEOMenuMain ul {
	padding:0;
	margin:0;
	z-index:9999;
}
/*POSITIONING MAIN MENU, LIST STYLE TYPE:bullet point style in main menu*/
.SEOMenuMain ul li {
	float: left; 
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	z-index:9999;
}

.SEOMenuMain ul li a, .SEOMenuMain ul li a:visited {
	float: left; 
	display: block; 
	text-decoration: none;
	color: #333333;
	padding: 0px 16px; 
	line-height: 26px; 
	height: 30px;	
	margin-top: 0px;

}

* html .SEOMenuMain ul li a, .SEOMenuMain ul li a:visited {
	height: 35px;
	
}

.SEOMenuMain ul li:hover {
	width: auto;
}

.SEOMenuMain ul li a:hover {
	background:#F8666B; 
	color:#333333;
	height: 28px;
}

.SEOMenuMain ul li:hover a {
	
	color:#333333;
}

.SEOMenuMain ul li ul {
	display: none;
	color: #333333;
}

.SEOMenuMain table {
	margin:-2px; 
	border-collapse:collapse; 
	font-size:11px}

/* specific to non IE browsers */
.SEOMenuMain ul li:hover ul {
	display:block;
	position:absolute;
	top:29px;
	margin-top:1px; 
	left:0;
	width:154px;
	border-bottom:1px solid #9EA29F;
	z-index:9999;
}
.SEOMenuMain ul li:hover ul li ul {
	display: none;
	z-index:9999;
}
/*Sub menu styling*/
.SEOMenuMain ul li:hover ul li a {
	display:block;
	background: #ffffff;
	color: #333333; 
	height: auto; 
	line-height: 15px;
	padding: 4px 16px; 
	width: 120px; 
	border-top:0px solid #F89144; 
	border-bottom:1px solid #9EA29F;
	border-left:1px solid #9EA29F;
	border-right:1px solid #9EA29F;
	z-index:9999;
}
/* roll over color background and font, sub meun */
.SEOMenuMain ul li:hover ul li a:hover {
	color: #333333;
	font-weight: bold; 
	background: #F8666B url(bullet1.gif) no-repeat 3px 8px;
	z-index:9999;
} 
.SEOMenuMain ul li:hover ul li:hover ul {
	display:block; 
	position:absolute;
	left:153px; top:-1px;
	z-index:9999;
	}


/* specific to IE5.5 and IE6 browsers */
.SEOMenuMain ul li a:hover ul {
	display:block;
	position:absolute;
	top: 30px; 
	background:#272727;
	left:0; 	
	margin-top:1px; 
	border-bottom:1px solid #9EA29F
	z-index:9999;
	}


.SEOMenuMain ul li a:hover ul li a {
	display:block;
	background: #ffffff;
	color:#2C3617;
	height:1px; 
	line-height:15px; 
	padding:4px 16px; 
	width:152px;
	border-top:0px solid #F89144; 
	border-bottom:0px solid #F89144;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	z-index:9999;
	}
	


.SEOMenuMain ul li a:hover ul li a ul {
	visibility: hidden; 
	position: absolute; 
	height: 0; 
	width: 0;
	z-index:9999;
	}
	
.SEOMenuMain ul li a:hover ul li a:hover {
	color:#000; 
	background: #F46166 url(bullet1.gif) no-repeat 3px 8px;
	z-index:9999;
	}
	
.SEOMenuMain ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 	 
	color:#000; 
	left: 153px;
	z-index:9999;
	}









