/*-------------------------------------
	Global resets
-------------------------------------*/
* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 8px 0; }
fieldset { padding: .5em; }
label { padding: 0 1px; }
img { border: 0; }
body { font-size: 100.01%; line-height: 140%; }
a, a:link, a:visited { color: #2A4F72; text-decoration: underline; font-weight: bold; }
a:hover {color: #486D90;}
.clearer { clear: both; float: none; height: 0; margin: 0; padding: 0; }
ul { margin: 0; padding: 0; }
ul li { list-style-position: outside; margin: 0; margin-left: 22px; padding: 0; }	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*-------------------------------------
	DNN Overrides
-------------------------------------*/
body, .Normal, .SkinObject
{
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}
body { background-color: #E6EAF9; }
/*-------------------------------------
	Form Master
-------------------------------------*/
.FormMaster, .FormMaster td
{
	text-align: left;
	padding: 2px;
}
.FormMaster .SubHead { font-weight: bold; }
.FormMaster .HideMe { display: none; }
/*-------------------------------------
	Layout Sections
-------------------------------------*/
div#siteWrapper
{
	margin: 0 auto;
	width: 828px;
	background: transparent url(images/bg_sitefade_repeat.jpg) repeat-y top left;	
}
div#siteContainer
{
	margin: 0 auto;
	width: 800px;
	background-color: White;
}
div#siteHeader
{
	line-height: normal;
}
div#siteHeaderTop
{
	height: 100px;
	background: transparent url(images/bg_headertop_repeat.jpg) repeat-x top left;
	border-bottom: 4px solid #A9A9A9;
}
div#siteHeaderNavigation
{
	height: 40px;
	background: transparent url(images/bg_nav_repeat.jpg) repeat-x top left;
}
div#siteHeaderFeature
{
	height: 194px;
	background: transparent url(images/bg_headerFeature.jpg) no-repeat top left;
}
div#siteContent
{
}
#dnn_sidePane
{
	float: left;
	padding: 16px 4px 8px 8px;
	width: 228px;
}
#dnn_contentPane
{
	float: left;
	padding: 16px 8px 8px 4px;
	width: 548px;
}
div#dnn_contentFooter { clear: both; }

div#siteFooter
{
	clear: both;
	margin: 0 auto;
	width: 828px;
	text-align: center;
	color: Black;
}

/*-------------------------------------
	HouseMenu Styles
-------------------------------------*/
/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#navMenu { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#navMenu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#navMenu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu li li { /* all items under the top level */
	z-index: 11113;
}

#navMenu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#navMenu li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#navMenu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#navMenu li:hover ul ul, 
#navMenu li:hover ul ul ul, 
#navMenu li.sfhover ul ul, 
#navMenu li.sfhover ul ul ul {
	left: -9999px;
}

#navMenu li:hover ul, 
#navMenu li li:hover ul, 
#navMenu li li li:hover ul, 
#navMenu li.sfhover ul, 
#navMenu li li.sfhover ul, 
#navMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#navMenu 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
*******************************************************/
#navMenu { /* menu wrapper div */
	width: 100%;
	height: 40px;
}

#navMenu ul { /* all submenu lists */
	line-height: 14px;
	background-color: #3C3F52;
}

#navMenu li { /* all list items */
	background: url(images/bg_navmain_separator.jpg) no-repeat right top;
	padding-right: 4px;	
	
	height: 40px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 40px;
	/* end hack */
}

#navMenu li li { /* all items under the top level */
	padding-right: 0;
	
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#navMenu a { /* all links within the menu wrapper */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight : bold;
	text-decoration : none;
	color : White;
	background-color: transparent;

	width: auto;
	height: 32px;
	padding: 8px 8px 0 8px;
}

#navMenu li li a { /* all item links under the top level */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight : bold;	
	
	padding: 5px;
	width: 182px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 140px;
	height: 13px;
	_height: 100%;
	/* end hack */
}

#navMenu li a:hover {
	height: 32px;
	padding: 8px 8px 0 8px;
}

#navMenu li li a:hover {
	margin: 0;
	border: solid 1px #999;
	padding: 3px;
	_width: 140px;
	height: 14px;
	color: #000;
	background-color: #ddd; 
}

#navMenu li ul { /* second-level lists */
	width: 190px; /* 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;
	margin: 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 1px 0 0 0;
	_margin: 0;
	/* end hack */
	line-height: 14px;
}

#navMenu li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#navMenu #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#navMenu a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#navMenu a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}



/*** Footer Menu ***/
#navMenuFooter
{ /* menu wrapper div */	
	margin: 0 auto;
	padding: 4px 0;
	z-index: 99999;	
}

#navMenuFooter li { /* all list items */
	list-style-type: none;	
	background-image: none;
	display: inline;
	margin: 0 auto;
	padding: 2px 5px;
}

#navMenuFooter a { /* all links within the menu wrapper */		
	display: inline;
	margin: 0; 
	padding: 0;
	color: Black;
	font-size: 12px;
	font-weight: bold;
}

#navMenuFooter li a:hover {
	margin: 0;
	padding: 0;
	color: Black;
}

#navMenuFooter iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


