@charset "utf-8";
/* CSS Document */
body
{
	behavior: url(/wwwroot/css/csshover.htc);
}
#wrapper{
	width:1000px;
	margin:3.44em auto;
}

p
{
	margin-top: 0px;
}
h2
{
	margin: 0px;
}

#box01{
	width:1000px;
	height:55px;
	margin-bottom:2.0em;
	z-index: 100;
	position: relative;
}

#logo img{
	width:300px;
	height:55px;	
	border:none;
}

#address{
	margin:-6em auto 0px 0em;
	width:100%;
	height:100%;
	font-size:.7em;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:right;
}

#content01{
	width:100%;
	height:100%;
}

#content02{
	width:890px;
	height:auto;
	margin:0px auto 0px auto;
	font-size:.75em;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content02 h1{
	color:#151ba3;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content02 img{

}

img.floatRight { 
    float: right; 
    margin: 0px; 
}

#content03{
	width:100%;
	height:100%;
}

#footer{
	width:1000px;
	height:55px;
	margin-top:1.5em;
	margin-bottom:-1.5em;
}

#footer01  a
{
	margin:0px 2.5em 0px 0px;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:#666666;
	text-decoration:none;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#footer a:hover{
	color:#7375c4;
	text-decoration:none;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer01{
	font-size:.7em;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;
}

a.space{
	margin:0px 2.5em 0px 0px;
}

#footer02{
	font-size:.7em;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	float:right;
}

/* Navigation drop down menue and links */
#menuh{
	margin:-1.5em auto 0px 23em;
	font-size:.9em;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*position:relative;
	top:auto;
	left:26em;
	top:-2em;
	right:auto;
	bottom:auto;*/
}
		
#menuh a{
	border: none;
	white-space:nowrap;
	padding:0px 20px 5px 20px;
	height:1em;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */{
    color:black;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color:white;
    background-color: #1a2478;
	text-decoration:none;
	font-family:Microsoft Sans Serif, "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	
	/*
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	
	display: inline;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:10px;
	display:none;
	padding: 1em;
	margin:0 0 0 -1em;
	left: 0px;
	padding-top: 10px;
	
	
	}
	
#menuh ul ul li
{
	display: block;
	width: 125px;
	
}

#menuh ul ul li a
{
	display: block;
	width: 100%;
}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
