﻿/**-----------------------------------------------------------------------------------------------------------**/
/** MEYEER RESET V1.0                                                                                         **/
/**-----------------------------------------------------------------------------------------------------------**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, hr
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}

/**-----------------------------------------------------------------------------------------------------------**/
/** Body Tag                                                                                                  **/
/**-----------------------------------------------------------------------------------------------------------**/
body
{
    font-family: "Trebuchet MS" , "Lucida Sans Unicode" , "Lucida Grande" , "Lucida Sans" , Arial, sans-serif;
    font-size: 80%;
    background-color: #E0E0E0;
}

/**-----------------------------------------------------------------------------------------------------------**/
/** Site Structure                                                                                           **/
/**-----------------------------------------------------------------------------------------------------------**/
#siteHeaderWrapper{background-color:White; padding-top:10px;}
#siteHeader{position:relative; height:130px;background-image:url('Images/SiteHeader.png'); background-repeat: no-repeat;}
#siteHeader, #siteFooter{width: 950px; margin-left: auto; margin-right: auto;}
#loginDisplay {font-size:15px; float:right;}
#siteMap{ font-size:15px; position:absolute; margin-left:0; padding-left:0; bottom:3px;}
#siteNavWrapper{background-color:#333380;}
#siteContent
{
	width: 960px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	position: relative;
	overflow: hidden;
}
#siteFooterWrapper {font-size:15px; padding-top:7px; padding-bottom:7px; margin-top:10px; margin-bottom:20px; overflow:hidden;}

/**-----------------------------------------------------------------------------------------------------------**/
/** Site Contact Information                                                                                  **/
/**-----------------------------------------------------------------------------------------------------------**/
#siteContact
{ 
	width: 200px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	float:right;
	clear:right;
	border-style: outset;
	border-width: 3px;
	background-color:White;
	color: #800000;
	border-color: #666666;
 }

/**-----------------------------------------------------------------------------------------------------------**/
/** SiteMap                                                                                                   **/
/**-----------------------------------------------------------------------------------------------------------**/
#siteHeaderSiteMap a{text-decoration:none;}	

/**-----------------------------------------------------------------------------------------------------------**/
/** Site Navigation                                                                                           **/
/**-----------------------------------------------------------------------------------------------------------**/

#siteNav
{
	display:block;
  width:960px;
	margin-left:auto;
	margin-right:auto;
  overflow:auto;
  font-size: 15px;
  z-index:999;
  }
    
#siteNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 0em;
	line-height:1.5em;
  }

#siteNav li 
{
	float: left;
	margin:0;
	padding:0;
  }
    
#siteNav a
{
    display: block;
    text-decoration: none;
    margin-left:0px;
    padding: 3px  10px 3px 10px;
    color: white;
    border-right: solid thin white;
    font-size: 15px;
}

#siteNav a:hover
{
    background-color: #808080;
}

#siteNav li ul
{
    position: absolute;
    z-index: 999;
    width: 200px; /** Set to width of <a> tag + left & right margin **/
    padding: 2px;
    display:none;
    background-color: White;
    border-top: none;
    border-bottom: solid thin Gray;
    border-left: solid thin Gray;
    border-right: solid thin Gray;
}

#siteNav li ul li a
{
    color: #333380;
    width: 180px;
    font-size: .90em;
}

#siteNav li ul li a:hover
{
	background-color: White;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	font-style: italic;
}

#siteNav ul li.has-Children
{
	background-image: url('Images/hasChildrenDn.png');
  background-repeat: no-repeat;
	background-position: right bottom;
  }

#siteNav ul li.has-Children > a
{
	 padding-right: 25px;
  }


#siteNav ul li ul li.has-Children
{
	background-image: url('Images/hasChildrenRt.png');
  background-repeat: no-repeat;
	background-position: 180px center;
  }
  
#siteNav ul li ul li > a
{
 padding-right:0 ! important;
  }  

#siteNav li ul ul
{
    margin: -1.9em 0 0 180px;
    border-top: solid thin Gray;
}

#siteNav li:hover ul ul{
    /** visibility:hidden; **/
     display:none;
  }
    
#siteNav li:hover {
	position:static;
}

#siteNav li:hover ul{
}

#siteNav li li:hover ul {

}

/**-----------------------------------------------------------------------------------------------------------**/
/** Site Footer                                                                                               **/
/**-----------------------------------------------------------------------------------------------------------**/
#siteFooterWrapper	{
	background-color:#333380;
	color:White;
	}

