/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	margin-top: -5px;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH {
	/* all submenu lists */
	border-top: 3px solid #dbdbd8;
	border-bottom: 3px solid #dbdbd8;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	white-space: nowrap;
	width: 100%;
	height: 20px;
	background-image: url(nav_global_bg.gif);
	background-repeat: repeat-x;
	background-color: #0099cc;
	font-family: arial, verdana;
}
#houseMenuH ul {
	border-top: 3px solid #dbdbd8;
	border-bottom: 3px solid #dbdbd8;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	white-space: nowrap;
	width: 100%;
	height: 20px;
	line-height: 12px;
	background-color: #0099cc;
	font-family: arial, verdana;

}
#houseMenuH a { /* all links within the menu wrapper */
	color : #fff;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	background-color: transparent;
	padding: 5px 0px 10px 10px;
	width: auto;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li {  /* all list items */
	width: 200px;
	height: 20px;
padding:0 0 5px 5px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
 }


#houseMenuH li a:hover {
	padding: 5px 0px 10px 10px;
color: #aee1f9;
text-decoration: none;
}

#houseMenuH li ul { /* second-level lists */
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #aee1f9;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	line-height: 25px;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -10px 0 0 190px;
	_margin: -10px 0 0 200px;
	border: solid 1px #aee1f9;
	line-height: 25px;
}

#houseMenuH li li { /* all items under the top level */
	width: 295px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 195px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 195px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 195px;
	/* end hack */
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	color: #eee; 
	background-color: transparent; 
	text-decoration: none;
}



/* SideMenu  */

.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e9e9e9;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  padding-top: 1px;
}

.MenuHdr, .MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, 
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-bottom: 1px;
  cursor: pointer;
  padding-top: 1px; 
  width: 100% 
}

.MenuCurrentPage
{
  color: #696969;
}

.currentHeaderHighlight, .currentItemHighlight {
padding-left: 0px;
text-transform: uppercase;
}

.hotlink a:link, .hotlink a:visited {
font-weight: bold;
color: red;
text-decoration: none;
}

a:link, a:visited, a:hover {
font-weight: bold;
color: #007fb1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #f8971d;
}

a.vidlink:visited {
color: white;
background-color: #f8971d;
}

/* * {
padding:0px;
margin:0px;
background: transparent;
}


#content li {
margin-left: 10px;
list-style: square;
}

#content ul {
padding: 5px;
}

p {
padding-top: 2px;
padding-bottom: 7px;
}

logo {
background-color: transparent;
}
*/
body {
/* background-color: #e9e9e9; */
font-family: gil sans, lucida unicode, verdana;
font-size: 11px;
line-height: 16px;
}

#content p, #content li{
font-size: 12px;
line-height: 18px;
}

#footer, .footer {
position: relative;
width: 755px;
margin: 10px;
/* background-color: white; */
padding-top: 10px;
border-top: 1px dotted #e9e9e9;
clear:both;
}

#frame {	
/* background-color: #ffffff; */
width:770px;
margin-right:auto;
margin-left:auto;
padding:0px;
text-align:left;
}

#wrapper_home, #wrapper_sub {
/* background-color: #ffffff; */
background-repeat: no-repeat;
background-position: 100% 0%;
border-top: 4px solid #f8971d;
}

#wrapper_sub {
border-top: 4px solid #7c9e0c;
}

.tagline {
position:absolute;
width: 350px;
height: 50px;
background-color: transparent;
text-align: right;
}
.tagline_home {
font-size:13px;
color: #999;
}
.tagline_home .sfpt_home {
color: black;
}
.tagline span {
font-size:13px;
color: #999;
}

.tagline span .sfpt_title {
color: black;
}

.tagline span#sectionname {
color: #7c9e0c;
font-size: 36px;
font-weight: bold;
}

/*<!-- JOHN ADD -->*/
span#sectionname {
color: #7c9e0c;
font-size: 36px;
font-weight: bold;
line-height: 50px;
}

#wrapper_home .tagline .cbcontent div {
position: relative;
left: 425px;
top: 75px;
}

#wrapper_sub .tagline .cbcontent div {
position: relative;
left: 375px;
top: 100px;
}

/* Hide from IE-Mac \*/
#wrapper_sub .tagline .cbcontent div {
position: relative;
left: 400px;
top: 100px;
/* End hide */















