@charset "utf-8";
/* CSS Document */
/*<![CDATA[*/


	* { margin: 0; padding: 0; }
	
	.images {
	margin: 5px;
	padding: 5px;
}

body {
	/*behavior: url(../css/hover.htc);*/
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin: 0px;*/
	padding: 0;
	font: 70% Verdana,Arial,Helvetica,sans-serif; 
	background-color: #fafafa;
	background-image:url(../images/common/bg.png) ;
	background-repeat:repeat-x;	
}

ul, ol, dl { position: relative; }
img { border-style: none; }

#main {
	position: relative;
	width: 860px;
	text-align: center;
}

.subheads{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
}

h2{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
}

h1{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 165%;
}
a {
	color: #0071BC;
	text-decoration: none;
	
}
a:hover
{
	text-decoration:underline;
	color: #004F84;
}

.vdotted 
{background-image:url(../images/common/dotted_v.png);
background-repeat:repeat-y;
background-position:center;

}
.hdotted 
{background-image:url(../images/common/dotted_h.png);
background-repeat:repeat-x;
background-position:center;

}
/* the following CSS is for the menubar ---------------------------------- */




	h2 { 

		font: normal 150% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 

	}

	

	h3 { 

		margin-bottom: 1em;

		font: normal 130% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 

	}

	

	p { margin: 0.5em 0; }

	a { text-decoration: none; font-weight: bold; }

	a:hover { text-decoration: underline; }

	.nav a:hover { text-decoration: none; }

	h4.tested { margin-top: 2em; }

	small { line-height: 120%; }

	

	.clear:after {

	   /* content: "."; */

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}



	/*.clear { display: inline-block; }*/

	

	/* Hides from IE-mac \*/

	* html .clear { height: 1%; }

	.clear { display: block; }

	/* End hide from IE-mac */

	

	/* image replacement general properties */

	ul.IR li { 

		position: relative;

		/* The original method recommends setting this so that the text doesn't peak out if you resize the text.

		   But overflow also includes our dropdown list, so we need the overflow to be visible. */

		/*overflow: hidden; */

		font-size: 0.9em;

	}

			

	.IR em {

		display: block;

		position: absolute;

		top: 0; left: 0;

		z-index: 1;

	}

	

	/* For IE5.x mac only */

	* html>body	.IR { 
		position: static;
		overflow: visible;
		font-size: 10px;
  }
	* html>body .IR em  { position: static; }
	
	/* image replacement specific properties */
	.nav { list-style: none; }
	.nav li { float: left; padding-bottom: 20px; } /* add a little bottom padding to make sure the 
																			  sub menus don't disappear before selecting them */
	.nav li, .nav li em { width: 105px; height: 32px; }
	
	* html>body ul.nav li em { margin-bottom: -35px; } /* for ie5.x/mac only */
	
	.link1 em, .link2 em, .link3 em, .link4 em, .link5 em{ 
		background: url(../images/common/topmenu.png) no-repeat; 
		cursor: pointer;
		/* IE5 requires cursor: hand; however this is not valid CSS2 */
	}
    .link1 { left: 0px; }
	.link1 em { background-position: 0px 0px; }
	.link1:hover em { background-position: 0px -32px; }
	
	.link2 { left: 0px; }
	.link2 em { background-position: -105px 0px; }
	.link2:hover em { background-position: -105px -32px; }
	
	.link3 { left: 0px; }
	.link3 em { background-position: -210px 0px; }
	.link3:hover em { background-position: -210px -32px; }
	
	.link4 { left: 0px; }
	.link4 em { background-position: -315px 0px; }
	.link4:hover em { background-position: -315px -32px; }
	
	.link5 { left: 0px; }
	.link5 em { background-position: -420px 0px; }
	.link5:hover em { background-position: -420px -32px; }
	
	/* suckerfish styles */
	.nav a { display: block; font-weight: normal; }
	* html .nav a { height: 1%; }
	
	.nav li ul {
		position: absolute;
		z-index: 10; /* show the dropdowns above the images */
		top: 32px; /* position the dropdowns a set distance from the top of the image */
		left: -999em;
		list-style: none;
		border: 1px solid #555555;
	}
	
	.nav li:hover ul { left: auto; }
	
	.nav li li {
		height: auto; /* reset the height and padding set on the IR list items */
		width:165px; /* trying to make submenus wider */
		padding-bottom: 0;
	
		font-size: 100%;
		border-bottom: 1px solid #555555;
		background: #ADADAD;
	}
	
	.nav li ul a {
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom:0.25em;
		padding-top:0.25em;
		color: #000000;
		background: #ADADAD;
	}
	.nav li ul a:hover {
		color: #000000;
		background: #999999;
	}
	/*]]>*/

