@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
	margin: 0 0 1px;
    padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
img{border:0px;}
h1 {
	font-weight:normal;
	line-height:normal;
	display:inline;
}
h4 {color:#81017D;	
	line-height:normal;
	display:inline;
}
ul#bullets {margin:0; padding:0;padding-left:15px;}
#textbox li{
	list-style:url(../images/pageText-bullet.gif);
	padding:1px;
	padding-left:0px;
 	background-position: 0 .4em;
 	background-image: url(arrow.gif);
	margin:0;
}
a, a:visited{
	color:#81017D;
	text-decoration:none;
}
a:hover{
	color:#81017D;
	text-decoration:underline;
}
#wrapper{
	position:relative;
	height: auto;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	z-index:100;
	
	border-bottom: solid #CCCCCC 2px;
	border-right: solid #CCCCCC 4px;
}
#footer{
	position:relative;
	padding-top:5px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	text-align:center;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color:#000;
}
#footer a:hover {
	text-decoration: none;
	color:#81017D;
}
.selected{
	text-decoration: none;
	color:#81017D;
}
#container {
	min-height: 440px;
	width: 700px;
	background-color: #FFFFFF;
	border: solid #404040 1px;
}
#header {
	position:relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	height:105px;
	z-index:100;
}
#menunav {
	position:absolute;
	top: 55px;
	left: 50%;
	margin-left: -105px;
	width: 450px;
	z-index:200;
}
#menunavsub {
	position:absolute;
	top:75px;
	left: 50%;
	margin-left: 60px;
	visibility:hidden;
	z-index:300;
}
#content {
	position:relative;
	padding:35px;
}
#textbox {
	width:300px;
}
#picbox {
	float:right;
}




/* --------------------------sub nav menu css--------------------------------------*/

.menu a img{
	border:none;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0 0 0 -2px;
list-style-type:none;
}
.menu ul ul {
width:100px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:focus {
	display:block;
	width:90px;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	margin: -1px 0 0 0;
	padding: 0px 0px 0px 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	
		display:block; 

}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #000000;
	display:block; 
}
.menu ul ul :hover > a.drop {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
	color: #000000;

}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	height:auto;
	width:125px;
	display:block;
	padding:3px 0 0 3px;
}
html>body .menu ul ul a, .menu ul ul a:visited {
padding:0 0 0 3px;
}

* html .menu ul ul a{
width:85px;

}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}