/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
   



/* background color for the content part of the pages */

.Bottom {
background-image:url(bottom.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}

.HeaderLightBlue {
background-image:url(/portals/0/SiteImages/HeaderLightBlue.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}

.Header1 {
background-image:url(/portals/0/skins/mysite/Header1.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}
.Header2 {
background-image:url(Header2.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}
.Header3 {
background-image:url(Header3.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}
.Header4 {
background-image:url(Header4.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}
.Header5 {
background-image:url(Header5.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}

.InMemoryHeader {
background-image:url(/portals/0/skins/mysite/InMemoryHeader.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}
.InMemoryBack {
background-image:url(/portals/0/skins/mysite/InMemoryBack.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}




#InnerTable{
	height:100%;
	background-color:#FFFFFF;

}

.LeftShadow {
background-image:url(bgleft.jpg);
background-repeat:repeat-y;
}
.RightShadow {
background-image:url(bgright.jpg);
background-repeat:repeat-y;
}

#ContentTable{
	padding-left:5px;
	padding-right:5px;	
}

#SearchTable{
	float:right;
	padding:5px;
}

Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#625350;
	margin-top:0px;
	background-color:#5b97b1;
}

/* text style used for most text rendered by modules */



.Normal, P, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#625350;	
}

STRONG {
	color:#013b53;
}

H1  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 24px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:0px;
	color:#013b53;
}



H2  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #013b53;
	line-height: 20px;
}


H3, .SearchTitle  {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 1px; COLOR: #013b53}


H4  {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 1px; COLOR: #013b53}

H5  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 1px;
	COLOR: #013b53;
	margin-top: 1px;
}

.FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;

}

.FormInput {	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;

}

.FormLabelSmall {	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;

}

.FormInputSmall {	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}


A:link  {
	color: #013b53;
	text-decoration:none;
	font-weight:bold;

	
}

A:visited   {
	color: #013b53;
	text-decoration:none;
	font-weight:bold;	
	
}

A:active    {
	color: #013b53;
	text-decoration:none;
	font-weight:bold;
}

A:hover {
	color: #013b53;
	text-decoration:underline;
		font-weight:bold;
}


.HeaderButtons {
background-color:#669999;
}


.Testimonial {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	line-height:normal;
	font-weight:normal;
	color:#013b53;
	font-style:italic;

}
.SearchLabel, .SearchInput  {
font-size:10px;
color:#003366;
}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited {
color:#004454;
font-size:10px;
font-weight:normal;
}


.DataListOdd, A.DataListOdd:link, A.DataListOdd:visited {
color:#004454;
font-size:16px;
font-weight:bold;
background-color:transparent;

}

.DataListEven, A.DataListEven:link, A.DataListEven:visited {
color:#004454;
font-size:16px;
font-weight:bold;
background-color:transparent;

}




/* ==========================
    CSS STYLES FOR houseMenu
   ==========================
*/
 
/* Horizontal Menu */
#houseMenu { /* menu wrapper div */
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width:100%;
}

#houseMenu ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 9999;
}

#houseMenu a { /* all links, inside of list items */
	display: block;
	color : #003a4e;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	padding: 0px 9px 0px 9px;
	line-height: normal;
	text-align: center;
}

#houseMenu li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 98px;
}

#houseMenu li a:hover {
	color : white;

}

#houseMenu li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 180px; /* 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 #999;
	white-space: nowrap;
	z-index: 7777;
}

#houseMenu li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -21px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}

#houseMenu li:hover ul ul, 
#houseMenu li:hover ul ul ul, 
#houseMenu li.sfhover ul ul, 
#houseMenu li.sfhover ul ul ul {
	left: -9999px;

}

#houseMenu li:hover ul, 
#houseMenu li li:hover ul, 
#houseMenu li li li:hover ul, 
#houseMenu li.sfhover ul, 
#houseMenu li li.sfhover ul, 
#houseMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#houseMenu li li,
#houseMenu li li li,
#houseMenu li li li li { /* all items under the top level */
	position: relative;
	background-color:#FFFFFF;
	list-style-type: none;
	opacity: .95;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	width: 180px;

}

#houseMenu li li a { /* all item links under the top level */
background-color:#FFFFFF;
color:#003a4e;
line-height:20px;
text-align:left;
	width: 180px;
}

#houseMenu li li a:hover {
	color:white;
	background-color:#003a4e;
}

#houseMenu iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}


/* ==========================
    CSS STYLES FOR houseMenu2
   ==========================
*/
 
/* Horizontal Menu */
#houseMenu2 { /* menu wrapper div */
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width:100%;
}

#houseMenu2 ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 9999;
}

#houseMenu2 a { /* all links, inside of list items */
	display: block;
	color : #ffffff;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	padding: 0px 4px 0px 4px;
	line-height: 20px;
	text-align: center;
	text-transform:uppercase;

}

#houseMenu2 li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 30px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;

}

#houseMenu2 li a:hover {

	color : #003a4e;
	background-color : white;
	line-height: 20px;
}

#houseMenu2 li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 180px; /* 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 #999;
	white-space: nowrap;
	z-index: 7777;
}

#houseMenu2 li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -21px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}

#houseMenu2 li:hover ul ul, 
#houseMenu2 li:hover ul ul ul, 
#houseMenu2 li.sfhover ul ul, 
#houseMenu2 li.sfhover ul ul ul {
	left: -9999px;

}

#houseMenu2 li:hover ul, 
#houseMenu2 li li:hover ul, 
#houseMenu2 li li li:hover ul, 
#houseMenu2 li.sfhover ul, 
#houseMenu2 li li.sfhover ul, 
#houseMenu2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#houseMenu2 li li,
#houseMenu2 li li li,
#houseMenu2 li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#houseMenu2 li li a { /* all item links under the top level */
background-color:#FFFFFF;
color:#003a4e;
line-height:20px;
text-align:left;
	width: 150px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 162px;
	/* end hack */
}

#houseMenu2 li li a:hover {
	color:white;
	background-color:#003a4e;
}

#houseMenu2 iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}


/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
